Skip to main content
GET
/
api
/
public
/
v1
/
balance
/
checking
Obtener balance de cuenta checking
curl --request GET \
  --url https://api.wallbit.io/api/public/v1/balance/checking \
  --header 'X-API-Key: <api-key>'
{
  "data": [
    {
      "currency": "USD",
      "balance": 1000.5
    }
  ]
}

Authorizations

X-API-Key
string
header
required

API Key authentication. Obtain your API key from the Wallbit dashboard under Settings → API Keys.

Response

Success with multiple currencies

data
object[]