Added
v1.3.0 - 2025-07-17
14 days ago by ReadMe CLI
✨ Added - API Documentation Enhancements
Enhanced API Documentation Structure
- Added Key Identifier Types section to main API documentation explaining
order_idvstrade_idrelationship - Created comprehensive developer guide (
order_id_vs_trade_id.md) with detailed trading scenarios and examples
Enhanced Batch Order Constraints
- Added detailed constraint documentation for limit order batching:
- All orders must be from the same maker
- All orders must be for the same market (BTC, ETH, or ARB)
- Added comprehensive examples showing valid and invalid batch configurations
- Enhanced error response documentation with specific rejection reasons and examples
Order Cancellation Requirements
- Made
marketfield required inCancelAllOrdersRequestschema (breaking change for order cancellation) - Updated endpoint description to clarify market-specific cancellation behavior
