Get the native token balance for an address.
curl --request GET \ --url https://data-api.cloud.ormi.dev/apechain/v1/address/{walletAddress}/balance/native
{ "balance": "105.88360245", "balanceValue": "50.05", "price": { "currencyCode": "usd", "value": "0.47" }, "raw_balance": "105883602450000000000" }
A wallet address.
Ending block to define a block range. Omitting this parameter defaults to the latest block height.
Native token balance with metadata.
The response is of type object.
object