GET
/
balance
curl --request GET \
  --url https://playground.runa.io/v2/balance \
  --header 'X-Api-Key: <api-key>'
{
  "balance": "10.0",
  "currency": "USD"
}

Authorizations

X-Api-Key
string
header
required

Headers

X-Api-Version
string

The dated version of the API, if not specified a default is used.

Query Parameters

currency
string

The 3-letter currency code (uppercase) for which to return the balance.

Response

200
application/json

Successful Response

The response is of type object.