Get NFT Floor Price

Get NFT floor price

Get NFT Floor Price

get

Get NFT floor price

Query parameters
addressstringRequired

The address

chainall ofRequired

The chain to query

string · enumOptional

An enumeration.

Possible values:
Responses
200
Successful Response
application/json
get
GET /api/nfts/price?address=text&chain=eth HTTP/1.1
Host: 
Accept: */*
{
  "price": "",
  "decimals": 18
}

Last updated