GET
/
v1
/
nft
/
price
/
history
curl --request GET \
  --url https://api.chainbase.online/v1/nft/price/history \
  --header 'x-api-key: <x-api-key>'
{
  "code": 0,
  "message": "ok",
  "data": [
    {
      "floor_price": 123,
      "symbol": "<string>",
      "updated_at": "<string>"
    }
  ]
}

Headers

x-api-key
string
required

Query Parameters

chain_id
integer
required

chain network id, see list of details

contract_address
string
required

The address of the NFT contract

from_timestamp
integer
required

Inclusive start timestamp

end_timestamp
integer
required

Inclusive end timestamp

Response

200
application/json
Successful Response
data
object[]
required
code
integer
default:
0
message
string
default:
ok