Balance API

Retrieve the current balance for your organization.

Endpoint: GET /v1/balance

Headers

NameTypeRequiredDescription
x-api-keystringYesYour API key

Response

{
  "balance": "1000.00",
  "currency": "USD"
}

Example Request

curl -X GET 'https://moist.gg/api/v1/balance' -H 'x-api-key: rpl_your_api_key'

Error Codes

StatusCodeDescription
401unauthorizedInvalid or missing API key
404not_foundOrganization not found
500server_errorInternal server error