Orders
Ed25519 signature of payload
Trading pair symbol
PLEX-HBARPattern: ^[A-Z0-9_]+-[A-Z0-9_]+$Order side
Supported order types. LIMIT requires price, quantity, and timeInForce. MARKET requires quantity. STOP_LIMIT requires stopPrice and quantity. *_LIMIT types require price, stopPrice, quantity, and timeInForce.
Applied to LIMIT and *_LIMIT orders.
Order quantity. Required for all order types
1.5Price for LIMIT and STOP_LIMIT orders.
1800Optional client-assigned ID (must be unique per user, max 36 chars)
myorder-001Pattern: ^[A-Za-z0-9._-]{1,36}$Trigger price for STOP_MARKET and STOP_LIMIT orders
64000Comparison operator for stop trigger (GE = stop when mid-price >= stopPrice; LE = stop when mid-price <= stopPrice)
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 (if any, max 36 chars)
myOrder-001Acceptance time (ms since epoch)
1724952746123Bad 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
Ed25519 signature of 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 combination (e.g., mismatched orderId and origClientOrderId)
Unauthorized — missing/invalid API key or signature
Forbidden — credentials valid but not allowed to cancel orders
Request Timeout — upstream or placement timeout
Too Many Requests - Rate limit exceeded.
Server error
Service Unavailable
Last updated