Returns aggregated fee totals (in USDC base units at fee charge time) for a receiver address treated as a referrer. Results are grouped by exchange, ordered by updatedAt descending.
GET https://data-api.kuest.com/referrers returns aggregated fee totals (in USDC base units at fee charge time) for an address you treat as a referrer. Results are grouped by exchange, ordered by updatedAt (desc).
address is required and should be the receiver wallet.exchange scopes to a single CTFExchange/NegRisk address (lowercased).tokenId is optional. If provided, totals include only that token’s fees (converted to USDC at charge time). If omitted, totals aggregate all tokens and the response tokenId is 0.limit defaults to 100 (max 500); offset defaults to 0.totalAmount is returned as raw USDC base units at fee charge time; divide by 1e6 for UI display.totalVolume is returned as raw USDC base units for executed trades that generated fees; divide by 1e6 for UI display.[].Receiver address to aggregate referrer fees for.
"0x8e0d7a3d9f66f1e6b7a5c0b0b8b0c3e0f1a2b3c4"
CTFExchange/NegRisk address to scope results to (lowercased).
"0x4bfb41d5b3570defd03c39a9a4d8de6bd8b8982e"
Optional token id to scope results. If provided, totals include only that token’s fees converted to USDC at charge time. If omitted, totals aggregate all tokens and tokenId in the response is 0.
"0"
Maximum number of rows to return (max 500).
0 <= x <= 500Number of rows to skip.
x >= 0Referrer totals returned.
0x-prefixed EVM address (40 hex chars).
^0x[a-fA-F0-9]{40}$"0x56687bf447db6ffa42ffe2204a05edaa20f55839"
0x-prefixed EVM address (40 hex chars).
^0x[a-fA-F0-9]{40}$"0x56687bf447db6ffa42ffe2204a05edaa20f55839"