This endpoint allows authenticated integrators to retrieve all accumulated trading fees across all AMM pools where they have earned fees. Only the fees for the authenticated integrator are returned.
The authenticated token’s public key identifies the integrator whose fees are being queried.
The AMM system tracks integrator fees separately for each pool. This endpoint aggregates all fees across pools where the integrator has activity.
Returns:
200 OK
with fee information for all pools401 Unauthorized
if authentication fails500 Internal Server Error
if fee retrieval failsBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Integrator fees retrieved successfully
Response containing all integrator fees across pools.