Skip to main content

Get NFTs by wallet address

GET 

/collectibles/:address

Retrieves NFTs associated with a specific wallet address, including details like creation time, token ID, and collection information.

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.

Responses

A list of NFTs associated with the wallet address.

Details

Schema

    Details

    data

    object

    Details

    account

    object

    id string
    address string
    Details

    collectibles

    object[]

  • Array [

  • id string
    created string
    tokenId string
    description string
    descriptorUri string
    name string
    imageURL string
    Details

    creator

    object

    id string
    Details

    owner

    object

    id string
    Details

    collection

    object

    collectionName string
    collectionSymbol string
    collectionAddress string
  • ]

Loading...

Was this page helpful?