cURL
curl --request GET \ --url https://api.orderly.org/v1/client/distribution_history \ --header 'orderly-account-id: <orderly-account-id>' \ --header 'orderly-key: <orderly-key>' \ --header 'orderly-signature: <orderly-signature>' \ --header 'orderly-timestamp: <orderly-timestamp>'
{ "success": true, "timestamp": 1702989203989, "data": { "rows": [ { "id": 12345, "token": "USDC", "type": "REFERRAL_REBATE", "amount": 12.12, "status": "COMPLETED", "created_time": 1703511545867, "updated_time": 1703511545867 } ], "meta": { "records_per_page": 25, "current_page": 1, "total": 50 } } }
Limit: 10 requests per second
GET /v1/client/distribution_history
One of CREATED/SPLIT/COMPLETED
CREATED
SPLIT
COMPLETED
One of BROKER_FEE/REFEREE_REBATE/REFERRER_REBATE
BROKER_FEE
REFEREE_REBATE
REFERRER_REBATE
OK
The response is of type object.
object