Read API
Get Transaction History
Returns the history of a specified account identifier (address or xpub) and chain ID, primarily focusing on past transactions.
POST
/
api
/
account
/
history
Authorizations
Authorization
string
headerrequiredQuery Parameters
nextPage
string
Token that is provided in a previous response from this endpoint. Just provide it here to get the next page of results from the endpoint
include
string
Optional filter to request specific data. Use a single 'include' parameter with comma-separated values. Possible values are 'parsed' and 'raw'.
Body
application/json
chainId
enum<string>
requiredAvailable 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
accountId
string
requiredAccount identifier (address, xpub, etc) for the specified chain ID
Response
200 - application/json
chainId
enum<string>
requiredAvailable 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
accountId
string
requiredtransactions
object[]
requiredpagination
object
requiredWas this page helpful?