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
      Content-Type
      string 
      required
      Example:
      application/json
      auth
      string 
      required
      clore.ai api token
      Example:
      NXj2bHUXHwzvd5-Lm6UfvgGtnNwaHxLu
      Body Params application/json
      order_ids
      array[integer]
      required
      IDs of orders to cancel (up to 64 per request)
      Example
      {
          "order_ids": [542567]
      }

      Responses

      🟢200Success
      application/json
      Body
      failed_to_cancel
      array[string]
      required
      IDs of orders, that failed to cancel
      code
      integer 
      required
      clore.ai status code
      Example
      {
          "failed_to_cancel": [],
          "code": 0
      }
      🟠401Unauthorized
      Modified at 2025-01-01 23:30:18
      Previous
      Edit GigaSPOT orders
      Built with