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/native
{ "balance": "<string>", "balanceValue": { "currencyCode": "<string>", "value": 123 }, "contract": { "address": "<string>", "decimals": 123, "erc_type": "<string>", "logoUri": "<string>", "name": "<string>", "symbol": "<string>" }, "price": { "currencyCode": "<string>", "value": 123 }, "raw_balance": "<string>" }
Get the native token balance for an address.
A wallet address.
Ending block to define a block range. Omitting this parameter defaults to the latest block height.
Native token balance with metadata.
Show child attributes
Currency code for the token's price.
Current price of the token.
Contract address
ERC standard of the token.
Name of the token.
Symbol of the token.