Creates multiple new orders in the order book. Orders are processed in parallel. Maximum 15 orders per request.
Your API key
Ethereum address associated with the API key
HMAC signature of the request
API key passphrase
Unix timestamp of the request
Orders successfully processed. Returns an array of order responses, one for each order in the request.
Whether the order was successfully processed
true
Unique identifier for the order (order hash)
"0xabcdef1234567890abcdef1234567890abcdef12"
Status of the order after processing
live, matched, delayed Amount the maker is providing in fixed-math with 6 decimals
"100000000"
Amount the taker is providing in fixed-math with 6 decimals
"200000000"
Array of transaction hashes (present when status is 'matched')
[
"0x1234567890abcdef1234567890abcdef12345678"
]Array of trade IDs (present when status is 'matched')
Error message (empty on success)
""