Sandbox: Patch balance amount for specific currency
PATCH/balances/:currency
Update the current balance for the specified currency. Sandbox only.
Request
Responses
- 200
- 400
- 403
- 500
A successful response
Bad Request
Forbidden
Internal Server Error
Error Codes
| HTTP Status | Class | Code | Description |
|---|---|---|---|
| 400 | invalid_request | invalid_body_parameters | Invalid body parameters with details in the fields attribute |
| 403 | forbidden | currency_not_allowed | The given currency is not allowed for the client |