get
/v4/volume/user
Aggregated volume for a single user (recipient), filterable by program, clientId, chainId and a timestamp range (all optional, AND-combined). Returns the summed amountUSD and matching entry count.
Query parameters
recipientstringrequired
programstringclientIdstringchainIdnumber | stringfromTimestampnumber | stringtoTimestampnumber | stringResponses
200Response for status 200
Schema
object
recipientstringrequired
The queried wallet address.volumeUSDnumberrequired
Sum of amountUSD across matching entries.entryCountnumberrequired
Number of matching entries.Example
{
"recipient": "string",
"volumeUSD": 0,
"entryCount": 0
}get
https://api.merkl.xyz/v4/volume/usercurl -X GET "https://api.merkl.xyz/v4/volume/user"