latestOpenAPI 3.1.02026-08-0837114837.8 KB

c099830c76a0

get-native-token-balance

Lightweight endpoint to just get the native token balance for an EVM address.

get/v1/{chainName}/address/{walletAddress}/balances_native/

Path parameters

chainNamestring required

The chain name eg: eth-mainnet.

walletAddressstring required

The requested address. Passing in an ENS, RNS, Lens Handle, or an Unstoppable Domain resolves automatically.

Query parameters

quote-currencystring

The currency to convert. Supports USD, CAD, EUR, SGD, INR, JPY, VND, CNY, KRW, RUB, TRY, NGN, ARS, AUD, CHF, and GBP.

block-heightinteger

Ending block to define a block range. Omitting this parameter defaults to the latest block height.

Response

Successful response

addressstring

The requested address.

updated_atstring date-time

The timestamp when the response was generated. Useful to show data staleness to users.

quote_currencystring

The requested quote currency eg: USD.

chain_idinteger

The requested chain ID eg: 1.

chain_namestring

The requested chain name eg: eth-mainnet.