Skip to main content
DELETE
Cancel orders for a market

授权

POLY_API_KEY
string
header
必填

Your API key

POLY_ADDRESS
string
header
必填

Ethereum address associated with the API key

POLY_SIGNATURE
string
header
必填

HMAC signature of the request

POLY_PASSPHRASE
string
header
必填

API key passphrase

POLY_TIMESTAMP
string
header
必填

Unix timestamp of the request

请求体

application/json
market
string
必填

Market (condition ID)

示例:

"0x0000000000000000000000000000000000000000000000000000000000000001"

asset_id
string
必填

Asset ID (token ID)

示例:

"0xabc123def456..."

响应

Cancellation results for market orders

canceled
string[]
必填

Array of order IDs that were successfully canceled

示例:
not_canceled
object
必填

Map of order IDs that could not be canceled with error messages

示例: