Skip to main content
GET
Get NFTs owned by address

Headers

x-api-key
string
required
Example:

"demo"

Query Parameters

chain_id
string
required

chain network id, see list of details

address
string
required

A hex string referencing a wallet address

Pattern: ^0[xX]{1}[a-fA-F0-9]{40}$
contract_address
string

The address of the NFT contract, or filter multiple addresses, (max 100), eg:contract_address=0xed5af388653567af2f388e6224dc7c4b3241c544,0x1a92f7381b9f03921564a437210bb9396471050c The address of the NFT contract, or filter multiple addresses, (max 100), eg:contract_address=0xed5af388653567af2f388e6224dc7c4b3241c545,0x1a92f7381b9f03921564a437210bb9396471050c

Pattern: ^0[xX]{1}[a-fA-F0-9]{40}$
page
integer
default:1

The page offset

Required range: x >= 1
limit
integer
default:20

The desired page size limit. Less or equal than 100

Required range: 1 <= x <= 100

Response

Successful Response

code
integer
default:0
message
string
default:ok
data
NFTDetail · object[]
next_page
integer
count
integer