Skip to main content
GET
The user's deposit address

Authorizations

DX-ACCESS-KEY
string
header
required

The API key id (decimal 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

Deposit address, 0x + 40 hex (api.md §6A.1).

address
string
required

0x + 40 hex.

Pattern: ^0x[0-9a-fA-F]{40}$