Skip to main content
GET
/
api
/
v4
/
public
/
collateral
/
markets
Collateral Markets List
curl --request GET \
  --url https://whitebit.com/api/v4/public/collateral/markets
{
  "message": null,
  "result": [
    "ADA_USDT",
    "BCH_USDT",
    "BTC_USDT",
    "DOGE_USDT"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://whitebit-mintlify-seo-descriptions-1775434197.mintlify.app/llms.txt

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

Response

200 - application/json

Successful response

message
string | null
Example:

null

result
string[]
Example:
[
"ADA_USDT",
"BCH_USDT",
"BTC_USDT",
"DOGE_USDT"
]