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": {
"msg": "vpn detected",
"http": "406 Not Acceptable"
}
}
}