v1

latestOpenAPI 3.0.32026-07-2659172194.6 KB
nfts

List all NFTs

List all NFTs on a chain

get/v1/chains/{chain_name}/nfts

Path parameters

chain_namestring required

The name of chain

Example:imtbl-zkevm-testnet

The name of chain

Query parameters

from_updated_atstring date-time
Example:2022-08-16T17:43:26.991388Z

Datetime to use as the oldest updated timestamp

page_cursorstring

Encoded page cursor to retrieve previous or next page. Use the value returned in the response.

Example:ewogICJ0eXBlIjogInByZXYiLAogICJpdGVtIjogewogICAgImlkIjogNjI3NTEzMCwKICAgICJjcmVhdGVkX2F0IjogIjIwMjItMDktMTNUMTc6MDQ6MTIuMDI0MTI2WiIKICB9Cn0=

Encoded page cursor to retrieve previous or next page. Use the value returned in the response.

page_sizeinteger

Maximum number of items to return

Example:10

Maximum number of items to return

Response

200 response

Example response

{
  "result": [
    {
      "chain": {
        "id": "eip155:13372",
        "name": "imtbl-zkevm-testnet"
      },
      "token_id": "1",
      "contract_address": "0x8a90cab2b38dba80c64b7734e58ee1db38b8992e",
      "indexed_at": "2022-08-16T17:43:26.991388Z",
      "updated_at": "2022-08-16T17:43:26.991388Z",
      "metadata_synced_at": "2022-08-16T17:43:26.991388Z",
      "metadata_id": "ae83bc80-4dd5-11ee-be56-0242ac120002",
      "name": "Sword",
      "description": "2022-08-16T17:43:26.991388Z",
      "image": "https://some-url",
      "external_link": "https://some-url",
      "external_url": "https://some-url",
      "animation_url": "https://some-url",
      "youtube_url": "https://some-url",
      "attributes": [
        {
          "display_type": "number",
          "trait_type": "Aqua Power"
        }
      ],
      "total_supply": "100"
    }
  ],
  "page": {
    "previous_cursor": "ewogICJ0eXBlIjogInByZXYiLAogICJpdGVtIjogewogICAgImlkIjogNjI3NTEzMCwKICAgICJjcmVhdGVkX2F0IjogIjIwMjItMDktMTNUMTc6MDQ6MTIuMDI0MTI2WiIKICB9Cn0=",
    "next_cursor": "ewogICJ0eXBlIjogInByZXYiLAogICJpdGVtIjogewogICAgImlkIjogNjI3NTEzMCwKICAgICJjcmVhdGVkX2F0IjogIjIwMjItMDktMTNUMTc6MDQ6MTIuMDI0MTI2WiIKICN9Cn0="
  }
}