Skip to main content
GET
Wallet - Transaction History (Beta)

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.
  • This endpoint consumes 50 CU per request.
  • 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.
  • Set x-chain=solana.
  • Pass the wallet address in wallet.
  • Use the endpoint’s pagination parameters to step backward through history.
  • 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.
  • Beta endpoint.
  • Solana only.

Authorizations

X-API-KEY
string
header
required

API key for authentication

Headers

x-chain
enum<string>
default:solana
required

A chain name listed in supported networks.

Available options:
solana

Query Parameters

wallet
string
required

The address of a wallet.

limit
integer
default:100

Limit the number of records returned.

Required range: 1 <= x <= 100
before
string

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

ui_amount_mode
enum<string>
default:scaled

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

Available options:
raw,
scaled

Response

JSON object containing the wallet's recent transaction history across supported chains.

success
boolean
required

Whether the request succeeded.

data
object
required

Transactions grouped by chain family or source bucket.