{
  "info": {
    "name": "Bybit — mcp.ai",
    "description": "REST API for the Bybit MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/bybit",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "bybit_accept_non_lp_quote",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/accept/non/lp/quote",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "accept",
            "non",
            "lp",
            "quote"
          ]
        },
        "description": "Enable acceptance of non-LP quotes for a specific RFQ. (POST /v5/rfq/accept-other-quote). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"rfqId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_account_borrow",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/account/borrow",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "account",
            "borrow"
          ]
        },
        "description": "Manual borrow for Unified account. (POST /v5/account/borrow). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"coin\": \"\",\n  \"amount\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_account_coin_balance_query",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/account/coin/balance/query",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "account",
            "coin",
            "balance",
            "query"
          ]
        },
        "description": "Query the balance of a specific coin in a specific account type. Supports querying sub UID balance with master API key. (GET /v5/asset/transfer/query-account-coin-balance).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"accountType\": \"\",\n  \"coin\": \"\",\n  \"memberId\": 0,\n  \"toMemberId\": 0,\n  \"toAccountType\": \"\",\n  \"withBonus\": \"\",\n  \"withTransferSafeAmount\": \"\",\n  \"withLtvTransferSafeAmount\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_account_fixed_borrow",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/account/fixed/borrow",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "account",
            "fixed",
            "borrow"
          ]
        },
        "description": "Create a fixed-rate borrow order for Unified account. (POST /v5/spot-margin-trade/fixedborrow). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"orderCurrency\": \"\",\n  \"orderAmount\": \"\",\n  \"annualRate\": \"\",\n  \"term\": \"\",\n  \"repayType\": \"\",\n  \"strategyType\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_account_no_convert_repay",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/account/no/convert/repay",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "account",
            "no",
            "convert",
            "repay"
          ]
        },
        "description": "Manual repay without asset conversion (lossless repay). The system will only use the spot available balance of the debt currency to repay. (POST /v5/account/no-convert-repay). [write, mexe em dinheiro",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"coin\": \"\",\n  \"amount\": \"\",\n  \"repaymentType\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_account_repay",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/account/repay",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "account",
            "repay"
          ]
        },
        "description": "Manually repay the liabilities of Unified account. (POST /v5/account/repay). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"coin\": \"\",\n  \"amount\": \"\",\n  \"repaymentType\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_add_liquidity",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/add/liquidity",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "add",
            "liquidity"
          ]
        },
        "description": "Inject funds into a Liquidity Mining pool. (POST /v5/earn/liquidity-mining/add-liquidity). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"productId\": \"\",\n  \"orderLinkId\": \"\",\n  \"quoteAccountType\": \"\",\n  \"baseAccountType\": \"\",\n  \"quoteAmount\": \"\",\n  \"baseAmount\": \"\",\n  \"leverage\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_add_margin",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/add/margin",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "add",
            "margin"
          ]
        },
        "description": "Add additional collateral (margin) to a leveraged Liquidity Mining position to avoid liquidation. (POST /v5/earn/liquidity-mining/add-margin). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"productId\": \"\",\n  \"orderLinkId\": \"\",\n  \"positionId\": \"\",\n  \"amount\": \"\",\n  \"quoteAccountType\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_add_reduce_margin",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/add/reduce/margin",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "add",
            "reduce",
            "margin"
          ]
        },
        "description": "Add or reduce margin for a position in isolated margin mode. (POST /v5/position/add-margin). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"category\": \"\",\n  \"symbol\": \"\",\n  \"margin\": \"\",\n  \"positionIdx\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_amend_order",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/amend/order",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "amend",
            "order"
          ]
        },
        "description": "Modify an existing open order. You can update price, quantity, trigger price, take-profit, and stop-loss parameters. (POST /v5/order/amend). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"category\": \"\",\n  \"symbol\": \"\",\n  \"orderId\": \"\",\n  \"orderLinkId\": \"\",\n  \"orderIv\": \"\",\n  \"triggerPrice\": \"\",\n  \"qty\": \"\",\n  \"price\": \"\",\n  \"tpslMode\": \"\",\n  \"takeProfit\": \"\",\n  \"stopLoss\": \"\",\n  \"tpTriggerBy\": \"\",\n  \"slTriggerBy\": \"\",\n  \"triggerBy\": \"\",\n  \"tpLimitPrice\": \"\",\n  \"slLimitPrice\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_amend_spread_order",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/amend/spread/order",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "amend",
            "spread",
            "order"
          ]
        },
        "description": "Amend (modify) the price and/or quantity of an existing spread trading order. (POST /v5/spread/order/amend). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"symbol\": \"\",\n  \"orderId\": \"\",\n  \"orderLinkId\": \"\",\n  \"qty\": \"\",\n  \"price\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_apply_quote",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/apply/quote",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "apply",
            "quote"
          ]
        },
        "description": "Apply for a conversion quote. The system will return: (POST /v5/fiat/quote-apply). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"fromCoin\": \"\",\n  \"fromCoinType\": \"\",\n  \"toCoin\": \"\",\n  \"toCoinType\": \"\",\n  \"requestAmount\": \"\",\n  \"requestCoinType\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_batch_amend_orders",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/batch/amend/orders",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "batch",
            "amend",
            "orders"
          ]
        },
        "description": "Modify multiple existing open orders in a single API call. (POST /v5/order/amend-batch). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"category\": \"\",\n  \"request\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_batch_cancel_orders",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/batch/cancel/orders",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "batch",
            "cancel",
            "orders"
          ]
        },
        "description": "Cancel multiple orders in a single API call. (POST /v5/order/cancel-batch). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"category\": \"\",\n  \"request\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_batch_create_orders",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/batch/create/orders",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "batch",
            "create",
            "orders"
          ]
        },
        "description": "Place multiple orders in a single API call. (POST /v5/order/create-batch). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"category\": \"\",\n  \"request\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_cancel_all_orders",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/cancel/all/orders",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "cancel",
            "all",
            "orders"
          ]
        },
        "description": "Cancel all open orders matching the specified criteria. (POST /v5/order/cancel-all). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"category\": \"\",\n  \"symbol\": \"\",\n  \"baseCoin\": \"\",\n  \"settleCoin\": \"\",\n  \"orderFilter\": \"\",\n  \"stopOrderType\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_cancel_all_quotes",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/cancel/all/quotes",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "cancel",
            "all",
            "quotes"
          ]
        },
        "description": "Cancel all active quotes for the authenticated account. (POST /v5/rfq/cancel-all-quotes). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_cancel_all_rfqs",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/cancel/all/rfqs",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "cancel",
            "all",
            "rfqs"
          ]
        },
        "description": "Cancel all active RFQs for the authenticated account. (POST /v5/rfq/cancel-all-rfq). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_cancel_all_spread_orders",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/cancel/all/spread/orders",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "cancel",
            "all",
            "spread",
            "orders"
          ]
        },
        "description": "Cancel all open spread trading orders, optionally filtered by symbol. (POST /v5/spread/order/cancel-all). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"symbol\": \"\",\n  \"cancelAll\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_cancel_order",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/cancel/order",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "cancel",
            "order"
          ]
        },
        "description": "Cancel a single open order by `orderId` or `orderLinkId`. (POST /v5/order/cancel). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"category\": \"\",\n  \"symbol\": \"\",\n  \"orderId\": \"\",\n  \"orderLinkId\": \"\",\n  \"orderFilter\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_cancel_quote",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/cancel/quote",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "cancel",
            "quote"
          ]
        },
        "description": "Cancel an active quote. You must pass one of the following parameters: `quoteId`, `rfqId`, or `quoteLinkId`. (POST /v5/rfq/cancel-quote). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"quoteId\": \"\",\n  \"rfqId\": \"\",\n  \"quoteLinkId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_cancel_rfq",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/cancel/rfq",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "cancel",
            "rfq"
          ]
        },
        "description": "Cancel an active RFQ. You must pass either `rfqId` or `rfqLinkId`. (POST /v5/rfq/cancel-rfq). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"rfqId\": \"\",\n  \"rfqLinkId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_cancel_spread_order",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/cancel/spread/order",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "cancel",
            "spread",
            "order"
          ]
        },
        "description": "Cancel a single spread trading order by its order ID or custom order link ID. (POST /v5/spread/order/cancel). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"orderId\": \"\",\n  \"orderLinkId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_claim_liquidity_interest",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/claim/liquidity/interest",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "claim",
            "liquidity",
            "interest"
          ]
        },
        "description": "Claim all available interest for the specified product in one click. (POST /v5/earn/liquidity-mining/claim-interest). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"productId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_close_combo_bot",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/close/combo/bot",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "close",
            "combo",
            "bot"
          ]
        },
        "description": "Closes (stops) a running futures combo trading bot. The bot will cancel (POST /v5/fcombobot/close). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"bot_id\": 0,\n  \"stop_type\": \"\",\n  \"bot_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_close_dca_bot",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/close/dca/bot",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "close",
            "dca",
            "bot"
          ]
        },
        "description": "Closes a running DCA bot. You must specify a close_mode to determine (POST /v5/dca/close-bot). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"bot_id\": 0,\n  \"close_mode\": \"\",\n  \"bot_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_close_f_grid_bot",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/close/f/grid/bot",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "close",
            "f",
            "grid",
            "bot"
          ]
        },
        "description": "Closes (stops) a running futures grid trading bot. The bot will cancel (POST /v5/fgridbot/close). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"bot_id\": 0,\n  \"bot_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_close_f_mart_bot",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/close/f/mart/bot",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "close",
            "f",
            "mart",
            "bot"
          ]
        },
        "description": "Closes (stops) a running futures Martingale trading bot. The bot will (POST /v5/fmartingalebot/close). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"bot_id\": 0,\n  \"stop_type\": \"\",\n  \"bot_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_close_grid_bot",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/close/grid/bot",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "close",
            "grid",
            "bot"
          ]
        },
        "description": "Closes a running spot grid bot. You must specify a close_mode to (POST /v5/grid/close-grid). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"grid_id\": 0,\n  \"close_mode\": \"\",\n  \"grid_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_coin_convert_limit_query",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/coin/convert/limit/query",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "coin",
            "convert",
            "limit",
            "query"
          ]
        },
        "description": "Query single conversion min/max limit for specified coin pair under specified account type. (GET /v5/asset/exchange/query-convert-limit).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"fromCoin\": \"\",\n  \"fromCoinType\": \"\",\n  \"toCoin\": \"\",\n  \"toCoinType\": \"\",\n  \"accountType\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_coin_list_query",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/coin/list/query",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "coin",
            "list",
            "query"
          ]
        },
        "description": "Query convertible coin list under specified account type and conversion direction. (GET /v5/asset/exchange/query-coin-list).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"accountType\": \"\",\n  \"side\": \"\",\n  \"coin\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_confirm_new_risk_limit",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/confirm/new/risk/limit",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "confirm",
            "new",
            "risk",
            "limit"
          ]
        },
        "description": "Confirm the pending maintenance margin rate update for a position. (POST /v5/position/confirm-pending-mmr). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"category\": \"\",\n  \"symbol\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_confirm_quote",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/confirm/quote",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "confirm",
            "quote"
          ]
        },
        "description": "Confirm the quote and execute the conversion trade. (POST /v5/fiat/trade-execute). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"quoteTxId\": \"\",\n  \"subUserId\": \"\",\n  \"webhookUrl\": \"\",\n  \"merchantRequestId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_convert_execute",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/convert/execute",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "convert",
            "execute"
          ]
        },
        "description": "Confirm and execute a conversion based on quote ID. The exchange is async; (POST /v5/asset/exchange/convert-execute). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"quoteTxId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_convert_history_query",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/convert/history/query",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "convert",
            "history",
            "query"
          ]
        },
        "description": "Query all confirmed conversion records. Supports multiple wallet types and comma-separated accountType. (GET /v5/asset/exchange/query-convert-history).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"accountType\": \"\",\n  \"index\": 0,\n  \"limit\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_create_chase_order_strategy",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/chase/order/strategy",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "chase",
            "order",
            "strategy"
          ]
        },
        "description": "Creates a Chase Order strategy that continuously monitors market price and (POST /v5/strategy/create). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"category\": \"\",\n  \"symbol\": \"\",\n  \"side\": \"\",\n  \"size\": \"\",\n  \"strategyType\": \"\",\n  \"chaseDistance\": \"\",\n  \"chasePercentE4\": 0,\n  \"maxChasePrice\": \"\",\n  \"triggerPrice\": \"\",\n  \"reduceOnly\": false,\n  \"positionIdx\": \"\",\n  \"leverageType\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_create_combo_bot",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/combo/bot",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "combo",
            "bot"
          ]
        },
        "description": "Creates a futures combo trading bot that manages a portfolio of multiple (POST /v5/fcombobot/create). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"leverage\": \"\",\n  \"init_margin\": \"\",\n  \"adjust_position_mode\": \"\",\n  \"adjust_position_percent\": \"\",\n  \"adjust_position_time_interval\": 0,\n  \"symbol_settings\": \"\",\n  \"sl_percent\": \"\",\n  \"tp_percent\": \"\",\n  \"source\": \"\",\n  \"block_source\": \"\",\n  \"create_type\": \"\",\n  \"followed_bot_id\": 0,\n  \"init_bonus\": \"\",\n  \"trailing_stop_percent\": \"\",\n  \"channel\": \"\",\n  \"followed_bot_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_create_copy_mt5_bind",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/copy/mt5/bind",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "copy",
            "mt5",
            "bind"
          ]
        },
        "description": "Create a new Copy Trading TradFi follow binding by specifying a target `providerMark` (POST /v5/copy-mt5/private/follower/trade-setting/create). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"providerMark\": \"\",\n  \"investmentE8\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_create_copy_trade_bind",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/copy/trade/bind",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "copy",
            "trade",
            "bind"
          ]
        },
        "description": "Create a new Copy Trading Classic follow binding by specifying a target `leaderMark` (POST /v5/copy-trade/private/follower/trade-setting/create). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"leaderMark\": \"\",\n  \"investmentE8\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_create_dca_bot",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/dca/bot",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "dca",
            "bot"
          ]
        },
        "description": "Creates a DCA bot that automatically invests at regular intervals. (POST /v5/dca/create-bot). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"parameters\": \"\",\n  \"toolsDiscoveryParameter\": \"\",\n  \"channel\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_create_f_grid_bot",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/f/grid/bot",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "f",
            "grid",
            "bot"
          ]
        },
        "description": "Creates a single futures grid trading bot. The bot will automatically (POST /v5/fgridbot/create). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"symbol\": \"\",\n  \"grid_mode\": \"\",\n  \"min_price\": \"\",\n  \"max_price\": \"\",\n  \"cell_number\": 0,\n  \"leverage\": \"\",\n  \"grid_type\": \"\",\n  \"total_investment\": \"\",\n  \"take_profit_per\": \"\",\n  \"stop_loss_per\": \"\",\n  \"entry_price\": \"\",\n  \"source\": \"\",\n  \"followed_grid_id\": 0,\n  \"toolsDiscoveryParameter\": \"\",\n  \"stop_loss_price\": \"\",\n  \"take_profit_price\": \"\",\n  \"tp_sl_type\": \"\",\n  \"block_source\": \"\",\n  \"create_type\": \"\",\n  \"init_bonus\": \"\",\n  \"business_remark\": \"\",\n  \"trailing_stop_per\": \"\",\n  \"move_up_price\": \"\",\n  \"move_down_price\": \"\",\n  \"channel\": \"\",\n  \"followed_grid_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_create_f_mart_bot",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/f/mart/bot",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "f",
            "mart",
            "bot"
          ]
        },
        "description": "Creates a futures Martingale trading bot. The bot opens an initial position (POST /v5/fmartingalebot/create). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"symbol\": \"\",\n  \"martingale_mode\": \"\",\n  \"leverage\": \"\",\n  \"price_float_percent\": \"\",\n  \"add_position_percent\": \"\",\n  \"add_position_num\": 0,\n  \"init_margin\": \"\",\n  \"round_tp_percent\": \"\",\n  \"auto_cycle_toggle\": \"\",\n  \"sl_percent\": \"\",\n  \"entry_price\": \"\",\n  \"source\": \"\",\n  \"followed_bot_id\": 0,\n  \"block_source\": \"\",\n  \"create_type\": \"\",\n  \"init_bonus\": \"\",\n  \"channel\": \"\",\n  \"followed_bot_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_create_grid_bot",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/grid/bot",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "grid",
            "bot"
          ]
        },
        "description": "Creates a spot grid bot with the specified trading pair, price range, (POST /v5/grid/create-grid). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"symbol\": \"\",\n  \"max_price\": \"\",\n  \"min_price\": \"\",\n  \"total_investment\": \"\",\n  \"cell_number\": 0,\n  \"followed_grid_id\": 0,\n  \"source\": \"\",\n  \"entry_price\": \"\",\n  \"stop_loss_price\": \"\",\n  \"take_profit_price\": \"\",\n  \"toolsDiscoveryParameter\": \"\",\n  \"base_investment\": \"\",\n  \"quote_investment\": \"\",\n  \"invest_mode\": \"\",\n  \"block_source\": \"\",\n  \"create_type\": \"\",\n  \"ts_percent\": \"\",\n  \"enable_trailing\": false,\n  \"limit_up_price\": \"\",\n  \"channel\": \"\",\n  \"followed_grid_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_create_iceberg_strategy",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/iceberg/strategy",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "iceberg",
            "strategy"
          ]
        },
        "description": "Creates an Iceberg strategy that splits a large order into multiple smaller child orders, (POST /v5/strategy/create). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"category\": \"\",\n  \"symbol\": \"\",\n  \"side\": \"\",\n  \"size\": \"\",\n  \"strategyType\": \"\",\n  \"subSize\": \"\",\n  \"orderCount\": 0,\n  \"limitPrice\": \"\",\n  \"chaseDistance\": \"\",\n  \"chasePercentE4\": 0,\n  \"maxChasePrice\": \"\",\n  \"postOnly\": \"\",\n  \"reduceOnly\": false,\n  \"positionIdx\": \"\",\n  \"leverageType\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_create_order",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/order",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "order"
          ]
        },
        "description": "Place a new order on the Bybit exchange. (POST /v5/order/create). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"category\": \"\",\n  \"symbol\": \"\",\n  \"isLeverage\": \"\",\n  \"side\": \"\",\n  \"orderType\": \"\",\n  \"qty\": \"\",\n  \"marketUnit\": \"\",\n  \"slippageToleranceType\": \"\",\n  \"slippageTolerance\": \"\",\n  \"price\": \"\",\n  \"triggerDirection\": \"\",\n  \"orderFilter\": \"\",\n  \"triggerPrice\": \"\",\n  \"triggerBy\": \"\",\n  \"orderIv\": \"\",\n  \"timeInForce\": \"\",\n  \"positionIdx\": \"\",\n  \"orderLinkId\": \"\",\n  \"takeProfit\": \"\",\n  \"stopLoss\": \"\",\n  \"tpTriggerBy\": \"\",\n  \"slTriggerBy\": \"\",\n  \"reduceOnly\": false,\n  \"closeOnTrigger\": false,\n  \"smpType\": \"\",\n  \"mmp\": false,\n  \"tpslMode\": \"\",\n  \"tpLimitPrice\": \"\",\n  \"slLimitPrice\": \"\",\n  \"tpOrderType\": \"\",\n  \"slOrderType\": \"\",\n  \"bboSideType\": \"\",\n  \"bboLevel\": \"\",\n  \"rpiTakerAccess\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_create_quote",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/quote",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "quote"
          ]
        },
        "description": "Submit a quote for an existing RFQ. The quoter provides prices for the RFQ legs (POST /v5/rfq/create-quote). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"rfqId\": \"\",\n  \"quoteLinkId\": \"\",\n  \"anonymous\": false,\n  \"expireIn\": 0,\n  \"quoteBuyList\": \"\",\n  \"quoteSellList\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_create_rfq",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/rfq",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "rfq"
          ]
        },
        "description": "Create a new Request for Quote (RFQ) to solicit pricing from selected counterparties. (POST /v5/rfq/create-rfq). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"counterparties\": \"\",\n  \"rfqLinkId\": \"\",\n  \"anonymous\": false,\n  \"strategyType\": \"\",\n  \"list\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_create_spread_order",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/spread/order",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "spread",
            "order"
          ]
        },
        "description": "Create a new spread trading order. (POST /v5/spread/order/create). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"symbol\": \"\",\n  \"side\": \"\",\n  \"orderType\": \"\",\n  \"qty\": \"\",\n  \"price\": \"\",\n  \"orderLinkId\": \"\",\n  \"timeInForce\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_create_twap_strategy",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/twap/strategy",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "twap",
            "strategy"
          ]
        },
        "description": "Creates a TWAP strategy that splits a large order into smaller chunks and executes them (POST /v5/strategy/create). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"category\": \"\",\n  \"symbol\": \"\",\n  \"side\": \"\",\n  \"size\": \"\",\n  \"strategyType\": \"\",\n  \"duration\": 0,\n  \"interval\": 0,\n  \"isRandom\": false,\n  \"triggerPrice\": \"\",\n  \"maxChasePrice\": \"\",\n  \"chaseDistance\": \"\",\n  \"chasePercentE4\": 0,\n  \"reduceOnly\": false,\n  \"positionIdx\": \"\",\n  \"leverageType\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_distribute_award",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/distribute/award",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "distribute",
            "award"
          ]
        },
        "description": "Distribute a voucher to a specified user. (POST /v5/broker/award/distribute-award). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"accountId\": \"\",\n  \"awardId\": \"\",\n  \"specCode\": \"\",\n  \"amount\": \"\",\n  \"brokerId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_execute_lp_redeem",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/execute/lp/redeem",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "execute",
            "lp",
            "redeem"
          ]
        },
        "description": "Execute LP redemption to withdraw liquidity from a pool position. (POST /v5/alpha/lp/redeem). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"positionId\": 0,\n  \"poolAddress\": \"\",\n  \"dercRatio\": \"\",\n  \"receiveTokenCode\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_execute_lp_stake",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/execute/lp/stake",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "execute",
            "lp",
            "stake"
          ]
        },
        "description": "Execute LP stake to provide liquidity and earn rewards. (POST /v5/alpha/lp/stake). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_execute_prediction_buy",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/execute/prediction/buy",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "execute",
            "prediction",
            "buy"
          ]
        },
        "description": "Execute a buy order for prediction outcome tokens. (POST /v5/alpha/prediction/buy). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"tokenId\": \"\",\n  \"amount\": \"\",\n  \"payTokenCode\": \"\",\n  \"orderType\": \"\",\n  \"slippage\": \"\",\n  \"eventId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_execute_prediction_sell",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/execute/prediction/sell",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "execute",
            "prediction",
            "sell"
          ]
        },
        "description": "Execute a sell order for prediction outcome tokens. (POST /v5/alpha/prediction/sell). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"tokenId\": \"\",\n  \"size\": \"\",\n  \"orderType\": \"\",\n  \"slippage\": \"\",\n  \"eventId\": \"\",\n  \"toTokenCode\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_execute_purchase",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/execute/purchase",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "execute",
            "purchase"
          ]
        },
        "description": "Place a buy order to purchase on-chain tokens with payment tokens. (POST /v5/alpha/trade/purchase). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"fromTokenCode\": \"\",\n  \"fromTokenAmount\": \"\",\n  \"toTokenCode\": \"\",\n  \"slippage\": \"\",\n  \"quoteData\": \"\",\n  \"gas\": \"\",\n  \"quoteMode\": \"\",\n  \"correctingCode\": \"\",\n  \"tenant\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_execute_quote",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/execute/quote",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "execute",
            "quote"
          ]
        },
        "description": "Execute (accept) a quote to initiate the multi-leg trade. (POST /v5/rfq/execute-quote). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"rfqId\": \"\",\n  \"quoteId\": \"\",\n  \"quoteSide\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_execute_redeem",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/execute/redeem",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "execute",
            "redeem"
          ]
        },
        "description": "Place a sell order to redeem on-chain tokens for payment tokens. (POST /v5/alpha/trade/redeem). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"fromTokenCode\": \"\",\n  \"fromTokenAmount\": \"\",\n  \"toTokenCode\": \"\",\n  \"slippage\": \"\",\n  \"quoteData\": \"\",\n  \"gas\": \"\",\n  \"quoteMode\": \"\",\n  \"correctingCode\": \"\",\n  \"tenant\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_account_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/account/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "account",
            "info"
          ]
        },
        "description": "Retrieve unified account configuration including margin mode, account status, (GET /v5/account/info).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_account_instruments",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/account/instruments",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "account",
            "instruments"
          ]
        },
        "description": "Query tradable instrument specifications for the user's account. Supports spot, (GET /v5/account/instruments-info).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"category\": \"\",\n  \"symbol\": \"\",\n  \"limit\": 0,\n  \"cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_account_withdrawal_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/account/withdrawal/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "account",
            "withdrawal",
            "info"
          ]
        },
        "description": "Query available withdrawal balance for specified coin(s) in the Unified account. (GET /v5/account/withdrawal).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"coinName\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_adl_alert",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/adl/alert",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "adl",
            "alert"
          ]
        },
        "description": "Query ADL (Auto-Deleveraging) alert data and insurance fund metrics for derivative contracts, (GET /v5/market/adlAlert). Dado público de mercado.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"symbol\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_ads",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/ads",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "ads"
          ]
        },
        "description": "Get online P2P advertisements. (POST /v5/p2p/item/online).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"tokenId\": \"\",\n  \"currencyId\": \"\",\n  \"side\": \"\",\n  \"page\": \"\",\n  \"size\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_advance_earn_order",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/advance/earn/order",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "advance",
            "earn",
            "order"
          ]
        },
        "description": "Query your order history. Requires **Earn** permission on the API key. (GET /v5/earn/advance/order).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"category\": \"\",\n  \"productId\": 0,\n  \"orderId\": \"\",\n  \"orderLinkId\": \"\",\n  \"startTime\": 0,\n  \"endTime\": 0,\n  \"limit\": 0,\n  \"cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_advance_earn_position",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/advance/earn/position",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "advance",
            "earn",
            "position"
          ]
        },
        "description": "Query your active positions. Requires **Earn** permission on the API key. (GET /v5/earn/advance/position).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"category\": \"\",\n  \"productId\": 0,\n  \"coin\": \"\",\n  \"limit\": 0,\n  \"cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_advance_earn_product",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/advance/earn/product",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "advance",
            "earn",
            "product"
          ]
        },
        "description": "Query available Advance Earn product listings. (GET /v5/earn/advance/product). Dado público de mercado.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"category\": \"\",\n  \"coin\": \"\",\n  \"duration\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_advance_earn_product_extra_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/advance/earn/product/extra/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "advance",
            "earn",
            "product",
            "extra",
            "info"
          ]
        },
        "description": "Get real-time quotes (target prices and APY) for a specific Dual Assets product. (GET /v5/earn/advance/product-extra-info). Dado público de mercado.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"category\": \"\",\n  \"productId\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_affiliate_user_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/affiliate/user/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "affiliate",
            "user",
            "info"
          ]
        },
        "description": "Query detailed information for a specified direct client user under the affiliate account, (GET /v5/user/aff-customer-info).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"uid\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_affiliate_user_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/affiliate/user/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "affiliate",
            "user",
            "list"
          ]
        },
        "description": "Query the list of all direct client users under the current affiliate account. (GET /v5/affiliate/aff-user-list).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"cursor\": \"\",\n  \"size\": 0,\n  \"needDeposit\": false,\n  \"need30\": false,\n  \"need365\": false,\n  \"startDate\": \"\",\n  \"endDate\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_all_orders",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/all/orders",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "all",
            "orders"
          ]
        },
        "description": "Get a list of P2P orders. Returns 90 days of orders by default. Orders are accessible up to 180 days in the past. (POST /v5/p2p/order/simplifyList).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"page\": 0,\n  \"size\": 0,\n  \"status\": 0,\n  \"beginTime\": \"\",\n  \"endTime\": \"\",\n  \"tokenId\": \"\",\n  \"side\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_asset_detail",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/asset/detail",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "asset",
            "detail"
          ]
        },
        "description": "Query detailed holding information for a specific token by chain code and token address. (POST /v5/alpha/trade/asset-detail).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"chainCode\": \"\",\n  \"tokenAddress\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_asset_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/asset/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "asset",
            "list"
          ]
        },
        "description": "Query user's on-chain token portfolio. (POST /v5/alpha/trade/asset-list).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_asset_overview",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/asset/overview",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "asset",
            "overview"
          ]
        },
        "description": "Query the total asset overview for the current account, including per-account-type equity breakdowns, category details, and coin-level details. (GET /v5/asset/asset-overview).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"accountType\": \"\",\n  \"memberId\": \"\",\n  \"valuationCurrency\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_aurora_strategy",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/aurora/strategy",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "aurora",
            "strategy"
          ]
        },
        "description": "Returns the full Aurora AI strategy (params + backtest metrics) identified (POST /v5/aurora/info).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"aurora_id\": \"\",\n  \"aurora_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_award_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/award/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "award",
            "info"
          ]
        },
        "description": "Get basic information of a specified voucher, including coin, denomination unit, product line, total amount, and distributed amount. (POST /v5/broker/award/info).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_biz_token_details",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/biz/token/details",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "biz",
            "token",
            "details"
          ]
        },
        "description": "Query detailed information for a specific on-chain token. (POST /v5/alpha/trade/biz-token-details).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"chainCode\": \"\",\n  \"tokenAddress\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_biz_token_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/biz/token/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "biz",
            "token",
            "list"
          ]
        },
        "description": "Query on-chain tokens available for trading, optionally filtered by tag. (POST /v5/alpha/trade/biz-token-list).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"tokenTag\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_biz_token_price_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/biz/token/price/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "biz",
            "token",
            "price",
            "list"
          ]
        },
        "description": "Batch query token prices and market data by chain code + token address pairs. (POST /v5/alpha/trade/biz-token-price-list).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"tokenAddressInfo\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_borrow_history",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/borrow/history",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "borrow",
            "history"
          ]
        },
        "description": "Query interest and borrowing records for the unified account. Supports filtering (GET /v5/account/borrow-history).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"currency\": \"\",\n  \"startTime\": 0,\n  \"endTime\": 0,\n  \"limit\": 0,\n  \"cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_chat_messages",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/chat/messages",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "chat",
            "messages"
          ]
        },
        "description": "Get chat messages for a P2P order. (POST /v5/p2p/order/message/listpage).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"orderId\": \"\",\n  \"currentPage\": \"\",\n  \"size\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_close_position",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/close/position",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "close",
            "position"
          ]
        },
        "description": "Query closed option position data including entry/exit prices, fees, delivery details, and realized PnL. (GET /v5/position/get-closed-positions).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"category\": \"\",\n  \"symbol\": \"\",\n  \"startTime\": 0,\n  \"endTime\": 0,\n  \"limit\": 0,\n  \"cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_closed_pnl",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/closed/pnl",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "closed",
            "pnl"
          ]
        },
        "description": "Query closed PnL records for the current user. Results include entry/exit prices, (GET /v5/position/closed-pnl).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"category\": \"\",\n  \"symbol\": \"\",\n  \"startTime\": 0,\n  \"endTime\": 0,\n  \"limit\": 0,\n  \"cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_coin_greeks",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/coin/greeks",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "coin",
            "greeks"
          ]
        },
        "description": "Query option Greeks aggregated by base coin. Returns delta, gamma, vega, and (GET /v5/asset/coin-greeks).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"baseCoin\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_collateral_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/collateral/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "collateral",
            "info"
          ]
        },
        "description": "Query collateral information including borrowing rates, limits, and collateral (GET /v5/account/collateral-info).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"currency\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_combo_detail",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/combo/detail",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "combo",
            "detail"
          ]
        },
        "description": "Retrieves comprehensive details for a specific futures combo bot, including (POST /v5/fcombobot/detail).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"bot_id\": 0,\n  \"bot_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_combo_limit",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/combo/limit",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "combo",
            "limit"
          ]
        },
        "description": "Validates the input parameters for creating a futures combo bot and returns (POST /v5/fcombobot/getlimit).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"leverage\": \"\",\n  \"init_margin\": \"\",\n  \"adjust_position_mode\": \"\",\n  \"adjust_position_percent\": \"\",\n  \"adjust_position_time_interval\": 0,\n  \"symbol_settings\": \"\",\n  \"sl_percent\": \"\",\n  \"tp_percent\": \"\",\n  \"need_to_slippage\": false,\n  \"app_name\": \"\",\n  \"trailing_stop_percent\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_copy_trading_classic_leaderboard",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/copy/trading/classic/leaderboard",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "copy",
            "trading",
            "classic",
            "leaderboard"
          ]
        },
        "description": "Get a curated Copy Trading Classic leaderboard for conversational (GET /v5/copy-trade/recommend-leader-list). Dado público de mercado.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_copy_trading_trad_fi_leaderboard",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/copy/trading/trad/fi/leaderboard",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "copy",
            "trading",
            "trad",
            "fi",
            "leaderboard"
          ]
        },
        "description": "Get a curated Copy Trading TradFi leaderboard for conversational (GET /v5/copy-mt5/recommend-provider-list). Dado público de mercado.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_counterparty_user_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/counterparty/user/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "counterparty",
            "user",
            "info"
          ]
        },
        "description": "Get information about a counterparty user in a specific order. (POST /v5/p2p/user/order/personal/info).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"originalUid\": \"\",\n  \"orderId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_crypto_loan_common_adjustment_history",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/crypto/loan/common/adjustment/history",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "crypto",
            "loan",
            "common",
            "adjustment",
            "history"
          ]
        },
        "description": "Query historical collateral adjustment operations with pagination support. (GET /v5/crypto-loan-common/adjustment-history).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"adjustId\": 0,\n  \"collateralCurrency\": \"\",\n  \"limit\": 0,\n  \"cursor\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_crypto_loan_common_collateral_data",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/crypto/loan/common/collateral/data",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "crypto",
            "loan",
            "common",
            "collateral",
            "data"
          ]
        },
        "description": "Query information about currencies available as collateral in the crypto loan system. (GET /v5/crypto-loan-common/collateral-data). Dado público de mercado.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"currency\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_crypto_loan_common_loanable_data",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/crypto/loan/common/loanable/data",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "crypto",
            "loan",
            "common",
            "loanable",
            "data"
          ]
        },
        "description": "Query information about currencies available for borrowing in the crypto loan system. (GET /v5/crypto-loan-common/loanable-data).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"currency\": \"\",\n  \"vipLevel\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_crypto_loan_common_max_collateral_amount",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/crypto/loan/common/max/collateral/amount",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "crypto",
            "loan",
            "common",
            "max",
            "collateral",
            "amount"
          ]
        },
        "description": "Query the maximum amount of collateral that can be redeemed (withdrawn) for a specific currency. (GET /v5/crypto-loan-common/max-collateral-amount).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"currency\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_crypto_loan_common_position",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/crypto/loan/common/position",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "crypto",
            "loan",
            "common",
            "position"
          ]
        },
        "description": "Query the user's current crypto loan position with comprehensive details. (GET /v5/crypto-loan-common/position).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_crypto_loan_fixed_borrow_contract_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/crypto/loan/fixed/borrow/contract/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "crypto",
            "loan",
            "fixed",
            "borrow",
            "contract",
            "info"
          ]
        },
        "description": "Query active borrow contracts (loans). (GET /v5/crypto-loan-fixed/borrow-contract-info).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"orderId\": \"\",\n  \"loanId\": \"\",\n  \"orderCurrency\": \"\",\n  \"term\": \"\",\n  \"limit\": 0,\n  \"cursor\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_crypto_loan_fixed_borrow_order_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/crypto/loan/fixed/borrow/order/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "crypto",
            "loan",
            "fixed",
            "borrow",
            "order",
            "info"
          ]
        },
        "description": "Query borrow order details and history. (GET /v5/crypto-loan-fixed/borrow-order-info).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"orderId\": \"\",\n  \"orderCurrency\": \"\",\n  \"state\": \"\",\n  \"term\": \"\",\n  \"limit\": 0,\n  \"cursor\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_crypto_loan_fixed_borrow_order_quote",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/crypto/loan/fixed/borrow/order/quote",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "crypto",
            "loan",
            "fixed",
            "borrow",
            "order",
            "quote"
          ]
        },
        "description": "Query available supply orders (lending offers) from the market for a specific currency and term. (GET /v5/crypto-loan-fixed/borrow-order-quote). Dado público de mercado.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"orderCurrency\": \"\",\n  \"term\": \"\",\n  \"orderBy\": \"\",\n  \"sort\": \"\",\n  \"limit\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_crypto_loan_fixed_renew_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/crypto/loan/fixed/renew/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "crypto",
            "loan",
            "fixed",
            "renew",
            "info"
          ]
        },
        "description": "Query loan renewal history and information. (GET /v5/crypto-loan-fixed/renew-info).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"orderId\": \"\",\n  \"orderCurrency\": \"\",\n  \"limit\": 0,\n  \"cursor\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_crypto_loan_fixed_repayment_history",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/crypto/loan/fixed/repayment/history",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "crypto",
            "loan",
            "fixed",
            "repayment",
            "history"
          ]
        },
        "description": "Query loan repayment records. (GET /v5/crypto-loan-fixed/repayment-history).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"repayId\": \"\",\n  \"loanCurrency\": \"\",\n  \"limit\": 0,\n  \"cursor\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_crypto_loan_fixed_supply_contract_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/crypto/loan/fixed/supply/contract/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "crypto",
            "loan",
            "fixed",
            "supply",
            "contract",
            "info"
          ]
        },
        "description": "Query active supply contracts (lending positions). (GET /v5/crypto-loan-fixed/supply-contract-info).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"orderId\": \"\",\n  \"supplyId\": \"\",\n  \"supplyCurrency\": \"\",\n  \"term\": \"\",\n  \"limit\": 0,\n  \"cursor\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_crypto_loan_fixed_supply_order_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/crypto/loan/fixed/supply/order/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "crypto",
            "loan",
            "fixed",
            "supply",
            "order",
            "info"
          ]
        },
        "description": "Query supply (lending) order details and history. (GET /v5/crypto-loan-fixed/supply-order-info).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"orderId\": \"\",\n  \"orderCurrency\": \"\",\n  \"state\": \"\",\n  \"term\": \"\",\n  \"limit\": 0,\n  \"cursor\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_crypto_loan_fixed_supply_order_quote",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/crypto/loan/fixed/supply/order/quote",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "crypto",
            "loan",
            "fixed",
            "supply",
            "order",
            "quote"
          ]
        },
        "description": "Query available borrow orders (demand) in the market (GET /v5/crypto-loan-fixed/supply-order-quote). Dado público de mercado.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"orderCurrency\": \"\",\n  \"term\": \"\",\n  \"orderBy\": \"\",\n  \"sort\": 0,\n  \"limit\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_crypto_loan_flexible_borrow_history",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/crypto/loan/flexible/borrow/history",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "crypto",
            "loan",
            "flexible",
            "borrow",
            "history"
          ]
        },
        "description": "Query historical flexible borrow records with pagination. (GET /v5/crypto-loan-flexible/borrow-history).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"orderId\": \"\",\n  \"loanCurrency\": \"\",\n  \"limit\": 0,\n  \"cursor\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_crypto_loan_flexible_ongoing_coin",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/crypto/loan/flexible/ongoing/coin",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "crypto",
            "loan",
            "flexible",
            "ongoing",
            "coin"
          ]
        },
        "description": "Query current flexible borrow positions by currency. (GET /v5/crypto-loan-flexible/ongoing-coin).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"loanCurrency\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_crypto_loan_flexible_repayment_history",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/crypto/loan/flexible/repayment/history",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "crypto",
            "loan",
            "flexible",
            "repayment",
            "history"
          ]
        },
        "description": "Query historical flexible repayment records with pagination. (GET /v5/crypto-loan-flexible/repayment-history).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"repayId\": \"\",\n  \"loanCurrency\": \"\",\n  \"limit\": 0,\n  \"cursor\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_dcp_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/dcp/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "dcp",
            "info"
          ]
        },
        "description": "Query Disconnection Protection (DCP) configuration. Returns DCP status and (GET /v5/account/query-dcp-info).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_delivery_price",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/delivery/price",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "delivery",
            "price"
          ]
        },
        "description": "Retrieve historical delivery (settlement) prices for expired futures and options contracts, (GET /v5/market/delivery-price). Dado público de mercado.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"category\": \"\",\n  \"symbol\": \"\",\n  \"baseCoin\": \"\",\n  \"settleCoin\": \"\",\n  \"limit\": 0,\n  \"cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_delivery_record",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/delivery/record",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "delivery",
            "record"
          ]
        },
        "description": "Query delivery records of USDC futures, Inverse futures, and Options. (GET /v5/asset/delivery-record).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"category\": \"\",\n  \"symbol\": \"\",\n  \"startTime\": 0,\n  \"endTime\": 0,\n  \"expDate\": \"\",\n  \"limit\": 0,\n  \"cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_distribution_record",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/distribution/record",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "distribution",
            "record"
          ]
        },
        "description": "Query voucher distribution records for a specified user, including claim status, validity period, consumed amount, etc. (POST /v5/broker/award/distribution-record).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"accountId\": \"\",\n  \"awardId\": \"\",\n  \"specCode\": \"\",\n  \"withUsedAmount\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_double_win_leverage",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/double/win/leverage",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "double",
            "win",
            "leverage"
          ]
        },
        "description": "Query the leverage for a Double Win RFQ product with user-selected price range. (GET /v5/earn/advance/double-win-leverage).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"productId\": 0,\n  \"initialPrice\": \"\",\n  \"lowerPrice\": \"\",\n  \"upperPrice\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_earn_apr_history",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/earn/apr/history",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "earn",
            "apr",
            "history"
          ]
        },
        "description": "Query historical daily APR for a product. Supports `FlexibleSaving` and `OnChain`. (GET /v5/earn/apr-history). Dado público de mercado.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"category\": \"\",\n  \"productId\": \"\",\n  \"startTime\": 0,\n  \"endTime\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_earn_hourly_yield_history",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/earn/hourly/yield/history",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "earn",
            "hourly",
            "yield",
            "history"
          ]
        },
        "description": "Query hourly yield details. Only supports `FlexibleSaving`. (GET /v5/earn/hourly-yield).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"category\": \"\",\n  \"productId\": \"\",\n  \"startTime\": 0,\n  \"endTime\": 0,\n  \"limit\": 0,\n  \"cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_earn_order_history",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/earn/order/history",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "earn",
            "order",
            "history"
          ]
        },
        "description": "Query stake/redeem order history. (GET /v5/earn/order).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"category\": \"\",\n  \"orderId\": \"\",\n  \"orderLinkId\": \"\",\n  \"productId\": \"\",\n  \"startTime\": 0,\n  \"endTime\": 0,\n  \"limit\": 0,\n  \"cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_earn_position",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/earn/position",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "earn",
            "position"
          ]
        },
        "description": "Query current staked position information. (GET /v5/earn/position).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"category\": \"\",\n  \"productId\": \"\",\n  \"coin\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_earn_product",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/earn/product",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "earn",
            "product"
          ]
        },
        "description": "Query earn product information, including estimated APR, min/max stake amount, product status, etc. (GET /v5/earn/product). Dado público de mercado.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"category\": \"\",\n  \"coin\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_earn_yield_history",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/earn/yield/history",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "earn",
            "yield",
            "history"
          ]
        },
        "description": "Query yield history. Supports `FlexibleSaving` and `OnChain`. (GET /v5/earn/yield).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"category\": \"\",\n  \"productId\": 0,\n  \"startTime\": 0,\n  \"endTime\": 0,\n  \"limit\": 0,\n  \"cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_execution_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/execution/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "execution",
            "list"
          ]
        },
        "description": "Trade history: execuções efetivamente preenchidas, com preço, quantidade, taxa por trade e se foi maker ou taker. Sem período informado devolve os últimos 7 dias; o intervalo entre startTime e endTime",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"category\": \"\",\n  \"symbol\": \"\",\n  \"orderId\": \"\",\n  \"orderLinkId\": \"\",\n  \"baseCoin\": \"\",\n  \"startTime\": 0,\n  \"endTime\": 0,\n  \"execType\": \"\",\n  \"limit\": 0,\n  \"cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_f_grid_detail",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/f/grid/detail",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "f",
            "grid",
            "detail"
          ]
        },
        "description": "Retrieves comprehensive details for a specific futures grid bot, including (POST /v5/fgridbot/detail).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"bot_id\": 0,\n  \"bot_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_f_mart_detail",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/f/mart/detail",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "f",
            "mart",
            "detail"
          ]
        },
        "description": "Retrieves comprehensive details for a specific futures Martingale bot, including (POST /v5/fmartingalebot/detail).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"bot_id\": 0,\n  \"bot_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_f_mart_limit",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/f/mart/limit",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "f",
            "mart",
            "limit"
          ]
        },
        "description": "Validates the input parameters for creating a futures Martingale bot and (POST /v5/fmartingalebot/getlimit).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"symbol\": \"\",\n  \"martingale_mode\": \"\",\n  \"leverage\": \"\",\n  \"price_float_percent\": \"\",\n  \"add_position_percent\": \"\",\n  \"add_position_num\": 0,\n  \"init_margin\": \"\",\n  \"round_tp_percent\": \"\",\n  \"sl_percent\": \"\",\n  \"entry_price\": \"\",\n  \"need_to_slippage\": false,\n  \"app_name\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_fee_group_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/fee/group/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "fee",
            "group",
            "info"
          ]
        },
        "description": "Query the tiered fee structure for Pro-level and Market Maker clients, organized by (GET /v5/market/fee-group-info). Dado público de mercado.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"productType\": \"\",\n  \"groupId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_fee_rate",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/fee/rate",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "fee",
            "rate"
          ]
        },
        "description": "Query the maker and taker fee rates for the specified product category. (GET /v5/account/fee-rate).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"category\": \"\",\n  \"symbol\": \"\",\n  \"baseCoin\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_fixed_term_order",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/fixed/term/order",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "fixed",
            "term",
            "order"
          ]
        },
        "description": "Query fixed term order history. Supports cursor-based pagination. (GET /v5/earn/fixed-term/order).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"orderType\": \"\",\n  \"productId\": \"\",\n  \"category\": \"\",\n  \"orderId\": \"\",\n  \"startTime\": 0,\n  \"endTime\": 0,\n  \"limit\": 0,\n  \"cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_fixed_term_position",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/fixed/term/position",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "fixed",
            "term",
            "position"
          ]
        },
        "description": "Query current fixed term position information. (GET /v5/earn/fixed-term/position).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"productId\": \"\",\n  \"category\": \"\",\n  \"coin\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_fixed_term_product",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/fixed/term/product",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "fixed",
            "term",
            "product"
          ]
        },
        "description": "Query fixed term product information, including tiered APY, min/max stake amount, product status, etc. (GET /v5/earn/fixed-term/product). Dado público de mercado.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"coin\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_funding_rate_history",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/funding/rate/history",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "funding",
            "rate",
            "history"
          ]
        },
        "description": "Query historical funding rate records for perpetual contracts. (GET /v5/market/funding/history). Dado público de mercado.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"category\": \"\",\n  \"symbol\": \"\",\n  \"startTime\": 0,\n  \"endTime\": 0,\n  \"limit\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_historical_interest_rate",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/historical/interest/rate",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "historical",
            "interest",
            "rate"
          ]
        },
        "description": "Query historical borrowing interest rate data for UTA spot margin. (GET /v5/spot-margin-trade/interest-rate-history).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"currency\": \"\",\n  \"vipLevel\": \"\",\n  \"startTime\": 0,\n  \"endTime\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_historical_volatility",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/historical/volatility",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "historical",
            "volatility"
          ]
        },
        "description": "Query historical implied volatility data for options with hourly granularity. (GET /v5/market/historical-volatility). Dado público de mercado.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"category\": \"\",\n  \"baseCoin\": \"\",\n  \"quoteCoin\": \"\",\n  \"period\": 0,\n  \"startTime\": 0,\n  \"endTime\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_hold_to_earn_product",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/hold/to/earn/product",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "hold",
            "to",
            "earn",
            "product"
          ]
        },
        "description": "Query available Hold-to-Earn product listings. (GET /v5/earn/hold-to-earn/product). Dado público de mercado.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_hold_to_earn_yield_history",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/hold/to/earn/yield/history",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "hold",
            "to",
            "earn",
            "yield",
            "history"
          ]
        },
        "description": "Query personal yield distribution history for Hold-to-Earn products. (GET /v5/earn/hold-to-earn/yield-history).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"timeStart\": 0,\n  \"timeEnd\": 0,\n  \"limit\": 0,\n  \"cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_index_price_components",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/index/price/components",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "index",
            "price",
            "components"
          ]
        },
        "description": "Retrieve the component exchanges and trading pairs that make up a Bybit index price, (GET /v5/market/index-price-components). Dado público de mercado.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"indexName\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_index_price_kline",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/index/price/kline",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "index",
            "price",
            "kline"
          ]
        },
        "description": "Query historical index price klines derived from the composite spot price across multiple exchanges. (GET /v5/market/index-price-kline). Dado público de mercado.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"category\": \"\",\n  \"symbol\": \"\",\n  \"interval\": \"\",\n  \"start\": 0,\n  \"end\": 0,\n  \"limit\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_instruments_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/instruments/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "instruments",
            "info"
          ]
        },
        "description": "Query instrument specifications for active trading pairs across spot, USDT contracts, (GET /v5/market/instruments-info). Dado público de mercado.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"category\": \"\",\n  \"symbol\": \"\",\n  \"status\": \"\",\n  \"baseCoin\": \"\",\n  \"limit\": 0,\n  \"cursor\": \"\",\n  \"symbolType\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_insurance_pool",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/insurance/pool",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "insurance",
            "pool"
          ]
        },
        "description": "Query Bybit's insurance pool balances and USD-denominated values for various settlement coins. (GET /v5/market/insurance). Dado público de mercado.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"coin\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_liquidity_mining_liquidation_records",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/liquidity/mining/liquidation/records",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "liquidity",
            "mining",
            "liquidation",
            "records"
          ]
        },
        "description": "Query liquidation records for Liquidity Mining positions with cursor-based pagination. (GET /v5/earn/liquidity-mining/liquidation-records).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"baseCoin\": \"\",\n  \"quoteCoin\": \"\",\n  \"startTime\": 0,\n  \"endTime\": 0,\n  \"limit\": 0,\n  \"cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_liquidity_mining_orders",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/liquidity/mining/orders",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "liquidity",
            "mining",
            "orders"
          ]
        },
        "description": "Query Liquidity Mining order history with cursor-based pagination. (GET /v5/earn/liquidity-mining/order).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"orderId\": \"\",\n  \"orderLinkId\": \"\",\n  \"productId\": \"\",\n  \"orderType\": \"\",\n  \"status\": \"\",\n  \"startTime\": 0,\n  \"endTime\": 0,\n  \"limit\": 0,\n  \"cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_liquidity_mining_positions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/liquidity/mining/positions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "liquidity",
            "mining",
            "positions"
          ]
        },
        "description": "Query active Liquidity Mining positions for the current user. (GET /v5/earn/liquidity-mining/position).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"productId\": \"\",\n  \"baseCoin\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_liquidity_mining_products",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/liquidity/mining/products",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "liquidity",
            "mining",
            "products"
          ]
        },
        "description": "Query available Liquidity Mining product listings. (GET /v5/earn/liquidity-mining/product). Dado público de mercado.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"baseCoin\": \"\",\n  \"quoteCoin\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_liquidity_mining_yield_records",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/liquidity/mining/yield/records",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "liquidity",
            "mining",
            "yield",
            "records"
          ]
        },
        "description": "Query yield claim records for Liquidity Mining positions with cursor-based pagination. (GET /v5/earn/liquidity-mining/yield-records).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"baseCoin\": \"\",\n  \"quoteCoin\": \"\",\n  \"startTime\": 0,\n  \"endTime\": 0,\n  \"limit\": 0,\n  \"cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_long_short_ratio",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/long/short/ratio",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "long",
            "short",
            "ratio"
          ]
        },
        "description": "Query the net long and short position ratios as percentages of all position holders, (GET /v5/market/account-ratio). Dado público de mercado.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"category\": \"\",\n  \"symbol\": \"\",\n  \"period\": \"\",\n  \"startTime\": \"\",\n  \"endTime\": \"\",\n  \"limit\": 0,\n  \"cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_lp_order_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/lp/order/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "lp",
            "order",
            "list"
          ]
        },
        "description": "Query the user's LP order history (stake and redeem operations) with optional filters. (POST /v5/alpha/lp/order-list).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"orderType\": \"\",\n  \"tokenCode\": \"\",\n  \"orderStatus\": \"\",\n  \"days\": 0,\n  \"limit\": 0,\n  \"pageIndex\": 0,\n  \"poolAddress\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_lp_pay_token_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/lp/pay/token/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "lp",
            "pay",
            "token",
            "list"
          ]
        },
        "description": "Query available payment tokens that can be used for LP staking. (POST /v5/alpha/lp/pay-token-list).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"chainCode\": \"\",\n  \"tokenAddress\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_lp_pay_token_price",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/lp/pay/token/price",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "lp",
            "pay",
            "token",
            "price"
          ]
        },
        "description": "Query current USD prices for one or more payment tokens. (POST /v5/alpha/lp/pay-token-price).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"tokenCode\": \"\",\n  \"chainCode\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_lp_pool_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/lp/pool/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "lp",
            "pool",
            "info"
          ]
        },
        "description": "Query detailed pool information including APY breakdown, fees, token reserves, (POST /v5/alpha/lp/pool-info).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"poolAddress\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_lp_pool_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/lp/pool/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "lp",
            "pool",
            "list"
          ]
        },
        "description": "Query available liquidity pools with optional filtering by tag and token. (POST /v5/alpha/lp/pool-list).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"tokenSymbol\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_lp_position_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/lp/position/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "lp",
            "position",
            "list"
          ]
        },
        "description": "Query the user's liquidity pool positions with real-time valuation. (POST /v5/alpha/lp/position-list).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_mark_price_kline",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/mark/price/kline",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "mark",
            "price",
            "kline"
          ]
        },
        "description": "Query historical mark price klines used for margin and liquidation calculations in derivative contracts. (GET /v5/market/mark-price-kline). Dado público de mercado.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"category\": \"\",\n  \"symbol\": \"\",\n  \"interval\": \"\",\n  \"start\": 0,\n  \"end\": 0,\n  \"limit\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_market_kline",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/market/kline",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "market",
            "kline"
          ]
        },
        "description": "Query historical klines (OHLCV candlestick data) including open, high, low, close, volume, and turnover. (GET /v5/market/kline). Dado público de mercado.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"category\": \"\",\n  \"symbol\": \"\",\n  \"interval\": \"\",\n  \"start\": 0,\n  \"end\": 0,\n  \"limit\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_member_account_type",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/member/account/type",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "member",
            "account",
            "type"
          ]
        },
        "description": "Get account type information for specified member IDs. Use master or sub-account's API key. (GET /v5/user/get-member-type).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"memberIds\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_mmp_state",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/mmp/state",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "mmp",
            "state"
          ]
        },
        "description": "Query Market Maker Protection configuration and freeze status for the specified (GET /v5/account/mmp-state).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"baseCoin\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_move_position_history",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/move/position/history",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "move",
            "position",
            "history"
          ]
        },
        "description": "Query the history of position move (block trade) orders. (GET /v5/position/move-history).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"category\": \"\",\n  \"symbol\": \"\",\n  \"startTime\": 0,\n  \"endTime\": 0,\n  \"status\": \"\",\n  \"blockTradeId\": \"\",\n  \"limit\": \"\",\n  \"cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_my_ad_details",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/my/ad/details",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "my",
            "ad",
            "details"
          ]
        },
        "description": "Get details of a specific P2P advertisement. (POST /v5/p2p/item/info).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"itemId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_my_ads",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/my/ads",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "my",
            "ads"
          ]
        },
        "description": "Get the list of my P2P advertisements. (POST /v5/p2p/item/personal/list).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"itemId\": \"\",\n  \"status\": \"\",\n  \"side\": \"\",\n  \"tokenId\": \"\",\n  \"page\": \"\",\n  \"size\": \"\",\n  \"currencyId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_new_delivery_price",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/new/delivery/price",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "new",
            "delivery",
            "price"
          ]
        },
        "description": "Retrieve historical option delivery prices grouped by base coin and settlement coin, (GET /v5/market/new-delivery-price). Dado público de mercado.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"category\": \"\",\n  \"baseCoin\": \"\",\n  \"settleCoin\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_open_interest",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/open/interest",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "open",
            "interest"
          ]
        },
        "description": "Query historical open interest data for derivative contracts at specified time intervals. (GET /v5/market/open-interest). Dado público de mercado.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"category\": \"\",\n  \"symbol\": \"\",\n  \"intervalTime\": \"\",\n  \"startTime\": 0,\n  \"endTime\": 0,\n  \"limit\": 0,\n  \"cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_open_orders",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/open/orders",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "open",
            "orders"
          ]
        },
        "description": "Query real-time unfilled or partially filled orders. (GET /v5/order/realtime).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"category\": \"\",\n  \"symbol\": \"\",\n  \"baseCoin\": \"\",\n  \"settleCoin\": \"\",\n  \"orderId\": \"\",\n  \"orderLinkId\": \"\",\n  \"openOnly\": \"\",\n  \"orderFilter\": \"\",\n  \"limit\": 0,\n  \"cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_order_detail",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/order/detail",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "order",
            "detail"
          ]
        },
        "description": "Get detailed information of a specific P2P order. (POST /v5/p2p/order/info).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"orderId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_order_history",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/order/history",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "order",
            "history"
          ]
        },
        "description": "Query historical order records. Supports up to 2 years of data. (GET /v5/order/history).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"category\": \"\",\n  \"symbol\": \"\",\n  \"baseCoin\": \"\",\n  \"settleCoin\": \"\",\n  \"orderId\": \"\",\n  \"orderLinkId\": \"\",\n  \"orderFilter\": \"\",\n  \"orderStatus\": \"\",\n  \"startTime\": 0,\n  \"endTime\": 0,\n  \"limit\": 0,\n  \"cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_order_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/order/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "order",
            "list"
          ]
        },
        "description": "Query the user's trade order history with optional filters. (POST /v5/alpha/trade/order-list).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"tradeType\": \"\",\n  \"tokenCode\": \"\",\n  \"orderStatus\": \"\",\n  \"days\": 0,\n  \"limit\": 0,\n  \"pageIndex\": 0,\n  \"direction\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_order_price_limit",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/order/price/limit",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "order",
            "price",
            "limit"
          ]
        },
        "description": "Retrieve the current allowable price range for order placement, including the maximum (GET /v5/market/price-limit). Dado público de mercado.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"category\": \"\",\n  \"symbol\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_orderbook",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/orderbook",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "orderbook"
          ]
        },
        "description": "Retrieve orderbook depth data for a trading pair. Returns a snapshot of bids and asks (GET /v5/market/orderbook). Dado público de mercado.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"category\": \"\",\n  \"symbol\": \"\",\n  \"limit\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_pay_token_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/pay/token/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "pay",
            "token",
            "list"
          ]
        },
        "description": "Query available payment tokens for trading. (POST /v5/alpha/trade/pay-token-list).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"chainCode\": \"\",\n  \"tokenAddress\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_pending_orders",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/pending/orders",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "pending",
            "orders"
          ]
        },
        "description": "Get a list of pending P2P orders. Returns 90 days of orders by default. Orders are accessible up to 180 days in the past. (POST /v5/p2p/order/pending/simplifyList).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"status\": 0,\n  \"beginTime\": \"\",\n  \"endTime\": \"\",\n  \"tokenId\": \"\",\n  \"side\": 0,\n  \"page\": 0,\n  \"size\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_portfolio_margin",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/portfolio/margin",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "portfolio",
            "margin"
          ]
        },
        "description": "Query the portfolio margin information including wallet balance, margin rates, and asset PNL range. (GET /v5/asset/portfolio-margin).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"baseCoin\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_position_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/position/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "position",
            "info"
          ]
        },
        "description": "Query real-time position data such as PnL, leverage, liquidation price, and margin info. (GET /v5/position/list).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"category\": \"\",\n  \"symbol\": \"\",\n  \"baseCoin\": \"\",\n  \"settleCoin\": \"\",\n  \"limit\": 0,\n  \"cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_position_symbol_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/position/symbol/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "position",
            "symbol",
            "info"
          ]
        },
        "description": "Query futures leverage info, such as symbol leverage, side, and position mode. (GET /v5/position/symbol-info).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"category\": \"\",\n  \"symbol\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_position_tiers",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/position/tiers",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "position",
            "tiers"
          ]
        },
        "description": "Query position tier data for spot margin trading. (GET /v5/spot-margin-trade/position-tiers).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"currency\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_prediction_engine_status",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/prediction/engine/status",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "prediction",
            "engine",
            "status"
          ]
        },
        "description": "Query whether the prediction market matching engine is currently available. (GET /v5/alpha/prediction/engine-status).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_prediction_event_detail",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/prediction/event/detail",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "prediction",
            "event",
            "detail"
          ]
        },
        "description": "Get detailed information about a prediction event, including all associated markets, (POST /v5/alpha/prediction/event-detail).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"eventId\": \"\",\n  \"slug\": \"\",\n  \"hasMoreMarkets\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_prediction_group_stage_detail",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/prediction/group/stage/detail",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "prediction",
            "group",
            "stage",
            "detail"
          ]
        },
        "description": "Query detailed standings and match results for a specific tournament stage. (POST /v5/alpha/prediction/sports/group-stage-detail).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"eventType\": \"\",\n  \"stageCode\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_prediction_match_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/prediction/match/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "prediction",
            "match",
            "list"
          ]
        },
        "description": "Query all matches for a sports event with their current status and prediction market info. (POST /v5/alpha/prediction/sports/match-list).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"eventType\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_prediction_order_book",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/prediction/order/book",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "prediction",
            "order",
            "book"
          ]
        },
        "description": "Query the full order book (bid/ask depth) for prediction outcome tokens. (POST /v5/alpha/prediction/order-book).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"tokenIds\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_prediction_order_estimate",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/prediction/order/estimate",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "prediction",
            "order",
            "estimate"
          ]
        },
        "description": "Get estimated execution details for a prediction market order before placing it. (POST /v5/alpha/prediction/order-estimate).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"tokenId\": \"\",\n  \"side\": \"\",\n  \"eventId\": \"\",\n  \"amount\": \"\",\n  \"orderType\": \"\",\n  \"payTokenCode\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_prediction_order_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/prediction/order/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "prediction",
            "order",
            "list"
          ]
        },
        "description": "Query the authenticated user's prediction market order history. (POST /v5/alpha/prediction/order-list).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"status\": \"\",\n  \"tokenId\": \"\",\n  \"limit\": 0,\n  \"pageIndex\": 0,\n  \"eventId\": \"\",\n  \"side\": \"\",\n  \"days\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_prediction_pay_token_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/prediction/pay/token/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "prediction",
            "pay",
            "token",
            "list"
          ]
        },
        "description": "Query available payment tokens for prediction market trading. (GET /v5/alpha/prediction/pay-token-list).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_prediction_portfolio_summary",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/prediction/portfolio/summary",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "prediction",
            "portfolio",
            "summary"
          ]
        },
        "description": "Query an aggregated summary of the authenticated user's prediction market portfolio. (POST /v5/alpha/prediction/portfolio-summary).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_prediction_position_history",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/prediction/position/history",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "prediction",
            "position",
            "history"
          ]
        },
        "description": "Query the authenticated user's historical prediction positions that have been (POST /v5/alpha/prediction/position-history).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"limit\": 0,\n  \"pageIndex\": 0,\n  \"direction\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_prediction_position_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/prediction/position/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "prediction",
            "position",
            "list"
          ]
        },
        "description": "Query the authenticated user's current open prediction positions. (POST /v5/alpha/prediction/position-list).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"limit\": 0,\n  \"pageIndex\": 0,\n  \"direction\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_prediction_price_history",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/prediction/price/history",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "prediction",
            "price",
            "history"
          ]
        },
        "description": "Query historical price data for prediction outcome tokens. (POST /v5/alpha/prediction/price-history).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"tokenIds\": \"\",\n  \"eventId\": \"\",\n  \"interval\": \"\",\n  \"fidelity\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_prediction_side_market_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/prediction/side/market/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "prediction",
            "side",
            "market",
            "list"
          ]
        },
        "description": "Query the list of side/related markets for a specific sports event type. (POST /v5/alpha/prediction/side-market-list).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"eventType\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_prediction_timeline_stages",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/prediction/timeline/stages",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "prediction",
            "timeline",
            "stages"
          ]
        },
        "description": "Query the tournament stages timeline for a sports prediction event. (GET /v5/alpha/prediction/sports/timeline-stages).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"eventType\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_prediction_token_price",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/prediction/token/price",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "prediction",
            "token",
            "price"
          ]
        },
        "description": "Query current market prices for up to 20 prediction outcome tokens. (POST /v5/alpha/prediction/token-price).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"tokenIds\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_premium_index_price_kline",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/premium/index/price/kline",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "premium",
            "index",
            "price",
            "kline"
          ]
        },
        "description": "Query historical premium index price klines, representing the basis between mark price and index price (GET /v5/market/premium-index-price-kline). Dado público de mercado.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"category\": \"\",\n  \"symbol\": \"\",\n  \"interval\": \"\",\n  \"start\": 0,\n  \"end\": 0,\n  \"limit\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_public_trades",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/public/trades",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "public",
            "trades"
          ]
        },
        "description": "Query publicly available RFQ trade data with optional time range filtering (GET /v5/rfq/public-trades).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"startTime\": 0,\n  \"endTime\": 0,\n  \"limit\": 0,\n  \"cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_quotes",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/quotes",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "quotes"
          ]
        },
        "description": "Query historical quotes with optional filtering by IDs, trader type, and status. (GET /v5/rfq/quote-list).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"rfqId\": \"\",\n  \"quoteId\": \"\",\n  \"quoteLinkId\": \"\",\n  \"traderType\": \"\",\n  \"status\": \"\",\n  \"limit\": 0,\n  \"cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_quotes_realtime",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/quotes/realtime",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "quotes",
            "realtime"
          ]
        },
        "description": "Query quotes in real-time from the RFQ engine. Returns all non-final quotes (GET /v5/rfq/quote-realtime).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"rfqId\": \"\",\n  \"quoteId\": \"\",\n  \"quoteLinkId\": \"\",\n  \"traderType\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_recent_public_trades",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/recent/public/trades",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "recent",
            "public",
            "trades"
          ]
        },
        "description": "Query recent public trading history for a symbol, returning execution records with (GET /v5/market/recent-trade). Dado público de mercado.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"category\": \"\",\n  \"symbol\": \"\",\n  \"baseCoin\": \"\",\n  \"optionType\": \"\",\n  \"limit\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_reference_price",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/reference/price",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "reference",
            "price"
          ]
        },
        "description": "Query the reference exchange rate for a specified trading pair. (GET /v5/fiat/reference-price).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"symbol\": \"\",\n  \"paymentMethod\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_rfq_config",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/rfq/config",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "rfq",
            "config"
          ]
        },
        "description": "Retrieve the RFQ configuration for the authenticated account, including available counterparties, (GET /v5/rfq/config).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_rfqs",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/rfqs",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "rfqs"
          ]
        },
        "description": "Query historical RFQs with optional filtering by ID, trader type, and status. (GET /v5/rfq/rfq-list).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"rfqId\": \"\",\n  \"rfqLinkId\": \"\",\n  \"traderType\": \"\",\n  \"status\": \"\",\n  \"limit\": 0,\n  \"cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_rfqs_realtime",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/rfqs/realtime",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "rfqs",
            "realtime"
          ]
        },
        "description": "Query RFQs in real-time from the RFQ engine. Returns all non-final RFQs sorted (GET /v5/rfq/rfq-realtime).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"rfqId\": \"\",\n  \"rfqLinkId\": \"\",\n  \"traderType\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_risk_limit",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/risk/limit",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "risk",
            "limit"
          ]
        },
        "description": "Query tiered risk limit parameters for perpetual and futures contracts, including (GET /v5/market/risk-limit). Dado público de mercado.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"category\": \"\",\n  \"symbol\": \"\",\n  \"cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_rpi_orderbook",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/rpi/orderbook",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "rpi",
            "orderbook"
          ]
        },
        "description": "Retrieve orderbook depth data that explicitly shows RPI (Retail Price Improvement) order sizes (GET /v5/market/rpi_orderbook). Dado público de mercado.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"category\": \"\",\n  \"symbol\": \"\",\n  \"limit\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_rwa_nav_chart",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/rwa/nav/chart",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "rwa",
            "nav",
            "chart"
          ]
        },
        "description": "Query historical NAV (Net Asset Value) data points for an RWA product. (GET /v5/earn/rwa/nav-chart). Dado público de mercado.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_rwa_order_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/rwa/order/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "rwa",
            "order",
            "list"
          ]
        },
        "description": "Query RWA order history. Supports exact lookup by `orderId` or `orderLinkId`, (GET /v5/earn/rwa/order).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"orderId\": \"\",\n  \"orderLinkId\": \"\",\n  \"orderType\": \"\",\n  \"productId\": 0,\n  \"startTime\": 0,\n  \"endTime\": 0,\n  \"limit\": 0,\n  \"cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_rwa_position_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/rwa/position/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "rwa",
            "position",
            "list"
          ]
        },
        "description": "Query the user's RWA holding positions, including effective shares, (GET /v5/earn/rwa/position).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_rwa_product_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/rwa/product/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "rwa",
            "product",
            "list"
          ]
        },
        "description": "Query the list of RWA products, including base APR, bonus APR, NAV, stake limits, (GET /v5/earn/rwa/product). Dado público de mercado.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"coin\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_server_time",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/server/time",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "server",
            "time"
          ]
        },
        "description": "Query Bybit server time, returned in both seconds and nanoseconds precision. (GET /v5/market/time). Dado público de mercado.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_settlement_record",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/settlement/record",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "settlement",
            "record"
          ]
        },
        "description": "Query session settlement records of USDC perpetual contracts. (GET /v5/asset/settlement-record).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"category\": \"\",\n  \"symbol\": \"\",\n  \"startTime\": 0,\n  \"endTime\": 0,\n  \"limit\": 0,\n  \"cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_smart_leverage_redeem_est_amount_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/smart/leverage/redeem/est/amount/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "smart",
            "leverage",
            "redeem",
            "est",
            "amount",
            "list"
          ]
        },
        "description": "Query the estimated redemption amount for one or more Smart Leverage / Double Win positions. (GET /v5/earn/advance/get-redeem-est-amount-list).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"category\": \"\",\n  \"positionIds\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_smp_group",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/smp/group",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "smp",
            "group"
          ]
        },
        "description": "Query the Self-Matching Prevention (SMP) group ID associated with the account. (GET /v5/account/smp-group).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_spot_borrow_quota",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/spot/borrow/quota",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "spot",
            "borrow",
            "quota"
          ]
        },
        "description": "Query the borrowing quota for spot margin trading. (GET /v5/order/spot-borrow-check).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"category\": \"\",\n  \"symbol\": \"\",\n  \"side\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_spot_margin_trade_auto_repay_mode",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/spot/margin/trade/auto/repay/mode",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "spot",
            "margin",
            "trade",
            "auto",
            "repay",
            "mode"
          ]
        },
        "description": "Retrieve the current automatic repayment mode settings for margin trading accounts. (GET /v5/spot-margin-trade/get-auto-repay-mode).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"currency\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_spot_margin_trade_coin_state",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/spot/margin/trade/coin/state",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "spot",
            "margin",
            "trade",
            "coin",
            "state"
          ]
        },
        "description": "Retrieve spot margin leverage information for cryptocurrencies. (GET /v5/spot-margin-trade/coinstate).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"currency\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_spot_margin_trade_flexible_available_inventory",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/spot/margin/trade/flexible/available/inventory",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "spot",
            "margin",
            "trade",
            "flexible",
            "available",
            "inventory"
          ]
        },
        "description": "Retrieve the flexible available inventory (remaining borrowable amount from the lending pool) for a specified cryptocurrency in spot margin trading. (GET /v5/spot-margin-trade/flexible-available-inven",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"currency\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_spot_margin_trade_max_borrowable",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/spot/margin/trade/max/borrowable",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "spot",
            "margin",
            "trade",
            "max",
            "borrowable"
          ]
        },
        "description": "Retrieve the maximum borrowable amount for a specified cryptocurrency in spot margin trading. (GET /v5/spot-margin-trade/max-borrowable).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"currency\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_spot_margin_trade_repayment_available_amount",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/spot/margin/trade/repayment/available/amount",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "spot",
            "margin",
            "trade",
            "repayment",
            "available",
            "amount"
          ]
        },
        "description": "Retrieve the available amount that can be repaid for a specific cryptocurrency in spot margin trading. (GET /v5/spot-margin-trade/repayment-available-amount).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"currency\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_spot_margin_trade_state",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/spot/margin/trade/state",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "spot",
            "margin",
            "trade",
            "state"
          ]
        },
        "description": "Query the Spot margin status and leverage of the unified account. (GET /v5/spot-margin-trade/state).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_spread_instruments_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/spread/instruments/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "spread",
            "instruments",
            "info"
          ]
        },
        "description": "Query instrument specifications for spread combination trading pairs, including (GET /v5/spread/instrument). Dado público de mercado.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"symbol\": \"\",\n  \"baseCoin\": \"\",\n  \"limit\": 0,\n  \"cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_spread_max_qty",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/spread/max/qty",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "spread",
            "max",
            "qty"
          ]
        },
        "description": "Query the spread wallet available balance for a given symbol and side. (GET /v5/spread/max-qty).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"symbol\": \"\",\n  \"side\": \"\",\n  \"orderPrice\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_spread_open_orders",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/spread/open/orders",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "spread",
            "open",
            "orders"
          ]
        },
        "description": "Query real-time open spread trading orders. (GET /v5/spread/order/realtime).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"symbol\": \"\",\n  \"baseCoin\": \"\",\n  \"orderId\": \"\",\n  \"orderLinkId\": \"\",\n  \"limit\": 0,\n  \"cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_spread_order_history",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/spread/order/history",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "spread",
            "order",
            "history"
          ]
        },
        "description": "Query historical spread trading orders including filled, cancelled, and rejected orders. (GET /v5/spread/order/history).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"symbol\": \"\",\n  \"baseCoin\": \"\",\n  \"orderId\": \"\",\n  \"orderLinkId\": \"\",\n  \"startTime\": 0,\n  \"endTime\": 0,\n  \"limit\": 0,\n  \"cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_spread_orderbook",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/spread/orderbook",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "spread",
            "orderbook"
          ]
        },
        "description": "Retrieve spread orderbook depth data for a specific spread combination symbol. (GET /v5/spread/orderbook). Dado público de mercado.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"symbol\": \"\",\n  \"limit\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_spread_recent_trades",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/spread/recent/trades",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "spread",
            "recent",
            "trades"
          ]
        },
        "description": "Query recent public spread trading history for a specific spread combination symbol. (GET /v5/spread/recent-trade). Dado público de mercado.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"symbol\": \"\",\n  \"limit\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_spread_tickers",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/spread/tickers",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "spread",
            "tickers"
          ]
        },
        "description": "Retrieve the latest price snapshot, best bid/ask price, and 24-hour trading (GET /v5/spread/tickers). Dado público de mercado.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"symbol\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_spread_trade_history",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/spread/trade/history",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "spread",
            "trade",
            "history"
          ]
        },
        "description": "Query spread trading execution (trade) history, including individual leg execution details. (GET /v5/spread/execution/list).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"symbol\": \"\",\n  \"orderId\": \"\",\n  \"orderLinkId\": \"\",\n  \"startTime\": 0,\n  \"endTime\": 0,\n  \"limit\": 0,\n  \"cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_tickers",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/tickers",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "tickers"
          ]
        },
        "description": "Retrieve the latest price snapshot, best bid/ask price, and 24-hour trading statistics (GET /v5/market/tickers). Dado público de mercado.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"category\": \"\",\n  \"symbol\": \"\",\n  \"baseCoin\": \"\",\n  \"expDate\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_tiered_collateral_ratio",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/tiered/collateral/ratio",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "tiered",
            "collateral",
            "ratio"
          ]
        },
        "description": "Query UTA loan tiered collateral ratio for spot margin trading. (GET /v5/spot-margin-trade/collateral). Dado público de mercado.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"currency\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_token_daily_yield",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/token/daily/yield",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "token",
            "daily",
            "yield"
          ]
        },
        "description": "Query user's daily yield distribution records. (GET /v5/earn/token/yield).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"coin\": \"\",\n  \"startTime\": 0,\n  \"endTime\": 0,\n  \"cursor\": \"\",\n  \"limit\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_token_historical_apr",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/token/historical/apr",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "token",
            "historical",
            "apr"
          ]
        },
        "description": "Query product's historical APR data. (GET /v5/earn/token/history-apr). Dado público de mercado.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"coin\": \"\",\n  \"range\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_token_hourly_yield",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/token/hourly/yield",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "token",
            "hourly",
            "yield"
          ]
        },
        "description": "Query user's hourly yield calculation records (distributed yields). (GET /v5/earn/token/hourly-yield).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"coin\": \"\",\n  \"startTime\": 0,\n  \"endTime\": 0,\n  \"cursor\": \"\",\n  \"limit\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_token_order_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/token/order/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "token",
            "order",
            "list"
          ]
        },
        "description": "Query BYUSDT Token order history. Supports querying by `orderLinkId` or `orderId`. (GET /v5/earn/token/order).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"coin\": \"\",\n  \"orderLinkId\": \"\",\n  \"orderId\": \"\",\n  \"orderType\": \"\",\n  \"startTime\": 0,\n  \"endTime\": 0,\n  \"cursor\": \"\",\n  \"limit\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_token_position",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/token/position",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "token",
            "position"
          ]
        },
        "description": "Query user's BYUSDT Token position and yield summary. (GET /v5/earn/token/position).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"coin\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_token_product",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/token/product",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "token",
            "product"
          ]
        },
        "description": "Query BYUSDT Token product details, including user's FlexibleSaving balance, (GET /v5/earn/token/product). Dado público de mercado.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"coin\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_total_members_assets",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/total/members/assets",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "total",
            "members",
            "assets"
          ]
        },
        "description": "Query the aggregated total assets overview for parent and sub accounts. (GET /v5/asset/total-members-assets).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"coin\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_trade_history",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/trade/history",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "trade",
            "history"
          ]
        },
        "description": "Query RFQ trade execution history with optional filtering by IDs, trader type, and status. (GET /v5/rfq/trade-list).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"rfqId\": \"\",\n  \"rfqLinkId\": \"\",\n  \"quoteId\": \"\",\n  \"quoteLinkId\": \"\",\n  \"traderType\": \"\",\n  \"status\": \"\",\n  \"limit\": 0,\n  \"cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_trade_quote",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/trade/quote",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "trade",
            "quote"
          ]
        },
        "description": "Get a price quote before executing a purchase or redeem trade. (POST /v5/alpha/trade/quote).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"tradeType\": \"\",\n  \"fromTokenCode\": \"\",\n  \"fromTokenAmount\": \"\",\n  \"toTokenCode\": \"\",\n  \"quoteMode\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_transaction_log",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/transaction/log",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "transaction",
            "log"
          ]
        },
        "description": "Query unified account wallet transaction logs. Supports filtering by category, (GET /v5/account/transaction-log).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"accountType\": \"\",\n  \"category\": \"\",\n  \"currency\": \"\",\n  \"baseCoin\": \"\",\n  \"type\": \"\",\n  \"transSubType\": \"\",\n  \"startTime\": 0,\n  \"endTime\": 0,\n  \"limit\": 0,\n  \"cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_user_payment",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/user/payment",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "user",
            "payment"
          ]
        },
        "description": "Get your payment methods configured in P2P. The returned `id` field is used as `paymentIds` when posting or updating ads. (POST /v5/p2p/user/payment/list).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_user_setting_config",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/user/setting/config",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "user",
            "setting",
            "config"
          ]
        },
        "description": "Query the user account setting configuration, including margin mode, account mode, spot hedging status, and other account-level settings. (GET /v5/account/user-setting-config).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_vasp_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/vasp/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "vasp",
            "list"
          ]
        },
        "description": "Query the list of available VASPs (Virtual Asset Service Providers). (GET /v5/asset/withdraw/vasp/list).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_vip_margin_data",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/vip/margin/data",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "vip",
            "margin",
            "data"
          ]
        },
        "description": "Query margin data for Unified accounts by VIP level and/or coin. (GET /v5/spot-margin-trade/data). Dado público de mercado.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"vipLevel\": \"\",\n  \"currency\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_wallet_balance",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/wallet/balance",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "wallet",
            "balance"
          ]
        },
        "description": "Obtain wallet balance, query asset information of each currency, and each currency carries the risk rate of the current position. (GET /v5/account/wallet-balance).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"accountType\": \"\",\n  \"coin\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_get_withdrawable_amount_by_coin",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/withdrawable/amount/by/coin",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "withdrawable",
            "amount",
            "by",
            "coin"
          ]
        },
        "description": "Get the withdrawable amount for a specific coin across different account types. (GET /v5/asset/withdraw/withdrawable-amount).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"coin\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_ins_loan_coin_delta_amount",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/ins/loan/coin/delta/amount",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "ins",
            "loan",
            "coin",
            "delta",
            "amount"
          ]
        },
        "description": "Query coin delta amount details for institutional lending hedge product. (GET /v5/ins-loan/coin-delta-amount).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"coin\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_ins_loan_product_infos",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/ins/loan/product/infos",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "ins",
            "loan",
            "product",
            "infos"
          ]
        },
        "description": "Get institutional loan product information including leverage, risk lines, and trading pair whitelists. (GET /v5/ins-loan/product-infos).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"productId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_inter_transfer_list_query",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/inter/transfer/list/query",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "inter",
            "transfer",
            "list",
            "query"
          ]
        },
        "description": "Query the internal transfer records between different account types under the same UID. (GET /v5/asset/transfer/query-inter-transfer-list).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"transferId\": \"\",\n  \"coin\": \"\",\n  \"status\": \"\",\n  \"startTime\": 0,\n  \"endTime\": 0,\n  \"limit\": 0,\n  \"cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_list_accounts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/accounts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "accounts"
          ]
        },
        "description": "Lista as contas Bybit conectadas a este install, com id e label.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_list_earn_coupons",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/earn/coupons",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "earn",
            "coupons"
          ]
        },
        "description": "Query the user's interest-rate coupons (`interestCards`) and Dual Assets reward cards (GET /v5/earn/coupons).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"category\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_list_sub_api_keys_v5",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/sub/api/keys/v5",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "sub",
            "api",
            "keys",
            "v5"
          ]
        },
        "description": "Query all API keys of a sub-account with pagination support. Use master account's API key. (GET /v5/user/sub-apikeys).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"subuid\": 0,\n  \"limit\": 0,\n  \"cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_mark_order_as_paid",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/mark/order/as/paid",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "mark",
            "order",
            "as",
            "paid"
          ]
        },
        "description": "Mark a P2P order as paid. (POST /v5/p2p/order/pay). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"orderId\": \"\",\n  \"paymentType\": \"\",\n  \"paymentId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_modify_earn_position",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/modify/earn/position",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "modify",
            "earn",
            "position"
          ]
        },
        "description": "Set or unset auto-reinvest for a fixed-term OnChain position (`SavingType=FixedTermSaving`). (POST /v5/earn/position/modify). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"category\": \"\",\n  \"productId\": 0,\n  \"positionId\": 0,\n  \"autoReinvest\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_move_position",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/move/position",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "move",
            "position"
          ]
        },
        "description": "Transfer positions between two unified trading accounts (UIDs) without fees. (POST /v5/position/move-positions). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"fromUid\": \"\",\n  \"toUid\": \"\",\n  \"list\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_place_advance_earn_order",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/place/advance/earn/order",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "place",
            "advance",
            "earn",
            "order"
          ]
        },
        "description": "Place a Dual Assets staking order. Requires **Earn** permission on the API key. (POST /v5/earn/advance/place-order). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"category\": \"\",\n  \"productId\": 0,\n  \"orderType\": \"\",\n  \"amount\": \"\",\n  \"accountType\": \"\",\n  \"coin\": \"\",\n  \"orderLinkId\": \"\",\n  \"dualAssetsExtra\": \"\",\n  \"interestCard\": \"\",\n  \"smartLeverageStakeExtra\": \"\",\n  \"smartLeverageRedeemExtra\": \"\",\n  \"doubleWinStakeExtra\": \"\",\n  \"doubleWinRedeemExtra\": \"\",\n  \"discountBuyExtra\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_place_earn_order",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/place/earn/order",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "place",
            "earn",
            "order"
          ]
        },
        "description": "Place a Stake or Redeem order. (POST /v5/earn/place-order). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"category\": \"\",\n  \"orderType\": \"\",\n  \"accountType\": \"\",\n  \"amount\": \"\",\n  \"coin\": \"\",\n  \"productId\": \"\",\n  \"orderLinkId\": \"\",\n  \"redeemPositionId\": \"\",\n  \"toAccountType\": \"\",\n  \"interestCard\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_place_fixed_term_order",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/place/fixed/term/order",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "place",
            "fixed",
            "term",
            "order"
          ]
        },
        "description": "Place a staking order for a fixed term product. (POST /v5/earn/fixed-term/place-order). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"productId\": \"\",\n  \"category\": \"\",\n  \"coin\": \"\",\n  \"amount\": \"\",\n  \"accountType\": \"\",\n  \"orderLinkId\": \"\",\n  \"autoInvest\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_place_rwa_order",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/place/rwa/order",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "place",
            "rwa",
            "order"
          ]
        },
        "description": "Place a Stake (subscription) or Redeem order for an RWA product. (POST /v5/earn/rwa/place-order). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_place_token_order",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/place/token/order",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "place",
            "token",
            "order"
          ]
        },
        "description": "Place a Mint (minting) or Redeem (redemption) order for BYUSDT Token. (POST /v5/earn/token/place-order). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"coin\": \"\",\n  \"orderLinkId\": \"\",\n  \"orderType\": \"\",\n  \"amount\": \"\",\n  \"accountType\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_post_ad",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/ad",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "ad"
          ]
        },
        "description": "Create a new P2P advertisement. (POST /v5/p2p/item/create). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"tokenId\": \"\",\n  \"currencyId\": \"\",\n  \"side\": \"\",\n  \"priceType\": \"\",\n  \"premium\": \"\",\n  \"price\": \"\",\n  \"minAmount\": \"\",\n  \"maxAmount\": \"\",\n  \"remark\": \"\",\n  \"tradingPreferenceSet\": \"\",\n  \"paymentIds\": \"\",\n  \"quantity\": \"\",\n  \"paymentPeriod\": \"\",\n  \"itemType\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_post_crypto_loan_common_adjust_ltv",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/crypto/loan/common/adjust/ltv",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "crypto",
            "loan",
            "common",
            "adjust",
            "ltv"
          ]
        },
        "description": "Adjust the amount of collateral for a specific currency to manage the LTV ratio. (POST /v5/crypto-loan-common/adjust-ltv). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"currency\": \"\",\n  \"amount\": \"\",\n  \"direction\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_post_crypto_loan_common_max_loan",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/crypto/loan/common/max/loan",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "crypto",
            "loan",
            "common",
            "max",
            "loan"
          ]
        },
        "description": "Calculate the maximum amount that can be borrowed for a specific currency based on provided collateral. (POST /v5/crypto-loan-common/max-loan). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"currency\": \"\",\n  \"collateralList\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_post_crypto_loan_fixed_borrow",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/crypto/loan/fixed/borrow",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "crypto",
            "loan",
            "fixed",
            "borrow"
          ]
        },
        "description": "Create a fixed-term borrow order with specified loan currency, amount, rate, term, and collateral. (POST /v5/crypto-loan-fixed/borrow). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"orderCurrency\": \"\",\n  \"orderAmount\": \"\",\n  \"annualRate\": \"\",\n  \"term\": \"\",\n  \"autoRepay\": \"\",\n  \"collateralList\": \"\",\n  \"repayType\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_post_crypto_loan_fixed_borrow_order_cancel",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/crypto/loan/fixed/borrow/order/cancel",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "crypto",
            "loan",
            "fixed",
            "borrow",
            "order",
            "cancel"
          ]
        },
        "description": "Cancel a pending borrow order. (POST /v5/crypto-loan-fixed/borrow-order-cancel). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"orderId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_post_crypto_loan_fixed_fully_repay",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/crypto/loan/fixed/fully/repay",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "crypto",
            "loan",
            "fixed",
            "fully",
            "repay"
          ]
        },
        "description": "Repay entire loan principal and interest. (POST /v5/crypto-loan-fixed/fully-repay). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"loanId\": \"\",\n  \"loanCurrency\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_post_crypto_loan_fixed_renew",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/crypto/loan/fixed/renew",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "crypto",
            "loan",
            "fixed",
            "renew"
          ]
        },
        "description": "Renew an existing loan by creating a new loan to repay the old one. (POST /v5/crypto-loan-fixed/renew). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"loanId\": \"\",\n  \"collateralList\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_post_crypto_loan_fixed_repay_collateral",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/crypto/loan/fixed/repay/collateral",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "crypto",
            "loan",
            "fixed",
            "repay",
            "collateral"
          ]
        },
        "description": "Repay loan by converting collateral to loan currency. (POST /v5/crypto-loan-fixed/repay-collateral). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"loanId\": 0,\n  \"loanCurrency\": \"\",\n  \"collateralCoin\": \"\",\n  \"amount\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_post_crypto_loan_fixed_supply",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/crypto/loan/fixed/supply",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "crypto",
            "loan",
            "fixed",
            "supply"
          ]
        },
        "description": "Lend crypto to earn fixed interest. (POST /v5/crypto-loan-fixed/supply). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"orderCurrency\": \"\",\n  \"orderAmount\": \"\",\n  \"annualRate\": \"\",\n  \"term\": \"\",\n  \"availableSource\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_post_crypto_loan_fixed_supply_order_cancel",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/crypto/loan/fixed/supply/order/cancel",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "crypto",
            "loan",
            "fixed",
            "supply",
            "order",
            "cancel"
          ]
        },
        "description": "Cancel a pending supply (lending) order. (POST /v5/crypto-loan-fixed/supply-order-cancel). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"orderId\": \"\",\n  \"refundedAccount\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_post_crypto_loan_flexible_borrow",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/crypto/loan/flexible/borrow",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "crypto",
            "loan",
            "flexible",
            "borrow"
          ]
        },
        "description": "Borrow crypto with flexible hourly interest rates. (POST /v5/crypto-loan-flexible/borrow). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"loanCurrency\": \"\",\n  \"loanAmount\": \"\",\n  \"collateralList\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_post_crypto_loan_flexible_repay",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/crypto/loan/flexible/repay",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "crypto",
            "loan",
            "flexible",
            "repay"
          ]
        },
        "description": "Repay flexible loan with loan currency. (POST /v5/crypto-loan-flexible/repay). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"loanCurrency\": \"\",\n  \"amount\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_post_crypto_loan_flexible_repay_collateral",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/crypto/loan/flexible/repay/collateral",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "crypto",
            "loan",
            "flexible",
            "repay",
            "collateral"
          ]
        },
        "description": "Repay loan by converting collateral to loan currency. (POST /v5/crypto-loan-flexible/repay-collateral). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"loanCurrency\": \"\",\n  \"collateralCoin\": \"\",\n  \"amount\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_pre_check_order",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/pre/check/order",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "pre",
            "check",
            "order"
          ]
        },
        "description": "Validate an order before placing it to check margin requirements. (POST /v5/order/pre-check). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"category\": \"\",\n  \"symbol\": \"\",\n  \"side\": \"\",\n  \"orderType\": \"\",\n  \"qty\": \"\",\n  \"price\": \"\",\n  \"isLeverage\": \"\",\n  \"timeInForce\": \"\",\n  \"positionIdx\": \"\",\n  \"orderLinkId\": \"\",\n  \"takeProfit\": \"\",\n  \"stopLoss\": \"\",\n  \"tpTriggerBy\": \"\",\n  \"slTriggerBy\": \"\",\n  \"reduceOnly\": false,\n  \"tpslMode\": \"\",\n  \"tpLimitPrice\": \"\",\n  \"slLimitPrice\": \"\",\n  \"tpOrderType\": \"\",\n  \"slOrderType\": \"\",\n  \"orderIv\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_query_api_key",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/api/key",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "api",
            "key"
          ]
        },
        "description": "Query comprehensive information about an API key. Use master or sub-account's API key. (GET /v5/user/query-api).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_query_balance",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/balance",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "balance"
          ]
        },
        "description": "Query fiat or crypto account balances. (GET /v5/fiat/balance-query).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"accountCategory\": \"\",\n  \"currency\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_query_borrow_liability",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/borrow/liability",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "borrow",
            "liability"
          ]
        },
        "description": "Query the borrow liability breakdown for a specific coin, including fixed-rate and flexible-rate liabilities. (GET /v5/spot-margin-trade/liability).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"currency\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_query_broker_account_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/broker/account/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "broker",
            "account",
            "info"
          ]
        },
        "description": "Use exchange broker master account to query account information. (GET /v5/broker/account-info).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_query_broker_all_uid_details",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/broker/all/uid/details",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "broker",
            "all",
            "uid",
            "details"
          ]
        },
        "description": "Use the master account to query for all your UID-level rate limits, including all master accounts and subaccounts. (GET /v5/broker/apilimit/query-all).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"uids\": \"\",\n  \"limit\": 0,\n  \"cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_query_broker_cap",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/broker/cap",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "broker",
            "cap"
          ]
        },
        "description": "Get your exchange broker account entity total rate limit usage and cap, across the board. (GET /v5/broker/apilimit/query-cap).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_query_broker_earning",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/broker/earning",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "broker",
            "earning"
          ]
        },
        "description": "Use exchange broker master account to query earnings and rebate information. (GET /v5/broker/earnings-info).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"bizType\": \"\",\n  \"begin\": \"\",\n  \"end\": \"\",\n  \"uid\": \"\",\n  \"limit\": 0,\n  \"cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_query_card_asset_records",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/card/asset/records",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "card",
            "asset",
            "records"
          ]
        },
        "description": "Query Bybit Card asset (transaction) records for the authenticated account. Requires **Card** read permission on the API key. (POST /v5/card/transaction/query-asset-records).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"statusCode\": \"\",\n  \"limit\": 0,\n  \"page\": 0,\n  \"pan4\": \"\",\n  \"createBeginTime\": 0,\n  \"createEndTime\": 0,\n  \"merchName\": \"\",\n  \"type\": \"\",\n  \"txnId\": \"\",\n  \"cardToken\": \"\",\n  \"orderNo\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_query_coin_chain_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/coin/chain/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "coin",
            "chain",
            "info"
          ]
        },
        "description": "Query coin information, including chain configuration, deposit and withdrawal status. (GET /v5/asset/coin/query-info).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"coin\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_query_coin_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/coin/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "coin",
            "list"
          ]
        },
        "description": "Query the list of supported fiat currencies and cryptocurrencies. (GET /v5/fiat/query-coin-list).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"side\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_query_deposit_address",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/deposit/address",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "deposit",
            "address"
          ]
        },
        "description": "Query the deposit address information for the master account. (GET /v5/asset/deposit/query-address).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"coin\": \"\",\n  \"chainType\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_query_deposit_records",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/deposit/records",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "deposit",
            "records"
          ]
        },
        "description": "Query on-chain deposit records (GET /v5/asset/deposit/query-record).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"txID\": \"\",\n  \"coin\": \"\",\n  \"startTime\": 0,\n  \"endTime\": 0,\n  \"limit\": 0,\n  \"cursor\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_query_escrow_sub_members_v5",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/escrow/sub/members/v5",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "escrow",
            "sub",
            "members",
            "v5"
          ]
        },
        "description": "Query escrow (fund management) sub-accounts in paginated format. Use trading team's API key. (GET /v5/user/escrow_sub_members).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"nextCursor\": 0,\n  \"pageSize\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_query_fixed_available_inventory",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/fixed/available/inventory",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "fixed",
            "available",
            "inventory"
          ]
        },
        "description": "Query available inventory for fixed-rate borrowing by specifying currency, term, and annual rate. (GET /v5/spot-margin-trade/fixed-available-inventory).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"currency\": \"\",\n  \"term\": \"\",\n  \"annualRate\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_query_fixed_borrow_contracts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/fixed/borrow/contracts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "fixed",
            "borrow",
            "contracts"
          ]
        },
        "description": "Query fixed-rate borrow contracts (matched loan details). (GET /v5/spot-margin-trade/fixedborrow-contract-info).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"orderId\": \"\",\n  \"orderCurrency\": \"\",\n  \"term\": \"\",\n  \"limit\": \"\",\n  \"cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_query_fixed_borrow_market",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/fixed/borrow/market",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "fixed",
            "borrow",
            "market"
          ]
        },
        "description": "Query the fixed-rate borrow market (supply order book) to see available lending offers. (GET /v5/spot-margin-trade/fixedborrow-order-quote).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"orderCurrency\": \"\",\n  \"term\": \"\",\n  \"orderBy\": \"\",\n  \"sort\": \"\",\n  \"limit\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_query_fixed_borrow_orders",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/fixed/borrow/orders",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "fixed",
            "borrow",
            "orders"
          ]
        },
        "description": "Query fixed-rate borrow order history. (GET /v5/spot-margin-trade/fixedborrow-order-info).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"orderId\": \"\",\n  \"orderCurrency\": \"\",\n  \"state\": \"\",\n  \"term\": \"\",\n  \"limit\": \"\",\n  \"cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_query_funding_detail_api",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/funding/detail/api",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "funding",
            "detail",
            "api"
          ]
        },
        "description": "Query transaction records of the funding account. (GET /v5/asset/fundinghistory).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"createTimeFrom\": \"\",\n  \"createTimeTo\": \"\",\n  \"limit\": \"\",\n  \"cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_query_grid_detail",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/grid/detail",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "grid",
            "detail"
          ]
        },
        "description": "Retrieves comprehensive details of a spot grid bot including symbol, (POST /v5/grid/query-grid-detail).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"grid_id\": 0,\n  \"grid_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_query_internal_deposit_records",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/internal/deposit/records",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "internal",
            "deposit",
            "records"
          ]
        },
        "description": "Query deposit records occurring **within the Bybit platform** (not on blockchain). (GET /v5/asset/deposit/query-internal-record).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"txID\": \"\",\n  \"startTime\": 0,\n  \"endTime\": 0,\n  \"coin\": \"\",\n  \"cursor\": \"\",\n  \"limit\": 0,\n  \"status\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_query_order_by_page",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/order/by/page",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "order",
            "by",
            "page"
          ]
        },
        "description": "Aggregates asset account and OBU account data, queries conversion history orders by cursor pagination. (GET /v5/asset/exchange/order-record).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"cursor\": \"\",\n  \"limit\": 0,\n  \"toCoin\": \"\",\n  \"fromCoin\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_query_order_from_open_api",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/order/from/open/api",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "order",
            "from",
            "open",
            "api"
          ]
        },
        "description": "Paginated query of conversion order list via OpenAPI, supports asset account and OBU account data. (GET /v5/asset/exchange/query-order-list).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"accountType\": \"\",\n  \"cursor\": \"\",\n  \"limit\": 0,\n  \"toCoin\": \"\",\n  \"fromCoin\": \"\",\n  \"startTime\": 0,\n  \"endTime\": 0,\n  \"type\": \"\",\n  \"exchangeStatus\": \"\",\n  \"direction\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_query_referral_code",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/referral/code",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "referral",
            "code"
          ]
        },
        "description": "Query the referral codes owned by the current user and their corresponding referral registration links. (GET /v5/user/invitation/code).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_query_referrals",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/referrals",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "referrals"
          ]
        },
        "description": "Query invited users (referrals) for the authenticated account. Use master or sub-account's API key. (GET /v5/user/invitation/referrals).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"cursor\": \"\",\n  \"size\": 0,\n  \"status\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_query_result",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/result",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "result"
          ]
        },
        "description": "Query cryptocurrency exchange results using a quote transaction ID. (GET /v5/asset/exchange/convert-result-query).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"quoteTxId\": \"\",\n  \"accountType\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_query_small_asset_convert_order",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/small/asset/convert/order",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "small",
            "asset",
            "convert",
            "order"
          ]
        },
        "description": "Paginated query of small asset conversion history records. Supports filtering by order number and time range. (GET /v5/asset/covert/small-balance-history).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"accountType\": \"\",\n  \"quoteId\": \"\",\n  \"cursor\": \"\",\n  \"size\": \"\",\n  \"startTime\": \"\",\n  \"endTime\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_query_small_asset_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/small/asset/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "small",
            "asset",
            "list"
          ]
        },
        "description": "Query small-balance coins eligible for dust conversion in the account, and supported to-coins. (GET /v5/asset/covert/small-balance-list).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"accountType\": \"\",\n  \"fromCoin\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_query_strategy_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/strategy/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "strategy",
            "list"
          ]
        },
        "description": "Retrieve a list of strategies with filtering options and pagination support. (GET /v5/strategy/list).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"strategyId\": \"\",\n  \"status\": \"\",\n  \"symbol\": \"\",\n  \"category\": \"\",\n  \"strategyType\": \"\",\n  \"beginTimeE0\": 0,\n  \"endTimeE0\": 0,\n  \"pageSize\": 0,\n  \"cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_query_strategy_order_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/strategy/order/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "strategy",
            "order",
            "list"
          ]
        },
        "description": "Retrieve a list of child orders created by a strategy with detailed execution information. (GET /v5/strategy/order-list).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"strategyId\": \"\",\n  \"status\": \"\",\n  \"symbol\": \"\",\n  \"BeginTimeE0\": 0,\n  \"EndTimeE0\": 0,\n  \"pageSize\": 0,\n  \"cursor\": \"\",\n  \"StrategyType\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_query_sub_member_deposit_address",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/sub/member/deposit/address",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "sub",
            "member",
            "deposit",
            "address"
          ]
        },
        "description": "Query deposit address for a sub-account. Requires **master UID** API key only. (GET /v5/asset/deposit/query-sub-member-address).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"coin\": \"\",\n  \"chainType\": \"\",\n  \"subMemberId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_query_sub_member_deposit_records",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/sub/member/deposit/records",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "sub",
            "member",
            "deposit",
            "records"
          ]
        },
        "description": "Query on-chain deposit records for a sub-account using the **main** UID API key. (GET /v5/asset/deposit/query-sub-member-record).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"txID\": \"\",\n  \"subMemberId\": \"\",\n  \"coin\": \"\",\n  \"startTime\": 0,\n  \"endTime\": 0,\n  \"limit\": 0,\n  \"cursor\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_query_sub_members",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/sub/members",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "sub",
            "members"
          ]
        },
        "description": "Get a complete list of all sub-accounts under the master account. Use master account's API key. (GET /v5/user/query-sub-members).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_query_sub_members_v5",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/sub/members/v5",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "sub",
            "members",
            "v5"
          ]
        },
        "description": "Query all sub-accounts of the master account with pagination support. Use master account's API key. (GET /v5/user/submembers).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"pageSize\": 0,\n  \"nextCursor\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_query_trade",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/trade",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "trade"
          ]
        },
        "description": "Query detailed information and status of a specified trade. (GET /v5/fiat/trade-query).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"tradeNo\": \"\",\n  \"merchantRequestId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_query_trade_history",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/trade/history",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "trade",
            "history"
          ]
        },
        "description": "Query historical trade records with pagination support. (GET /v5/fiat/query-trade-history).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"index\": 0,\n  \"limit\": 0,\n  \"startTime\": \"\",\n  \"endTime\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_query_withdraw_addresses",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/withdraw/addresses",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "withdraw",
            "addresses"
          ]
        },
        "description": "Retrieve withdrawal addresses from the address book. (GET /v5/asset/withdraw/query-address).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"coin\": \"\",\n  \"chain\": \"\",\n  \"addressType\": \"\",\n  \"limit\": 0,\n  \"cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_query_withdraw_records",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/withdraw/records",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "withdraw",
            "records"
          ]
        },
        "description": "Query withdrawal records. (GET /v5/asset/withdraw/query-record).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"withdrawID\": \"\",\n  \"txID\": \"\",\n  \"coin\": \"\",\n  \"withdrawType\": \"\",\n  \"startTime\": 0,\n  \"endTime\": 0,\n  \"limit\": 0,\n  \"cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_quick_repayment",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/quick/repayment",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "quick",
            "repayment"
          ]
        },
        "description": "Execute quick repayment for specified coin (POST /v5/account/quick-repayment). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"coin\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_quote_apply",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/quote/apply",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "quote",
            "apply"
          ]
        },
        "description": "Apply for a conversion quote via OpenAPI, get conversion rate and quote ID. (POST /v5/asset/exchange/quote-apply). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"requestId\": \"\",\n  \"accountType\": \"\",\n  \"fromCoin\": \"\",\n  \"fromCoinType\": \"\",\n  \"toCoin\": \"\",\n  \"toCoinType\": \"\",\n  \"requestAmount\": \"\",\n  \"requestCoin\": \"\",\n  \"paramType\": \"\",\n  \"paramValue\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_rec_aurora_creation_ai_params",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/rec/aurora/creation/ai/params",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "rec",
            "aurora",
            "creation",
            "ai",
            "params"
          ]
        },
        "description": "Returns the strategies Aurora recommends when a user is on the bot (POST /v5/aurora/creation). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"biz_type\": \"\",\n  \"symbol\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_rec_aurora_home_ai_params",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/rec/aurora/home/ai/params",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "rec",
            "aurora",
            "home",
            "ai",
            "params"
          ]
        },
        "description": "Returns a curated list of Aurora AI strategy recommendations for the (POST /v5/aurora/home). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_rec_easy_bot_strategy",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/rec/easy/bot/strategy",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "rec",
            "easy",
            "bot",
            "strategy"
          ]
        },
        "description": "Returns a single Aurora-recommended strategy plus the bot business type (POST /v5/aurora/easy). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"symbol\": \"\",\n  \"product\": \"\",\n  \"direction\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_rec_explore_strategy",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/rec/explore/strategy",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "rec",
            "explore",
            "strategy"
          ]
        },
        "description": "Returns up to 6 Aurora-recommended strategies for a given `biz_type`, (POST /v5/aurora/explore). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"biz_type\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_redeem_fixed_term",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/redeem/fixed/term",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "redeem",
            "fixed",
            "term"
          ]
        },
        "description": "Early redemption for a fixed term position. (POST /v5/earn/fixed-term/redeem). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"productId\": \"\",\n  \"category\": \"\",\n  \"positionId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_reinvest_liquidity",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/reinvest/liquidity",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "reinvest",
            "liquidity"
          ]
        },
        "description": "Reinvest accumulated interest back into an existing Liquidity Mining position. (POST /v5/earn/liquidity-mining/reinvest). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"productId\": \"\",\n  \"orderLinkId\": \"\",\n  \"positionId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_remove_ad",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/remove/ad",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "remove",
            "ad"
          ]
        },
        "description": "Cancel/remove a P2P advertisement. (POST /v5/p2p/item/cancel). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"itemId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_remove_liquidity",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/remove/liquidity",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "remove",
            "liquidity"
          ]
        },
        "description": "Withdraw funds from a Liquidity Mining pool position. (POST /v5/earn/liquidity-mining/remove-liquidity). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"productId\": \"\",\n  \"orderLinkId\": \"\",\n  \"positionId\": \"\",\n  \"removeRate\": 0,\n  \"removeType\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_renew_fixed_borrow",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/renew/fixed/borrow",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "renew",
            "fixed",
            "borrow"
          ]
        },
        "description": "Renew (extend) an existing fixed-rate borrow contract. (POST /v5/spot-margin-trade/fixedborrow-renew). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"loanId\": \"\",\n  \"qty\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_reset_mmp",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/reset/mmp",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "reset",
            "mmp"
          ]
        },
        "description": "Reset MMP freeze state and clear trading history counters. Unfreezes the account (POST /v5/account/mmp-reset). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"baseCoin\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_set_auto_add_margin",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/set/auto/add/margin",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "set",
            "auto",
            "add",
            "margin"
          ]
        },
        "description": "Toggle the auto-add-margin feature for a position. When enabled, the system automatically (POST /v5/position/set-auto-add-margin). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"category\": \"\",\n  \"symbol\": \"\",\n  \"autoAddMargin\": \"\",\n  \"positionIdx\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_set_auto_repay_mode",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/set/auto/repay/mode",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "set",
            "auto",
            "repay",
            "mode"
          ]
        },
        "description": "Set spot automatic repayment mode. (POST /v5/spot-margin-trade/set-auto-repay-mode). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"currency\": \"\",\n  \"autoRepayMode\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_set_batch_collateral_switch",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/set/batch/collateral/switch",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "set",
            "batch",
            "collateral",
            "switch"
          ]
        },
        "description": "Batch enable or disable multiple coins as collateral (POST /v5/account/set-collateral-switch-batch). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"request\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_set_broker_api_limit",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/set/broker/api/limit",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "set",
            "broker",
            "api",
            "limit"
          ]
        },
        "description": "Set API rate limit for specified UIDs under exchange broker account. (POST /v5/broker/apilimit/set). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"list\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_set_collateral_switch",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/set/collateral/switch",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "set",
            "collateral",
            "switch"
          ]
        },
        "description": "Enable or disable specified coin as collateral (POST /v5/account/set-collateral-switch). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"coin\": \"\",\n  \"collateralSwitch\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_set_dcp",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/set/dcp",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "set",
            "dcp"
          ]
        },
        "description": "Configure the time window for automatic order cancellation when WebSocket connection drops. (POST /v5/order/disconnected-cancel-all). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"product\": \"\",\n  \"timeWindow\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_set_default_deposit_to_account",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/set/default/deposit/to/account",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "set",
            "default",
            "deposit",
            "to",
            "account"
          ]
        },
        "description": "Set the default account type for receiving on-chain deposit funds. (POST /v5/asset/deposit/deposit-to-account). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"accountType\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_set_fixed_term_auto_invest",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/set/fixed/term/auto/invest",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "set",
            "fixed",
            "term",
            "auto",
            "invest"
          ]
        },
        "description": "Enable or disable auto-reinvestment for a fixed term position. (POST /v5/earn/fixed-term/position/auto-invest). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"productId\": \"\",\n  \"category\": \"\",\n  \"positionId\": \"\",\n  \"status\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_set_hedging_mode",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/set/hedging/mode",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "set",
            "hedging",
            "mode"
          ]
        },
        "description": "Enable or disable PM include spot hedging mode (POST /v5/account/set-hedging-mode). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"setHedgingMode\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_set_leverage",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/set/leverage",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "set",
            "leverage"
          ]
        },
        "description": "Set the leverage for a contract position. Supports linear and inverse contracts. (POST /v5/position/set-leverage). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"category\": \"\",\n  \"symbol\": \"\",\n  \"buyLeverage\": \"\",\n  \"sellLeverage\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_set_margin_mode",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/set/margin/mode",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "set",
            "margin",
            "mode"
          ]
        },
        "description": "Set the account margin mode. Supports ISOLATED_MARGIN, REGULAR_MARGIN, and (POST /v5/account/set-margin-mode). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"setMarginMode\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_set_mmp",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/set/mmp",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "set",
            "mmp"
          ]
        },
        "description": "Configure Market Maker Protection parameters for options trading. All parameters (POST /v5/account/mmp-modify). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"baseCoin\": \"\",\n  \"window\": \"\",\n  \"frozenPeriod\": \"\",\n  \"qtyLimit\": \"\",\n  \"deltaLimit\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_set_price_limit",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/set/price/limit",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "set",
            "price",
            "limit"
          ]
        },
        "description": "Configure price limit action behavior per product category. Controls whether (POST /v5/account/set-limit-px-action). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"category\": \"\",\n  \"modifyEnable\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_set_trading_stop",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/set/trading/stop",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "set",
            "trading",
            "stop"
          ]
        },
        "description": "Configure trading stop parameters including take profit, stop loss, and trailing stop. (POST /v5/position/trading-stop). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"category\": \"\",\n  \"symbol\": \"\",\n  \"takeProfit\": \"\",\n  \"stopLoss\": \"\",\n  \"trailingStop\": \"\",\n  \"tpTriggerBy\": \"\",\n  \"slTriggerBy\": \"\",\n  \"activePrice\": \"\",\n  \"tpslMode\": \"\",\n  \"tpSize\": \"\",\n  \"slSize\": \"\",\n  \"tpLimitPrice\": \"\",\n  \"slLimitPrice\": \"\",\n  \"tpOrderType\": \"\",\n  \"slOrderType\": \"\",\n  \"positionIdx\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_small_asset_convert",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/small/asset/convert",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "small",
            "asset",
            "convert"
          ]
        },
        "description": "Confirm and execute small asset conversion using the quoteId returned by the get-quote interface. (POST /v5/asset/covert/small-balance-execute). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"quoteId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_small_asset_quote",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/small/asset/quote",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "small",
            "asset",
            "quote"
          ]
        },
        "description": "Apply for batch conversion quote for a small asset list. Returns quote ID and per-coin conversion details. (POST /v5/asset/covert/get-quote). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"accountType\": \"\",\n  \"toCoin\": \"\",\n  \"fromCoinList\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_spot_margin_set_leverage",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/spot/margin/set/leverage",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "spot",
            "margin",
            "set",
            "leverage"
          ]
        },
        "description": "Set the maximum leverage for spot cross margin trading. Account must have spot margin activated first. Valid leverage range is 2 to 10. (POST /v5/spot-margin-trade/set-leverage). [write, mexe em dinhe",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"leverage\": \"\",\n  \"currency\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_spot_margin_switch_mode",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/spot/margin/switch/mode",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "spot",
            "margin",
            "switch",
            "mode"
          ]
        },
        "description": "Enable or disable spot cross margin trading mode, rate limit 5/user/path/s (POST /v5/spot-margin-trade/switch-mode). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"spotMarginMode\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_stop_strategy",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/stop/strategy",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "stop",
            "strategy"
          ]
        },
        "description": "Terminates an active strategy and cancels all associated pending orders. (POST /v5/strategy/stop). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"strategyId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_sub_member_list_query",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/sub/member/list/query",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "sub",
            "member",
            "list",
            "query"
          ]
        },
        "description": "Query sub UIDs under the current master UID. (GET /v5/asset/transfer/query-sub-member-list).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_switch_position_mode",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/switch/position/mode",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "switch",
            "position",
            "mode"
          ]
        },
        "description": "Switch between one-way mode (mode=0) and hedge mode (mode=3). (POST /v5/position/switch-mode). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"category\": \"\",\n  \"symbol\": \"\",\n  \"coin\": \"\",\n  \"mode\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_transfer_coin_list_query",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/transfer/coin/list/query",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "transfer",
            "coin",
            "list",
            "query"
          ]
        },
        "description": "Query the list of coins that can be transferred between the specified account types. (GET /v5/asset/transfer/query-transfer-coin-list).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"fromAccountType\": \"\",\n  \"toAccountType\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_universal_transfer_list_query",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/universal/transfer/list/query",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "universal",
            "transfer",
            "list",
            "query"
          ]
        },
        "description": "Query universal transfer records. Supports both master and sub account API keys. (GET /v5/asset/transfer/query-universal-transfer-list).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"transferId\": \"\",\n  \"coin\": \"\",\n  \"status\": \"\",\n  \"startTime\": 0,\n  \"endTime\": 0,\n  \"limit\": 0,\n  \"cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_update_ad",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/ad",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "ad"
          ]
        },
        "description": "Update or relist a P2P advertisement. (POST /v5/p2p/item/update). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"priceType\": \"\",\n  \"premium\": \"\",\n  \"price\": \"\",\n  \"minAmount\": \"\",\n  \"maxAmount\": \"\",\n  \"remark\": \"\",\n  \"tradingPreferenceSet\": \"\",\n  \"paymentIds\": \"\",\n  \"actionType\": \"\",\n  \"quantity\": \"\",\n  \"paymentPeriod\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_user_asset_info_query",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/user/asset/info/query",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "user",
            "asset",
            "info",
            "query"
          ]
        },
        "description": "Query coin balances across a single account type. Supports querying sub UID balance with master API key. (GET /v5/asset/transfer/query-account-coins-balance).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"accountType\": \"\",\n  \"coin\": \"\",\n  \"memberId\": 0,\n  \"withBonus\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_validate_f_grid_input",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/validate/f/grid/input",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "validate",
            "f",
            "grid",
            "input"
          ]
        },
        "description": "Validates the input parameters for creating a futures grid bot and returns (POST /v5/fgridbot/validate). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"symbol\": \"\",\n  \"cell_number\": 0,\n  \"min_price\": \"\",\n  \"max_price\": \"\",\n  \"leverage\": \"\",\n  \"grid_type\": \"\",\n  \"grid_mode\": \"\",\n  \"stop_loss_price\": \"\",\n  \"take_profit_price\": \"\",\n  \"tp_sl_type\": \"\",\n  \"entry_price\": \"\",\n  \"stop_loss_per\": \"\",\n  \"take_profit_per\": \"\",\n  \"trailing_stop_per\": \"\",\n  \"init_margin\": \"\",\n  \"move_up_price\": \"\",\n  \"move_down_price\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "bybit_validate_grid_input",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/validate/grid/input",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "validate",
            "grid",
            "input"
          ]
        },
        "description": "Validates the input parameters for creating a spot grid bot, returning (POST /v5/grid/validate-input). [write, mexe em dinheiro na sua conta Bybit]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"symbol\": \"\",\n  \"cell_number\": 0,\n  \"min_price\": \"\",\n  \"max_price\": \"\",\n  \"total_investment\": \"\",\n  \"stop_loss\": \"\",\n  \"take_profit\": \"\",\n  \"entry_price\": \"\",\n  \"base_investment\": \"\",\n  \"quote_investment\": \"\",\n  \"invest_mode\": \"\",\n  \"ts_percent\": \"\",\n  \"enable_trailing\": false,\n  \"limit_up_price\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}