Balance API
Get NFTs owned by address
Get the list of NFTs owned by an account.
GET
/
v1
/
account
/
nfts
Headers
Query Parameters
chain network id, see list of details
A hex string referencing a wallet address
The address of the NFT contract, or filter multiple addresses, (max 100), eg:contract_address=0xed5af388653567af2f388e6224dc7c4b3241c544,0x1a92f7381b9f03921564a437210bb9396471050c
The page offset
Required range:
x > 1
The desired page size limit. Less or equal than 100
Required range:
1 < x < 100