Skip to main content
GET
The authenticated key's own scopes and rate limits

Authorizations

DX-ACCESS-KEY
string
header
required

The public API key (alphanumeric access_key string).

DX-ACCESS-TIMESTAMP
string
header
required

Request timestamp, Unix milliseconds (decimal). ±5000 ms replay window.

DX-ACCESS-SIGNATURE
string
header
required

base64(HMAC-SHA256(secret, "timestamp\nMETHOD\npath?query\nbody")). For the WS handshake the body is empty and the path is /v1/ws.

Response

The key's scopes and limits.

The authenticated key's scopes and limits.

scopes
enum<string>[]
required
Available options:
read,
trade,
withdraw
read
object
required

One token bucket.

write
object
required

One token bucket.

batch_cap
integer
required
response_budget_ms
integer
required