Public API key passed as Bearer token
Order id (numeric DB id, e.g. "12345") or order hash (e.g. "0x111...")
^(0x[a-fA-F0-9]{64}|\d+)$"12345"
Order
32-byte hex hash
^0x[a-fA-F0-9]{64}$"0x1111111111111111111111111111111111111111111111111111111111111111"
EVM address
^0x[a-fA-F0-9]{40}$"0x1111111111111111111111111111111111111111"
Hex string
^0x[a-fA-F0-9]*$"0xabc123"
0 Integer encoded as decimal string
^\d+$"1000000"
Integer encoded as decimal string
^\d+$"1000000"
Integer encoded as decimal string
^\d+$"1000000"
Integer encoded as decimal string
^\d+$"1000000"
limit, market open, filled, cancelled, expired, voided UNFILLED_MARKET_ORDER, UNDER_COLLATERALIZED, MISSING_OPERATOR_APPROVAL, BELOW_MIN_FILL_SIZE, INVALID_SIGNATURE, MARKET_RESOLVED, ADMIN_VOID, null