Wallet - Transfer total

Retrieve total transfer of the wallet.

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

Cheap transfer-count summary for one Solana wallet.

  • Solana transfer data is available from epoch 257 (2021-11-12).
  • Use the same wallet and transfer filters as the wallet-transfer list when you only need aggregate counts.
  • This endpoint returns totals, not the underlying transfer rows.
Compute Unit ⚙️
  • This endpoint consumes 1 CU per request.
Use Cases 💡
  • Count wallet transfers before pulling the full list.
  • Show transfer activity totals in wallet dashboards or summary cards.
  • Prefilter high-activity wallets before full forensic review.
How to Use 🛠️
  • Set x-chain=solana.
  • Send the wallet and any transfer filters in the POST body.
  • Use the returned count to decide whether you need the full wallet-transfer list.
Best Practices ✅
  • Use this endpoint as a cheap preflight before paginating transfer rows.
  • Keep the filter set identical to the transfer-list call if you plan to compare totals and rows.
Limitations ⚠️
  • Solana only.
  • Historical coverage starts from epoch 257 (2021-11-12).
  • Returns totals only, not transfer row details.

Body Params
string
required

Address of the wallet to retrieve transfers for.

string

Address of the token to filter transfers by.

string
enum

Transfer direction relative to the specified wallet. Use in for incoming transfers or out for outgoing transfers.

Allowed:
number

Start of the transfer time range as a Unix timestamp.

number

End of the transfer time range as a Unix timestamp.

number

Minimum token amount to include.

number

Maximum token amount to include.

number

Minimum transfer value in USD to include.

number

Maximum transfer value in USD to include.

string

Address of the sender wallet to filter transfers by.

string

Address of the recipient wallet to filter transfers by.

Headers
string
enum
Defaults to solana

Solana network only.

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