post https://{region}-api.upbit.com/v1/orders/test
Validates an order request without creating an actual order.
This endpoint simulates the full order creation logic to verify both request parameters and order availability, without creating a real order.
- You can test order placement without any trading fees, and pre-check for possible errors before placing a real order.
- It is especially useful right after an exchange maintenance, to check whether a specific trading pair is open for trading.
- A successful response indicates that the pair is currently available for trading.
- If a
market_offlineerror is returned, it means that the pair is not yet available for order placement.
- Test orders undergo the same validation process as real orders, but no actual order is created. Therefore, the returned UUID (or identifier) cannot be used for order query or cancellation requests.
| Version | Date | Changes |
|---|---|---|
| v1.3.1 | 2025-10-27 |
Addition of Test Order Creation feature
|
Rate Limit
Up to 8 calls per second are allowed. Rate is measured per account and shared within the 'test order' group.
API Key Permission
This API requires authentication and an API Key with the [Order Placement] permission.
If you encounter an out_of_scope error, please verify permission settings in the API Key Management page.
If you encounter an out_of_scope error, please verify permission settings in the API Key Management page.
