Orders
Ed25519 signature of payload
API key identifier. For Ed25519 V2 operations, its exact header value is the second line of the canonical signing payload.
Trading pair symbol
PLEX-HBARPattern: ^[A-Z0-9_]+-[A-Z0-9_]+$Order side
Supported order types. LIMIT supports GTC/GTD/IOC/FOK/POST_ONLY. STOP_LIMIT supports explicit GTD and the legacy GTC/POST_ONLY aliases. MARKET and STOP_MARKET require quantity and reject timeInForce. STOP_LIMIT additionally requires price, stopPrice, and stopComparison. STOP_MARKET additionally requires stopPrice and stopComparison.
Applied to LIMIT and STOP_LIMIT orders. Explicit GTD requires expireTime. GTC aliases to GTD with the venue default expiry; POST_ONLY is that alias plus postOnly=true. IOC and FOK are immediate LIMIT policies.
Absolute match deadline in epoch milliseconds. Required for GTD; venue floors it to a whole epoch second.
1724952866123Orthogonal instruction that prevents a GTD limit order, including the GTC compatibility alias, from taking liquidity
falseBase order quantity. Required unless quoteOrderQty is set for a BUY order
1.5Quote-asset budget for BUY LIMIT, BUY MARKET, BUY STOP_LIMIT, and BUY STOP_MARKET orders.
100Price for LIMIT and STOP_LIMIT orders.
1800Required client-assigned ID used for idempotent retries (must be unique per user, max 36 chars)
myorder-001Pattern: ^[A-Za-z0-9._-]{1,36}$Explicit maximum taker fee in basis points accepted for this order
Trigger price for STOP_MARKET and STOP_LIMIT orders. Compared against the order's active trigger source.
64000Comparison operator for stop trigger (GE = trigger when source price >= stopPrice; LE = trigger when source price <= stopPrice). Offchain bot/agent stops use last trade; contract-settlement stops use oracle index price.
Order accepted
Acknowledgement returned when an order is accepted
Trading pair symbol
PLEX-HBARExchange-assigned order ID
26a911ff-f546-eaaf-4b22-e57657b57571Client-supplied order ID used for idempotent placement retries (max 36 chars)
myOrder-001Acceptance time (ms since epoch)
1724952746123Venue-normalized whole-second match deadline for GTD orders (ms since epoch)
1724952866000Bad Request — invalid combination (e.g., LIMIT without price/timeInForce, or extra params for MARKET)
Unauthorized — missing/invalid API key or signature
Forbidden — credentials valid but not allowed to trade
Request Timeout — upstream or placement timeout
Too Many Requests - Rate limit exceeded.
Server error
Service Unavailable — trading intake paused or market economics unavailable
Ed25519 signature of payload
API key identifier. For Ed25519 V2 operations, its exact header value is the second line of the canonical signing payload.
Trading pair symbol
PLEX-HBARPattern: ^[A-Z0-9_]+-[A-Z0-9_]+$Server-assigned order ID (if combined with origClientOrderId, must refer to same order)
26a911ff-f546-eaaf-4b22-e57657b57571Original client-assigned order ID (optional if orderId is set, max 36 chars)
myorder-001Pattern: ^[A-Za-z0-9._-]{1,36}$Order canceled
Acknowledgement returned when an order is canceled
Trading pair symbol
PLEX-HBAROriginal client-supplied order ID (if any, max 36 chars)
myOrder-001Exchange-assigned order ID
26a911ff-f546-eaaf-4b22-e57657b57571Cancel time (ms since epoch)
1724952746123Price for LIMIT/*_LIMIT orders; null for MARKET/STOP orders
0.01234567Original order quantity (base asset)
100Executed quantity (base asset)
25Cumulative quote quantity (quote asset)
0.30864175Canceled order status
CANCELEDPossible values: Time in force for LIMIT/*_LIMIT orders; null otherwise
GTCPossible values: Order type
LIMITPossible values: Order side
BUYPossible values: Bad Request — invalid parameters or an order that is already in a terminal state
Unauthorized — missing/invalid API key or signature
Forbidden — credentials valid but not allowed to cancel orders
Not Found — order cannot be found for the authenticated account
Request Timeout — upstream or placement timeout
Conflict — order cancellation already pending
Too Many Requests - Rate limit exceeded.
Server error
Service Unavailable — trading intake paused, market economics unavailable, or transient database unavailable
Ed25519 signature of payload
API key identifier. For Ed25519 V2 operations, its exact header value is the second line of the canonical signing payload.
Order side
OK
Too Many Requests - Rate limit exceeded.
Service Unavailable
Last updated