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

      Create GigaSPOT orders

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

      Request

      Header Params

      Body Params application/json

      Example
      [
          {
              "currency": "CLORE-Blockchain",
              "image": "6771db990479c1fac87da6cc",
              "renting_server": 40329,
              "price": 20,
              "oc":  [
                  {
                      "pl": 350,
                      "core_lock": 1000,
                      "mem_lock": 5000,
                      "mem_offset": 2000,
                      "core_offset": 200
                  }
              ],
              "env": {
                  "EXAMPLE_KEY": "EXAMPLE_VALUE"
              }
          }
      ]

      Responses

      🟢200Success
      application/json
      Body

      Examples
      {
          "status": "ok",
          "failed_to_oc_servers": [],
          "failed_to_rent_servers": [],
          "too_low_bids_servers": [],
          "code": 0
      }
      🟠401Unauthorized
      Modified at 2025-01-18 23:54:57
      Previous
      GET Market
      Next
      Edit GigaSPOT orders
      Built with