Order
订单 - 取消
取消现有订单
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
取消参数
DEX identifier
Available options:
raydium
, openbook
, jupiter
Example:
"openbook"
Blockchain network identifier
Available options:
solana
, ethereum
Example:
"solana"
Wallet address owning the orders
Example:
"HN7cABqLq46Es1jh92dQQisAq662SmxELLLsHHe4YWrH"
Market/Pool address
Example:
"58oQChx4yWmvKdwLLZzBi4ChoCc2fqCUWBkwMihLYQo2"
List of order IDs to cancel
Example:
["order123", "order456"]
List of client order IDs to cancel
Example:
["client123", "client456"]
Priority fee in microLamports
Example:
"5000"
Additional cancellation metadata
Example:
{
"reason": "user_requested",
"timestamp": "2024-03-14T12:00:00Z"
}
Response
200 - application/json
Base64 编码的交易
Example:
"AQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEDRgYGpQEDAQIABQcICQoLDA0ODwAAAAAAAAAAAAAQERITFBUWFxgZGhscHR4fAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA="
此页面对您有帮助吗?