Get the current floor price of an NFT collection.
curl --request GET \ --url https://api.chainbase.online/v1/nft/floor_price \ --header 'x-api-key: <x-api-key>'
{ "code": 0, "message": "ok", "data": { "floor_price": 123, "symbol": "<string>", "updated_at": "<string>" } }
chain network id, see list of details
The address of the NFT contract
Show child attributes