SWFT API-en
H5Chinese API
  • Description
  • PAY API
    • Pay Interface
  • TRADE API
    • TRADE Interface
    • Generate signature
    • Get Account Balance
    • Single currency Account Balance
    • Get the Order Detail of Account
    • Get the Support Trade Pair
    • Get Market Depth
    • Place a New Order
    • Submit Cancel for an Order
    • Get All Open Orders
    • Search Historical Orders
    • Get the Order Detail of an Order
    • Latest transaction information
    • Historical transaction record
    • K-line data
  • NFT API
    • NFT Interface
    • Get NFT Category List
    • Get NFT Detail List
    • Query nft by account
    • Query price
    • Place an order
    • Add the hash of the order
    • Query transaction records
    • Check order details
Powered by GitBook
On this page
  1. TRADE API

Submit Cancel for an Order

1. Request Url

https://{host}/marketApi/cancel

2. Request Param

Parameter name

Is it necessary

description

channelId

Y

Channel number

timestamp

Y

Millisecond timestamp(UTC+8)

sign

Y

orderId

Y

OrderId

3.Request Example

 {
     "channelId":"swft-channel",
     "sign":"102027D292DD0707E0D899459D91C759858D7367D223CB239A8EC3A90C30B122",
     "timestamp":"1557653925555",
     "orderId":"fmju82Feozm"
 }

4.Response Data

 {
    "data":"",
    "resCode":"800",
    "resMsg":"SUCCESS"
}
PreviousPlace a New OrderNextGet All Open Orders

See ""

Signature Generation