HomeAPI ReferenceNFTsGet NFT Token by ID
GET/tokenization/nft/{id}

Get NFT Token by ID

Outcome - Fetches detailed information about a specific NFT token by its ID.

Path Parameters

idnumber

The ID of the NFT token to fetch

Responses

Response attributes

messagestring

Response message

dataobject

Details of the NFT token

Show child attributes (23)
idnumber

Token ID

networkIdnumber

Network ID

gasStationCategoryIdnumber

Gas station category ID

namestring

Token name

symbolstring

Token symbol

decimalsnumber

Decimals supported by the token

feesstring

Transaction fees

contractAddressstring

Token contract address

assetIdnumber

Associated asset ID

vaultIdnumber

Associated vault ID

ownerAddressstring

Owner wallet address

recipientAddressstring

Recipient wallet address

configobject

Token configuration details

Show child attributes (2)
additionalobject

Additional token metadata

Show child attributes (1)
descriptionstring

Token description

metadataUrlstring

Metadata JSON URL

verificationMessagestring | null

Verification message

imagestring

Token image URL

networkobject

Details about the network

Show child attributes (11)
idnumber

Network ID

namestring

Network name

symbolstring

Network symbol

createdAtstring

Network creation timestamp

updatedAtstring

Network update timestamp

typestring

Network type

statusstring

Network status

logostring

Network logo URL

isSwappableboolean

Whether network supports swapping

categorystring

Network category

chainobject

Underlying chain details

Show child attributes (5)
idnumber

Chain ID

namestring

Chain name

nativeCurrencyobject

Native currency of the chain

Show child attributes (3)
namestring

Currency name

symbolstring

Currency symbol

decimalsnumber

Currency decimals

rpcUrlsobject

Chain RPC URLs

Show child attributes (1)
defaultobject

Default RPC configuration

Show child attributes (2)
httparray

List of HTTP RPC endpoints

webSocketarray

List of WebSocket RPC endpoints

blockExplorersobject

Block explorer details

Show child attributes (1)
defaultobject

Default block explorer

Show child attributes (3)
namestring

Explorer name

urlstring

Explorer base URL

apiUrlstring

Explorer API URL

createdAtstring

Token creation timestamp

updatedAtstring

Token update timestamp

typestring

Token type (e.g., NFT, FUNGIBLE)

statusstring

Deployment status of the token

verificationStatusstring

Verification status

tokenExplorerUrlstring

URL to view token in block explorer

initialSupplystring

Initial supply of the token

statusnumber

HTTP status code

Was this page helpful?