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.
Integrator public key.
"03fedcba9876543210fedcba9876543210fedcba9876543210fedcba9876543210"
List of pools where the integrator has accumulated fees.
Total fees across all pools for Asset B (if all pools use the same asset). This will be None if pools use different assets.
x >= 0