cURL
curl --request GET \ --url https://api.paxos.com/v2/executions \ --header 'Authorization: Bearer <token>'
{ "items": [ { "execution_id": "12422531", "order_id": "cb379c30-a9f8-4685-aa38-47d6e87ff09d", "executed_at": "2022-08-01T21:01:27.217Z", "market": "BTCUSD", "side": "BUY", "amount": "0.00432539", "price": "23119.25", "commission": "0.34999920465125", "commission_asset": "USD", "rebate": "0", "rebate_asset": "USD", "gross_trade_amount": "99.9997727575" } ], "next_page_cursor": "CgwI-Iu6iQYQgPGVoQEQg5v2BQ" }
Retrieves full details of underlying executions with optional filters. Notes:
account_id
profile_id
exchange:read_order
Show child attributes
Was this page helpful?