Skip to main content
GET
List NFTs owned by an address grouped by collection/project

Authorizations

Authorization
string
header
required

API key passed as a Bearer token in the Authorization header.

Path Parameters

address_hash_param
string
required

Address hash in the path

Pattern: ^0x([A-Fa-f0-9]{40})$
chain_id
string
required

The ID of the blockchain

Query Parameters

type

Filter by token type. Comma-separated list of:

  • ERC-721 - Non-fungible tokens
  • ERC-1155 - Multi-token standard
  • ERC-404 - Hybrid fungible/non-fungible tokens

Example: ERC-721,ERC-1155 to show both NFT and multi-token transfers

Required string length: 0
items_count
integer

Number of items per page

Required range: x >= 1
token_contract_address_hash
string

Token contract address hash for paging

Pattern: ^0x([A-Fa-f0-9]{40})$
token_type
enum<string>

Token type for paging

Available options:
ERC-20,
ERC-721,
ERC-1155,
ERC-404,
ERC-7984

Response

NFTs owned by the specified address, grouped by collection, with pagination.

items
NFTCollection · object[]
required
next_page_params
object | null
required
Example: