Limit: 10 requests per second
GET /v1/broker/daily_fee_revenue
Retrieve daily revenue settlement records for the broker ID linked to the authenticated builder admin. Use this endpoint to reconcile settled builder revenue by UTC accounting date.
Each row represents a non-zero settlement day and breaks revenue into permissionless listing fee share, distributor fee share, and net fee revenue from the builder’s trading platform. builder_fee_revenue is the net fee revenue earned from the builder’s trading platform: trading fees minus the builder’s base fee, after affiliate commission distribution. total_revenue equals permissionless_listing_fee_share + distributor_fee_share + builder_fee_revenue.
Access is limited to the current builder admin’s own broker ID. If the builder admin account changed, records associated with a previous admin account are not returned. Results are sorted by date descending. The start_date and end_date range must be valid and cannot exceed 180 days.
Documentation Index
Fetch the complete documentation index at: https://orderly.network/docs/llms.txt
Use this file to discover all available pages before exploring further.
Timestamp of the signed request in milliseconds.
Account ID of the authenticated account.
Public orderly key used to sign the request.
Signature of the request payload generated with the orderly key.
Start date in YYYY-MM-DD format. Must be less than or equal to end_date.
End date in YYYY-MM-DD format. The interval from start_date to end_date must not exceed 180 days.