GET
/
{chainName}
/
v1
/
nft
/
collections
/
{address}
/
tokens
/
{tokenID}
Get NFT tokens by id for address
curl --request GET \
  --url https://data-api.cloud.ormi.dev/{chainName}/v1/nft/collections/{address}/tokens/{tokenID}
{
  "address": "<string>",
  "balance": "<string>",
  "ercType": "<string>",
  "metadata": {
    "attributes": "<string>",
    "decimals": 123,
    "description": "<string>",
    "externalUrl": "<string>",
    "imageUri": "<string>",
    "mintedBlockNumber": 123,
    "mintedTimestamp": "2023-11-07T05:31:56Z",
    "name": "<string>",
    "symbol": "<string>"
  },
  "tokenId": "<string>",
  "tokenUri": "<string>"
}

Path Parameters

address
string
required

Contract address.

tokenID
string
required

Token ID of the contract.

chainName
string
required

Name of the blockchain (e.g., ethereum, polygon, bsc)

Response

200 - application/json

NFT token with metadata.

address
string
required

Contract address of the NFT token.

ercType
string
required

ERC standard type.

metadata
object
required
tokenId
string
required

Unique identifier of the token.

tokenUri
string
required

URI pointing to the token metadata.

balance
string

balance of NFT