Skip to main content

Query Transactions for a Wallet

Fetches the transactions for a given wallet.

URL

GET /transactions/

Query Parameters

NameTypeRequiredDescription
accountstringYesEthereum address of the wallet.
localCurrencyCodestringNoLocal currency code to use for converting amounts.
pagenumberNoPage number for paginated results.
perPagenumberNoNumber of results per page.
chainstringYesEthereum chain ID.

Response

A successful response will return an array of objects with the following properties:

NameTypeDescription
_typestringType of the transaction. One of EXCHANGE, RECEIVED, SENT, FAUCET, VERIFICATION_FEE, ESCROW_SENT, ESCROW_RECEIVED, CONTRACT_CALL
contractstringEthereum contract address of the token
timestampnumberUnix timestamp of the transaction
blockNumbernumberEthereum block number of the transaction
transactionHashstringEthereum transaction hash
feeFeeInfoFee information for the transaction. Only present for certain types of transactions.

The FeeInfo object has the following properties:

NameTypeDescription
valueInLocalCurrencynumberFee value in local currency
amountTokenAmountFee amount in token

The TokenAmount object has the following properties:

NameTypeDescription
tokenstringToken address
amountstringToken amount
decimalAdjustedAmountnumberToken amount adjusted for the token's decimal places