cURL
curl --request GET \ --url https://api.pixusglobal.com/client/orders \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "symbol": "USDTBRL", "side": "sell", "quantity": 123, "price": 123, "operationDate": "2023-11-07T05:31:56Z", "settlementDate": "2023-11-07T05:31:56Z", "status": "pending" } ]
Retorna a lista de ordens do usuário autenticado com filtros de data e paginação.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1 <= x <= 100
x >= 1
Data inicial (YYYY-MM-DD)
Data final (YYYY-MM-DD)
Lista de ordens
"USDTBRL"
"sell"
pending
partial
paid
withdrawn
settled
Esta página foi útil?