GET
/
v1
/
nft
/
collection
curl --request GET \
  --url https://api.chainbase.online/v1/nft/collection \
  --header 'x-api-key: <x-api-key>'
{
  "code": 0,
  "message": "ok",
  "data": {
    "contract_address": "<string>",
    "name": "<string>",
    "symbol": "<string>",
    "description": "<string>",
    "owner": "<string>",
    "deploy_block_number": 123,
    "erc_type": "<string>",
    "banner_image_url": "<string>",
    "image_url": "<string>",
    "media_info": "<any>",
    "traits": "<any>",
    "floor_prices": [
      {
        "value": "<string>",
        "symbol": "<string>",
        "address": "<string>"
      }
    ]
  }
}

Headers

x-api-key
string
required

Query Parameters

chain_id
string
required

chain network id, see list of details

contract_address
string
required

The address of the NFT contract

Response

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