API Reference
DBot OfficialDBot DashboardPricing

Create Limit Order

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

FreePlusProEnterpriseCredit Usage
0

Response Data

{
  "err": false, // Error or not
  "res": { // Response data
    "ids": [ // Limit order task ids
      "lus8bfug0040i2",
      "lus8bfug004166"
    ]
  }
}
Language