Skip to main content
GET
/
api
/
v4
/
public
/
ticker
Market activity
curl --request GET \
  --url https://whitebit.com/api/v4/public/ticker
{
  "BTC_USDT": {
    "base_id": 1,
    "quote_id": 825,
    "last_price": "9164.09",
    "quote_volume": "43341942.90416876",
    "base_volume": "4723.286463",
    "is_frozen": false,
    "change": "0.57"
  }
}

Documentation Index

Fetch the complete documentation index at: https://whitebit-mintlify-fix-broken-links-1774829655.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authentication

None. No authentication required.

Error codes

The endpoint uses standard error codes. See Error format for the response structure.

Response

Successful response

{key}
object