Clore GigaSPOT
    Clore GigaSPOT
    • GET Market
      GET
    • Create GigaSPOT orders
      POST
    • Edit GigaSPOT orders
      POST
    • Cancel Many Orders
      POST

      Cancel Many Orders

      POST
      https://api.clore.ai/v1/cancel_orders
      Can cancel all order types - on demand, spot, GigaSPOT

      Request

      Header Params

      Body Params application/json

      Example
      {
          "order_ids": [542567]
      }

      Responses

      🟢200Success
      application/json
      Body

      Example
      {
          "failed_to_cancel": [],
          "code": 0
      }
      🟠401Unauthorized
      Modified at 2025-01-01 23:30:18
      Previous
      Edit GigaSPOT orders
      Built with