Skip to main content

Get Non Fungible NFT Token Balances

GET 

/nft-assets/:address

Get Non Fungible NFT Token Balances

Request

Details

Path Parameters

    address stringrequired

    The wallet address to query for associated NFTs.

Details

Query Parameters

    apiKey stringrequired

    Your API key to authenticate requests.

    limit integer

    Possible values: >= 1 and <= 100

    Default value: 100

    The maximum number of NFTs to return per request. Default is 100.

    cursor string

    Cursor for pagination. Use the nextCursor from the previous response to fetch the next page.

Responses

OK

Details

Schema

    Details

    data

    object

    Details

    account

    object

    address string
    Details

    collectibles

    object[]

  • Array [

  • Details

    collection

    object

    collectionAddress string
    collectionName string
    collectionSymbol string
    created string
    Details

    creator

    object

    id string
    description string
    descriptorUri string
    id string
    imageURL string
    name string
    Details

    owner

    object

    id string
    tokenId string
  • ]

  • nextCursor stringnullable

    Cursor to use for fetching the next page of results. Null if there are no more results.

Loading...

Was this page helpful?