Wallet GET
Esse método retorna apenas sua carteira. Dessa forma, envie "1" como identificador da carteira. Endpoint para request: /wallet/1
/wallet[/:wallet_id]
Request
Headers
Header | Value |
---|---|
Accept | application/json |
Authorization | Bearer token |
Response
Status Codes
- 406: Not Acceptable
- 415: Unsupported Media Type
- 200: OK
- 404: Not Found
- 401: Unauthorized
- 403: Forbidden
Headers
Header | Value |
---|---|
Content-Type | application/json |
Allow | Comma-separated list of all HTTP methods allowed |
Response Body
{ "status": 200, "id": "1", "amount_available": "120.00", "amount_pending": "16.00", "amount_blocked": "189.35" }