Skip to main content
GET
Get wallet transactions
Deprecated EndpointThis endpoint is deprecated. Please use the new v2 endpoint instead:
  • /api/2/wallet/activity — Fetch detailed wallet activity with smart swap detection, spam filtering, and cursor-based pagination

Query Parameters

  • You must provide either the wallet parameter or the wallets parameter.

Query Details

Usage Examples

  • Query Wallet Transactions with Unlisted Assets and Pagination
  • Query Wallet Transactions Filtered by Date Range

Query Parameters

limit
string

Number of results per page

offset
string

Offset for pagination

page
string

Page number

order
string

Sort order (asc/desc)

wallet
string

Wallet address

wallets
string

Comma-separated wallet addresses

from
string

Start timestamp

to
string

End timestamp

asset
string

Filter by asset address

blockchains
string

Comma-separated blockchain IDs

unlistedAssets
string

Include unlisted assets

pagination
string

Enable pagination details

filterSpam
string

Filter spam transactions

Response

200 - application/json

Wallet transactions response

data
object
required
details
unknown
required
pagination
object | null
required