Skip to main content
GET
/
api
/
v2
/
customers
/
liquidities
Get customer liquidities
curl --request GET \
  --url https://sandbox.killb.app/api/v2/customers/liquidities \
  --header 'Authorization: Bearer <token>'
[
  {
    "currency": "<string>",
    "amount": 123
  }
]

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

currency
string
required
amount
number
required