List an order's fills
GET
/
trade/v1/orders/{order_id}/tradesAuthorization
AuthorizationRequiredBearer <token>
Personal access token issued from the web app's Settings → API tokens page. Send as Authorization: Bearer agt_….
In: header
Scope: orders:read
Path Parameters
order_idRequiredstring
Internal order UUID returned by POST /trade/v1/orders.
Format:
"uuid"Trades that filled this order, newest-first, from the order's perspective.