Transfer Volume USD

Solana API endpoint for fetching wallet transfer volume in USD. Get sent and received totals to analyze fund flow, activity levels and net movement.

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

Fetch total USD-denominated transfer volume for any Solana wallet over a specified time range, including both sent and received amounts. This endpoint enables analysis of wallet activity, fund movement, and net flow by comparing inflows and outflows. Use it to identify active wallets, monitor capital movement, and build analytics around transaction volume and behavior across the Solana network.

Returns the total USD-denominated transfer volume for a wallet within a time window, split into sent (valueSender) and received (valueReceiver) totals.

Defaults to the last 24 hours if no time range is specified. Use this to gauge a wallet's overall transfer activity. For example, to assess whether a wallet is actively moving funds or to compare inflow vs outflow.

Path Params
string
required

The Solana wallet address to query.

Query Params
int64 | null
≥ 0

Start of the time range (unix timestamp, seconds). Defaults to 24 hours ago.

int64 | null
≥ 0

End of the time range (unix timestamp, seconds). Defaults to the current time.

Responses

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