cURL
curl --request GET \ --url https://api-partner.houdiniswap.com/v2/commissions \ --header 'Authorization: <api-key>'
{ "commissions": [ { "id": "<string>", "created": "2023-11-07T05:31:56Z", "commissionAmountUsd": 123, "commissionPercentage": 123, "orderVolumeUsd": 123, "processed": true, "commissionMonth": "<string>", "processedTx": "<string>", "processedAt": "2023-11-07T05:31:56Z", "routeType": "<string>", "order": { "id": "<string>", "houdiniId": "<string>", "created": "2023-11-07T05:31:56Z", "anonymous": true, "outAmountUsd": 123, "status": 123 } } ], "total": 123, "totalPages": 123 }
1 <= x <= 10000
1 <= x <= 100
Success
Show child attributes