v1

latestOpenAPI 3.1.02026-07-2681217214.1 KB
WALLET
DEVELOPER

Transactions

Provides enriched transaction history data for wallet(s).

post/api/v1/developer/wallet/transactions

Query parameters

activity_typestring

Activity type to filter transactions by

Activity type to filter transactions by

limitinteger

Limit the number of transactions returned. Default is 25.

Limit the number of transactions returned. Default is 25.

transaction_hashstring

Filter by transaction hash

Filter by transaction hash

cursorstring

Cursor to request the next page of results.

Cursor to request the next page of results.

Request body

chainstring required

Lowercase chain name

addressstring required

Wallet address

Example request

[
  {
    "address": "0xab16781a13fe343a275f4bb5c883a64ceda52917",
    "chain": "ethereum"
  }
]

Response

Successful Response

cursorstring nullable