cURL
curl --request GET \ --url https://api.pixusglobal.com/client/balance \ --header 'Authorization: Bearer <token>'
{ "fiat": [ { "currency": "BRL", "totalDelta": 123 } ], "crypto": [ { "currency": "USDT", "totalDelta": 123 } ], "credit": { "limit": 123, "used": 123, "available": 123 }, "canWithdraw": true }
Retorna o resumo financeiro consolidado incluindo saldos fiat/crypto, limites de crédito e crédito disponível.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Resumo financeiro
Mostrar atributos filhos
Esta página foi útil?