cURL
curl --request POST \ --url https://api.sand.getivy.de/api/service/balance/retrieve \ --header 'Content-Type: application/json' \ --header 'X-Ivy-Api-Key: <api-key>' \ --data '{ "currency": "EUR" }'
{ "balances": [ { "currency": "EUR", "available": 123 } ] }
Retrieve the balance of your Ivy account. The balance is the money currently available on your Ivy account. It is broken down by currency.
API key for authentication
The account balance
The response is of type object.
object