Skip to main content

Returns NFTs of an account

GET 

/nfts_by_owner/:account

This method queries for all NFTs that are owned by a particular address. It returns basic collection info and some metadata fields.

Request

Path Parameters

    account stringrequired

    The required account address

Responses

successful operation

Schema
  • Array [
  • data object[]

    An array of items from type NFT

  • Array [
  • id string

    The identifier of this NFT

    token hex string

    The token in hex string format

    owner address

    The owner of the NFT

    minter address

    The address which minted the NFT

    collection address

    The collection to which this NFT belongs to

  • ]
  • ]
Loading...