cURL
curl --request GET \ --url https://api.pixusglobal.com/client/orders/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "symbol": "<string>", "side": "<string>", "quantity": 123, "price": 123, "provider": "<string>", "operationDate": "2023-11-07T05:31:56Z", "settlementDate": "2023-11-07T05:31:56Z", "status": "pending", "expectedAmount": 123, "receivedAmount": 123, "withdrawnAmount": 123 }
Retorna detalhes de uma ordem específica incluindo status de settlement e valores.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Detalhes da ordem
pending
partial
paid
withdrawn
settled
Esta página foi útil?