Balance

Get project balance

get/v1/balance

Response

Returns the project balance

amountnumber required

Project balance

currency'usd' | 'eur' required

Currency type

Example response

{
  "amount": 1000,
  "currency": "usd"
}

Changes

No recorded changes to this endpoint across all 10 revisions of this API.