Skip to main content

Get owned NFTs of an address

API Deprecation Notice

This API endpoint will be deprecated by the end of Q1 2025 as part of Skynet sunsetting. Please migrate to the Moralis alternative: Get NFTs by Wallet

GET 

/accounts/:address/nfts

For usage instructions, see Get all NFTs of an owner

Request

Path Parameters

    address stringrequired

    Account address. Example: 0xf6fd5fca4bd769ba495b29b98dba5f2ecf4ceed3

Query Parameters

    limit integer

    Paging limit

    cursor string

    Paging cursor

Responses

OK
Schema

    result

    object

    items

    object[]

  • Array [

  • contractAddress string
    tokenId string
    balance string
    name string
    symbol string
    standard string
    tokenUri string
    metadata object
  • ]

  • paging

    object

    nextCursor string
Loading...