Place limit exchange

Places a limit exchange order at a specified price. This is a signed endpoint requiring timestamp in body and x-signature header. Rate limit: 5 requests per 60 seconds.

Body Params
string
required

Source asset ticker symbol

string
required

Target asset ticker symbol

string
required

Limit price at which the order should execute

string
required

Amount to exchange from source asset

string

Amount to receive in target asset (required when side=to)

string
enum
required

Specifies which amount is fixed: 'from' for source amount, 'to' for target amount

Allowed:
number
Defaults to 5000

Maximum time window in milliseconds for request validity (max 60000)

number
required

Request timestamp in Unix milliseconds (used for signature validation)

Headers
string
required

API Key for authentication

string
required

HMAC-SHA256 signature of the request body

Responses

Language
LoadingLoading…
Response
Choose an example:
application/json