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

Path Parameters

    address stringrequired

    The wallet address to query for associated NFTs.

Query Parameters

    apiKey stringrequired

    Your API key to authenticate requests.

Responses

A list of NFTs associated with the wallet address.

Schema
    data object
    account object
    id string
    address string
    collectibles object[]
  • Array [
  • id string
    created string
    tokenId string
    description string
    descriptorUri string
    name string
    imageURL string
    creator object
    id string
    owner object
    id string
    collection object
    collectionName string
    collectionSymbol string
    collectionAddress string
  • ]
Loading...

Was this page helpful?