NFTs Collection Data by Contract Address

To query all the NFT data (name, floor price, 24hr volume, ...) based on the NFT collection contract address and respective asset platform

get/nfts/{asset_platform_id}/contract/{contract_address}

Path parameters

asset_platform_idstring required

Asset platform ID. *refers to /asset_platforms.

contract_addressstring required

Contract address of the NFT collection.

Response

NFT collection data

idstring required

NFT collection ID

web_slugstring required

NFT collection web slug

contract_addressstring required

NFT collection contract address

asset_platform_idstring required

NFT collection asset platform ID

namestring required

NFT collection name

symbolstring required

NFT collection symbol

banner_imagestring required

NFT collection banner image URL

descriptionstring required

NFT collection description

native_currencystring required

NFT collection native currency

native_currency_symbolstring required

NFT collection native currency symbol

market_cap_rankinteger nullable required

NFT collection market cap rank

floor_price_in_usd_24h_percentage_changenumber required

NFT collection floor price in USD 24 hours percentage change

number_of_unique_addressesnumber required

Number of unique addresses owning the NFTs

number_of_unique_addresses_24h_percentage_changenumber required

Number of unique addresses 24 hours percentage change

volume_in_usd_24h_percentage_changenumber required

NFT collection volume in USD 24 hours percentage change

total_supplynumber required

NFT collection total supply

one_day_salesnumber nullable required

NFT collection one day sales

one_day_sales_24h_percentage_changenumber required

NFT collection one day sales 24 hours percentage change

one_day_average_sale_pricenumber nullable required

NFT collection one day average sale price

one_day_average_sale_price_24h_percentage_changenumber required

NFT collection one day average sale price 24 hours percentage change

user_favorites_countinteger required

NFT collection user favorites count

Changes

Changed in 2 of the 19 revisions of this API.4140

    • api tag NFTs (Beta) removed

      api-tag-removed

    • the response property asset_platform_id became required for the status 200

      response-property-became-required

    • the response property ath became required for the status 200

      response-property-became-required

    • the response property ath_change_percentage became required for the status 200

      response-property-became-required

    • the response property ath_date became required for the status 200

      response-property-became-required

    • the response property banner_image became required for the status 200

      response-property-became-required

    • the response property contract_address became required for the status 200

      response-property-became-required

    • the response property description became required for the status 200

      response-property-became-required

    • the response property explorers became required for the status 200

      response-property-became-required

    • the response property floor_price became required for the status 200

      response-property-became-required

    • the response property floor_price_14d_percentage_change became required for the status 200

      response-property-became-required

    • the response property floor_price_1y_percentage_change became required for the status 200

      response-property-became-required

    • the response property floor_price_24h_percentage_change became required for the status 200

      response-property-became-required

    • the response property floor_price_30d_percentage_change became required for the status 200

      response-property-became-required

    • the response property floor_price_60d_percentage_change became required for the status 200

      response-property-became-required

    • the response property floor_price_7d_percentage_change became required for the status 200

      response-property-became-required

    • the response property floor_price_in_usd_24h_percentage_change became required for the status 200

      response-property-became-required

    • the response property id became required for the status 200

      response-property-became-required

    • the response property image became required for the status 200

      response-property-became-required

    • the response property links became required for the status 200

      response-property-became-required

    • the response property market_cap became required for the status 200

      response-property-became-required

    • the response property market_cap_24h_percentage_change became required for the status 200

      response-property-became-required

    • the response property market_cap_rank became required for the status 200

      response-property-became-required

    • the response property name became required for the status 200

      response-property-became-required

    • the response property native_currency became required for the status 200

      response-property-became-required

    • the response property native_currency_symbol became required for the status 200

      response-property-became-required

    • the response property number_of_unique_addresses became required for the status 200

      response-property-became-required

    • the response property number_of_unique_addresses_24h_percentage_change became required for the status 200

      response-property-became-required

    • the response property one_day_average_sale_price became required for the status 200

      response-property-became-required

    • the response property one_day_average_sale_price_24h_percentage_change became required for the status 200

      response-property-became-required

    • the response property one_day_sales became required for the status 200

      response-property-became-required

    • the response property one_day_sales_24h_percentage_change became required for the status 200

      response-property-became-required

    • the response property symbol became required for the status 200

      response-property-became-required

    • the response property total_supply became required for the status 200

      response-property-became-required

    • the response property user_favorites_count became required for the status 200

      response-property-became-required

    • the response property volume_24h became required for the status 200

      response-property-became-required

    • the response property volume_24h_percentage_change became required for the status 200

      response-property-became-required

    • the response property volume_in_usd_24h_percentage_change became required for the status 200

      response-property-became-required

    • the response property web_slug became required for the status 200

      response-property-became-required

    This revision also has 36 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • fb6b6a203ce6411See the full diff
    • the response property market_cap_rank became nullable for the status 200

      response-property-became-nullable

    • the response property one_day_average_sale_price became nullable for the status 200

      response-property-became-nullable

    • the response property one_day_sales became nullable for the status 200

      response-property-became-nullable

    • the banner_image response's property type/format changed from object/ to string/ for status 200

      response-property-type-changed

    • removed the optional property banner_image/small from the response with the 200 status

      response-optional-property-removed

    • added the optional property web_slug to the response with the 200 status

      response-optional-property-added