Account
Get Account History
Returns the history of a specified account identifier (address or xpub) and chain ID, primarily focusing on past transactions.
GET
/
api
/
{chainId}
/
account
/
{accountId}
/
history
Authorizations
Path Parameters
Available options:
cosmoshub
, osmosis
, celestia
, dydx
, axelar
, ethereum
, sepolia
, holesky
, base
, base-sepolia
, optimism
, arbitrum
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, injective
, akash
, neutron
, evmos
, juno
, sei
, stride
, kava
Account identifier (address, xpub, etc) for the specified chain ID
Query Parameters
Token from the previous response of this endpoint. Provide it here to fetch the next page of results.
Optional filter to request specific data. Use a single 'include' parameter with comma-separated values. Possible values are 'parsed' and 'raw'.
Response
200 - application/json
Available options:
cosmoshub
, osmosis
, celestia
, dydx
, axelar
, ethereum
, sepolia
, holesky
, base
, base-sepolia
, optimism
, arbitrum
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, injective
, akash
, neutron
, evmos
, juno
, sei
, stride
, kava
Was this page helpful?