Balances

Balance queries the balance of a the EVM denomination for a single EthAccount.

get
Path parameters
addressstringRequired

address is the ethereum hex address to query the balance for.

Responses
200

A successful response.

application/json
get
GET /ethermint/evm/v1/balances/{address} HTTP/1.1
Host: rest.origin.uptick.network
Accept: */*
{
  "balance": "text"
}

Last updated