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

TRADE Interface

Request for explanation

  • This document is for partners who have applied for the channel number channelId and private key at us.

  • Partner requirements: Provide channel name, register account.

  • Request type: POST application/json.

  • Error code description:

    Error code

    Explanation

    800

    SUCCESS

    900

    The system is busy, please try again later

    1100

    The trading pair is invalid

    1101

    The trading pair does not exist

    1102

    The depth does not exist

    1103

    The trading type is invalid

    1104

    The trading price is invalid

    1105

    The trading price accuracy is too long

    1106

    The trading amount is invalid

    1107

    The trading amount accuracy is too long

    1108

    The minimum trading amount cannot be lower than 0.01 ETH

    1109

    The minimum trading sum cannot be lower than 0.01 ETH

    1110

    Cancellation successful

    1111

    Cancellation fail

PreviousTRADE APINextGenerate signature