Account
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-e57657b57571Client-assigned order ID (optional if orderId is set).
myorder-001Pattern: ^[A-Za-z0-9._-]{1,36}$Order status
Detailed status of a single order
Trading pair symbol
PLEX-HBARPattern: ^[A-Z0-9_]+-[A-Z0-9_]+$Exchange-assigned order ID (UUID)
26a911ff-f546-eaaf-4b22-e57657b57571Client-assigned order ID, if provided on placement (max 36 chars)
myorder-001Price 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.30864175Order status
PARTIALLY_FILLEDPossible values: Time in force for LIMIT/*_LIMIT orders; null otherwise
GTCPossible values: Order type
LIMITPossible values: Order side
BUYPossible values: Stop price for STOP/TAKE_PROFIT orders; null otherwise
0.01Creation time (ms since epoch)
1724952745000Last update time (ms since epoch)
1724952751000Whether the order is currently working on the book
trueTime at which the book started working on the order
1724952751000Bad Request — XOR violation, invalid UUID, or parameter error
Unauthorized — missing/invalid API key or signature
Forbidden — authenticated but not allowed to view this order
Not Found — order does not exist for this account/symbol
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_]+$List of open orders
Detailed status of a single order
Trading pair symbol
PLEX-HBARPattern: ^[A-Z0-9_]+-[A-Z0-9_]+$Exchange-assigned order ID (UUID)
26a911ff-f546-eaaf-4b22-e57657b57571Client-assigned order ID, if provided on placement (max 36 chars)
myorder-001Price 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.30864175Order status
PARTIALLY_FILLEDPossible values: Time in force for LIMIT/*_LIMIT orders; null otherwise
GTCPossible values: Order type
LIMITPossible values: Order side
BUYPossible values: Stop price for STOP/TAKE_PROFIT orders; null otherwise
0.01Creation time (ms since epoch)
1724952745000Last update time (ms since epoch)
1724952751000Whether the order is currently working on the book
trueTime at which the book started working on the order
1724952751000Bad Request — invalid parameter (e.g., malformed symbol)
Unauthorized — missing/invalid API key or signature
Forbidden — authenticated but not allowed to view these orders
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_]+$Exchange-assigned order ID (UUID). May be combined with fromId.
26a911ff-f546-eaaf-4b22-e57657b57571Start of the time filter (ms since epoch). Can be used alone or with endTime (together ≤ 24h).
1724952745000End of the time filter (ms since epoch). Can be used alone or with startTime (together ≤ 24h).
1725039145000Inclusive trade id to start from (id >= fromId). May be used with symbol or with symbol + orderId.
28457Max number of trades to return. Default 500; maximum 1000. Out-of-range values are clamped.
500List of account trades
Details of an executed trade
Trading pair symbol
PLEX-HBARPattern: ^[A-Z0-9_]+-[A-Z0-9_]+$Unique paging id
12345Exchange-assigned order ID (UUID)
26a911ff-f546-eaaf-4b22-e57657b57571The price the trade executed at
0.01234567The amount of base asset filled
1.01The amount of quote asset exchanged
99.99The amount of commission paid by the creator of the referenced order
0.99Code for the commission asset
BTCPattern: ^[A-Z0-9_]+$Trade execution time (ms since epoch)
1724952751000Whether the creator of the referenced order took the BUY side
trueWhether the creator of the referenced order was the maker
falseBad Request — invalid parameter (e.g., malformed symbol, unsupported combination, or startTime..endTime > 24h)
Unauthorized — missing/invalid API key or signature
Forbidden — authenticated but not allowed to view these trades
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_]+$Commission rates for the authenticated caller
Maker and taker commission rates for the authenticated account
Maker commission rate expressed as a decimal fraction
0.0015Taker commission rate expressed as a decimal fraction
0.0015Unauthorized — missing or invalid credentials/signature
Forbidden — credentials valid but not authorized for this resource
Too Many Requests — rate limit exceeded
Server error
Service Unavailable
Ed25519 signature of payload
If true, omit any balances where both 'free' and 'locked' are zero
falseExample: trueAccount balances for the authenticated caller
Commission rates and balances for the authenticated account
Unauthorized — missing or invalid credentials/signature
Forbidden — credentials valid but not authorized for this resource
Too Many Requests — rate limit exceeded
Server error
Service Unavailable
Last updated