Alchemy Subgraphs is sunsetting on December 8, 2025. Migrate your subgraph to Ormi in seconds.
cURL
curl --request GET \ --url https://data-api.cloud.ormi.dev/somnia/v1/address/{walletAddress}/balance/erc1155
{ "erc1155TokenBalances": [ { "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-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
Contract address of the NFT token.
ERC standard type.
Additional attributes of the token.
Description of the token.
External URL related to the token.
URI for the token image.
Minted block number of the token.
Name of the token.
Symbol of the token.
Decimals of the token.
Minted timestamp of the token.
Unique identifier of the token.
URI pointing to the token metadata.
balance of NFT
amount of nfts equal to page size.