Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://seu-dominio.com/v2/balance \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "statusCode": 200, "message": { "balance": "1234.56" } }
Token retornado por POST /v2/oauth/token
The body is of type object.
object
OK
200
Show child attributes