cURL
curl --request GET \ --url https://data-api.cloud.ormi.dev/apechain/v1/address/{walletAddress}/balance/erc1155
{ "cursor": null, "resultCount": 1, "erc1155TokenBalances": [ { "address": "0xd2e0b028489e24ed832f8f7d95353565d1efbde8", "balance": "36", "ercType": "ERC-1155", "metadata": { "decimals": 0, "mintedBlockNumber": 3275615, "mintedTimestamp": "2024-11-03T05:08:53+02:00" }, "tokenId": "415108964862743092197043972605920438488759973207", "tokenUri": "" } ] }
Lists ERC-1155 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-1155 token balances
Show child attributes
amount of nfts equal to page size.