Returns aggregated fee totals for a receiver address treated as an affiliate. Results are grouped by exchange and tokenId, ordered by updatedAt descending.
GET https://data-api.forka.st/affiliates returns aggregated fee totals 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 a decimal string; 0 refers to collateral fees, other values refer to ERC1155 outcome tokens.limit defaults to 100 (max 500); offset defaults to 0.totalAmount is returned as raw base units; divide by 1e6 for UI display.[].Receiver address to aggregate affiliate fees for.
"0x52a7a01677fb46117adc584fc331bfd54cf685c0"
CTFExchange/NegRisk address to scope results to (lowercased).
"0x4bfb41d5b3570defd03c39a9a4d8de6bd8b8982e"
Decimal token ID (0 for collateral).
"0"
Maximum number of rows to return (max 500).
0 <= x <= 500Number of rows to skip.
x >= 0Affiliate totals returned.