Skip to main content
POST
GTC limit order by token ID

Authorizations

x-api-key
string
header
required

Required for order endpoints. Obtain your API key from the Vatic dashboard.

Body

application/json
walletId
string<uuid>
required
tokenId
string
required
side
enum<string>
required
Available options:
BUY,
SELL
price
number
required

Limit price (0.01–0.99).

Required range: 0.01 <= x <= 0.99
size
number
required

Number of shares.

negRisk
boolean

Optional — auto-detected via CLOB if omitted.

expiration
integer

Unix timestamp expiry. 0 = never expires.

Response

Limit order placed