Wallet - Transaction History (Beta)

Retrieve the transaction history of a wallet.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Beta wallet transaction history.

  • This endpoint returns transaction history for one wallet.
  • It is useful for quick wallet-history inspection, but it is still a beta endpoint.
  • ui_amount_mode controls Solana Token-2022 scaled amounts; other chains are normalized to scaled.
Compute Unit ⚙️
  • This endpoint consumes 60 CU per request.
Use Cases 💡
  • Review a wallet's recent transaction history in a lightweight explorer flow.
  • Investigate funding, movement, and activity patterns around one wallet.
  • Support beta wallet-history views before deeper transfer or balance-change analysis.
How to Use 🛠️
  • Set x-chain=solana.
  • Pass the wallet address in wallet.
  • Use the endpoint's pagination parameters to step backward through history.
Best Practices ✅
  • Cache wallet-history responses because they can be expensive to recompute repeatedly.
  • Use this endpoint for inspection, then move to newer transfer/balance-change endpoints for structured analysis.
Limitations ⚠️
  • Beta endpoint.
  • Solana only.

Query Params
string
required

The address of a wallet.

integer
1 to 100
Defaults to 100

Limit the number of records returned.

string

A transaction hash to traverse starting from. Only works with Solana.

string
enum
Defaults to scaled

Indicate whether to use the scaled amount for scaled ui amount tokens. Only support solana

Allowed:
Headers
string
enum
required
Defaults to solana

A chain name listed in supported networks.

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json