{ "opencollection": "1.0.0", "info": { "name": "MEXC Futures REST API v1 Accounts and Transactions Quote API", "version": "1.0.0" }, "items": [ { "info": { "name": "Quote", "type": "folder" }, "items": [ { "info": { "name": "Ping", "type": "http" }, "http": { "method": "GET", "url": "https://contract.mexc.com/api/v1/contract/ping", "auth": { "type": "apikey", "key": "X-MEXC-APIKEY", "value": "{{X-MEXC-APIKEY}}", "placement": "header" } }, "docs": "Ping" }, { "info": { "name": "ContractDetail", "type": "http" }, "http": { "method": "GET", "url": "https://contract.mexc.com/api/v1/contract/detail", "auth": { "type": "apikey", "key": "X-MEXC-APIKEY", "value": "{{X-MEXC-APIKEY}}", "placement": "header" } }, "docs": "ContractDetail" }, { "info": { "name": "DepthBySymbol", "type": "http" }, "http": { "method": "GET", "url": "https://contract.mexc.com/api/v1/contract/support_currencies", "auth": { "type": "apikey", "key": "X-MEXC-APIKEY", "value": "{{X-MEXC-APIKEY}}", "placement": "header" } }, "docs": "DepthBySymbol" }, { "info": { "name": "FundingRateBySymbol", "type": "http" }, "http": { "method": "GET", "url": "https://contract.mexc.com/api/v1/contract/depth_commits/BTC_USDT/20", "auth": { "type": "apikey", "key": "X-MEXC-APIKEY", "value": "{{X-MEXC-APIKEY}}", "placement": "header" } }, "docs": "FundingRateBySymbol" }, { "info": { "name": "KlineBySymbol", "type": "http" }, "http": { "method": "GET", "url": "https://contract.mexc.com/api/v1/contract/kline/BTC_USDT", "params": [ { "name": "interval", "value": "", "type": "query" }, { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-MEXC-APIKEY", "value": "{{X-MEXC-APIKEY}}", "placement": "header" } }, "docs": "KlineBySymbol" }, { "info": { "name": "IndexPriceKlineBySymbol", "type": "http" }, "http": { "method": "GET", "url": "https://contract.mexc.com/api/v1/contract/kline/index_price/BTC_USDT", "auth": { "type": "apikey", "key": "X-MEXC-APIKEY", "value": "{{X-MEXC-APIKEY}}", "placement": "header" } }, "docs": "IndexPriceKlineBySymbol" }, { "info": { "name": "FairPriceKlineBySymbol", "type": "http" }, "http": { "method": "GET", "url": "https://contract.mexc.com/api/v1/contract/kline/fair_price/BTC_USDT", "params": [ { "name": "interval", "value": "", "type": "query" }, { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-MEXC-APIKEY", "value": "{{X-MEXC-APIKEY}}", "placement": "header" } }, "docs": "FairPriceKlineBySymbol" }, { "info": { "name": "DealsBySymbol", "type": "http" }, "http": { "method": "GET", "url": "https://contract.mexc.com/api/v1/contract/deals/BTC_USDT", "auth": { "type": "apikey", "key": "X-MEXC-APIKEY", "value": "{{X-MEXC-APIKEY}}", "placement": "header" } }, "docs": "DealsBySymbol" }, { "info": { "name": "Ticker", "type": "http" }, "http": { "method": "GET", "url": "https://contract.mexc.com/api/v1/contract/ticker", "auth": { "type": "apikey", "key": "X-MEXC-APIKEY", "value": "{{X-MEXC-APIKEY}}", "placement": "header" } }, "docs": "Ticker" }, { "info": { "name": "RiskReverse", "type": "http" }, "http": { "method": "GET", "url": "https://contract.mexc.com/api/v1/contract/risk_reverse", "auth": { "type": "apikey", "key": "X-MEXC-APIKEY", "value": "{{X-MEXC-APIKEY}}", "placement": "header" } }, "docs": "RiskReverse" }, { "info": { "name": "RiskReverseHistory", "type": "http" }, "http": { "method": "GET", "url": "https://contract.mexc.com/api/v1/contract/risk_reverse/history", "params": [ { "name": "symbol", "value": "", "type": "query" }, { "name": "page_num", "value": "", "type": "query" }, { "name": "page_size", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-MEXC-APIKEY", "value": "{{X-MEXC-APIKEY}}", "placement": "header" } }, "docs": "RiskReverseHistory" }, { "info": { "name": "FundingRateHistory", "type": "http" }, "http": { "method": "GET", "url": "https://contract.mexc.com/api/v1/contract/funding_rate/history", "params": [ { "name": "symbol", "value": "", "type": "query" }, { "name": "page_num", "value": "", "type": "query" }, { "name": "page_size", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-MEXC-APIKEY", "value": "{{X-MEXC-APIKEY}}", "placement": "header" } }, "docs": "FundingRateHistory" } ] } ], "bundled": true }