### Get My Ads Request Example Source: https://www.bitget.com/api-doc/uta/p2p/ad-management/Get-My-Ads Demonstrates how to make a GET request to the /api/v3/p2p/my-ads endpoint to retrieve a list of ads. Includes example headers for authentication and content type. ```curl curl "https://api.bitget.com/api/v3/p2p/my-ads?limit=10" \ -H "ACCESS-KEY:your apiKey" \ -H "ACCESS-SIGN:*" \ -H "ACCESS-PASSPHRASE:*" \ -H "ACCESS-TIMESTAMP:1659076670000" \ -H "locale:en-US" \ -H "Content-Type: application/json" ``` -------------------------------- ### Get Loan Reduces Request Example Source: https://www.bitget.com/api-doc/uta/crypto-loans/Get-Loan-Reduces Example of how to make a GET request to the /api/v3/loan/reduces endpoint using curl. Ensure you replace placeholder authentication headers with your actual credentials. ```bash curl "https://api.bitget.com/api/v3/loan/reduces?startTime=1770258582042&endTime=1770258592042" \ -H "ACCESS-KEY:*******" \ -H "ACCESS-SIGN:*" \ -H "ACCESS-PASSPHRASE:*" \ -H "ACCESS-TIMESTAMP:1659076670000" \ -H "locale:en-US" \ -H "Content-Type: application/json" ``` -------------------------------- ### Get Deposit Records Request Example Source: https://www.bitget.com/api-doc/uta/account/deposit/Get-Deposit-Records This cURL command demonstrates how to request deposit records, specifying start and end times. Ensure you replace placeholder authentication headers with your actual credentials. ```bash curl "https://api.bitget.com/api/v3/account/deposit-records?startTime=1700561435000&endTime=1703153435933" \ -H "ACCESS-KEY:*******" \ -H "ACCESS-SIGN:*" \ -H "ACCESS-PASSPHRASE:*" \ -H "ACCESS-TIMESTAMP:1659076670000" \ -H "locale:en-US" \ -H "Content-Type: application/json" ``` -------------------------------- ### Get Ad Info Response Example Source: https://www.bitget.com/api-doc/uta/p2p/ad-management/Get-Ad-Info Example JSON response containing detailed information for a P2P advertisement. ```json { "code": "00000", "msg": "success", "requestTime": 1740000000000, "data": { "advId": "1234567890", "side": "sell", "priceType": "fixed", "token": "USDT", "fiat": "CNY", "price": "7.28", "amount": "1000", "minAmount": "100", "maxAmount": "10000", "payDuration": "15", "soldAmount": "300", "lastAmount": "700", "premium": "", "turnover": "2184", "remark": "Fast release", "tradeTerm": "", "payMethodIds": [ { "payMethodId": "1", "userPayMethodId": "101" } ], "tokenPrecision": "2", "fiatPrecision": "2", "market": "public", "avgTime": "5", "createdTime": "1740000000000", "updatedTime": "1740000001000" } } ``` -------------------------------- ### Get P2P Balance Response Example Source: https://www.bitget.com/api-doc/uta/p2p/common/Get-Balance This is an example of a successful response when retrieving P2P account balance information. It includes the currency, total, frozen, and available balances. ```json { "code": "00000", "msg": "success", "requestTime": 1740000000000, "data": { "token": "USDT", "totalBalance": "10000", "frozenBalance": "500", "availableBalance": "9500" } } ``` -------------------------------- ### Get P2P Ad List Request Example Source: https://www.bitget.com/api-doc/uta/p2p/ad-management/Get-Ad-List Example of an HTTP GET request to retrieve a list of P2P advertisements. Ensure to replace placeholder values with your actual API credentials and desired parameters. ```curl curl "https://api.bitget.com/api/v3/p2p/ad-list?token=USDT&fiat=CNY&side=buy&pageNum=1&limit=10" \ -H "ACCESS-KEY:your apiKey" \ -H "ACCESS-SIGN:*" \ -H "ACCESS-PASSPHRASE:*" \ -H "ACCESS-TIMESTAMP:1659076670000" \ -H "locale:en-US" \ -H "Content-Type: application/json" ``` -------------------------------- ### Get Tax Records Request Example Source: https://www.bitget.com/api-doc/uta/tax/Get-Tax-Records This example demonstrates how to make a GET request to the /api/v3/tax/records endpoint to retrieve tax records. Ensure you use a valid tax API Key and include necessary headers. ```curl curl "https://api.bitget.com/api/v3/tax/records?bizType=spot&startTime=1763402983000&endTime=1763662183573" \ -H "ACCESS-KEY:*******" \ -H "ACCESS-SIGN:*" \ -H "ACCESS-PASSPHRASE:*" \ -H "ACCESS-TIMESTAMP:1659076670000" \ -H "locale:en-US" \ -H "Content-Type: application/json" ``` -------------------------------- ### Get Switch Status Response Example Source: https://www.bitget.com/api-doc/uta/account/Get-Switch-Status This is an example of a successful response from the switch-status endpoint. It includes the status and reason for the switch operation. ```json { "code": "00000", "msg": "success", "requestTime": 1746687063471, "data": { "status": "fail", "reason": "upgrade_disabled" } } ``` -------------------------------- ### Get Repayable Coins Response Example Source: https://www.bitget.com/api-doc/uta/account/Get-Repayable-Coins This is an example of a successful response from the API, showing the code, message, request time, and a list of repayable coins with their details. ```json { "code": "00000", "msg": "success", "requestTime": 1730189435812, "data": { "repayableCoinList": [ { "coin": "USDT", "size": "147214.04781004", "amount": "147102.60677584" } ], "maxSelection": "1" } } ``` -------------------------------- ### Get Ad Info Request Example Source: https://www.bitget.com/api-doc/uta/p2p/ad-management/Get-Ad-Info Example of a cURL request to retrieve detailed information for a P2P advertisement by its ID. ```bash curl "https://api.bitget.com/api/v3/p2p/ad-info?advId=1234567890" \ -H "ACCESS-KEY:your apiKey" \ -H "ACCESS-SIGN:*" \ -H "ACCESS-PASSPHRASE:*" \ -H "ACCESS-TIMESTAMP:1659076670000" \ -H "locale:en-US" \ -H "Content-Type: application/json" ``` -------------------------------- ### Get Product Info Response Source: https://www.bitget.com/api-doc/uta/loan/Get-Product-Infos This is an example of a successful response from the Get Product Info API. It details the product ID, leverage, supported contract types, and various credit lines. ```json { "code": "00000", "msg": "success", "requestTime": 1711697573019, "data": { "productId": "xxxxxxxx", "leverage": "2", "supportUsdtContract": "YES", "supportCoinContract": "YES", "supportUsdcContract": "YES", "transferLine": "0.6667", "spotBuyLine": "0.8", "usdtContractOpenLine": "0.8", "coinContractOpenLine": "0.8", "usdcContractOpenLine": "0.8", "liquidationLine": "0.9", "stopLiquidationLine": "0.75" } } ``` -------------------------------- ### Get Risk Unit Request Example Source: https://www.bitget.com/api-doc/uta/loan/Get-Risk-Unit Demonstrates how to make a GET request to the /api/v3/ins-loan/risk-unit endpoint using cURL. Ensure you replace placeholder headers with your actual API credentials and timestamp. ```bash curl "https://api.bitget.com/api/v3/ins-loan/risk-unit" \ -H "ACCESS-KEY:*******" \ -H "ACCESS-SIGN:*" \ -H "ACCESS-PASSPHRASE:*" \ -H "ACCESS-TIMESTAMP:1659076670000" \ -H "locale:en-US" \ -H "Content-Type: application/json" ``` -------------------------------- ### Place Spot Order Example Source: https://www.bitget.com/api-doc/uta/websocket/private/Place-Order-Channel Example of placing a limit order for the spot market. Ensure parameters like orderType, price, qty, side, symbol, and timeInForce are correctly set. ```json { "op": "trade", "id": "1750034396082", "category": "spot", "topic": "place-order", "args": [ { "orderType": "limit", "price": "100", "qty": "0.1", "side": "buy", "symbol": "BTCUSDT", "timeInForce": "gtc" } ] } ``` -------------------------------- ### Place Spot Order Example Source: https://www.bitget.com/api-doc/uta/trade/Place-Order Demonstrates how to place a limit order for the BGBUSDT spot market. Ensure you provide a valid ACCESS-KEY, ACCESS-SIGN, ACCESS-PASSPHRASE, and ACCESS-TIMESTAMP. ```curl curl -X POST "https://api.bitget.com/api/v3/trade/place-order" \ -H "ACCESS-KEY:your apiKey" \ -H "ACCESS-SIGN:*" \ -H "ACCESS-PASSPHRASE:*" \ -H "ACCESS-TIMESTAMP:1659076670000" \ -H "locale:zh-CN" \ -H "Content-Type: application/json" \ -d '{"category":"SPOT","symbol":"BGBUSDT","orderType":"limit","qty":"123","price":"1.11","side":"buy","posSide":"long","timeInForce":"gtc","reduceOnly":"no"}' ``` -------------------------------- ### Get Position ADL Rank Request Example Source: https://www.bitget.com/api-doc/uta/trade/Get-Position-ADL-Rank Example of an HTTP GET request to the /api/v3/position/adlRank endpoint. Ensure you replace placeholder headers with your actual API credentials and timestamp. ```curl curl "https://api.bitget.com/api/v3/position/adlRank" \ -H "ACCESS-KEY:your apiKey" \ -H "ACCESS-SIGN:*" \ -H "ACCESS-PASSPHRASE:*" \ -H "ACCESS-TIMESTAMP:1659076670000" \ -H "locale:zh-CN" \ -H "Content-Type: application/json" ``` -------------------------------- ### Batch Place Order Request Example Source: https://www.bitget.com/api-doc/uta/websocket/private/Batch-Place-Order-Channel This JSON object demonstrates the structure for a batch order placement request. It includes details for two limit orders for BTCUSDT. Ensure the 'args' array does not exceed 20 orders. ```json { "op": "trade", "id": "1750035029506", "category": "spot", "topic": "batch-place", "args": [ { "clientOid": "xxxxxxxx", "orderType": "limit", "price": "100", "qty": "0.1", "side": "buy", "symbol": "BTCUSDT", "timeInForce": "gtc" }, { "clientOid": "xxxxxxxx", "orderType": "limit", "price": "100", "qty": "0.15", "side": "buy", "symbol": "BTCUSDT", "timeInForce": "gtc" } ] } ``` -------------------------------- ### Get Loan Interest Response Example Source: https://www.bitget.com/api-doc/uta/crypto-loans/Get-Loan-Interest Example JSON response from the Get Loan Interest API endpoint, showing the structure of estimated hourly interest and borrowable loan amount. ```json { "code": "00000", "msg": "success", "requestTime": 1770094037638, "data": { "hourInterest": "0.00000001", "loanAmount": "0.01935842" } } ``` -------------------------------- ### POST /api/v3/copy/futures/transfer Request Example Source: https://www.bitget.com/api-doc/uta/copy/futures-public/Transfer Demonstrates how to make a POST request to transfer funds. Ensure your headers include ACCESS-KEY, ACCESS-SIGN, ACCESS-PASSPHRASE, and ACCESS-TIMESTAMP. ```bash curl -X POST "https://api.bitget.com/api/v3/copy/futures/transfer" \ -H "ACCESS-KEY:*******" \ -H "ACCESS-SIGN:*" \ -H "ACCESS-PASSPHRASE:*" \ -H "ACCESS-TIMESTAMP:1659076670000" \ -H "locale:en-US" \ -H "Content-Type: application/json" \ -d '{"type":"in","coin":"USDT","amount":"100"}' ``` -------------------------------- ### Get Pay Methods Response Example Source: https://www.bitget.com/api-doc/uta/p2p/user-info/Get-Pay-Methods This is an example of a successful response when retrieving payment methods. It includes details like payment method ID, name, username, and specific information fields. ```json { "code": "00000", "msg": "success", "requestTime": 1740000000000, "data": [ { "payMethodId": "1", "payMethodName": "Alipay", "payMethodUserName": "UserA", "userPayMethodId": "101", "payMethodInfo": [ { "name": "Account", "type": "txt", "value": "13800138000" } ] } ] } ``` -------------------------------- ### Get Loan Interest Request Example Source: https://www.bitget.com/api-doc/uta/crypto-loans/Get-Loan-Interest Example of a cURL request to the GET /api/v3/loan/interest endpoint to fetch loan interest details. Ensure you replace placeholder values with your actual credentials and parameters. ```curl curl "https://api.bitget.com/api/v3/loan/interest?loanCoin=BTC&pledgeCoin=USDT&daily=SEVEN&pledgeAmount=100" \ -H "ACCESS-KEY:*******" \ -H "ACCESS-SIGN:*" \ -H "ACCESS-PASSPHRASE:*" \ -H "ACCESS-TIMESTAMP:1659076670000" \ -H "locale:en-US" \ -H "Content-Type: application/json" ``` -------------------------------- ### Get Fill History Request Example Source: https://www.bitget.com/api-doc/uta/trade/Get-Order-Fills This example demonstrates how to make a GET request to the /api/v3/trade/fills endpoint to retrieve order fills. Ensure you replace placeholder values with your actual API credentials and desired parameters. ```curl curl "https://api.bitget.com/api/v3/trade/fills?orderId=111111111111111111" \ -H "ACCESS-KEY:your apiKey" \ -H "ACCESS-SIGN:*" \ -H "ACCESS-PASSPHRASE:*" \ -H "ACCESS-TIMESTAMP:1659076670000" \ -H "locale:zh-CN" \ -H "Content-Type: application/json" ``` -------------------------------- ### Set Leverage Request Example Source: https://www.bitget.com/api-doc/uta/account/Change-Leverage Demonstrates how to make a POST request to the /api/v3/account/set-leverage endpoint using cURL. Ensure you replace placeholder headers with your actual API credentials and provide the correct JSON payload. ```bash curl -X POST "https://api.bitget.com/api/v3/account/set-leverage" \ -H "ACCESS-KEY:*******" \ -H "ACCESS-SIGN:*" \ -H "ACCESS-PASSPHRASE:*" \ -H "ACCESS-TIMESTAMP:1659076670000" \ -H "locale:en-US" \ -H "Content-Type: application/json" \ -d '{"category":"USDT-FUTURES","symbol":"BTCUSDT","leverage":"10"}' ``` -------------------------------- ### Place Batch Orders (SPOT) Source: https://www.bitget.com/api-doc/uta/trade/Place-Batch Example of placing a batch of spot orders using cURL. Ensure to replace placeholders with your actual API credentials and order details. ```curl curl -X POST "https://api.bitget.com/api/v3/trade/place-batch" \ -H "ACCESS-KEY:your apiKey" \ -H "ACCESS-SIGN:*" \ -H "ACCESS-PASSPHRASE:*" \ -H "ACCESS-TIMESTAMP:1659076670000" \ -H "locale:zh-CN" \ -H "Content-Type: application/json" \ -d '[{"category":"SPOT","symbol":"BGBUSDT","orderType":"limit","qty":"123","price":"1.11","side":"buy","timeInForce":"gtc","clientOid":"my-oid-1"}]' ``` -------------------------------- ### Get Cash Dividend Records Response Example Source: https://www.bitget.com/api-doc/uta/public/Get-Cash-Dividend-Records Example JSON response structure for a successful request to get cash dividend records, including details like symbol, ex-dividend date, and dividend per share. ```json { "code": "00000", "msg": "success", "requestTime": 1749484800000, "data": [ { "symbol": "AAPLXRPUSDT", "exDividendDate": "2026-06-09", "cashDividendPerShare": "0.25", "cashDividendTimestamp": "1749484800000" } ] } ``` -------------------------------- ### Get All Orders Request Example Source: https://www.bitget.com/api-doc/uta/p2p/order-management/Get-All-Orders This cURL command demonstrates how to request all P2P orders, including setting a limit for the number of items per page and providing necessary authentication headers. ```bash curl "https://api.bitget.com/api/v3/p2p/all-orders?limit=10" \ -H "ACCESS-KEY:your apiKey" \ -H "ACCESS-SIGN:*" \ -H "ACCESS-PASSPHRASE:*" \ -H "ACCESS-TIMESTAMP:1659076670000" \ -H "locale:en-US" \ -H "Content-Type: application/json" ``` -------------------------------- ### Get Redeem Info Request Example Source: https://www.bitget.com/api-doc/uta/earn/elite/Get-Redeem-Info This cURL command demonstrates how to request redemption information for a specific product ID. Ensure you replace placeholder authentication headers with your actual credentials. ```bash curl "https://api.bitget.com/api/v3/earn/elite-redeem-info?productId=1216935633797513220" \ -H "ACCESS-KEY:*******" \ -H "ACCESS-SIGN:*" \ -H "ACCESS-PASSPHRASE:*" \ -H "ACCESS-TIMESTAMP:1659076670000" \ -H "locale:en-US" \ -H "Content-Type: application/json" ``` -------------------------------- ### Get Loan Orders Response Example Source: https://www.bitget.com/api-doc/uta/loan/Get-Loan-Order Example JSON response for the Get Loan Orders API. It includes details such as order ID, loan amount, and current status. The 'data' field contains an array of loan order objects. ```json { "code": "00000", "msg": "success", "requestTime": 1711697588556, "data": [ { "orderId": "xxxxxxx", "orderProductId": "xxxxxx", "uid": "xxxxxx", "loanTime": "1713645576789", "loanCoin": "USDT", "loanAmount": "8400", "unpaidAmount": "8400", "unpaidInterest": "0", "repaidAmount": "1", "repaidInterest": "1.1", "reserve": "168", "status": "not_paid_off" } ] } ``` -------------------------------- ### Get P2P Ad List Response Example Source: https://www.bitget.com/api-doc/uta/p2p/ad-management/Get-Ad-List Example JSON response when successfully retrieving a list of P2P advertisements. It includes details such as ad ID, merchant information, price, and payment methods. ```json { "code": "00000", "msg": "success", "requestTime": 1740000000000, "data": [ { "advId": "1234567890", "merchantId": "9876543210", "merchantName": "MerchantA", "token": "USDT", "fiat": "CNY", "side": "buy", "price": "7.28", "minAmount": "100", "maxAmount": "10000", "quantity": "500", "payMethods": [ { "payMethodId": "1", "payMethodName": "Alipay" } ], "completedOrderNum": "1200", "completedRate": "0.99", "avgReleaseTime": "5", "createdTime": "1740000000000" } ] } ``` -------------------------------- ### Get Position Tier Request Example Source: https://www.bitget.com/api-doc/uta/public/Get-Position-Tier-Data Example using cURL to request position tier data for USDT-FUTURES category and BTCUSDT symbol. ```curl curl "https://api.bitget.com/api/v3/market/position-tier?category=USDT-FUTURES&symbol=BTCUSDT" \ ``` -------------------------------- ### Get Convert Records Request Example (cURL) Source: https://www.bitget.com/api-doc/uta/account/Get-Convert-Records Use this cURL command to query convert records. Ensure you replace placeholder values for authentication headers and optional query parameters like fromCoin and toCoin. ```bash curl "https://api.bitget.com/api/v3/account/convert-records?fromCoin=BTC&toCoin=USDT" \ -H "ACCESS-KEY:*******" \ -H "ACCESS-SIGN:*" \ -H "ACCESS-PASSPHRASE:*" \ -H "ACCESS-TIMESTAMP:1659076670000" \ -H "locale:en-US" \ -H "Content-Type: application/json" ``` -------------------------------- ### Get Loan Debts Response Example Source: https://www.bitget.com/api-doc/uta/crypto-loans/Get-Loan-Debts This is an example of a successful JSON response from the /api/v3/loan/debts endpoint, showing collateral and liability asset details. ```json { "code": "00000", "msg": "success", "requestTime": 1770266637419, "data": { "pledgeInfos": [ { "coin": "BGB", "amount": "1.02556765", "amountUsdt": "3.03" } ], "loanInfos": [ { "coin": "USDT", "amount": "2.00009297", "amountUsdt": "2.01" } ] } } ``` -------------------------------- ### Get OI Limit Response Example Source: https://www.bitget.com/api-doc/uta/account/Get-OI-Limit This is an example of a successful response from the /api/v3/account/open-interest-limit endpoint, showing the open interest limits for a given symbol. ```json { "code": "00000", "msg": "success", "requestTime": 1764170997805, "data": { "symbol": "BTCUSDT", "singleUserLimit": "2766.30748", "masterSubLimit": "9173.8782", "marketMakerLimit": "0" } } ``` -------------------------------- ### Account Funding Assets Response Example Source: https://www.bitget.com/api-doc/uta/account/Get-Account-Funding-Assets Example JSON response for the account funding assets endpoint, showing coin details like available, frozen, and total balance. ```json { "code": "00000", "msg": "success", "requestTime": 1750396239013, "data": [ { "coin": "BGB", "available": "0.01", "frozen": "0", "balance": "0.01" }, { "coin": "USDT", "available": "0.04", "frozen": "0", "balance": "0.04" } ] } ``` -------------------------------- ### Get Market Maker Fee Group Response Example Source: https://www.bitget.com/api-doc/uta/public/Get-Fee-Group This is an example response structure for the Get Market Maker Fee Group endpoint. It shows the fee rate configurations for a specific category and group, including symbols and maker fee rates for different levels. ```json { "code": "00000", "msg": "success", "requestTime": 1772462728068, "data": [ { "category": "SPOT", "group": "GROUP_A", "labelList": [ { "weight": "1.00", "label": "core_mainstream", "symbols": [ "DOGEUSDT", "XRPUSDT", "BTCUSDT", "ETHUSDT", "SOLUSDT", "BGBUSDT" ] } ], "tierList": [ { "level": "MM1", "makerFeeRate": "-0.00012" }, { "level": "MM2", "makerFeeRate": "-0.0001" }, { "level": "MM3", "makerFeeRate": "-0.00008" }, { "level": "MM4", "makerFeeRate": "-0.00005" }, { "level": "MM5", "makerFeeRate": "0" } ] } ] } ``` -------------------------------- ### Get Elite Subscribe Info Response Example Source: https://www.bitget.com/api-doc/uta/earn/elite/Get-Elite-Subscribe-Info This is an example of a successful response from the /api/v3/earn/elite-subscribe-info endpoint. It includes details about the product, minimum subscription amount, remaining quota, and a list of subscription coins. ```json { "code": "00000", "msg": "success", "requestTime": 1774532838451, "data": { "productSubId": "1216935633814290435", "minAmount": "0.00000001", "remainQuota": "24995.76563944", "exchangeRate": "", "productCoin": "BGUSD", "interestTime": "1774540800000", "settleTime": "1774656000000", "precision": "8", "feeRate": "", "subscriptionCoinList": [ { "subscriptionCoin": "USDC", "precision": "8", "feeRate": "0", "exchangeRate": "1", "remainQuota": "24995.76563944", "minAmount": "0.1" }, { "subscriptionCoin": "USDT", "precision": "8", "feeRate": "0", "exchangeRate": "0.99979509", "remainQuota": "24995.76563944", "minAmount": "10" } ] } } ``` -------------------------------- ### Unfilled Strategy Orders Response Example Source: https://www.bitget.com/api-doc/uta/strategy/Get-Unfilled-Strategy-Orders This is an example of a successful response when retrieving unfilled strategy orders. It includes a list of orders, each with details like order ID, symbol, quantity, status, and specific take-profit/stop-loss parameters. ```json { "code": "00000", "msg": "success", "requestTime": 1730186730084, "data": [ { "orderId": "111111111111111111", "clientOid": "111111111111111111", "category": "USDT-FUTURES", "symbol": "BTCUSDT", "qty": "0.01", "posSide": "long", "status": "pending", "tpTriggerBy": "market", "slTriggerBy": "market", "takeProfit": "110000", "stopLoss": "90000", "tpOrderType": "market", "slOrderType": "market", "tpLimitPrice": "91000", "slLimitPrice": "111000", "triggerBy": "market", "triggerPrice": "100000", "triggerOrderType": "limit", "triggerOrderPrice": "100500", "createdTime": "1730186725663", "updatedTime": "1730186725691" } ] } ``` -------------------------------- ### Get Transfer Record Request Source: https://www.bitget.com/api-doc/uta/copy/futures-public/Get-Transfer-Record Example of an HTTP GET request to the /api/v3/copy/futures/transfer-record endpoint. Ensure to replace placeholder headers with your actual credentials and timestamp. ```curl curl "https://api.bitget.com/api/v3/copy/futures/transfer-record" \ -H "ACCESS-KEY:*******" \ -H "ACCESS-SIGN:*" \ -H "ACCESS-PASSPHRASE:*" \ -H "ACCESS-TIMESTAMP:1659076670000" \ -H "locale:en-US" \ -H "Content-Type: application/json" ``` -------------------------------- ### Get Account Info Request Source: https://www.bitget.com/api-doc/uta/account/Get-Account-Info Example of an HTTP GET request to the /api/v3/account/info endpoint. Ensure to replace placeholder headers with your actual credentials and timestamp. ```curl curl "https://api.bitget.com/api/v3/account/info" \ -H "ACCESS-KEY:*******" \ -H "ACCESS-SIGN:*" \ -H "ACCESS-PASSPHRASE:*" \ -H "ACCESS-TIMESTAMP:1659076670000" \ -H "locale:en-US" \ -H "Content-Type: application/json" ``` -------------------------------- ### Get Position ADL Rank Response Example Source: https://www.bitget.com/api-doc/uta/trade/Get-Position-ADL-Rank Example JSON response from the /api/v3/position/adlRank endpoint, showing the ADL rank and position details for a symbol. ```json { "code": "00000", "msg": "success", "requestTime": 1754035547922, "data": [ { "symbol": "MOVEUSDT", "marginCoin": "USDT", "adlRank": "0.4872", "holdSide": "long" } ] } ```