Skip to main content

Returns NFTs of an account

GET 

https://kollection.app/api/v1/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

  • ]
  • ]
curl -L -X GET 'https://kollection.app/api/v1/nfts_by_owner/:account' \
-H 'Accept: application/json'
Request Collapse all
Base URL
https://kollection.app/api/v1
Parameters
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!