Skip to main content
GET
/
volume
Get total user volume
curl --request GET \
  --url https://data-api.kuest.com/volume
{
  "user": "0x2b1f7A50E7a493366F9765F006087Ec6524f4a6A",
  "volume": "8109.936"
}
Use https://data-api.kuest.com/volume when you need the total notional volume for a wallet. The response echoes the user and a string volume so you can format the value without losing precision. The total matches the user activity ledger and includes trades plus non-trade events such as splits, merges, redemptions, conversions, deposits, and withdrawals.

Query Parameters

user
string
required

Wallet address to inspect.

Example:

"0x56687bf447db6ffa42ffe2204a05edaa20f55839"

Response

Volume returned.

user
string

0x-prefixed EVM address (40 hex chars).

Example:

"0x56687bf447db6ffa42ffe2204a05edaa20f55839"

volume
string