Simulator Limit Order

This API is used to create multi-chain limit buy and limit sell tasks in simulator

FreePlusProEnterpriseCredit Usage
0

Response data

{
  "err": false, // Error or not
  "res": {
    "ids": [
      "lus8bfug0040i2", 
      "lus8bfug004166" // Order ID
    ]
  }
}

Request Parameters visualization reference

Body Params
string
required

Blockchain (solana/ethereum/base/bsc/tron)

string
required

Address of the token or pair to be bought/sold

string

The simulator's walletId defaults to ""

settings(Limit buy settings)
object
required

Limit buy settings

settings(Limit sell settings)
object
required

Limit sell settings

Response

Language
LoadingLoading…
Response
Choose an example:
application/json