Returns aggregated fee totals (in USDC base units at fee charge time) for a receiver address treated as a affiliate. Results are grouped by exchange, ordered by updatedAt descending.
GET https://data-api.kuest.com/affiliates returns aggregated fee totals (in USDC base units at fee charge time) for an address you treat as an affiliate. The response format and filters match GET /referrers; only the meaning of the receiver changes.
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 affiliate fees for.
"0x52a7a01677fb46117adc584fc331bfd54cf685c0"
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 >= 0Affiliate 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"