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

      Edit GigaSPOT orders

      POST
      https://api.clore.ai/v1/edit_gigaspot_orders

      Overclocking#

      It's recommend to pass all OC parameters: pl, core_lock, mem_lock, mem_offset, core_offset Otherwise their configured value can't be guaranteed.
      ⚠️ Core Offset, Mem Offset is in real MHz, which means you should input 50% of value you will input in HiveOS or nVidia linux driver. You wanna input the value you will input to MSI afterburner on windows

      Request

      Header Params

      Body Params application/json

      Example
      [
          {
              "order_id": 547224,
              "price": 50.675,
              "oc":  [
                  {
                      "pl": 70,
                      "core_lock": 900,
                      "mem_lock": 5000,
                      "core_offset": 0,
                      "mem_offset": -200
                  },
                  {
                      "pl": 70
                  },
                  {
                      "pl": 85
                  },
                  {
                      "pl": 70
                  },
                  {
                      "pl": 70
                  },
                  {
                      "pl": 70,
                      "core_offset": -450
                  },
                  {
                      "pl": 70
                  },
                  {
                      "pl": 70
                  }
              ]
          }
      ]

      Responses

      🟢200Success
      application/json
      Body

      Examples
      {
          "success_to_update_ids": [
              547224
          ],
          "failed_to_update_ids": [],
          "too_low_bid_ids": [],
          "code": 0
      }
      🟠401Unauthorized
      Modified at 2025-01-01 23:31:06
      Previous
      Create GigaSPOT orders
      Next
      Cancel Many Orders
      Built with