POST
/
api
/
service
/
balance
/
retrieve
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
    }
  ]
}

Authorizations

X-Ivy-Api-Key
string
header
required

Body

application/json
currency
enum<string>
required
Available options:
EUR,
GBP,
PLN

Response

200 - application/json
The account balance

Returns the Balance of your Ivy account

balances
object[]
required