BxBytix

GET/v1/balance

Available Balance

USD available to withdraw. Paid orders credit this balance; payouts debit it.

Request

No query parameters. Empty GET.

Headers

Authorizationheaderrequired

Bearer pk_… from dashboard Settings → Developer.

Content-Typeheaderoptional

application/json on POST bodies. Not required on GET.

Response data

currencystringrequired

Always USD.

availablestringrequired

Decimal string. Withdrawals cannot exceed this amount.

Errors

Failures still return JSON. Read code, not only the HTTP status. Full table: Errors.

40100HTTP 401optional

Missing or invalid API key.