Skip to main content

Get NFT data

GET 

/v1/accounts/:account_id/nft

Get NFT data

This endpoint retrieves metadata for a NFT associated with a given account ID. It accepts optional parameters such as token_address, token_id, and network_id. The response includes detailed NFT information including its attributes, ownership details, and collection data. Access to this endpoint requires proper authentication and authorization checks to ensure the requesting user has access to the specified account.

Request

Path Parameters

    account_id uuidrequired

    Account id

Query Parameters

    token_address string

    Token address

    token_id string

    Token id

    network_id string

    Network id

Responses

Ok

Schema
    chainId int32nullable
    contractType stringrequired
    items object[]required
  • Array [
  • amount stringrequired
    blockNumber stringrequired
    blockNumberMinted stringrequired
    lastMetadataSync stringrequired
    lastTokenUriSync stringrequired
    metadata stringrequired
    minterAddress stringrequired
    normalizedMetadata objectrequired
    animationUrl stringnullable
    attributes object[]required
    description stringnullable
    externalLink stringnullable
    image stringnullable
    name stringnullable
    ownerOf stringrequired
    tokenHash stringrequired
    tokenId stringrequired
    tokenUri stringrequired
  • ]
  • name stringnullable
    possibleSpam booleanrequired
    symbol stringnullable
    tokenAddress stringrequired
    verifiedCollection booleanrequired
Loading...