cURL
curl --request GET \ --url https://data-api.cloud.ormi.dev/somnia/v1/address/{walletAddress}/balance/erc721
{ "erc721TokenBalances": [ { "address": "<string>", "ercType": "<string>", "metadata": { "attributes": "<string>", "description": "<string>", "externalUrl": "<string>", "imageUri": "<string>", "mintedBlockNumber": 123, "name": "<string>", "symbol": "<string>", "decimals": 123, "mintedTimestamp": "2023-11-07T05:31:56Z" }, "tokenId": "<string>", "tokenUri": "<string>", "balance": "<string>" } ], "resultCount": 123, "cursor": "<string>" }
Lists ERC-721 token balances of a wallet address.
A wallet address.
A contract address to filter by.
The cursor returned in previous response (for getting the next page).
Number of records to fetch
1 <= x <= 100
A list of ERC-721 token balances.
Show child attributes
amount of nfts equal to page size.