Responses

  • 200 application/json

    OK

    Hide response attribute Show response attribute object
    • data object
      Hide data attribute Show data attribute
  • 406 application/json

    VPN detected

    Hide response attribute Show response attribute object
GET /v1/client/balance
curl \
 -X GET https://api.bitlabs.ai/v1/client/balance \
 -H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
  "data": {
    "balance": "string"
  }
}
Response examples (406)
{
  "error": {
    "details": {
      "http": "406 Not Acceptable",
      "msg": "vpn detected"
    }
  }
}