Skip to main content
GET
/
api
/
external
/
balance
curl -X GET "https://wurkapi.fun/api/external/balance" \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Accept: application/json"
{
  "balance": "125.50"
}

Authentication

X-API-Key
string
required
Your WURK API key

Response

balance
string
Your current balance as a numeric string

Rate Limit

3 requests per minute
curl -X GET "https://wurkapi.fun/api/external/balance" \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Accept: application/json"
{
  "balance": "125.50"
}