Returns all NFTs we are tracking

Returns all NFTs we are tracking

Sample Request

curl --request GET \
     --url 'https://api.0xscope.com/v2/nft/getSupportedNFTList?chain=ethereum&limit=10&page=1' \
     --header 'API-KEY: your-api-key' \
     --header 'accept: */*'

Sample Response

{
  "code": 0,
  "data": {
    "total": 214925,
    "page": 1,
    "limit": 10,
    "rows": [
      {
        "contract_address": "0xffffffffffc81e77d8cba73faeeae27439c7cb87",
        "name": "Firstclass Pass"
      },
      {
        "contract_address": "0xffffd4e17f2c7ef38ddcb0e9ebaef80a3baf5b17",
        "name": "Pengus Adventures"
      },
      {
        "contract_address": "0xffff630678622c534e1004c37e44229ac55d0d88",
        "name": "Melania Trump Digital Trading Cards"
      },
      {
        "contract_address": "0xffff2d93c83d4c613ed68ca887f057651135e089",
        "name": "stakefish validator"
      },
      {
        "contract_address": "0xfffeec08862bdbeb8eced845f6f7ce4402b39713",
        "name": "GOD DOES LOVE NFTS"
      },
      {
        "contract_address": "0xfffe55f5c8ee92eefa295a280689f1db0d249707",
        "name": "Saturnalia"
      },
      {
        "contract_address": "0xfffe0e955cad8e5154dc754c2ca083215761dafb",
        "name": "KAVASKI"
      },
      {
        "contract_address": "0xfffd93be8dc799cfb6a5025fb4731179219132c5",
        "name": "Full Send"
      },
      {
        "contract_address": "0xfffd676bffd8797f34c2adc3e808f374caee49d8",
        "name": "Gaia Protocol Stable DAO"
      },
      {
        "contract_address": "0xfffd0b40bd5e9fe69ead82e4fedfd405f96a9aaf",
        "name": "I will never know that I existed"
      }
    ]
  },
  "uuid": 1656902602862231600
}
Language
Authorization
Header
Click Try It! to start a request and see the response here!