diff --git a/.gitignore b/.gitignore index a3ec7da..3485b89 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,4 @@ closed_trades_history.json data/cnn_training/cnn_training_data* testcases/* testcases/negative/case_index.json +chrome_user_data/* diff --git a/core/mexc_webclient/auto_browser.py b/core/mexc_webclient/auto_browser.py index 86cef92..f56347c 100644 --- a/core/mexc_webclient/auto_browser.py +++ b/core/mexc_webclient/auto_browser.py @@ -73,9 +73,16 @@ class MEXCRequestInterceptor: # Chrome options (used for Brave as it's Chromium-based) chrome_options = Options() + # Set up Chrome options with a user data directory to persist session + user_data_dir = os.path.join(os.getcwd(), 'chrome_user_data') + os.makedirs(user_data_dir, exist_ok=True) + chrome_options.add_argument(f'--user-data-dir={user_data_dir}') + chrome_options.add_argument('--disable-extensions') + chrome_options.add_argument('--disable-gpu') + chrome_options.add_argument('--window-size=1920,1080') if self.headless: - chrome_options.add_argument("--headless") - logger.info("Running in headless mode") + chrome_options.add_argument('--headless') + chrome_options.add_argument('--no-sandbox') # Set the binary location for Brave # brave_binary_path = "C:\\Program Files\\BraveSoftware\\Brave-Browser\\Application\\brave.exe" diff --git a/mexc_requests_20250703_015321.json b/mexc_requests_20250703_015321.json new file mode 100644 index 0000000..ba824f2 --- /dev/null +++ b/mexc_requests_20250703_015321.json @@ -0,0 +1,9351 @@ +{ + "requests": [ + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.531074", + "url": "https://futures.mexc.com/api/v1/contract/detailV2?client=web&symbol=ETH_USDT", + "method": "GET", + "headers": { + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36" + }, + "postData": "", + "requestId": "253356.219" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.531074", + "url": "https://futures.mexc.com/api/v1/contract/detailV2?client=web", + "method": "GET", + "headers": { + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36" + }, + "postData": "", + "requestId": "253356.220" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.532078", + "url": "https://futures.mexc.com/api/v1/contract/support_currencies", + "method": "GET", + "headers": { + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36" + }, + "postData": "", + "requestId": "253356.221" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.532078", + "url": "https://futures.mexc.com/api/v1/private/account/risk_limit", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36" + }, + "postData": "", + "requestId": "253356.222" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.533077", + "url": "https://futures.mexc.com/api/v1/private/account/contract/fee_rate", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36" + }, + "postData": "", + "requestId": "253356.223" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.533077", + "url": "https://futures.mexc.com/api/v1/private/position/leverage?symbol=ETH_USDT", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36" + }, + "postData": "", + "requestId": "253356.224" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.536075", + "url": "https://futures.mexc.com/api/v1/contract/ping", + "method": "GET", + "headers": { + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "0f96cfe5-be94-4110-adee-c4bb574a23a1-0002", + "trochilus-uid": "" + }, + "postData": "", + "requestId": "253356.318" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.545074", + "url": "https://futures.mexc.com/api/v1/contract/ticker?", + "method": "GET", + "headers": { + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "timezone": "UTC+8", + "trochilus-trace-id": "81dabcd1-3ff4-4d30-8b45-466467da90a9-0004", + "trochilus-uid": "" + }, + "postData": "", + "requestId": "253356.337" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.546075", + "url": "https://futures.mexc.com/api/v1/contract/ticker?symbol=ETH_USDT", + "method": "GET", + "headers": { + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "timezone": "UTC+8", + "trochilus-trace-id": "4385cf94-2283-45df-8110-538872618348-0005", + "trochilus-uid": "" + }, + "postData": "", + "requestId": "253356.338" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.546075", + "url": "https://futures.mexc.com/api/v1/contract/funding_rate/ETH_USDT", + "method": "GET", + "headers": { + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "8e89b3f9-2b85-4263-aa84-c47c29a671e4-0006", + "trochilus-uid": "" + }, + "postData": "", + "requestId": "253356.339" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.547075", + "url": "https://futures.mexc.com/api/v1/private/account/checkIsTyroAndWaitOrder", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "eee30a3c-e384-41d3-b078-4251c15103a9-0007", + "trochilus-uid": "" + }, + "postData": "", + "requestId": "253356.340" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.547075", + "url": "https://www.mexc.com/api/platform/asset/api/deposit/guide/activity?type=3", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "trochilus-trace-id": "1ad968c9-a677-45b9-8e97-079f376f337f-0008", + "trochilus-uid": "" + }, + "postData": "", + "requestId": "253356.341" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.548076", + "url": "https://otc.mexc.com/api/asset/fiat_switch/v2", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "platform": "web", + "trochilus-trace-id": "45f98c6b-4da5-4ade-8510-4b7e9c767fe3-0009", + "trochilus-uid": "" + }, + "postData": "", + "requestId": "253356.342" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.549078", + "url": "https://www.mexc.com/api/activity/contract/home-menus?language=en-GB", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "trochilus-trace-id": "a97fa433-741b-46af-b3cf-a681069c4d63-0013", + "trochilus-uid": "" + }, + "postData": "", + "requestId": "253356.351" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.550076", + "url": "https://futures.mexc.com/api/v1/contract/concept_plates/list/v2?lang=en-GB", + "method": "GET", + "headers": { + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "82e49121-0557-4889-b68f-337fccfe72a0-0015", + "trochilus-uid": "" + }, + "postData": "", + "requestId": "253356.353" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.551075", + "url": "https://www.mexc.com/api/activity/contract/activity/country/amount", + "method": "GET", + "headers": { + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "00162c6a-0d73-44c8-8048-fcfa443b0e89-0016", + "trochilus-uid": "" + }, + "postData": "", + "requestId": "253356.354" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.551075", + "url": "https://www.mexc.com/api/activity/contract/coin/introduce/v2?language=en-GB&contractId=11", + "method": "GET", + "headers": { + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "4bf5785f-e868-4de3-a023-9eaa3c052190-0017", + "trochilus-uid": "" + }, + "postData": "", + "requestId": "253356.355" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.551075", + "url": "https://www.mexc.com/api/common/ping", + "method": "GET", + "headers": { + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "trochilus-trace-id": "c4655dec-bea5-4b12-88e1-fe489d16ebe9-0018", + "trochilus-uid": "" + }, + "postData": "", + "requestId": "253356.356" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.551075", + "url": "https://futures.mexc.com/api/v1/private/user_pref/get", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "58a2c6d2-ccc5-4a91-b252-8bad277839e6-0020", + "trochilus-uid": "" + }, + "postData": "", + "requestId": "253356.358" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.552076", + "url": "https://futures.mexc.com/api/v1/contract/ticker?", + "method": "GET", + "headers": { + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "timezone": "UTC+8", + "trochilus-trace-id": "f471a9fd-bab9-4703-ab23-0a230f481eed-0022", + "trochilus-uid": "" + }, + "postData": "", + "requestId": "253356.366" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.553075", + "url": "https://futures.mexc.com/api/v1/contract/ticker?symbol=ETH_USDT", + "method": "GET", + "headers": { + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "timezone": "UTC+8", + "trochilus-trace-id": "05c4b91c-bbd4-47a8-a6ee-9139ceb1d031-0023", + "trochilus-uid": "" + }, + "postData": "", + "requestId": "253356.367" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.553075", + "url": "https://futures.mexc.com/api/v1/contract/funding_rate/ETH_USDT", + "method": "GET", + "headers": { + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "8448f273-c827-4b7f-8509-6b793bfcfdbf-0024", + "trochilus-uid": "" + }, + "postData": "", + "requestId": "253356.368" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.554074", + "url": "https://futures.mexc.com/api/v1/private/account/checkIsTyroAndWaitOrder", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "b5377c71-1e4b-4c76-ae97-6cfe89500d19-0025", + "trochilus-uid": "" + }, + "postData": "", + "requestId": "253356.369" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.554074", + "url": "https://futures.mexc.com/api/v1/private/account/contract/zero_fee_rate/pop?timestamp=1751496809691", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "4e7999ce-0eab-454c-aa57-948c4f5fd273-0026", + "trochilus-uid": "" + }, + "postData": "", + "requestId": "253356.370" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.555075", + "url": "https://futures.mexc.com/api/v1/private/riskSymbols/tips/list?language=en-GB", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "c09d4593-be7a-4325-af6d-954ba3e2c2f2-0027", + "trochilus-uid": "" + }, + "postData": "", + "requestId": "253356.371" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.555075", + "url": "https://futures.mexc.com/api/v1/private/riskSymbols/tips/ETH_USDT?language=en-GB", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "b6d7239c-d3de-4cfb-bfee-1bb279853eb0-0028", + "trochilus-uid": "" + }, + "postData": "", + "requestId": "253356.372" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.555075", + "url": "https://futures.mexc.com/api/v1/private/account/userBonusGuideFlag", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "2a9f7e72-ff86-4c7e-a940-7c01ca1be885-0029", + "trochilus-uid": "" + }, + "postData": "", + "requestId": "253356.373" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.556075", + "url": "https://www.mexc.com/api/gateway/order/deal/feeAmount", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "trochilus-trace-id": "0c1112ac-0478-4498-abc6-8978f40dfd60-0030", + "trochilus-uid": "" + }, + "postData": "", + "requestId": "253356.374" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.556075", + "url": "https://futures.mexc.com/api/v1/private/account/contract/zero_fee_rate_save", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "b07db4f2-6a4a-416f-a701-8dc4d711d98a-0031", + "trochilus-uid": "" + }, + "postData": "", + "requestId": "253356.375" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.557075", + "url": "https://futures.mexc.com/api/v1/contract/deals/ETH_USDT", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "mtoken": "CCz21cTV430SBW3sxd28", + "trochilus-trace-id": "f9d625cc-e6cc-4ce8-9de7-1db26ee18f94-0040", + "trochilus-uid": "" + }, + "postData": "", + "requestId": "253356.389" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.558078", + "url": "https://futures.mexc.com/api/v1/contract/deals/ETH_USDT", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "mtoken": "CCz21cTV430SBW3sxd28", + "trochilus-trace-id": "f66ec163-12ae-4734-b3f1-ae295f1c2528-0041", + "trochilus-uid": "" + }, + "postData": "", + "requestId": "253356.390" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.560075", + "url": "https://futures.mexc.com/api/v1/private/position/close_all_enable", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "9df0f404-24cf-4bdf-af7b-4541965996be-0044", + "trochilus-uid": "" + }, + "postData": "", + "requestId": "253356.416" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.561076", + "url": "https://futures.mexc.com/copyFutures/api/v1/myRole", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "en-GB", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "191ec43f-b33d-4abd-ae13-f9c5015297ac-0045", + "trochilus-uid": "" + }, + "postData": "", + "requestId": "253356.417" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.562076", + "url": "https://futures.mexc.com/api/v1/contract/detailV2?client=web&symbol=ETH_USDT", + "method": "GET", + "headers": { + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "88f11948-9eb0-40a7-9786-afb8c7d09fa4-0046", + "trochilus-uid": "" + }, + "postData": "", + "requestId": "253356.419" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.569075", + "url": "https://www.mexc.com/api/platform/asset/sys_balances?sys=SWAP", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "trochilus-trace-id": "e1a8f689-d8a7-416b-a106-6fa79a4d1d01-0047", + "trochilus-uid": "" + }, + "postData": "", + "requestId": "253356.427" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.571076", + "url": "https://futures.mexc.com/api/v1/contract/depth_step/ETH_USDT?step=0.01", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "mtoken": "CCz21cTV430SBW3sxd28", + "trochilus-trace-id": "b5c5b4b8-6406-4eae-b1dc-94bf561195e2-0051", + "trochilus-uid": "" + }, + "postData": "", + "requestId": "253356.456" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.577076", + "url": "https://www.mexc.com/api/operation/placements/footer_ad_bar?platformType=12&site=www&locale=en-GB", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "trochilus-trace-id": "331e4713-1cd2-4a8c-bba6-a03b019ac8bb-0053", + "trochilus-uid": "" + }, + "postData": "", + "requestId": "253356.458" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.578077", + "url": "https://futures.mexc.com/api/v1/contract/kline/ETH_USDT?end=1751496810&interval=Min15&start=1750596810", + "method": "GET", + "headers": { + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "c078c9f3-59c0-4b8f-8b76-2793906117d4-0054", + "trochilus-uid": "" + }, + "postData": "", + "requestId": "253356.459" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.584085", + "url": "https://www.mexc.com/api/platform/spot/market-v2/web/hidden/symbols", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "trochilus-trace-id": "e40c12f1-d5aa-4cac-a3e2-798ba0fa0b96-0059", + "trochilus-uid": "" + }, + "postData": "", + "requestId": "253356.504" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.584085", + "url": "https://www.mexc.com/api/platform/spot/market-v2/web/symbolsV2", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "trochilus-trace-id": "c38b3e9d-fe71-44a0-b703-506c80c80c7b-0060", + "trochilus-uid": "" + }, + "postData": "", + "requestId": "253356.505" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.584085", + "url": "https://www.mexc.com/api/platform/spot/market-v2/web/meme/coins", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "trochilus-trace-id": "9e99fe36-eeea-41af-a885-40bda933fe52-0061", + "trochilus-uid": "" + }, + "postData": "", + "requestId": "253356.506" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.588085", + "url": "https://www.mexc.com/api/platform/spot/market-v2/web/tickers?openPriceMode=2", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "timezone": "UTC+8", + "trochilus-trace-id": "e37fb596-d83d-4c5f-bc63-9ed767702086-0063", + "trochilus-uid": "" + }, + "postData": "", + "requestId": "253356.508" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.589083", + "url": "https://futures.mexc.com/api/v1/private/account/contract/fee_rate?", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "b9acdb89-47ee-42f8-a5ec-d5c88989fd7b-0065", + "trochilus-uid": "" + }, + "postData": "", + "requestId": "253356.512" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.590084", + "url": "https://futures.mexc.com/api/v1/private/position/open_positions?", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "c0fb1b55-5e3e-4d65-8738-5469293f5b34-0066", + "trochilus-uid": "" + }, + "postData": "", + "requestId": "253356.513" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.590084", + "url": "https://futures.mexc.com/api/v1/private/planorder/list/orders?page_size=200&states=1", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "002d8107-1436-46cb-ac43-c8d55bca8117-0067", + "trochilus-uid": "" + }, + "postData": "", + "requestId": "253356.514" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.591085", + "url": "https://futures.mexc.com/api/v1/private/trackorder/list/orders?pageIndex=1&pageSize=200&states=0%2C1", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "f952b53e-bd01-4484-8748-5a7ac23c55ad-0068", + "trochilus-uid": "" + }, + "postData": "", + "requestId": "253356.515" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.591085", + "url": "https://futures.mexc.com/api/v1/private/order/list/open_orders?page_size=200", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "188d0c8f-67b2-414b-a192-971d10057980-0069", + "trochilus-uid": "" + }, + "postData": "", + "requestId": "253356.516" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.592087", + "url": "https://futures.mexc.com/api/v1/private/stoporder/open_orders?", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "0501ecb9-ba81-481c-b1f9-b37781c06f66-0070", + "trochilus-uid": "" + }, + "postData": "", + "requestId": "253356.517" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.592087", + "url": "https://futures.mexc.com/api/v1/private/account/assets", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "a1f3e253-3e00-4a16-8564-69304e88dfce-0071", + "trochilus-uid": "" + }, + "postData": "", + "requestId": "253356.518" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.592087", + "url": "https://futures.mexc.com/api/v1/private/user_pref/leverage_mode", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "796998c2-1e19-4436-b8af-96fb0d535d90-0072", + "trochilus-uid": "" + }, + "postData": "", + "requestId": "253356.519" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.592087", + "url": "https://futures.mexc.com/api/v1/private/position/position_mode?", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "3ab57752-bf07-4666-a011-a31e1b83a5b4-0073", + "trochilus-uid": "" + }, + "postData": "", + "requestId": "253356.520" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.594085", + "url": "https://futures.mexc.com/api/v1/private/account/asset_book/order_deal_fee/total", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "30e43244-8d80-4c47-9294-70e3fa05120f-0074", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.521" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.595084", + "url": "https://futures.mexc.com/api/v1/contract/country/black/contractIds", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "605eae5a-8037-43a6-b5e7-289f706ef371-0075", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.522" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.595084", + "url": "https://www.mexc.com/api/operation/placements/activity_cards", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "trochilus-trace-id": "d48d6618-cca1-4839-9b40-150f1c759c54-0076", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.523" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.596203", + "url": "https://futures.mexc.com/api/v1/contract/systemSetting", + "method": "GET", + "headers": { + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "b547660b-9ef6-46c3-bebf-125d1fa62ea7-0077", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.524" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.596203", + "url": "https://www.mexc.com/api/platform/asset/api/common/currency/exchange/rate", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "trochilus-trace-id": "da95aa4a-9d32-4eeb-bd44-e8e87c75a6b9-0078", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.525" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.596203", + "url": "https://futures.mexc.com/api/v1/contract/ping", + "method": "GET", + "headers": { + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "8d8d47c8-d850-4e0f-9681-c7afa8dfd7bc-0079", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.526" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.596203", + "url": "https://www.mexc.com/ucgateway/captcha_api/captcha/config?action=robot.", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "trochilus-trace-id": "a7362470-0855-4272-8f45-c934c0fff79c-0080", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.527" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.619207", + "url": "https://www.mexc.com/api/platform/site_info/placements/main_login_ad?platformType=3&category=NONE", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "trochilus-trace-id": "a3529477-cb9e-4442-bead-5f8f1c9beda3-0082", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.530" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.619207", + "url": "https://www.mexc.com/api/platform/site_info/placements/main_login_ad?platformType=1&category=NONE", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "trochilus-trace-id": "bb0dcf5b-cf61-420a-b113-33b8aa4e9975-0083", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.531" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.620206", + "url": "https://www.mexc.com/api/activity/contract/bonus/user/register", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "trochilus-trace-id": "2d4e2280-d74b-416e-aec7-2e67a9021aea-0084", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.532" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.620206", + "url": "https://futures.mexc.com/api/v1/contract/systemSetting", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "trochilus-trace-id": "e74ee286-5796-44d6-b195-803b9e3f79a6-0085", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.534" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.621206", + "url": "https://www.mexc.com/api/operation/locale_currency_config", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "trochilus-trace-id": "be2a4fa6-9523-4b75-817f-c859d73e04c4-0086", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.535" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.623206", + "url": "https://futures.mexc.com/api/v1/private/position/open_positions?", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "ed348e73-d90a-418b-87a4-b75be7b252f3-0091", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.542" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.623206", + "url": "https://futures.mexc.com/api/v1/private/planorder/list/orders?page_size=200&states=1", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "1efe283c-3b02-45de-9d47-53e159fd6644-0092", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.543" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.623206", + "url": "https://futures.mexc.com/api/v1/private/trackorder/list/orders?pageIndex=1&pageSize=200&states=0%2C1", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "8170f116-350c-4f8f-86c4-e08e61660dd6-0093", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.544" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.623206", + "url": "https://futures.mexc.com/api/v1/private/order/list/open_orders?page_size=200", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "1799f88f-e620-472d-9754-4ee6197b0b20-0094", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.545" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.623206", + "url": "https://futures.mexc.com/api/v1/private/stoporder/open_orders?", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "84ba09ed-0d12-4105-a1b1-0ce6647a34b9-0095", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.546" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.623206", + "url": "https://futures.mexc.com/api/v1/private/account/assets", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "a8d2bc8e-50a2-456d-9910-481e2faaf3f1-0096", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.547" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.624206", + "url": "https://futures.mexc.com/api/v1/private/user_pref/leverage_mode", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "5bf1b615-b432-4a91-b9ca-b3d8c66ecab6-0097", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.548" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.624206", + "url": "https://futures.mexc.com/api/v1/private/position/position_mode?", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "5e306356-d81e-420c-8481-f65952e236c8-0098", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.549" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.626207", + "url": "https://www.mexc.com/api/operation/placements/footer_ad_bar?platformType=12&site=www&locale=en-GB", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "trochilus-trace-id": "cfb189c6-d138-4ec9-978c-328d2caeb2de-0100", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.551" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.633325", + "url": "https://futures.mexc.com/api/v1/contract/detail?type=all", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "trochilus-trace-id": "e6fdeeed-08af-4a92-b2ab-d030815400d9-0103", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.555" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.633325", + "url": "https://futures.mexc.com/api/v1/contract/ticker", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "timezone": "UTC+8", + "trochilus-trace-id": "4e5d423f-35ea-4570-bfaa-cd3a7627fd7e-0104", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.556" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.633325", + "url": "https://futures.mexc.com/api/v1/contract/country/black/contractIds", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "trochilus-trace-id": "6b5f0af2-a9a6-4f14-b072-32f76cb2f080-0105", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.557" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.649321", + "url": "https://www.mexc.com/api/operation/placements/code/main_home_banner?category=NONE&platformType=1&locale=en-GB", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "trochilus-trace-id": "394bfbe2-5034-4651-948b-976c60ea712b-0110", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.563" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.650320", + "url": "https://futures.mexc.com/api/v1/contract/headerNew?lang=en-GB", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "trochilus-trace-id": "76b7c182-027e-47a8-87c3-61c00404194e-0111", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.564" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.651320", + "url": "https://www.mexc.com/api/platform/asset/api/asset/overview/convert/v2", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "trochilus-trace-id": "892d14d7-39de-43c7-af1e-77d848e0f06c-0112", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.565" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.651320", + "url": "https://www.mexc.com/api/platform/asset/api/deposit/guide/activity?type=1", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "trochilus-trace-id": "3b7ea88c-1af1-4cb6-861d-d26c0eec0931-0113", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.566" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.651320", + "url": "https://www.mexc.com/api/platform/asset/api/asset/robot/convert/show", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "trochilus-trace-id": "26501987-c605-47ec-b59a-92b1804d2fa8-0114", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.567" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.665320", + "url": "https://www.mexc.com/api/common/ping", + "method": "GET", + "headers": { + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "trochilus-trace-id": "fdff9f13-d791-45c3-a694-3b2d18ad739a-0115", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.568" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.666320", + "url": "https://www.mexc.com/api/activity/contract/bonus/user/register", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "trochilus-trace-id": "6d1ff53a-1989-417a-8d45-a3acdcd0cd4c-0118", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.571" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.667320", + "url": "https://www.mexc.com/api/platform/asset/sys_balances?sys=SWAP", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "trochilus-trace-id": "11bf9a92-0e53-4549-acb6-9393152a13d1-0123", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.577" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.668322", + "url": "https://futures.mexc.com/api/v1/private/order/list/history_orders?category=1&page_num=1&page_size=100&states=3&symbol=ETH_USDT", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "4a737a05-6c04-4677-a1d7-555dd4ddcc16-0124", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.578" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.669321", + "url": "https://futures.mexc.com/api/v1/private/account/tiered_fee_rate/v2?symbol=ETH_USDT", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "a03b69f0-0b90-4761-97b0-d70d1e695f5f-0125", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.582" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.686320", + "url": "https://www.mexc.com/api/operation/trend/contract/symbols/contract_favorite/trigger_thresholds", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "trochilus-trace-id": "e39658de-cd89-4024-96c3-b05d5194f7cb-0127", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.592" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.691323", + "url": "https://futures.mexc.com/api/v1/contract/ping", + "method": "GET", + "headers": { + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "8387d538-58e8-4509-ab3d-22096e1a0251-0128", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.602" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.692320", + "url": "https://www.mexc.com/api/activity/contract/activities/relations", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "trochilus-trace-id": "7c88ca1d-a5f1-4b99-9c05-d1182120221b-0130", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.604" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.693321", + "url": "https://www.mexc.com/api/activity/contract/stimulate_config/list?lang=en-GB", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "trochilus-trace-id": "d96f48b6-9d5b-40d3-8030-9069ea0b8dab-0132", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.607" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.706321", + "url": "https://www.mexc.com/api/operation/global/search/config/default/coin", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "trochilus-trace-id": "864b67e7-20d2-4799-bf51-3b45d3e46f33-0138", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.616" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.706321", + "url": "https://www.mexc.com/api/dex/v1/data/get_like_list", + "method": "GET", + "headers": { + "Accept": "application/json, text/plain, */*", + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Expires": "0", + "Language": "en-GB", + "N-Timestamp": "1751496814", + "N-Uuid": "ad1cf834-5ea9-4e67-80f4-4aaa083d80ea", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Signature": "67ea40c20945d23a68c689e89a39f7e0", + "X-Source": "3", + "X-Version": "2", + "X-Version-Web": "2", + "device-id": "CCz21cTV430SBW3sxd28", + "trochilus-trace-id": "19b938bf-9b06-4c09-a64f-d3d30cd5e761-0139", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.617" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.706321", + "url": "https://www.mexc.com/api/dex/v1/data/get_config_v3", + "method": "GET", + "headers": { + "Accept": "application/json, text/plain, */*", + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Expires": "0", + "Language": "en-GB", + "N-Timestamp": "1751496814", + "N-Uuid": "8e1ab8fc-f634-4ca0-b5c8-ba333e9d17d2", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Signature": "1975bc4d9765de726547da108fb5ff55", + "X-Source": "3", + "X-Version": "2", + "X-Version-Web": "2", + "device-id": "CCz21cTV430SBW3sxd28", + "trochilus-trace-id": "2372b970-78d4-41e3-9762-0b18343a1852-0140", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.618" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.707321", + "url": "https://www.mexc.com/api/platform/site_info/placements/main_customer_chat?platformType=2&category=NONE", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "trochilus-trace-id": "12d6267b-24aa-4753-8ec6-ae7add157f20-0142", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.620" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.707321", + "url": "https://www.mexc.com/api/platform/site_info/placements/main_customer_chat_channel?platformType=1&category=NONE", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "trochilus-trace-id": "71fe7a2d-58cb-4ad0-9108-63476fc66cd3-0143", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.621" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.707321", + "url": "https://www.mexc.com/api/platform/site_info/placements/main_customer_chat_channel?platformType=1&category=NONE", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "trochilus-trace-id": "35f626a1-9797-4320-84ec-8cc258eab8d3-0144", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.622" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.708322", + "url": "https://www.mexc.com/api/operation/popup/strategy/v2?platformType=WEB&lang=en-GB&zoneId=Europe/Kiev", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "trochilus-trace-id": "41a86705-bb14-4225-9e19-e0870d454b6f-0147", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.625" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.708322", + "url": "https://www.mexc.com/api/activity/contract/stimulate_config/profits?lang=en-GB&type=INCOME", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "trochilus-trace-id": "f0845240-056d-4db1-a4db-a0c2304feb9a-0148", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.626" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.709320", + "url": "https://www.mexc.com/api/platform/site_info/placements/main_customer_chat?platformType=2&category=NONE", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "trochilus-trace-id": "1796900f-4c08-4d36-b1ca-c7a35488c35e-0150", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.628" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.709320", + "url": "https://www.mexc.com/api/platform/site_info/placements/main_customer_chat_channel?platformType=1&category=NONE", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "trochilus-trace-id": "f0378c02-6673-4571-b738-771eeb4381e4-0151", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.629" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.710324", + "url": "https://www.mexc.com/api/operation/popup/config?platformType=WEB&lang=en-GB", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "trochilus-trace-id": "b20df950-c96b-4ea0-87b6-ac0d5cc2d1ff-0152", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.630" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.723327", + "url": "https://www.mexc.com/api/platform/asset/api/deposit/guide/activity?type=3", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "trochilus-trace-id": "a33e98e3-db15-4626-abaa-7a08add4075b-0154", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.638" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.724328", + "url": "https://futures.mexc.com/api/v1/contract/systemSetting", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "trochilus-trace-id": "cf363173-9e02-425a-9dfe-a5f05d29e68a-0156", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.640" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:37.724328", + "url": "https://www.mexc.com/api/platform/spot/market-v2/web/tickers?openPriceMode=2", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "timezone": "UTC+8", + "trochilus-trace-id": "1d982e0b-3347-4c79-9889-81f2c5e53fd9-0159", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.643" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:39.963688", + "url": "https://www.mexc.com/api/common/ping", + "method": "GET", + "headers": { + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "trochilus-trace-id": "813c1263-1346-483e-b93d-970e92c64774-0167", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.666" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:46.125750", + "url": "https://futures.mexc.com/api/v1/contract/ping", + "method": "GET", + "headers": { + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "109becf5-53b8-4be6-a801-0d4a8932cf36-0173", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.676" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:50.175373", + "url": "https://futures.mexc.com/api/v1/contract/detailV2?client=web", + "method": "GET", + "headers": { + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "2530667e-642b-4d88-a8b3-722ebbb45b7d-0178", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.682" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:51.183976", + "url": "https://futures.mexc.com/api/v1/private/account/risk_limit", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "83b6a790-6275-45a6-9cec-5e33c1a3aeca-0179", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.683" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:51.690887", + "url": "https://futures.mexc.com/api/v1/private/position/leverage?symbol=ETH_USDT", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "e548a827-ec9b-4a19-bcac-801af729caf5-0180", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.685" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:52.704757", + "url": "https://futures.mexc.com/api/v1/private/account/contract/fee_rate?", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "3cfd1c9e-7f7e-459d-b9d5-694b1d2e40f5-0182", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.688" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:53:57.832994", + "url": "https://futures.mexc.com/api/v1/contract/ping", + "method": "GET", + "headers": { + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "f2a5695b-fe28-4aa6-b3fa-e21466ca1566-0185", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.692" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:54:06.124442", + "url": "https://www.mexc.com/api/customer/monitor/device_info/job?memberId=21a8728990b84f4fa3ae64c8004b4aaa&endpoint=WEB", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "trochilus-trace-id": "188ef23b-c8fb-4359-b189-8c3289b4c276-0191", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.699" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:54:09.669859", + "url": "https://futures.mexc.com/api/v1/contract/ping", + "method": "GET", + "headers": { + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "36503c3e-0e9d-4f72-9d09-9429a985c219-0193", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.702" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:54:13.253803", + "url": "https://futures.mexc.com/api/v1/contract/detailV2?client=web", + "method": "GET", + "headers": { + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "84872676-62b3-45c2-a97d-345b3750b11e-0198", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.708" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:54:13.761026", + "url": "https://futures.mexc.com/api/v1/private/account/risk_limit", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "67cee627-ac95-400b-a211-c90b98e1d874-0199", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.709" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:54:14.269457", + "url": "https://futures.mexc.com/api/v1/private/position/leverage?symbol=ETH_USDT", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "274470c3-b9ee-4283-be97-93c1f1f3696f-0201", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.711" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:54:15.285898", + "url": "https://futures.mexc.com/api/v1/private/account/contract/fee_rate?", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "a47e27b4-5de3-4694-a43d-ab1c53abe557-0203", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.714" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:54:20.006257", + "url": "https://www.mexc.com/api/platform/asset/api/deposit/guide/activity?type=3", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "trochilus-trace-id": "00179881-1888-4bf7-a89f-b38f1d93a441-0207", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.719" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:54:20.007256", + "url": "https://futures.mexc.com/api/v1/contract/systemSetting", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "trochilus-trace-id": "4443ddec-958d-4915-a324-dec82a82ff52-0209", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.721" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:54:20.008256", + "url": "https://futures.mexc.com/api/v1/contract/headerNew?lang=en-GB", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "trochilus-trace-id": "045ff8cc-6b03-4aac-a6ac-453c335a5b4b-0210", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.722" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:54:20.008256", + "url": "https://www.mexc.com/api/platform/asset/api/asset/overview/convert/v2", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "trochilus-trace-id": "d27364d1-b273-4553-a130-b802e740e838-0211", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.723" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:54:20.008256", + "url": "https://www.mexc.com/api/platform/asset/api/deposit/guide/activity?type=1", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "trochilus-trace-id": "2b310b8c-e536-4143-a983-9d2c32d9a1b1-0212", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.724" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:54:20.008256", + "url": "https://www.mexc.com/api/platform/asset/api/asset/robot/convert/show", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "trochilus-trace-id": "70f49f25-bbe0-4e9d-964d-1440798d0640-0213", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.725" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:54:20.080098", + "url": "https://www.mexc.com/api/activity/contract/activities/relations", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "trochilus-trace-id": "a9cb0542-ab4e-4fde-9111-452bb7afbb01-0216", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.728" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:54:20.081096", + "url": "https://www.mexc.com/api/platform/spot/market-v2/web/tickers?openPriceMode=2", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "timezone": "UTC+8", + "trochilus-trace-id": "b4f65d02-6c39-4c1a-9c78-02e9b37818f1-0223", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.736" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:54:20.096098", + "url": "https://www.mexc.com/api/dex/v1/data/get_like_list", + "method": "GET", + "headers": { + "Accept": "application/json, text/plain, */*", + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Expires": "0", + "Language": "en-GB", + "N-Timestamp": "1751496859", + "N-Uuid": "5dbe9c4c-27da-4405-b41f-9ed3740d8ab6", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Signature": "03490c4a6381dd9677601f7bb52d4f93", + "X-Source": "3", + "X-Version": "2", + "X-Version-Web": "2", + "device-id": "CCz21cTV430SBW3sxd28", + "trochilus-trace-id": "a9098624-a5c0-4d50-8b13-e14e0e733538-0229", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.742" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:54:21.228304", + "url": "https://futures.mexc.com/api/v1/contract/ping", + "method": "GET", + "headers": { + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "a2ed022a-538e-4de9-8aef-ddde9f32ae11-0230", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.744" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:54:22.752193", + "url": "https://futures.mexc.com/api/v1/private/position/order/calc_liquidate_price/v2", + "method": "POST", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Content-Type": "application/json", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "cea5df53-3932-42e6-8415-6ba87da0ab15-0235", + "trochilus-uid": "34224692", + "x-mxc-nonce": "1751496863626", + "x-mxc-sign": "5d488f263899c0ebc27b4490de655eee" + }, + "postData": "{\"symbol\":\"ETH_USDT\",\"type\":5,\"positionMode\":1,\"longParam\":{\"vol\":2,\"leverage\":300,\"openType\":2},\"shortParam\":{\"vol\":2,\"leverage\":300,\"openType\":2}}", + "requestId": "253356.749" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:54:23.776917", + "url": "https://futures.mexc.com/api/v1/private/order/create?mhash=c25cd71a3e959f32985f27ac29c5484e", + "method": "POST", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Content-Type": "application/json", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "mtoken": "CCz21cTV430SBW3sxd28", + "trochilus-trace-id": "993eb82b-5151-4d67-a66a-e1b9e992aa12-0237", + "trochilus-uid": "34224692", + "x-mxc-nonce": "1751496864643", + "x-mxc-sign": "b30aac5c00002dc5a64ab1ceb63cc2d0" + }, + "postData": "{\"symbol\":\"ETH_USDT\",\"side\":1,\"openType\":2,\"type\":\"5\",\"vol\":2,\"leverage\":300,\"marketCeiling\":false,\"priceProtect\":\"0\",\"p0\":\"EaslBz8p3iWHmHu/VYLe5V4m6Jszfkhcbu8rBlIhrf+eSn6PaJOrMappU2tHttzH8EMsHcY55KbpMup3l1624HAgvyCROkz3cZbNBSwddeHfoagPgm1eqVUNi5Bk6sn8scOCATBU6B6+sr7MqGq5KZohOuojGppPHgywuEOrc9hF1Kzclp5atrn0fPS6gnHjVGk6MeTc5571gumWy8M1uI+TjMxTvdGT40uD7g756EAyXCjSqnLJSmgMoIHsP7a0JqhXiRNKQBbYD8ix7xnxYxW2OfiWI7sjpciCAZeIv+4CzONgPzhWeghfNQeDyIUcFpvmtepOfuM=\",\"k0\":\"hg39tnNi220vIu1xWie5myCyDY5Oi1X3tiNpwtMBpDqm1AeDpQ9qfu5Kwzi0cdus3t2z8h5hvlCk80OO+9qKS3y8/X141q0I3AcFlF1gN+b3C1AV/VtPii6/+lpugMG72im+TnBdxGIeKLsPnGmoPFHIuJBeDM8Hko3cGB57xlYzK1aB9W5zA5fMpoCQd02D+51rfr/V4OWFTO3w+cUtX8UofSXhNc6poXqcx4AtUHcLZnGiPdAq9F609Tk5PvAusNEPuda6cQB3qmzAAMLg5JV1C5GyTI1VE1nLReps1mBp62nF7WndFPhMYJVUfU+WNjCFystpuzY+Mdj6LZPN3Q==\",\"chash\":\"d6c64d28e362f314071b3f9d78ff7494d9cd7177ae0465e772d1840e9f7905d8\",\"mtoken\":\"CCz21cTV430SBW3sxd28\",\"ts\":1751496863319,\"mhash\":\"c25cd71a3e959f32985f27ac29c5484e\"}", + "requestId": "253356.753" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:54:23.777917", + "url": "https://www.mexc.com/ucgateway/captcha_api/captcha/robot/robot.future.openlong.ETH_USDT.300X", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "captcha-token": "geetest eyJsb3ROdW1iZXIiOiI3MjBiZGEwMzE5YzA0NjNhOGVhZmE4YTM1OTg5ZTVkMyIsImNhcHRjaGFPdXRwdXQiOiJaVkwzS3FWaWxnbEZjQWdXOENIQVgxMUVBLVVPUnE1aURQSldzcmlubDFqelBhRTNiUGlEc0VrVTJUR0xuUzRHOS0yVUxJdGJwaWxUQjBBVzFJeWg2b1Q5NHFTR19VWG9sRy0wZjFBRHFvNmJseXloemc3dHU1T1FwMGZIMVdoeXEzU3VqYWlFSHN1bVpRZjVKQjUzTDF6RUJNdmhsa1hjQnByRC1seVRGdk5xWkJTMkJMUHlZbkFKZzdGMTRXbnhEN0Z4NFNqdVpfVEVlRnVuaWlOWDFEWHk5eU80cGd2QWk1YjJ0R3pNdTZtTHpTWk1BRFdDangtY2RKeHdZQ0NaOW5qSXpoLVh2VVRSbzJNV1lHTnU0WXZHTlVJbkxPdk1DY3hOSHFMMGRUY19EdS1aZjNETXh0TmRuVmVOdEVwLUdpdGlXVS1KUXUxSkNtTXp5UXQ0UzhYUXRzcHl0Y09QM2dfRlJZT2ZFT0hpOHBGODJSM0Y2UjJHSDRmcXJDOTFrd0xYZ1kyREtFazhEZW1NMmhDSkhjV05OYnM0N25RZ1A4LXgwa1ItVDFJT01SSTJ1Z0J2Y2FaSEZ1aUF1RTlmaE16U21POE9FUDg3bzNkaGpUOUJfRUNQTFB3MGhiaE1OblBJR2VZRnhwVUJoNERNNnZydVVYN3FPeVQ0UEpuRSIsInBhc3NUb2tlbiI6IjlmZTBjMzk2NWI3ZjE0MmUxMzNjMjRjNjY5MjI2MGM4ZDI2MzFiM2JmNDQzZDFhOTk2ZDlhNDBhYzMxOTE1NzMiLCJnZW5UaW1lIjoiMTc1MTQ5NjgxOCJ9", + "content-type": "application/json", + "language": "en-GB", + "trochilus-trace-id": "4f5b2a31-198b-44c6-9294-47c209879f09-0238", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.755" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:54:24.914724", + "url": "https://futures.mexc.com/api/v1/private/order/list/history_orders?category=1&page_num=1&page_size=100&states=3&symbol=ETH_USDT", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "ce90961e-3a25-424e-aff5-d29febb04b88-0242", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.760" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:54:31.057029", + "url": "https://www.mexc.com/ucgateway/captcha_api/captcha/robot/robot.future.closelong.ETH_USDT.300X", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "captcha-token": "geetest eyJsb3ROdW1iZXIiOiI0OWFlOGY2OTAwYzc0ZDhlOTc1NGYwN2Y4ZGNkZWZhNyIsImNhcHRjaGFPdXRwdXQiOiJaVkwzS3FWaWxnbEZjQWdXOENIQVgxMUVBLVVPUnE1aURQSldzcmlubDFqelBhRTNiUGlEc0VrVTJUR0xuUzRHOUNqM0h3MmV4REdnU2pQSHh0cGtfZy1uY3YxWXU4eldDMFVSdVhEUEphRDFBX0xrelFhRlZwTnF5ZHV1Z2c3YlNPZW9ORWppSTcybkFIQTdLeFdGZFJMb0tjVVlIMElzVmlVSlZ0cXJuenJCRHhib3EzNkdaUWQtRUpUMmR4QklqUUVzWnRybGFXYm1zbFk1S3kyaWpFMkpTYmZzQ1M0am1meDBwMWVJTmh4aGt2UGtQQnpNS1pGRG05dER3M1JxVDdRN1hIUWRkalYxQjBNblZRcEFIWlZmb2hsRXBlRnhTYmtnTVZmejA1SFM1RlRBeG1PQ3R3WWdFQ2lYa052Q1BMektIV25XMFJmODQxaEQ5VG1jVTZmN3N2RFFFYnhKUXJzZ0xNTk94SFRQWXhWTHZ5anltVTRpRTVhTHRQYUtQdDRSNnBHeVBWWVFBSk9jbDVRbTY3MWdhTjVLRWU1eWJReG1Ua0o1STRmNzI0dGdCck5BclE4Wm9jV0xMd2h4Yk5rdUN0bkQ0by10em40eGgyUU9KQjhjUUdxbUVzVHhZZEdPQzZiVmlJUHRDRVR3X2dKRWxadGNDMUlWaHVYXyIsInBhc3NUb2tlbiI6IjgyZTcxZGMxN2Q2NzgxMTIxMDUxOGFmMjhjODg0M2M2ZWViNTgyOTIwZTVkMjU3NTc2ZjQ4NTBlMzlhNDFkNzAiLCJnZW5UaW1lIjoiMTc1MTQ5Njg2NSJ9", + "content-type": "application/json", + "language": "en-GB", + "trochilus-trace-id": "06fd9ee9-a110-46be-8bf9-899b717383c3-0248", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.772" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:54:32.647389", + "url": "https://futures.mexc.com/api/v1/contract/ping", + "method": "GET", + "headers": { + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "24360e97-ab17-4dd3-a0f6-58bcdc62f7d7-0255", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.779" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:54:33.666745", + "url": "https://www.mexc.com/api/operation/trend/contract/symbols/contract_favorite/trigger_thresholds", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "trochilus-trace-id": "153802b0-2c77-47a7-b011-436d6c3e3a7e-0260", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.790" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:54:35.723051", + "url": "https://futures.mexc.com/api/v1/contract/detailV2?client=web", + "method": "GET", + "headers": { + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "503b5a25-5a69-46dc-8ec4-fd02d763abbf-0264", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.797" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:54:35.723051", + "url": "https://www.mexc.com/api/customer/monitor/device_info/job?memberId=21a8728990b84f4fa3ae64c8004b4aaa&endpoint=WEB", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "trochilus-trace-id": "17824255-17b5-44e3-8a95-68f765cfbbe8-0266", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.799" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:54:36.742863", + "url": "https://futures.mexc.com/api/v1/private/account/risk_limit", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "894d2248-99b4-461e-bc37-313e89c3da2a-0267", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.802" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:54:36.742863", + "url": "https://www.mexc.com/ucgateway/captcha_api/captcha/robot/robot.future.closelong.ETH_USDT.300X", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "captcha-token": "geetest eyJsb3ROdW1iZXIiOiI2ZTEzYWQ2YmFhZWY0MjNlYTgyZGFkNmZlNDA3YzMzZCIsImNhcHRjaGFPdXRwdXQiOiJaVkwzS3FWaWxnbEZjQWdXOENIQVgxMUVBLVVPUnE1aURQSldzcmlubDFqelBhRTNiUGlEc0VrVTJUR0xuUzRHdU01LTJwWlJSUWNWNmVXLVlvWEhVVllySHYxQ3prejRhdmFuUkxuMmh3c1NPMmMzUUpjWS15dzVnMjVtVFFRalQ5RGh6OUo3c0lwb013S3NSVVdfSlE4SDVBbDhYZHd6d29sNTVmSF9hRE5BYlJZS0piYUR3ZmxDOV9xYVBJdmo2NW1Qb0tPdkdoenVHNlZDYWh3SDliNFEtUkdKMFZlNm1UWGRlYm1uR2tWQXNGZ01uUlNab2xsTE54Rk9mUEJQU1ZZOXJCY0Nqc3FnM3luU2E1LTJSX2VjVmpJT2p6N0RoNGk5UUwtUzZrWUNZWFk3dk5lX2hneFdPb1VVcUZraWhfSWc2aUVMS1VGTUx2bXVaTWhxdi1BWGFjalpWSVdmaUVoWGlDSC1PeWRnTjd3Z2sxMEU2bXp4QWlxa1I4aU9nREFuSlpoT0ZiSENlemxUNFZfVXNKSlZvU19Kc0otQXZwT3o1WTBtdjdMSW1UUDl2cHIwd1pSLTNYVjk2eUs2MjB4c2NZcXk5TkhEWk5CcnltZERNMWhWemc1Q3hwd1RjcW90eDJZTTd2Wl95VWVSWVpZVEY2R1ZRcmdENzg0YiIsInBhc3NUb2tlbiI6IjBkZTc0YmZmM2MxZjA3OGUyODYyN2YyNjY5MWFkNmIwOTBhMmM3YmFjYTcyM2NkYjJiNjkwNmZhNjljOWU0ZjAiLCJnZW5UaW1lIjoiMTc1MTQ5Njg3MiJ9", + "content-type": "application/json", + "language": "en-GB", + "trochilus-trace-id": "3ec1d701-e5b6-4a98-9913-fb434ec7bbb7-0268", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.803" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:54:37.286897", + "url": "https://futures.mexc.com/api/v1/private/position/leverage?symbol=ETH_USDT", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "084893c3-b3b4-420e-b9cc-87658c288f11-0272", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.807" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:54:37.794738", + "url": "https://futures.mexc.com/api/v1/private/account/contract/fee_rate?", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "8575a1f7-bc97-4aad-a832-87a19d9d0b45-0273", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.809" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:54:44.424245", + "url": "https://futures.mexc.com/api/v1/contract/ping", + "method": "GET", + "headers": { + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "5f724156-fbef-480d-a2c9-9a7ab6511f2f-0276", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.821" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:54:56.395508", + "url": "https://futures.mexc.com/api/v1/contract/ping", + "method": "GET", + "headers": { + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "784b9f44-adf2-4ca4-8d1a-4d3ae1e5e355-0282", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.867" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:54:56.904795", + "url": "https://futures.mexc.com/api/v1/private/position/order/calc_liquidate_price/v2", + "method": "POST", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Content-Type": "application/json", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "9448b3c7-aa77-427d-b1a1-6b9517638f3d-0284", + "trochilus-uid": "34224692", + "x-mxc-nonce": "1751496898032", + "x-mxc-sign": "5afd3a4ce02e75196784a1bb25da952f" + }, + "postData": "{\"symbol\":\"ETH_USDT\",\"type\":5,\"positionMode\":1,\"longParam\":{\"vol\":1,\"leverage\":300,\"openType\":2},\"shortParam\":{\"vol\":1,\"leverage\":300,\"openType\":2}}", + "requestId": "253356.869" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:54:58.517239", + "url": "https://futures.mexc.com/api/v1/contract/detailV2?client=web", + "method": "GET", + "headers": { + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "f6ffb91f-ca60-4052-b79a-8e117493c467-0288", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.873" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:54:59.023371", + "url": "https://futures.mexc.com/api/v1/private/account/risk_limit", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "eb8f4e46-2c6e-4898-951b-148f16393618-0289", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.874" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:54:59.531530", + "url": "https://futures.mexc.com/api/v1/private/position/leverage?symbol=ETH_USDT", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "874645c4-1282-4ebc-8199-e7a2444570a8-0291", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.876" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:55:00.551798", + "url": "https://futures.mexc.com/api/v1/private/order/create?mhash=c25cd71a3e959f32985f27ac29c5484e", + "method": "POST", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Content-Type": "application/json", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "mtoken": "CCz21cTV430SBW3sxd28", + "trochilus-trace-id": "f99a4e60-f14a-42ba-9e2c-369064f77636-0294", + "trochilus-uid": "34224692", + "x-mxc-nonce": "1751496901544", + "x-mxc-sign": "e79043b352f620b9a9fe99530054a6df" + }, + "postData": "{\"symbol\":\"ETH_USDT\",\"side\":1,\"openType\":2,\"type\":\"5\",\"vol\":1,\"leverage\":300,\"marketCeiling\":false,\"priceProtect\":\"0\",\"p0\":\"0NSE1dO8VxezRNloeZQGsneUTsls5kxGFCt5v0g2yjOJlWTg/Mm1fBnDbKQDBdf1f9Ee9CB19AYP3pfv62OFtYMeQf+wg7/qCcaqWjkXsNilnkCYVclbWw1fLjvSAxRzBxzBjKuC2sXPa0eCuMJbNBtv/zGuNoLEcR9SZo+XJdBJ12+8y9S7z4SXzqNWyoY4RIt3SD2dNVVUuKwgVqwO4urHX+cbW4FRt/GmZy+Xf6z73CxBa0zDdHZNjhUY8cuWmV672oex3T/7k2Je4EoWVXgX2mQ9riLjdB0s8s+5bP4Olh0eKwEEJMI3O3lGwkDv66z8PdOSEGA=\",\"k0\":\"IlvwMI2QRwuyIjLv8R0z6OuZ1hcOLDcMkWGRUphjNo+uSUdXaqpR6sonVjwoQaYit8Qy2EaqZWtI//n9Hd6y7NBldnrYxgOcxz5jDSdPAYANWosT8W3pzXF6OI/4ZRz/sUPd6h3W1WvjIYnLCgtopbPesJillO/wD2b9WG0utlwFg3GCVsHDs7edY4HpeB2LNonfvJMc4q2DX20SpzLxrCc5eC9IeGBkWGWBGVl4xJlIuXDNsF4UCBh/yEcXthjra9dlzDNpbG7As5tQE3Ca3K6bwtbpEHU7LwbLYYA4L8J4/FAyNKw41poqLh12EoQh5dzamluKei4OL1nJ0BeaCg==\",\"chash\":\"d6c64d28e362f314071b3f9d78ff7494d9cd7177ae0465e772d1840e9f7905d8\",\"mtoken\":\"CCz21cTV430SBW3sxd28\",\"ts\":1751496900144,\"mhash\":\"c25cd71a3e959f32985f27ac29c5484e\"}", + "requestId": "253356.881" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:55:00.552797", + "url": "https://futures.mexc.com/api/v1/private/account/contract/fee_rate?", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "a4a3f18b-a9f0-4f34-aa1c-342fead097d8-0295", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.883" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:55:01.068440", + "url": "https://www.mexc.com/ucgateway/captcha_api/captcha/robot/robot.future.openlong.ETH_USDT.300X", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "captcha-token": "geetest eyJsb3ROdW1iZXIiOiJjY2NjZDJhNzJkMGM0YmNjOTY2YmVmODRhMjZlNWQ2MCIsImNhcHRjaGFPdXRwdXQiOiJaVkwzS3FWaWxnbEZjQWdXOENIQVgxMUVBLVVPUnE1aURQSldzcmlubDFqelBhRTNiUGlEc0VrVTJUR0xuUzRHdk5ZSTJpeVhPSjZjZXJJbWFsZ29PWTNvNnBKSDYydU1DM1djT2xKRUpPb0JHTUhUSUU1RDJPTEtZRWg0WXhKUHFGcnByRVVmbHpzaXY2dnZDRWRhYUttZER6Y3R0M2JVOGpXOWluQ2NvZV9GRVVwNEM1QmVvNWc0UEhjT1BNMGZIYVlLa3pSN0hyeFJOQW5SZXJBOVB2TS01MXdDQkJfZm54Uzdnb2dXdGVFTGEyTXZ1TVNrbE1WVTF1emxMdVc1X0NzUTRXRkFWMzJCRUxGelRqbVQ0UHQxY3psV0FzU0JLelVnOUU1dW9yNEltamRMWXJ4N25pb0pfODVxeE9tSUZGRFJubDVueG85ZXloNm9ucGZPTF9sZDBoZHczd0k2X0JTYzhuSDBZakt3RTctWDNjcURDOHNWSnZiR3drdTJIX1JIdzl1OVZsWEczbGJhQWhlaHo3d1oxTGZ6RXd0d3FwNXdqcHhqbjNwa0VoVEdEODlacXY4akxxS3p5UVo1eGhVLVRUN21jRnZpSmpEeHY5cUdmbVJkd092UVVwYTJpY1M1TklnQUtjRGxuMVcxY3VKb3dWV1o3R0NUVk1yZCIsInBhc3NUb2tlbiI6ImNlODQyMTA3ZmRjZDIxNGI1MzIwN2JmNGUzYWQwY2U4YmUxMmFmZDU4MWZhNjI5YzE5NWZkY2ZmNTVkMWZiMjAiLCJnZW5UaW1lIjoiMTc1MTQ5Njg3OCJ9", + "content-type": "application/json", + "language": "en-GB", + "trochilus-trace-id": "6db175fd-2a57-405f-891a-02be1c712539-0296", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.884" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:55:02.342387", + "url": "https://futures.mexc.com/api/v1/private/order/list/history_orders?category=1&page_num=1&page_size=100&states=3&symbol=ETH_USDT", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "cf9d62ac-d51c-4272-bd6a-05379603920f-0300", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.889" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:55:03.928197", + "url": "https://futures.mexc.com/api/v1/private/order/create?mhash=c25cd71a3e959f32985f27ac29c5484e", + "method": "POST", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Content-Type": "application/json", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "mtoken": "CCz21cTV430SBW3sxd28", + "trochilus-trace-id": "4131f8d5-5854-4223-903a-827c33bfa426-0303", + "trochilus-uid": "34224692", + "x-mxc-nonce": "1751496905154", + "x-mxc-sign": "2878b11bae4659603f9ca0ba616baab5" + }, + "postData": "{\"symbol\":\"ETH_USDT\",\"side\":4,\"openType\":2,\"leverage\":300,\"type\":5,\"vol\":1,\"priceProtect\":\"0\",\"p0\":\"LWsBDC+U39jsGD2v4jy2EhSQyeWib5eGyP4kev7970j+YZWzOneZC3vNlrZgtUTqRMeIY6QBBBeFkR/tsNzWfO+Vht1oTYSc21s0UBlNKmbfkbrnFmgcZQEpaF+IihqgnBiX5o1915DeYpZ4V0LDq4bjtBUhV1A+qFIO2gmx94WF2FcMgnZvltF+YEIElSwvc2J0gSDt6KE9Cbd5XrDFJ0vpd8AVslcj2JZElgS7SkzYxw3dqt4gxJYMH8frOjaISmiwUvhTtoiADSuudcKZfq2VIRWkk+tggwgGi24nnDzjlLmlqi5i8aS4cbexOWkyzEwWUE1pr+Q=\",\"k0\":\"IWe7r0ZPBk1/MXz0ICEsWp/J+StHuw+OT5FkE3haJwJS6mEqPbB8pmeipX8y0zTj63h1a5fiSbe8exPEAFMRJdILcZVpTDDdFYpJrm/y6C2xQt7VZLGr7Gezhy4IfEEKDGA4/xiQSF3UIZcVnXF8iJu3Fxi9VBfOgqVEX/vADVChBzMBoS1jW0BAmFyMHnkz52atW9eTDyBBBQoy6MYbRFoPG4+cZnqg6wjSaQI8o8WJ6HrIHeOQSMYq0Bm8TgJuabPHD7iUA36B6qEdArGT9Cf/q/fYOwEWmX3T7a/JbVidK/jAgshlb6R3+ivcr65miZT2qRqyNXfZyOPCC52ACQ==\",\"chash\":\"d6c64d28e362f314071b3f9d78ff7494d9cd7177ae0465e772d1840e9f7905d8\",\"mtoken\":\"CCz21cTV430SBW3sxd28\",\"ts\":1751496903755,\"mhash\":\"c25cd71a3e959f32985f27ac29c5484e\"}", + "requestId": "253356.895" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:55:04.496757", + "url": "https://www.mexc.com/ucgateway/captcha_api/captcha/robot/robot.future.closelong.ETH_USDT.300X", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "captcha-token": "geetest eyJsb3ROdW1iZXIiOiIwNWE4NGY3ZWFjOWY0OTljOTNjYjNjNmRjZDU4MDBmOCIsImNhcHRjaGFPdXRwdXQiOiJaVkwzS3FWaWxnbEZjQWdXOENIQVgxMUVBLVVPUnE1aURQSldzcmlubDFqelBhRTNiUGlEc0VrVTJUR0xuUzRHa2ZOZVJtRFB3WE1uMFZlMHdmUDI3UGpKckxfblU3UGpYWnRkRDk0dmwtb3NkeF9YNTBfS3gwNF9CYUVkS1VXWmZmTURIejc1bkZuaXFNYlI3R29BV0I4dk91c0tsejRwWXc3VFc4TXhUVmRKc2NJc01Ia0JPRzVtbFlvZHJIa0ZoOFJ5RTJtZWktMUM0VlNiRVhZOXdoWXk4OHZGZWFPLXlpX3Q3bzFFalp5ZlUxTG5sbUFGcDZxWFR3OGl5eVN3N056TmhxQVZrclpFMVBCNkphQzgwRXJOdTVaVVZISEpBa1A0ajhMazFUUW1sOUpXdkZwS1B0UzlZT0phc0owT0tHR2l5WmlMR19iZ1VpWUlRRGRMX29zOEZwZnlJNW0wU3o3WjhYczdUckN2WHRBek03T0JlUkgxR3hDVXVTTkNvQUtYc3ZGNmxtU1RSTW10cHZzRm9WeHpwdGpqYll6WlRSOE51dkhGU1c1Ri1vNGFNeTdvOTRkOE5RV2p3LU53TlgtQTRNdDFneDBjM1BNYnRUVDEzZUNQV1Z5Z3AzZ1hwZUxGdXZ0OFdkbEJVeHV5WGhWRzJmNlhreGFIenhlRSIsInBhc3NUb2tlbiI6IjM2ODg0ZTgwNDY0MWRjN2YxYTA3NjkzNDQxMjAzOWRlYzY4YTI3MGUyYWUyODkzZmFjYmNlZmJlYjVlNmVlODMiLCJnZW5UaW1lIjoiMTc1MTQ5NjkwMiJ9", + "content-type": "application/json", + "language": "en-GB", + "trochilus-trace-id": "ebdb8f60-e667-4203-8b96-0e723a48939e-0304", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.896" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:55:05.728465", + "url": "https://futures.mexc.com/api/v1/private/order/list/history_orders?category=1&page_num=1&page_size=100&states=3&symbol=ETH_USDT", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "01fcb8f4-5d1f-40e0-ba66-cea68c184750-0307", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.899" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:55:05.730465", + "url": "https://www.mexc.com/api/customer/monitor/device_info/job?memberId=21a8728990b84f4fa3ae64c8004b4aaa&endpoint=WEB", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "trochilus-trace-id": "002f13d3-b76b-4e38-a950-139b7e4d7aa8-0308", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.901" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:55:07.876024", + "url": "https://futures.mexc.com/api/v1/contract/ping", + "method": "GET", + "headers": { + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "bf1e93cb-2275-4d5e-8504-d35b78fd5789-0312", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.935" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:55:10.460043", + "url": "https://futures.mexc.com/api/v1/private/order/create?mhash=c25cd71a3e959f32985f27ac29c5484e", + "method": "POST", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Content-Type": "application/json", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "mtoken": "CCz21cTV430SBW3sxd28", + "trochilus-trace-id": "84b0986c-289d-4d0a-97df-9482f8146c85-0319", + "trochilus-uid": "34224692", + "x-mxc-nonce": "1751496911593", + "x-mxc-sign": "ca2e1363933565420a536b52442837c3" + }, + "postData": "{\"symbol\":\"ETH_USDT\",\"side\":4,\"openType\":2,\"leverage\":300,\"type\":5,\"vol\":2,\"priceProtect\":\"0\",\"p0\":\"r+1hOysvflbFjiBI4oDxOrXWynIVHemOiXE5TtCVzP8qBHFqXc/2XP8tt37tTPD9EBclFhdqtzDFrZ6Lf6JFacduoEhP1FUe3nPQrb98WjmgkQdRoJAi3NJMw3xcDTwXr/ekhEB6qnNvOXHUaj8dtN16UiCoObPjzGCXO44WLC/gtFBxAl+Di275i1XdgiV+cGenj/CPfQHxpPTDbbZ7J0jFwss/lRcAtpX4JKJ2wJc6u5yIZXOcFidabHqKub5KpgaL9bZ0kSiY1UxjVvx8x8rbdBSv+qusQ81KW0n1uWE/loAXPgqDqWliZ5Pq0rUAUi41MSRGqLQ=\",\"k0\":\"pJn7cJk+FeX8paRotMqeNfUDeXDd/dD2lRFkcHNSu0nCKpRRg/E7DIKS5qWeLHbGn2wFtWTtSIigS4+Pge0Tn3ktQXay09Bq9pC256sS9RgI7QVp1r5lNer9dStrV4XSf4VAO8CmcaGQIcGeEwXf6vMjzj55sunLS7TQEwkrp//e4ItjpHyK/9H1hZ+RON4PZWn1kS5OipwE5JOuw8OWZk0XZQ3MHLltUy1ekLoc1yvm7thCBZ6X+lvug46CcrCwdmUUsgUnlfX9JZ9F5+xexFC0GDrERc5yfNebaPeYfId/e1Bsi+f+lyJrWmcGvvAYCJBc2cqkUrfrDqHeJH5O0Q==\",\"chash\":\"d6c64d28e362f314071b3f9d78ff7494d9cd7177ae0465e772d1840e9f7905d8\",\"mtoken\":\"CCz21cTV430SBW3sxd28\",\"ts\":1751496910166,\"mhash\":\"c25cd71a3e959f32985f27ac29c5484e\"}", + "requestId": "253356.943" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:55:11.003588", + "url": "https://www.mexc.com/ucgateway/captcha_api/captcha/robot/robot.future.closelong.ETH_USDT.300X", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "captcha-token": "geetest eyJsb3ROdW1iZXIiOiIxNzgwMzQ5Nzc5YmY0NzU3ODBjN2E0ZDQ3YjQwMTZmMyIsImNhcHRjaGFPdXRwdXQiOiJaVkwzS3FWaWxnbEZjQWdXOENIQVgxMUVBLVVPUnE1aURQSldzcmlubDFqelBhRTNiUGlEc0VrVTJUR0xuUzRHWWtBc090WDByU25iNHo4QjVLcnhqbnVvREtZQ1ZNMnF5eDVGR3FMTlhOZFcxWThQamZSeHhFNm94OExUYUpwbkRYdmVPelliZllZVm5OQW4zcGM5YklrMC1GVFlRYnpHTDZINmtjVjhTWUJyOHRlQnN1M2JTZnpkaDJWeXd1VkE1LURCX2hubUwwUl82YkJtazl6VFB3QWJ3a3RfVk1ZdkxqWkE0VDdSWUNpQXgzLVhPNUxtS1AwaGt2UmVPX3ktNDBNR0doLWlaLTlHM084MkJXMGtIaGtEQTh6Y3Iyd2FEYTJ5UUhGWUNnc05PNjFFSDVFT2FOcHVsYW93aktCZVgxN3hod1BQaXVpZ0hmVzdqUG8ya21oQXltX3ZLNWVzbjBRWjE1RThCd0QtZ2k5ak5HWUhONkFwYm92cFNUSGRsV1pDX2JxdWEyQ0I3N216TmpVWHdWdmxxaWVGS3ByekVkazRuZy1jSEx1dGU2bkdzeUxXT0MxbVpGSzdaaEtiU0NINEd1WkNjbENGYnhvdnkxOEVFdExDM2Q4MHJrdnpfZ2FERDhSUTBac196aGd5d0FpWGZLV19NbURIRTZIWiIsInBhc3NUb2tlbiI6ImY4NGQ4OWRkZDBiNmI4YWEwMjUyNzIxMGNlMTI5ODdiYTMxMzFhOWFjOGJmNDJmMTA1YWJlNjBiNjVkYmM2MTciLCJnZW5UaW1lIjoiMTc1MTQ5NjkwNiJ9", + "content-type": "application/json", + "language": "en-GB", + "trochilus-trace-id": "f0a1c452-d88f-4e44-8b94-4e4e4a78d3ab-0320", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.944" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:55:11.226769", + "url": "https://futures.mexc.com/api/v1/private/position/list/history_positions?page_num=1&page_size=20", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "49be0ec2-8710-45c9-bd71-fb4526fdb567-0323", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.947" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:55:11.226769", + "url": "https://www.mexc.com/api/platform/asset/sys_balances?sys=SWAP", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "trochilus-trace-id": "95b4f1f5-1c94-4939-84d0-446c217e7eca-0324", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.948" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:55:11.227766", + "url": "https://futures.mexc.com/api/v1/private/order/list/history_orders?category=1&page_num=1&page_size=100&states=3&symbol=ETH_USDT", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "bf81f88c-e680-4e9f-b969-56c4a9a9e12c-0325", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.949" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:55:19.491036", + "url": "https://futures.mexc.com/api/v1/contract/ping", + "method": "GET", + "headers": { + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "4cf2b95c-e620-4cc9-b68d-896f61355575-0330", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.957" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:55:21.010671", + "url": "https://futures.mexc.com/api/v1/contract/detailV2?client=web", + "method": "GET", + "headers": { + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "9bb6ed56-483a-4046-88de-8a1594463a37-0333", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.960" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:55:22.034865", + "url": "https://futures.mexc.com/api/v1/private/account/risk_limit", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "c8c74566-0151-4851-b94d-de6c319061c4-0335", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.962" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:55:22.547313", + "url": "https://futures.mexc.com/api/v1/private/position/leverage?symbol=ETH_USDT", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "bd8825b6-0ec0-4dc9-8568-1aee01eaf4c2-0337", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.964" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:55:23.070594", + "url": "https://futures.mexc.com/api/v1/private/account/contract/fee_rate?", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "d8387468-03a4-449d-85e1-6767e1f10d75-0338", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.967" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:55:31.203431", + "url": "https://futures.mexc.com/api/v1/contract/ping", + "method": "GET", + "headers": { + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "eb0099e1-202b-45aa-ad27-6aa791d691fd-0343", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.973" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:55:34.282508", + "url": "https://www.mexc.com/api/operation/trend/contract/symbols/contract_favorite/trigger_thresholds", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "trochilus-trace-id": "bd9b9e39-ca4c-4c26-94bc-8b1906c9766e-0354", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.985" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:55:35.803791", + "url": "https://www.mexc.com/api/customer/monitor/device_info/job?memberId=21a8728990b84f4fa3ae64c8004b4aaa&endpoint=WEB", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "trochilus-trace-id": "8d5f238c-f793-43f2-ac29-9340e227ef4c-0356", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.987" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:55:42.912540", + "url": "https://futures.mexc.com/api/v1/contract/ping", + "method": "GET", + "headers": { + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "b2af333a-6428-482e-ab0d-cd3e36d6d252-0361", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.993" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:55:43.961087", + "url": "https://futures.mexc.com/api/v1/contract/detailV2?client=web", + "method": "GET", + "headers": { + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "a733f035-9734-465c-bbfb-ee10397fe038-0363", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.995" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:55:44.478705", + "url": "https://futures.mexc.com/api/v1/private/account/risk_limit", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "e816c248-bdf0-49f6-816a-c4d08aab960b-0365", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.997" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:55:44.985725", + "url": "https://futures.mexc.com/api/v1/private/position/leverage?symbol=ETH_USDT", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "2559c6b6-9fa6-4788-9a40-ffc1a7244af6-0368", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.1001" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:55:45.502048", + "url": "https://futures.mexc.com/api/v1/private/account/contract/fee_rate?", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "7a057c6d-fd81-4543-92bb-8bc2eac64c72-0370", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.1004" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:55:54.706276", + "url": "https://futures.mexc.com/api/v1/contract/ping", + "method": "GET", + "headers": { + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "c261f42f-98a8-4c8f-b2cf-96dd493fb7ba-0373", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.1008" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:56:05.853824", + "url": "https://www.mexc.com/api/customer/monitor/device_info/job?memberId=21a8728990b84f4fa3ae64c8004b4aaa&endpoint=WEB", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "trochilus-trace-id": "a513caa7-5a36-4f8e-8712-2b2af6cae45f-0379", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.1017" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:56:06.392588", + "url": "https://futures.mexc.com/api/v1/contract/ping", + "method": "GET", + "headers": { + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "29ea847c-ef6b-468c-a515-0a641f66445a-0380", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.1018" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:56:06.393587", + "url": "https://futures.mexc.com/api/v1/contract/detailV2?client=web", + "method": "GET", + "headers": { + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "b5d8e954-26b1-4044-844d-96b58156a162-0381", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.1019" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:56:06.943192", + "url": "https://futures.mexc.com/api/v1/private/account/risk_limit", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "157cc626-5e69-47ed-b53a-66d9ec9db7f3-0383", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.1021" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:56:07.984311", + "url": "https://futures.mexc.com/api/v1/private/position/leverage?symbol=ETH_USDT", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "e3555a68-285d-48fd-a095-7015ebff0b08-0386", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.1024" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:56:08.508926", + "url": "https://futures.mexc.com/api/v1/private/account/contract/fee_rate?", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "daf3fceb-320d-4a15-8df5-2bf3bdcf9687-0388", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.1027" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:56:17.724501", + "url": "https://futures.mexc.com/api/v1/contract/ping", + "method": "GET", + "headers": { + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "9c4aa0a2-16b4-490e-b7f8-e4c0f4fce310-0392", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.1033" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:56:29.023034", + "url": "https://futures.mexc.com/api/v1/contract/detailV2?client=web", + "method": "GET", + "headers": { + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "c5c6d987-4c08-4e3f-b766-824c9b4133cd-0397", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.1040" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:56:29.529388", + "url": "https://futures.mexc.com/api/v1/contract/ping", + "method": "GET", + "headers": { + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "2f6ad08f-57e3-4954-909f-a020d78292dc-0398", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.1041" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:56:30.044879", + "url": "https://futures.mexc.com/api/v1/private/account/risk_limit", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "c961b469-da77-4d8f-8187-19575965d09b-0401", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.1044" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:56:30.569068", + "url": "https://futures.mexc.com/api/v1/private/position/leverage?symbol=ETH_USDT", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "64887b2d-a7d7-46c6-b93a-70047299da92-0403", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.1046" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:56:31.084262", + "url": "https://futures.mexc.com/api/v1/private/account/contract/fee_rate?", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "4907cf2b-c6f6-4126-9955-fb5f67e727c9-0407", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.1051" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:56:34.726733", + "url": "https://www.mexc.com/api/operation/trend/contract/symbols/contract_favorite/trigger_thresholds", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "trochilus-trace-id": "df89d90f-cb25-4a17-aa3a-21ad4993ce6b-0415", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.1060" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:56:35.758746", + "url": "https://www.mexc.com/api/customer/monitor/device_info/job?memberId=21a8728990b84f4fa3ae64c8004b4aaa&endpoint=WEB", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "trochilus-trace-id": "f22282a0-3d1d-4f4c-ba5d-3e6965a13bbb-0418", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.1063" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:56:41.351386", + "url": "https://futures.mexc.com/api/v1/contract/ping", + "method": "GET", + "headers": { + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "7d307c80-c1ec-44d4-86a5-e95c3cf0e27f-0423", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.1069" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:56:52.106621", + "url": "https://futures.mexc.com/api/v1/contract/detailV2?client=web", + "method": "GET", + "headers": { + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "8f3e7a2f-8ae9-4b40-9f0c-55c6c10bfcfe-0429", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.1077" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:56:52.617992", + "url": "https://futures.mexc.com/api/v1/private/account/risk_limit", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "5ad9dc23-375f-4e58-b372-dd1c5364c9a2-0430", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.1078" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:56:52.619984", + "url": "https://futures.mexc.com/api/v1/contract/ping", + "method": "GET", + "headers": { + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "98766600-5c09-4061-8c78-b85ded9cd1d2-0431", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.1079" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:56:53.127187", + "url": "https://futures.mexc.com/api/v1/private/position/leverage?symbol=ETH_USDT", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "cb04bad6-6aee-4223-a6e8-d8bc9742e255-0432", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.1080" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:56:53.642978", + "url": "https://futures.mexc.com/api/v1/private/account/contract/fee_rate?", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "d8de7ee5-97f5-4854-b00d-720ce4715620-0435", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.1084" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:57:04.452702", + "url": "https://futures.mexc.com/api/v1/contract/ping", + "method": "GET", + "headers": { + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "749c636b-25a8-4bab-bf79-c77376c6bc06-0440", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.1092" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:57:06.030438", + "url": "https://www.mexc.com/api/customer/monitor/device_info/job?memberId=21a8728990b84f4fa3ae64c8004b4aaa&endpoint=WEB", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "trochilus-trace-id": "d2f72579-47cc-4fd5-a7c7-096651d1e524-0443", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.1095" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:57:14.724214", + "url": "https://futures.mexc.com/api/v1/contract/detailV2?client=web", + "method": "GET", + "headers": { + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "324ae911-21dd-4b5b-94a1-7cc5767f4995-0446", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.1099" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:57:15.256309", + "url": "https://futures.mexc.com/api/v1/private/account/risk_limit", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "72823fa7-ef3f-445d-8151-e61f11ff065b-0448", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.1101" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:57:15.795538", + "url": "https://futures.mexc.com/api/v1/private/position/leverage?symbol=ETH_USDT", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "4e03768a-c4cc-47f2-ac32-52e8d48fb7a6-0449", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.1103" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:57:16.305469", + "url": "https://futures.mexc.com/api/v1/contract/ping", + "method": "GET", + "headers": { + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "4d6ee5c6-ac60-4903-9d1d-8b7a9b461f1a-0450", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.1104" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:57:16.306471", + "url": "https://futures.mexc.com/api/v1/private/account/contract/fee_rate?", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "c9f8a7a9-8189-4e1d-bebd-d933018399b8-0452", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.1107" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:57:27.690334", + "url": "https://futures.mexc.com/api/v1/contract/ping", + "method": "GET", + "headers": { + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "771f5d11-aab3-41d5-9bb8-ad267463d26e-0457", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.1114" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:57:35.413739", + "url": "https://www.mexc.com/api/operation/trend/contract/symbols/contract_favorite/trigger_thresholds", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "trochilus-trace-id": "2e4e7a31-8ece-4544-84c9-7e6ec19cfb11-0471", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.1129" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:57:35.933087", + "url": "https://www.mexc.com/api/customer/monitor/device_info/job?memberId=21a8728990b84f4fa3ae64c8004b4aaa&endpoint=WEB", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "trochilus-trace-id": "f55aa3a6-4fe8-4e37-836c-93e562ef9151-0473", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.1131" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:57:36.958303", + "url": "https://futures.mexc.com/api/v1/contract/detailV2?client=web", + "method": "GET", + "headers": { + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "914fcaf2-567c-4bf4-8130-6a6d2ec369e8-0475", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.1134" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:57:37.980007", + "url": "https://futures.mexc.com/api/v1/private/account/risk_limit", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "6db7f2ca-2234-4fdc-9eee-49fe944f6758-0477", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.1136" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:57:38.534764", + "url": "https://futures.mexc.com/api/v1/private/position/leverage?symbol=ETH_USDT", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "ed077691-4eb4-4d2f-8525-2218ade638d6-0480", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.1139" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:57:39.077345", + "url": "https://futures.mexc.com/api/v1/private/account/contract/fee_rate?", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "ceee7b05-b82d-4764-8542-9de586ad09de-0481", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.1141" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:57:39.646857", + "url": "https://futures.mexc.com/api/v1/contract/ping", + "method": "GET", + "headers": { + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "3d9586e3-8612-452e-bb49-34fc6fa2d4ac-0483", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.1143" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:57:51.389830", + "url": "https://futures.mexc.com/api/v1/contract/ping", + "method": "GET", + "headers": { + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "904d4bb6-e693-46fd-b513-387ef02674ba-0490", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.1152" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:57:58.123197", + "url": "https://www.mexc.com/api/activity/contract/stimulate_config/profits?lang=en-GB&type=INCOME", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "trochilus-trace-id": "4753e426-04af-47c4-94ca-da6c9e0f5eca-0495", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.1159" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:57:59.647069", + "url": "https://futures.mexc.com/api/v1/contract/detailV2?client=web", + "method": "GET", + "headers": { + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "01299581-310b-44a7-91b5-80280967f4ed-0497", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.1161" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:58:00.156316", + "url": "https://futures.mexc.com/api/v1/private/account/risk_limit", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "056d5132-d006-4b15-89cd-6bf7945b6283-0499", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.1163" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:58:00.666074", + "url": "https://futures.mexc.com/api/v1/private/position/leverage?symbol=ETH_USDT", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "14478ff8-77b8-4919-aa32-a463042b4c0e-0500", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.1164" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:58:01.173767", + "url": "https://futures.mexc.com/api/v1/private/account/contract/fee_rate?", + "method": "GET", + "headers": { + "Authorization": "WEB1f5f2aec86ea8908d13454ab36e0f5b43ad6264c18702e872a231979098f3d1d", + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "4280f38c-f549-43a2-b987-ba409069eb7c-0502", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.1167" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:58:02.724156", + "url": "https://futures.mexc.com/api/v1/contract/ping", + "method": "GET", + "headers": { + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "7d6980b5-d7c4-459d-b585-4c61bd0b59c5-0504", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.1169" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:58:05.805292", + "url": "https://www.mexc.com/api/customer/monitor/device_info/job?memberId=21a8728990b84f4fa3ae64c8004b4aaa&endpoint=WEB", + "method": "GET", + "headers": { + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/en-GB/futures/ETH_USDT?type=linear_swap", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "language": "en-GB", + "trochilus-trace-id": "13434450-5c85-487a-ba19-cfb40d829207-0510", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.1176" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:58:14.484699", + "url": "https://futures.mexc.com/api/v1/contract/ping", + "method": "GET", + "headers": { + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "4f9b6b19-eb71-4c2b-8bf3-bfaf89e2a7c9-0512", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.1179" + }, + { + "type": "request", + "timestamp": "2025-07-03T01:58:22.152875", + "url": "https://futures.mexc.com/api/v1/contract/detailV2?client=web", + "method": "GET", + "headers": { + "Language": "English", + "Pragma": "akamai-x-cache-on", + "Referer": "https://www.mexc.com/", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "X-Language": "en-GB", + "trochilus-trace-id": "e5f5cfc3-5aa2-4222-94bf-229208b133dd-0518", + "trochilus-uid": "34224692" + }, + "postData": "", + "requestId": "253356.1186" + } + ], + "responses": [ + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.535078", + "url": "https://futures.mexc.com/api/v1/private/position/leverage?symbol=ETH_USDT", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496810.32d62117", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "161", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:30 GMT", + "expires": "Wed, 02 Jul 2025 22:53:30 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=237, origin; dur=10, ak_p; desc=\"1751496810578_3563037989_852893975_24766_10936_6_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.224" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.535078", + "url": "https://futures.mexc.com/api/v1/private/account/risk_limit", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496810.32d62118", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "15112", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:30 GMT", + "expires": "Wed, 02 Jul 2025 22:53:30 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=236, origin; dur=13, ak_p; desc=\"1751496810578_3563037989_852893976_25004_13734_6_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.222" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.535078", + "url": "https://futures.mexc.com/api/v1/contract/support_currencies", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496810.32d62116", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "br", + "content-length": "121", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:30 GMT", + "expires": "Wed, 02 Jul 2025 22:53:30 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=REVALIDATE, edge; dur=41, origin; dur=220, ak_p; desc=\"1751496810578_3563037989_852893974_26197_10574_6_0_219\";dur=1", + "x-cache": "Miss from child, Miss from parent" + }, + "requestId": "253356.221" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.536075", + "url": "https://futures.mexc.com/api/v1/private/account/contract/fee_rate", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496810.32d62126", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "13165", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:30 GMT", + "expires": "Wed, 02 Jul 2025 22:53:30 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=236, origin; dur=11, ak_p; desc=\"1751496810594_3563037989_852893990_26302_18540_7_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.223" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.536075", + "url": "https://futures.mexc.com/api/v1/contract/detailV2?client=web&symbol=ETH_USDT", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496810.32d62127", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "br", + "content-length": "702", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:30 GMT", + "expires": "Wed, 02 Jul 2025 22:53:30 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=REVALIDATE, edge; dur=47, origin; dur=226, ak_p; desc=\"1751496810593_3563037989_852893991_28768_14738_8_0_219\";dur=1", + "x-cache": "Miss from child, Miss from parent" + }, + "requestId": "253356.219" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.536075", + "url": "https://futures.mexc.com/api/v1/contract/detailV2?client=web", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496810.32d62112", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "br", + "content-length": "131929", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:30 GMT", + "expires": "Wed, 02 Jul 2025 22:53:30 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=REVALIDATE, edge; dur=98, origin; dur=230, ak_p; desc=\"1751496810577_3563037989_852893970_32825_14947_8_0_219\";dur=1", + "x-cache": "Miss from child, Miss from parent" + }, + "requestId": "253356.220" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.564075", + "url": "https://futures.mexc.com/api/v1/contract/ping", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496811.32d62467", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "72", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:31 GMT", + "expires": "Wed, 02 Jul 2025 22:53:31 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=264, origin; dur=4, ak_p; desc=\"1751496811260_3563037989_852894823_26849_13928_10_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.318" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.564075", + "url": "https://futures.mexc.com/api/v1/contract/funding_rate/ETH_USDT", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-allow-origin": "https://www.mexc.com", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496811.32d62587", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "br", + "content-length": "130", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:31 GMT", + "expires": "Wed, 02 Jul 2025 22:53:31 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=HIT, edge; dur=64, origin; dur=0, ak_p; desc=\"1751496811475_3563037989_852895111_6713_11718_10_0_219\";dur=1", + "x-cache": "Miss from child, TCP_HIT from a95-101-55-88.deploy.akamaitechnologies.com (AkamaiGHost/22.1.5-3117971c8e766d2067e9a32e654e7386) (-) from parent" + }, + "requestId": "253356.339" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.564075", + "url": "https://futures.mexc.com/api/v1/contract/funding_rate/ETH_USDT", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-allow-origin": "https://www.mexc.com", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496811.32d625fa", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "br", + "content-length": "130", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:31 GMT", + "expires": "Wed, 02 Jul 2025 22:53:31 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=HIT, edge; dur=1, ak_p; desc=\"1751496811565_3563037989_852895226_56_13198_9_0_219\";dur=1", + "x-cache": "Hit from child" + }, + "requestId": "253356.368" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.565075", + "url": "https://futures.mexc.com/api/v1/contract/ticker?", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-allow-origin": "https://www.mexc.com", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496811.32d6256c", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "br", + "content-length": "82773", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:31 GMT", + "expires": "Wed, 02 Jul 2025 22:53:31 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=HIT, edge; dur=169, origin; dur=0, ak_p; desc=\"1751496811455_3563037989_852895084_16942_13238_9_0_219\";dur=1", + "x-cache": "Miss from child, TCP_HIT from a95-101-55-89.deploy.akamaitechnologies.com (AkamaiGHost/22.1.5-3117971c8e766d2067e9a32e654e7386) (-) from parent" + }, + "requestId": "253356.337" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.566076", + "url": "https://futures.mexc.com/api/v1/contract/ticker?", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-allow-origin": "https://www.mexc.com", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496811.32d626d1", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "br", + "content-length": "82773", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:31 GMT", + "expires": "Wed, 02 Jul 2025 22:53:31 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=HIT, edge; dur=1, ak_p; desc=\"1751496811712_3563037989_852895441_181_12517_10_0_219\";dur=1", + "x-cache": "Hit from child" + }, + "requestId": "253356.366" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.566076", + "url": "https://futures.mexc.com/api/v1/private/account/checkIsTyroAndWaitOrder", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496811.32d62588", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "64", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:31 GMT", + "expires": "Wed, 02 Jul 2025 22:53:31 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=235, origin; dur=5, ak_p; desc=\"1751496811475_3563037989_852895112_24459_17693_10_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.340" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.567077", + "url": "https://futures.mexc.com/api/v1/contract/ticker?symbol=ETH_USDT", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496811.32d62584", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "br", + "content-length": "323", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:31 GMT", + "expires": "Wed, 02 Jul 2025 22:53:31 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=REVALIDATE, edge; dur=40, origin; dur=221, ak_p; desc=\"1751496811473_3563037989_852895108_26366_16578_9_0_219\";dur=1", + "x-cache": "Miss from child, TCP_REFRESH_MISS from a95-101-55-89.deploy.akamaitechnologies.com (AkamaiGHost/22.1.5-3117971c8e766d2067e9a32e654e7386) (S) from parent" + }, + "requestId": "253356.338" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.568075", + "url": "https://www.mexc.com/api/common/ping", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.25a55fd4.1751496811.32d625ba", + "cache-control": "max-age=0, no-cache, no-store", + "content-length": "30", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:31 GMT", + "expires": "Wed, 02 Jul 2025 22:53:31 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=238, origin; dur=4, ak_p; desc=\"1751496811522_3563037989_852895162_25458_16939_8_0_219\";dur=1", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.356" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.568075", + "url": "https://futures.mexc.com/api/v1/contract/ticker?symbol=ETH_USDT", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496811.32d6270b", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "br", + "content-length": "323", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:31 GMT", + "expires": "Wed, 02 Jul 2025 22:53:31 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=HIT, edge; dur=1, ak_p; desc=\"1751496811776_3563037989_852895499_59_13120_8_0_219\";dur=1", + "x-cache": "Hit from child" + }, + "requestId": "253356.367" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.568075", + "url": "https://www.mexc.com/api/gateway/order/deal/feeAmount", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.25a55fd4.1751496811.32d62618", + "cache-control": "max-age=0, no-cache, no-store", + "content-length": "190", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:31 GMT", + "expires": "Wed, 02 Jul 2025 22:53:31 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=237, origin; dur=21, ak_p; desc=\"1751496811586_3563037989_852895256_26275_20133_8_0_219\";dur=1", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.374" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.569075", + "url": "https://futures.mexc.com/api/v1/private/position/close_all_enable", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-allow-origin": "https://www.mexc.com", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496811.32d62741", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "br", + "content-length": "35", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:31 GMT", + "expires": "Wed, 02 Jul 2025 22:53:31 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=HIT, edge; dur=83, origin; dur=0, ak_p; desc=\"1751496811810_3563037989_852895553_8399_14510_7_0_219\";dur=1", + "x-cache": "Miss from child, TCP_MEM_HIT from a95-101-55-89.deploy.akamaitechnologies.com (AkamaiGHost/22.1.5-3117971c8e766d2067e9a32e654e7386) (-) from parent" + }, + "requestId": "253356.416" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.570076", + "url": "https://futures.mexc.com/api/v1/private/account/checkIsTyroAndWaitOrder", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496811.32d626ea", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "64", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:32 GMT", + "expires": "Wed, 02 Jul 2025 22:53:32 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=236, origin; dur=5, ak_p; desc=\"1751496811745_3563037989_852895466_24088_18776_11_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.369" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.571076", + "url": "https://futures.mexc.com/copyFutures/api/v1/myRole", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496811.32d62760", + "cache-control": "max-age=0, no-cache, no-store", + "content-length": "52", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:32 GMT", + "expires": "Wed, 02 Jul 2025 22:53:32 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=236, origin; dur=11, ak_p; desc=\"1751496811826_3563037989_852895584_24815_21670_10_0_219\";dur=1", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.417" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.572075", + "url": "https://www.mexc.com/api/platform/asset/api/deposit/guide/activity?type=3", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.25a55fd4.1751496811.32d62589", + "cache-control": "max-age=0, no-cache, no-store", + "content-length": "374", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:32 GMT", + "expires": "Wed, 02 Jul 2025 22:53:32 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "processed": "true", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=606, origin; dur=23, ak_p; desc=\"1751496811475_3563037989_852895113_63428_17470_11_0_219\";dur=1", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.341" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.572075", + "url": "https://www.mexc.com/api/activity/contract/home-menus?language=en-GB", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.25a55fd4.1751496811.32d625a4", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "664", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:32 GMT", + "expires": "Wed, 02 Jul 2025 22:53:32 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=608, origin; dur=4, ak_p; desc=\"1751496811499_3563037989_852895140_61230_18448_10_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.351" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.572075", + "url": "https://futures.mexc.com/api/v1/contract/concept_plates/list/v2?lang=en-GB", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496811.32d625a7", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "767", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:32 GMT", + "expires": "Wed, 02 Jul 2025 22:53:32 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=618, origin; dur=5, ak_p; desc=\"1751496811499_3563037989_852895143_62328_18048_9_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.353" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.572075", + "url": "https://futures.mexc.com/api/v1/contract/detailV2?client=web&symbol=ETH_USDT", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496811.32d62794", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "br", + "content-length": "702", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:32 GMT", + "expires": "Wed, 02 Jul 2025 22:53:32 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=REVALIDATE, edge; dur=48, origin; dur=224, ak_p; desc=\"1751496811855_3563037989_852895636_27318_14364_9_0_219\";dur=1", + "x-cache": "Miss from child, TCP_REFRESH_MISS from a95-101-55-88.deploy.akamaitechnologies.com (AkamaiGHost/22.1.5-3117971c8e766d2067e9a32e654e7386) (S) from parent" + }, + "requestId": "253356.419" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.572075", + "url": "https://www.mexc.com/api/activity/contract/activity/country/amount", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.25a55fd4.1751496811.32d625b8", + "cache-control": "max-age=0, no-cache, no-store", + "content-length": "59", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:32 GMT", + "expires": "Wed, 02 Jul 2025 22:53:32 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=606, origin; dur=7, ak_p; desc=\"1751496811519_3563037989_852895160_63296_22327_9_0_219\";dur=1", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.354" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.572075", + "url": "https://www.mexc.com/api/activity/contract/coin/introduce/v2?language=en-GB&contractId=11", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.25a55fd4.1751496811.32d625b9", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "844", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:32 GMT", + "expires": "Wed, 02 Jul 2025 22:53:32 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=606, origin; dur=5, ak_p; desc=\"1751496811519_3563037989_852895161_63122_23080_9_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.355" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.573074", + "url": "https://futures.mexc.com/api/v1/private/user_pref/get", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496811.32d625bc", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "236", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:32 GMT", + "expires": "Wed, 02 Jul 2025 22:53:32 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=617, origin; dur=6, ak_p; desc=\"1751496811521_3563037989_852895164_63416_20388_8_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.358" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.574074", + "url": "https://futures.mexc.com/api/v1/private/riskSymbols/tips/list?language=en-GB", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496811.32d62610", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "219", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:32 GMT", + "expires": "Wed, 02 Jul 2025 22:53:32 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=604, origin; dur=5, ak_p; desc=\"1751496811583_3563037989_852895248_61131_20090_8_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.371" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.574074", + "url": "https://futures.mexc.com/api/v1/private/account/contract/zero_fee_rate/pop?timestamp=1751496809691", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496811.32d6260f", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "61", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:32 GMT", + "expires": "Wed, 02 Jul 2025 22:53:32 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=606, origin; dur=4, ak_p; desc=\"1751496811583_3563037989_852895247_61230_20765_8_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.370" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.575074", + "url": "https://futures.mexc.com/api/v1/private/account/userBonusGuideFlag", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496811.32d62617", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "64", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:32 GMT", + "expires": "Wed, 02 Jul 2025 22:53:32 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=604, origin; dur=7, ak_p; desc=\"1751496811586_3563037989_852895255_61600_20866_8_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.373" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.575074", + "url": "https://futures.mexc.com/api/v1/private/riskSymbols/tips/ETH_USDT?language=en-GB", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496811.32d62611", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "61", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:32 GMT", + "expires": "Wed, 02 Jul 2025 22:53:32 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=608, origin; dur=6, ak_p; desc=\"1751496811584_3563037989_852895249_61664_21407_8_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.372" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.575074", + "url": "https://futures.mexc.com/api/v1/private/account/contract/zero_fee_rate_save", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496811.32d62619", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "172", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:32 GMT", + "expires": "Wed, 02 Jul 2025 22:53:32 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=609, origin; dur=7, ak_p; desc=\"1751496811586_3563037989_852895257_62102_22043_8_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.375" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.579077", + "url": "https://futures.mexc.com/api/v1/contract/deals/ETH_USDT", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496811.32d6267e", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "844", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:32 GMT", + "expires": "Wed, 02 Jul 2025 22:53:32 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=652, origin; dur=6, ak_p; desc=\"1751496811657_3563037989_852895358_65976_15837_6_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.389" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.580076", + "url": "https://www.mexc.com/api/platform/asset/sys_balances?sys=SWAP", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.25a55fd4.1751496812.32d6285f", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "1809", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:32 GMT", + "expires": "Wed, 02 Jul 2025 22:53:32 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "processed": "true", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=246, origin; dur=42, ak_p; desc=\"1751496812031_3563037989_852895839_28866_23222_6_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.427" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.586081", + "url": "https://futures.mexc.com/api/v1/contract/depth_step/ETH_USDT?step=0.01", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496812.32d62a58", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "464", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:32 GMT", + "expires": "Wed, 02 Jul 2025 22:53:32 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=235, origin; dur=5, ak_p; desc=\"1751496812345_3563037989_852896344_24182_16498_6_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.456" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.586081", + "url": "https://futures.mexc.com/api/v1/contract/deals/ETH_USDT", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496812.32d62a59", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "844", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:32 GMT", + "expires": "Wed, 02 Jul 2025 22:53:32 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=237, origin; dur=7, ak_p; desc=\"1751496812345_3563037989_852896345_24547_16276_6_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.390" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.586081", + "url": "https://www.mexc.com/api/operation/placements/footer_ad_bar?platformType=12&site=www&locale=en-GB", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.25a55fd4.1751496812.32d62afd", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "511", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:32 GMT", + "expires": "Wed, 02 Jul 2025 22:53:32 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=238, origin; dur=29, ak_p; desc=\"1751496812452_3563037989_852896509_26664_27053_6_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.458" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.586081", + "url": "https://futures.mexc.com/api/v1/contract/kline/ETH_USDT?end=1751496810&interval=Min15&start=1750596810", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496812.32d62b2b", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "33797", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:32 GMT", + "expires": "Wed, 02 Jul 2025 22:53:32 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=236, origin; dur=14, ak_p; desc=\"1751496812481_3563037989_852896555_25052_15524_6_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.459" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.621206", + "url": "https://www.mexc.com/api/platform/spot/market-v2/web/tickers?openPriceMode=2", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.25a55fd4.1751496813.32d62e02", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:33 GMT", + "expires": "Wed, 02 Jul 2025 22:53:33 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=HIT, edge; dur=119, origin; dur=0, ak_p; desc=\"1751496813006_3563037989_852897282_11876_24421_6_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "Miss from child, TCP_HIT from a95-101-55-88.deploy.akamaitechnologies.com (AkamaiGHost/22.1.5-3117971c8e766d2067e9a32e654e7386) (-) from parent" + }, + "requestId": "253356.508" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.622207", + "url": "https://www.mexc.com/api/platform/spot/market-v2/web/hidden/symbols", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.25a55fd4.1751496812.32d62dba", + "cache-control": "max-age=0, no-cache, no-store", + "content-length": "424", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:33 GMT", + "expires": "Wed, 02 Jul 2025 22:53:33 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=234, origin; dur=6, ak_p; desc=\"1751496812955_3563037989_852897210_24099_23123_10_0_219\";dur=1", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.504" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.622207", + "url": "https://www.mexc.com/api/platform/spot/market-v2/web/meme/coins", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.25a55fd4.1751496812.32d62dd7", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "9205", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:33 GMT", + "expires": "Wed, 02 Jul 2025 22:53:33 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=234, origin; dur=5, ak_p; desc=\"1751496812979_3563037989_852897239_23925_19703_9_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.506" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.622207", + "url": "https://futures.mexc.com/api/v1/contract/systemSetting", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-allow-origin": "https://www.mexc.com", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496813.32d62f90", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "br", + "content-length": "464", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:33 GMT", + "expires": "Wed, 02 Jul 2025 22:53:33 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=HIT, edge; dur=47, origin; dur=0, ak_p; desc=\"1751496813273_3563037989_852897680_5511_17918_8_0_219\";dur=1", + "x-cache": "Miss from child, TCP_HIT from a95-101-55-89.deploy.akamaitechnologies.com (AkamaiGHost/22.1.5-3117971c8e766d2067e9a32e654e7386) (-) from parent" + }, + "requestId": "253356.524" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.622207", + "url": "https://futures.mexc.com/api/v1/private/account/contract/fee_rate?", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496813.32d62e97", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "13165", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:33 GMT", + "expires": "Wed, 02 Jul 2025 22:53:33 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=238, origin; dur=11, ak_p; desc=\"1751496813109_3563037989_852897431_25088_22360_8_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.512" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.626207", + "url": "https://futures.mexc.com/api/v1/private/planorder/list/orders?page_size=200&states=1", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496813.32d62f23", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "61", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:33 GMT", + "expires": "Wed, 02 Jul 2025 22:53:33 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=256, origin; dur=8, ak_p; desc=\"1751496813206_3563037989_852897571_26477_13543_7_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.514" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.626207", + "url": "https://futures.mexc.com/api/v1/private/trackorder/list/orders?pageIndex=1&pageSize=200&states=0%2C1", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496813.32d62f24", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "61", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:33 GMT", + "expires": "Wed, 02 Jul 2025 22:53:33 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=235, origin; dur=5, ak_p; desc=\"1751496813206_3563037989_852897572_24071_20501_7_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.515" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.627211", + "url": "https://futures.mexc.com/api/v1/private/stoporder/open_orders?", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496813.32d62f2e", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "61", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:33 GMT", + "expires": "Wed, 02 Jul 2025 22:53:33 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=239, origin; dur=8, ak_p; desc=\"1751496813209_3563037989_852897582_25092_12833_7_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.517" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.627211", + "url": "https://futures.mexc.com/api/v1/private/account/assets", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496813.32d62f2f", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "399", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:33 GMT", + "expires": "Wed, 02 Jul 2025 22:53:33 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=238, origin; dur=9, ak_p; desc=\"1751496813210_3563037989_852897583_25187_11712_7_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.518" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.627211", + "url": "https://futures.mexc.com/api/v1/private/user_pref/leverage_mode", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496813.32d62f30", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "60", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:33 GMT", + "expires": "Wed, 02 Jul 2025 22:53:33 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=241, origin; dur=5, ak_p; desc=\"1751496813209_3563037989_852897584_25036_19360_7_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.519" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.627211", + "url": "https://futures.mexc.com/api/v1/private/position/open_positions?", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496813.32d62f0e", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "61", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:33 GMT", + "expires": "Wed, 02 Jul 2025 22:53:33 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=279, origin; dur=5, ak_p; desc=\"1751496813191_3563037989_852897550_28468_13133_7_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.513" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.627211", + "url": "https://futures.mexc.com/api/v1/private/order/list/open_orders?page_size=200", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496813.32d62f2c", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "61", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:33 GMT", + "expires": "Wed, 02 Jul 2025 22:53:33 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=257, origin; dur=7, ak_p; desc=\"1751496813212_3563037989_852897580_27062_16572_7_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.516" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.627211", + "url": "https://futures.mexc.com/api/v1/contract/systemSetting", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-allow-origin": "https://www.mexc.com", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496813.32d630c0", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "br", + "content-length": "464", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:33 GMT", + "expires": "Wed, 02 Jul 2025 22:53:33 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=HIT, edge; dur=1, ak_p; desc=\"1751496813470_3563037989_852897984_304_18598_7_0_219\";dur=1", + "x-cache": "Hit from child" + }, + "requestId": "253356.534" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.628321", + "url": "https://futures.mexc.com/api/v1/private/position/position_mode?", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496813.32d62f32", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "60", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:33 GMT", + "expires": "Wed, 02 Jul 2025 22:53:33 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=259, origin; dur=12, ak_p; desc=\"1751496813211_3563037989_852897586_27666_14281_7_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.520" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.628321", + "url": "https://futures.mexc.com/api/v1/contract/country/black/contractIds", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496813.32d62f4e", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "61", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:33 GMT", + "expires": "Wed, 02 Jul 2025 22:53:33 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=242, origin; dur=6, ak_p; desc=\"1751496813231_3563037989_852897614_25092_24590_7_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.522" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.628321", + "url": "https://futures.mexc.com/api/v1/private/account/asset_book/order_deal_fee/total", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496813.32d62f4d", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "94", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:33 GMT", + "expires": "Wed, 02 Jul 2025 22:53:33 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=248, origin; dur=7, ak_p; desc=\"1751496813231_3563037989_852897613_25806_24618_7_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.521" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.628321", + "url": "https://futures.mexc.com/api/v1/contract/ping", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496813.32d62f94", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "72", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:33 GMT", + "expires": "Wed, 02 Jul 2025 22:53:33 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=236, origin; dur=5, ak_p; desc=\"1751496813273_3563037989_852897684_24943_14206_8_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.526" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.628321", + "url": "https://www.mexc.com/api/platform/asset/api/common/currency/exchange/rate", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.25a55fd4.1751496813.32d62f93", + "cache-control": "max-age=0, no-cache, no-store", + "content-length": "397", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:33 GMT", + "expires": "Wed, 02 Jul 2025 22:53:33 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "processed": "true", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=236, origin; dur=2, ak_p; desc=\"1751496813273_3563037989_852897683_24537_21574_8_0_219\";dur=1", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.525" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.628321", + "url": "https://www.mexc.com/ucgateway/captcha_api/captcha/config?action=robot.", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.25a55fd4.1751496813.32d62f98", + "cache-control": "max-age=0,must-revalidate", + "content-length": "183", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:33 GMT", + "expires": "Wed, 02 Jul 2025 22:53:33 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=235, origin; dur=7, ak_p; desc=\"1751496813275_3563037989_852897688_25255_25263_7_0_219\";dur=1", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.527" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.629324", + "url": "https://www.mexc.com/api/operation/placements/activity_cards", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.25a55fd4.1751496813.32d62f84", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "1652", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:33 GMT", + "expires": "Wed, 02 Jul 2025 22:53:33 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=237, origin; dur=45, ak_p; desc=\"1751496813267_3563037989_852897668_28355_21839_8_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.523" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.629324", + "url": "https://www.mexc.com/api/activity/contract/bonus/user/register", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.25a55fd4.1751496813.32d6309b", + "cache-control": "max-age=0, no-cache, no-store", + "content-length": "45", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:33 GMT", + "expires": "Wed, 02 Jul 2025 22:53:33 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=237, origin; dur=6, ak_p; desc=\"1751496813437_3563037989_852897947_27128_24873_7_0_219\";dur=1", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.532" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.629324", + "url": "https://www.mexc.com/api/platform/site_info/placements/main_login_ad?platformType=1&category=NONE", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.25a55fd4.1751496813.32d63077", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "82", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:33 GMT", + "expires": "Wed, 02 Jul 2025 22:53:33 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=REVALIDATE, edge; dur=56, origin; dur=229, ak_p; desc=\"1751496813412_3563037989_852897911_28847_22060_7_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "Miss from child, TCP_REFRESH_MISS from a95-101-55-88.deploy.akamaitechnologies.com (AkamaiGHost/22.1.5-3117971c8e766d2067e9a32e654e7386) (S) from parent" + }, + "requestId": "253356.531" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.629324", + "url": "https://www.mexc.com/api/operation/locale_currency_config", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.25a55fd4.1751496813.32d630c1", + "cache-control": "max-age=0, no-cache, no-store", + "content-length": "277", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:33 GMT", + "expires": "Wed, 02 Jul 2025 22:53:33 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=234, origin; dur=3, ak_p; desc=\"1751496813470_3563037989_852897985_24016_19376_6_0_219\";dur=1", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.535" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.629324", + "url": "https://www.mexc.com/api/platform/site_info/placements/main_login_ad?platformType=3&category=NONE", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.25a55fd4.1751496813.32d63076", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "82", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:33 GMT", + "expires": "Wed, 02 Jul 2025 22:53:33 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=REVALIDATE, edge; dur=104, origin; dur=228, ak_p; desc=\"1751496813412_3563037989_852897910_33536_21932_7_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "Miss from child, TCP_REFRESH_MISS from a95-101-55-89.deploy.akamaitechnologies.com (AkamaiGHost/22.1.5-3117971c8e766d2067e9a32e654e7386) (S) from parent" + }, + "requestId": "253356.530" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.629324", + "url": "https://www.mexc.com/api/platform/spot/market-v2/web/symbolsV2", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.25a55fd4.1751496812.32d62dbb", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:34 GMT", + "expires": "Wed, 02 Jul 2025 22:53:34 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=276, origin; dur=6, ak_p; desc=\"1751496812955_3563037989_852897211_28240_21763_7_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.505" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.630321", + "url": "https://futures.mexc.com/api/v1/private/position/open_positions?", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496813.32d632b3", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "61", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:34 GMT", + "expires": "Wed, 02 Jul 2025 22:53:34 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=238, origin; dur=6, ak_p; desc=\"1751496813824_3563037989_852898483_24452_13565_9_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.542" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.630321", + "url": "https://futures.mexc.com/api/v1/private/order/list/open_orders?page_size=200", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496813.32d632ce", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "61", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:34 GMT", + "expires": "Wed, 02 Jul 2025 22:53:34 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=233, origin; dur=7, ak_p; desc=\"1751496813841_3563037989_852898510_24263_13084_8_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.545" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.630321", + "url": "https://futures.mexc.com/api/v1/private/position/position_mode?", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496813.32d632d6", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "60", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:34 GMT", + "expires": "Wed, 02 Jul 2025 22:53:34 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=234, origin; dur=6, ak_p; desc=\"1751496813841_3563037989_852898518_24319_13626_8_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.549" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.630321", + "url": "https://futures.mexc.com/api/v1/private/planorder/list/orders?page_size=200&states=1", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496813.32d632cb", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "61", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:34 GMT", + "expires": "Wed, 02 Jul 2025 22:53:34 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=234, origin; dur=10, ak_p; desc=\"1751496813840_3563037989_852898507_24530_14577_8_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.543" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.630321", + "url": "https://futures.mexc.com/api/v1/private/stoporder/open_orders?", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496813.32d632d0", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "61", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:34 GMT", + "expires": "Wed, 02 Jul 2025 22:53:34 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=237, origin; dur=6, ak_p; desc=\"1751496813841_3563037989_852898512_24483_13244_8_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.546" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.631322", + "url": "https://futures.mexc.com/api/v1/private/account/assets", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496813.32d632d1", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "399", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:34 GMT", + "expires": "Wed, 02 Jul 2025 22:53:34 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=237, origin; dur=8, ak_p; desc=\"1751496813840_3563037989_852898513_24665_14228_8_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.547" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.631322", + "url": "https://futures.mexc.com/api/v1/private/user_pref/leverage_mode", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496813.32d632d3", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "60", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:34 GMT", + "expires": "Wed, 02 Jul 2025 22:53:34 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=235, origin; dur=10, ak_p; desc=\"1751496813841_3563037989_852898515_24751_18122_8_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.548" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.631322", + "url": "https://futures.mexc.com/api/v1/private/trackorder/list/orders?pageIndex=1&pageSize=200&states=0%2C1", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496813.32d632cc", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "61", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:34 GMT", + "expires": "Wed, 02 Jul 2025 22:53:34 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=244, origin; dur=4, ak_p; desc=\"1751496813840_3563037989_852898508_25023_18539_7_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.544" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.646322", + "url": "https://www.mexc.com/api/operation/placements/footer_ad_bar?platformType=12&site=www&locale=en-GB", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.25a55fd4.1751496813.32d63355", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "511", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:34 GMT", + "expires": "Wed, 02 Jul 2025 22:53:34 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=245, origin; dur=29, ak_p; desc=\"1751496813930_3563037989_852898645_27523_23340_7_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.551" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.646322", + "url": "https://futures.mexc.com/api/v1/contract/ticker", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-allow-origin": "https://www.mexc.com", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496814.32d635a4", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "br", + "content-length": "82796", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:34 GMT", + "expires": "Wed, 02 Jul 2025 22:53:34 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=HIT, edge; dur=42, origin; dur=0, ak_p; desc=\"1751496814374_3563037989_852899236_4328_12750_6_0_219\";dur=1", + "x-cache": "Miss from child, TCP_HIT from a95-101-55-88.deploy.akamaitechnologies.com (AkamaiGHost/22.1.5-3117971c8e766d2067e9a32e654e7386) (-) from parent" + }, + "requestId": "253356.556" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.646322", + "url": "https://futures.mexc.com/api/v1/contract/detail?type=all", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-allow-origin": "https://www.mexc.com", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496814.32d635a3", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "br", + "content-length": "138215", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:34 GMT", + "expires": "Wed, 02 Jul 2025 22:53:34 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=HIT, edge; dur=47, origin; dur=0, ak_p; desc=\"1751496814374_3563037989_852899235_4894_12902_6_0_219\";dur=1", + "x-cache": "Miss from child, TCP_HIT from a95-101-55-89.deploy.akamaitechnologies.com (AkamaiGHost/22.1.5-3117971c8e766d2067e9a32e654e7386) (-) from parent" + }, + "requestId": "253356.555" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.686320", + "url": "https://futures.mexc.com/api/v1/contract/country/black/contractIds", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496814.32d635b3", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "61", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:34 GMT", + "expires": "Wed, 02 Jul 2025 22:53:34 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=240, origin; dur=6, ak_p; desc=\"1751496814389_3563037989_852899251_24708_18717_15_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.557" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.687320", + "url": "https://otc.mexc.com/api/asset/fiat_switch/v2", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "856", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:34 GMT", + "expires": "Wed, 02 Jul 2025 22:53:34 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"success_fraction\": 0, \"failure_fraction\": 1.0 }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=236, origin; dur=12, ak_p; desc=\"1751496814524_3563037967_280348941_24782_22169_5_34_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child", + "x-trace-id": "a4aea66281e88db6" + }, + "requestId": "253356.342" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.687320", + "url": "https://www.mexc.com/api/operation/placements/code/main_home_banner?category=NONE&platformType=1&locale=en-GB", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.25a55fd4.1751496814.32d636e0", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "965", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:34 GMT", + "expires": "Wed, 02 Jul 2025 22:53:34 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=241, origin; dur=7, ak_p; desc=\"1751496814578_3563037989_852899552_24837_21672_14_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.563" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.687320", + "url": "https://www.mexc.com/api/common/ping", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.25a55fd4.1751496814.32d63713", + "cache-control": "max-age=0, no-cache, no-store", + "content-length": "30", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:34 GMT", + "expires": "Wed, 02 Jul 2025 22:53:34 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=236, origin; dur=5, ak_p; desc=\"1751496814612_3563037989_852899603_24931_12837_13_0_219\";dur=1", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.568" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.687320", + "url": "https://www.mexc.com/api/platform/asset/api/deposit/guide/activity?type=1", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.25a55fd4.1751496814.32d6370c", + "cache-control": "max-age=0, no-cache, no-store", + "content-length": "374", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:34 GMT", + "expires": "Wed, 02 Jul 2025 22:53:34 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "processed": "true", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=235, origin; dur=7, ak_p; desc=\"1751496814607_3563037989_852899596_24493_19095_13_0_219\";dur=1", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.566" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.687320", + "url": "https://www.mexc.com/api/platform/asset/api/asset/overview/convert/v2", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.25a55fd4.1751496814.32d63709", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "503", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:34 GMT", + "expires": "Wed, 02 Jul 2025 22:53:34 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "processed": "true", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=237, origin; dur=11, ak_p; desc=\"1751496814607_3563037989_852899593_25073_19318_12_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.565" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.687320", + "url": "https://www.mexc.com/api/platform/asset/api/asset/robot/convert/show", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.25a55fd4.1751496814.32d63712", + "cache-control": "max-age=0, no-cache, no-store", + "content-length": "64", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:34 GMT", + "expires": "Wed, 02 Jul 2025 22:53:34 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "processed": "true", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=240, origin; dur=8, ak_p; desc=\"1751496814611_3563037989_852899602_25435_20374_12_0_219\";dur=1", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.567" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.687320", + "url": "https://www.mexc.com/api/activity/contract/bonus/user/register", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.25a55fd4.1751496814.32d63714", + "cache-control": "max-age=0, no-cache, no-store", + "content-length": "45", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:34 GMT", + "expires": "Wed, 02 Jul 2025 22:53:34 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=240, origin; dur=9, ak_p; desc=\"1751496814611_3563037989_852899604_25653_20008_12_0_219\";dur=1", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.571" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.687320", + "url": "https://futures.mexc.com/api/v1/contract/headerNew?lang=en-GB", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496814.32d636e2", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "3243", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:34 GMT", + "expires": "Wed, 02 Jul 2025 22:53:34 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=241, origin; dur=45, ak_p; desc=\"1751496814579_3563037989_852899554_28593_21578_11_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.564" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.688320", + "url": "https://futures.mexc.com/api/v1/private/order/list/history_orders?category=1&page_num=1&page_size=100&states=3&symbol=ETH_USDT", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496814.32d63852", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "10025", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:35 GMT", + "expires": "Wed, 02 Jul 2025 22:53:35 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=235, origin; dur=19, ak_p; desc=\"1751496814808_3563037989_852899922_25582_14233_9_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.578" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.688320", + "url": "https://www.mexc.com/api/platform/asset/sys_balances?sys=SWAP", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.25a55fd4.1751496814.32d63826", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "1809", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:35 GMT", + "expires": "Wed, 02 Jul 2025 22:53:35 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "processed": "true", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=238, origin; dur=41, ak_p; desc=\"1751496814777_3563037989_852899878_27864_26337_9_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.577" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.689320", + "url": "https://futures.mexc.com/api/v1/private/account/tiered_fee_rate/v2?symbol=ETH_USDT", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496814.32d638e1", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "280", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:35 GMT", + "expires": "Wed, 02 Jul 2025 22:53:35 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=280, origin; dur=11, ak_p; desc=\"1751496814919_3563037989_852900065_29146_22249_8_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.582" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.691323", + "url": "https://www.mexc.com/api/operation/trend/contract/symbols/contract_favorite/trigger_thresholds", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.25a55fd4.1751496815.32d63abc", + "cache-control": "max-age=0, no-cache, no-store", + "content-length": "232", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:35 GMT", + "expires": "Wed, 02 Jul 2025 22:53:35 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=236, origin; dur=11, ak_p; desc=\"1751496815258_3563037989_852900540_24677_18285_9_0_219\";dur=1", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.592" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.705321", + "url": "https://futures.mexc.com/api/v1/contract/ping", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496815.32d63e4f", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "72", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:36 GMT", + "expires": "Wed, 02 Jul 2025 22:53:36 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=280, origin; dur=9, ak_p; desc=\"1751496815947_3563037989_852901455_28953_16050_9_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.602" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.705321", + "url": "https://www.mexc.com/api/activity/contract/activities/relations", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.25a55fd4.1751496816.32d63f76", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "2460", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:36 GMT", + "expires": "Wed, 02 Jul 2025 22:53:36 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=241, origin; dur=29, ak_p; desc=\"1751496816165_3563037989_852901750_27266_20266_7_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.604" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.706321", + "url": "https://www.mexc.com/api/activity/contract/stimulate_config/list?lang=en-GB", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.25a55fd4.1751496816.32d640af", + "cache-control": "max-age=0, no-cache, no-store", + "content-length": "550", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:36 GMT", + "expires": "Wed, 02 Jul 2025 22:53:36 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=253, origin; dur=6, ak_p; desc=\"1751496816385_3563037989_852902063_25849_20878_7_0_219\";dur=1", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.607" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.708322", + "url": "https://www.mexc.com/api/operation/global/search/config/default/coin", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.25a55fd4.1751496816.32d642f2", + "cache-control": "max-age=0, no-cache, no-store", + "content-length": "220", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:37 GMT", + "expires": "Wed, 02 Jul 2025 22:53:37 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=242, origin; dur=7, ak_p; desc=\"1751496816833_3563037989_852902642_24960_21268_11_0_219\";dur=1", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.616" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.708322", + "url": "https://www.mexc.com/api/dex/v1/data/get_like_list", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.25a55fd4.1751496816.32d64314", + "cache-control": "max-age=0, no-cache, no-store", + "content-length": "72", + "content-type": "application/json; charset=utf-8", + "date": "Wed, 02 Jul 2025 22:53:37 GMT", + "expires": "Wed, 02 Jul 2025 22:53:37 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=235, origin; dur=5, ak_p; desc=\"1751496816857_3563037989_852902676_24051_21227_10_0_219\";dur=1", + "traceparent": "00-33e5d39a30c15be30ba1367ce8edc18b-ca6cd2b078ecfe32-00", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.617" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.708322", + "url": "https://www.mexc.com/api/dex/v1/data/get_config_v3", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.25a55fd4.1751496816.32d64315", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "1618", + "content-type": "application/json; charset=utf-8", + "date": "Wed, 02 Jul 2025 22:53:37 GMT", + "expires": "Wed, 02 Jul 2025 22:53:37 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=240, origin; dur=8, ak_p; desc=\"1751496816857_3563037989_852902677_24881_23496_10_0_219\";dur=1", + "traceparent": "00-b1b4263c588d15ec168b2cfd5a742a3d-b454049ca64f65e6-00", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.618" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.709320", + "url": "https://www.mexc.com/api/platform/site_info/placements/main_customer_chat?platformType=2&category=NONE", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.25a55fd4.1751496816.32d64345", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "82", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:37 GMT", + "expires": "Wed, 02 Jul 2025 22:53:37 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=REVALIDATE, edge; dur=55, origin; dur=222, ak_p; desc=\"1751496816888_3563037989_852902725_27900_20112_8_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "Miss from child, TCP_MISS from a95-101-55-88.deploy.akamaitechnologies.com (AkamaiGHost/22.1.5-3117971c8e766d2067e9a32e654e7386) (-) from parent" + }, + "requestId": "253356.620" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.709320", + "url": "https://www.mexc.com/api/platform/site_info/placements/main_customer_chat_channel?platformType=1&category=NONE", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.25a55fd4.1751496816.32d64347", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "548", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:37 GMT", + "expires": "Wed, 02 Jul 2025 22:53:37 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=53, origin; dur=226, ak_p; desc=\"1751496816888_3563037989_852902727_28129_19948_8_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "Miss from child, TCP_MISS from a95-101-55-89.deploy.akamaitechnologies.com (AkamaiGHost/22.1.5-3117971c8e766d2067e9a32e654e7386) (-) from parent" + }, + "requestId": "253356.621" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.709320", + "url": "https://www.mexc.com/api/platform/site_info/placements/main_customer_chat_channel?platformType=1&category=NONE", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.25a55fd4.1751496817.32d6452a", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "548", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:37 GMT", + "expires": "Wed, 02 Jul 2025 22:53:37 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=HIT, edge; dur=1, ak_p; desc=\"1751496817196_3563037989_852903210_91_23135_7_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "Hit from child" + }, + "requestId": "253356.622" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.709320", + "url": "https://www.mexc.com/api/operation/popup/strategy/v2?platformType=WEB&lang=en-GB&zoneId=Europe/Kiev", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.25a55fd4.1751496817.32d6442a", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "3497", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:37 GMT", + "expires": "Wed, 02 Jul 2025 22:53:37 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=236, origin; dur=29, ak_p; desc=\"1751496817025_3563037989_852902954_26663_22925_7_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.625" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.709320", + "url": "https://www.mexc.com/api/activity/contract/stimulate_config/profits?lang=en-GB&type=INCOME", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.25a55fd4.1751496817.32d64467", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "688", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:37 GMT", + "expires": "Wed, 02 Jul 2025 22:53:37 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=236, origin; dur=4, ak_p; desc=\"1751496817056_3563037989_852903015_24274_26422_7_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.626" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.710324", + "url": "https://www.mexc.com/api/platform/site_info/placements/main_customer_chat?platformType=2&category=NONE", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.25a55fd4.1751496817.32d6474b", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "82", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:37 GMT", + "expires": "Wed, 02 Jul 2025 22:53:37 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=HIT, edge; dur=1, ak_p; desc=\"1751496817548_3563037989_852903755_109_25960_6_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "Hit from child" + }, + "requestId": "253356.628" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.710324", + "url": "https://www.mexc.com/api/platform/site_info/placements/main_customer_chat_channel?platformType=1&category=NONE", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.25a55fd4.1751496817.32d64787", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "548", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:37 GMT", + "expires": "Wed, 02 Jul 2025 22:53:37 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=HIT, edge; dur=1, ak_p; desc=\"1751496817583_3563037989_852903815_415_25274_6_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "Hit from child" + }, + "requestId": "253356.629" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.711322", + "url": "https://www.mexc.com/api/operation/popup/config?platformType=WEB&lang=en-GB", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.25a55fd4.1751496817.32d647d5", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "1036", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:37 GMT", + "expires": "Wed, 02 Jul 2025 22:53:37 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=234, origin; dur=5, ak_p; desc=\"1751496817641_3563037989_852903893_23978_24761_6_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.630" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.737837", + "url": "https://futures.mexc.com/api/v1/contract/systemSetting", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-allow-origin": "https://www.mexc.com", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496818.32d64cb9", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "br", + "content-length": "464", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:38 GMT", + "expires": "Wed, 02 Jul 2025 22:53:38 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=HIT, edge; dur=1, ak_p; desc=\"1751496818448_3563037989_852905145_99_17798_6_0_219\";dur=1", + "x-cache": "Hit from child" + }, + "requestId": "253356.640" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.737837", + "url": "https://www.mexc.com/api/platform/spot/market-v2/web/tickers?openPriceMode=2", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.25a55fd4.1751496818.32d64cd6", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:38 GMT", + "expires": "Wed, 02 Jul 2025 22:53:38 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=HIT, edge; dur=51, origin; dur=0, ak_p; desc=\"1751496818474_3563037989_852905174_5480_21972_6_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "Miss from child, TCP_MEM_HIT from a95-101-55-88.deploy.akamaitechnologies.com (AkamaiGHost/22.1.5-3117971c8e766d2067e9a32e654e7386) (-) from parent" + }, + "requestId": "253356.643" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:37.738838", + "url": "https://www.mexc.com/api/platform/asset/api/deposit/guide/activity?type=3", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.25a55fd4.1751496818.32d64cb6", + "cache-control": "max-age=0, no-cache, no-store", + "content-length": "374", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:38 GMT", + "expires": "Wed, 02 Jul 2025 22:53:38 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "processed": "true", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=238, origin; dur=7, ak_p; desc=\"1751496818448_3563037989_852905142_24501_19131_10_0_219\";dur=1", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.638" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:40.002690", + "url": "https://www.mexc.com/api/common/ping", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.25a55fd4.1751496821.32d65cca", + "cache-control": "max-age=0, no-cache, no-store", + "content-length": "30", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:41 GMT", + "expires": "Wed, 02 Jul 2025 22:53:41 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=279, origin; dur=4, ak_p; desc=\"1751496821411_3563037989_852909258_28392_14881_8_0_219\";dur=1", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.666" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:46.631668", + "url": "https://futures.mexc.com/api/v1/contract/ping", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496827.32d67ec1", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "72", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:48 GMT", + "expires": "Wed, 02 Jul 2025 22:53:48 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=278, origin; dur=5, ak_p; desc=\"1751496827812_3563037989_852917953_28398_14520_7_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.676" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:50.679443", + "url": "https://futures.mexc.com/api/v1/contract/detailV2?client=web", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496832.32d6954d", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "br", + "content-length": "131893", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:52 GMT", + "expires": "Wed, 02 Jul 2025 22:53:52 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=REVALIDATE, edge; dur=60, origin; dur=233, ak_p; desc=\"1751496832040_3563037989_852923725_29314_12874_7_0_219\";dur=1", + "x-cache": "Miss from child, TCP_REFRESH_MISS from a95-101-55-88.deploy.akamaitechnologies.com (AkamaiGHost/22.1.5-3117971c8e766d2067e9a32e654e7386) (S) from parent" + }, + "requestId": "253356.682" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:51.690887", + "url": "https://futures.mexc.com/api/v1/private/account/risk_limit", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496832.32d69951", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "15099", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:53 GMT", + "expires": "Wed, 02 Jul 2025 22:53:53 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=298, origin; dur=18, ak_p; desc=\"1751496832788_3563037989_852924753_31682_13115_53_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.683" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:52.194605", + "url": "https://futures.mexc.com/api/v1/private/position/leverage?symbol=ETH_USDT", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496833.32d69cc7", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "161", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:53 GMT", + "expires": "Wed, 02 Jul 2025 22:53:53 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=287, origin; dur=8, ak_p; desc=\"1751496833453_3563037989_852925639_29495_13684_42_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.685" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:52.705756", + "url": "https://futures.mexc.com/api/v1/private/account/contract/fee_rate?", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496834.32d6a00b", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "13165", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:54 GMT", + "expires": "Wed, 02 Jul 2025 22:53:54 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=302, origin; dur=10, ak_p; desc=\"1751496834104_3563037989_852926475_31186_19920_38_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.688" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:53:58.337905", + "url": "https://futures.mexc.com/api/v1/contract/ping", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496839.32d6bc1b", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "72", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:53:59 GMT", + "expires": "Wed, 02 Jul 2025 22:53:59 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=286, origin; dur=7, ak_p; desc=\"1751496839459_3563037989_852933659_29327_13696_31_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.692" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:54:06.124442", + "url": "https://www.mexc.com/api/customer/monitor/device_info/job?memberId=21a8728990b84f4fa3ae64c8004b4aaa&endpoint=WEB", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.25a55fd4.1751496847.32d6e8af", + "cache-control": "max-age=0, no-cache, no-store", + "content-length": "62", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:54:07 GMT", + "expires": "Wed, 02 Jul 2025 22:54:07 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=283, origin; dur=4, ak_p; desc=\"1751496847563_3563037989_852945071_28693_14306_23_0_219\";dur=1", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.699" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:54:09.670861", + "url": "https://futures.mexc.com/api/v1/contract/ping", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496851.32d6fd7f", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "72", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:54:11 GMT", + "expires": "Wed, 02 Jul 2025 22:54:11 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=282, origin; dur=5, ak_p; desc=\"1751496851107_3563037989_852950399_28683_12263_20_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.702" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:54:13.254804", + "url": "https://futures.mexc.com/api/v1/contract/detailV2?client=web", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-allow-origin": "https://www.mexc.com", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496854.32d71312", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "br", + "content-length": "131893", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:54:14 GMT", + "expires": "Wed, 02 Jul 2025 22:54:14 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=HIT, edge; dur=40, origin; dur=0, ak_p; desc=\"1751496854895_3563037989_852955922_4012_16136_16_0_219\";dur=1", + "x-cache": "Miss from child, TCP_HIT from a95-101-55-89.deploy.akamaitechnologies.com (AkamaiGHost/22.1.5-3117971c8e766d2067e9a32e654e7386) (-) from parent" + }, + "requestId": "253356.708" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:54:14.268458", + "url": "https://futures.mexc.com/api/v1/private/account/risk_limit", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496855.32d7160e", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "15099", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:54:15 GMT", + "expires": "Wed, 02 Jul 2025 22:54:15 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=309, origin; dur=18, ak_p; desc=\"1751496855448_3563037989_852956686_32749_12828_15_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.709" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:54:14.779515", + "url": "https://futures.mexc.com/api/v1/private/position/leverage?symbol=ETH_USDT", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496856.32d71a11", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "161", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:54:16 GMT", + "expires": "Wed, 02 Jul 2025 22:54:16 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=283, origin; dur=9, ak_p; desc=\"1751496856123_3563037989_852957713_29286_16667_14_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.711" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:54:15.285898", + "url": "https://futures.mexc.com/api/v1/private/account/contract/fee_rate?", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496856.32d71dba", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "13165", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:54:17 GMT", + "expires": "Wed, 02 Jul 2025 22:54:17 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=289, origin; dur=12, ak_p; desc=\"1751496856770_3563037989_852958650_30069_19142_13_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.714" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:54:20.695564", + "url": "https://futures.mexc.com/api/v1/contract/systemSetting", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-allow-origin": "https://www.mexc.com", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496861.32d7389f", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "br", + "content-length": "464", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:54:21 GMT", + "expires": "Wed, 02 Jul 2025 22:54:21 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=HIT, edge; dur=46, origin; dur=0, ak_p; desc=\"1751496861824_3563037989_852965535_4689_21073_13_0_219\";dur=1", + "x-cache": "Miss from child, TCP_MEM_HIT from a95-101-55-88.deploy.akamaitechnologies.com (AkamaiGHost/22.1.5-3117971c8e766d2067e9a32e654e7386) (-) from parent" + }, + "requestId": "253356.721" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:54:20.695564", + "url": "https://www.mexc.com/api/platform/spot/market-v2/web/tickers?openPriceMode=2", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.25a55fd4.1751496861.32d738f2", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:54:22 GMT", + "expires": "Wed, 02 Jul 2025 22:54:22 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=HIT, edge; dur=50, origin; dur=0, ak_p; desc=\"1751496861879_3563037989_852965618_5196_23102_12_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "Miss from child, TCP_MEM_HIT from a95-101-55-89.deploy.akamaitechnologies.com (AkamaiGHost/22.1.5-3117971c8e766d2067e9a32e654e7386) (-) from parent" + }, + "requestId": "253356.736" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:54:20.696564", + "url": "https://www.mexc.com/api/platform/asset/api/deposit/guide/activity?type=3", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.25a55fd4.1751496861.32d7388e", + "cache-control": "max-age=0, no-cache, no-store", + "content-length": "374", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:54:22 GMT", + "expires": "Wed, 02 Jul 2025 22:54:22 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "processed": "true", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=236, origin; dur=6, ak_p; desc=\"1751496861807_3563037989_852965518_24316_19227_13_0_219\";dur=1", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.719" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:54:20.696564", + "url": "https://www.mexc.com/api/platform/asset/api/asset/overview/convert/v2", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.25a55fd4.1751496861.32d738a4", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "502", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:54:22 GMT", + "expires": "Wed, 02 Jul 2025 22:54:22 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "processed": "true", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=236, origin; dur=7, ak_p; desc=\"1751496861825_3563037989_852965540_24524_17633_11_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.723" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:54:20.696564", + "url": "https://www.mexc.com/api/platform/asset/api/deposit/guide/activity?type=1", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.25a55fd4.1751496861.32d738a5", + "cache-control": "max-age=0, no-cache, no-store", + "content-length": "374", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:54:22 GMT", + "expires": "Wed, 02 Jul 2025 22:54:22 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "processed": "true", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=234, origin; dur=6, ak_p; desc=\"1751496861825_3563037989_852965541_24223_19453_11_0_219\";dur=1", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.724" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:54:20.696564", + "url": "https://www.mexc.com/api/platform/asset/api/asset/robot/convert/show", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.25a55fd4.1751496861.32d738a6", + "cache-control": "max-age=0, no-cache, no-store", + "content-length": "64", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:54:22 GMT", + "expires": "Wed, 02 Jul 2025 22:54:22 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "processed": "true", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=248, origin; dur=6, ak_p; desc=\"1751496861826_3563037989_852965542_25626_17381_11_0_219\";dur=1", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.725" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:54:20.696564", + "url": "https://www.mexc.com/api/activity/contract/activities/relations", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.25a55fd4.1751496861.32d738a8", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "2461", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:54:22 GMT", + "expires": "Wed, 02 Jul 2025 22:54:22 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=234, origin; dur=42, ak_p; desc=\"1751496861826_3563037989_852965544_27846_17120_9_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.728" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:54:20.696564", + "url": "https://www.mexc.com/api/dex/v1/data/get_like_list", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.25a55fd4.1751496861.32d738fa", + "cache-control": "max-age=0, no-cache, no-store", + "content-length": "72", + "content-type": "application/json; charset=utf-8", + "date": "Wed, 02 Jul 2025 22:54:22 GMT", + "expires": "Wed, 02 Jul 2025 22:54:22 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=238, origin; dur=6, ak_p; desc=\"1751496861883_3563037989_852965626_25066_24006_6_0_219\";dur=1", + "traceparent": "00-52ff8778cae4e68a32b5d1e9e94aaa51-2cd58f2791eedb20-00", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.742" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:54:20.696564", + "url": "https://futures.mexc.com/api/v1/contract/headerNew?lang=en-GB", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496861.32d738a1", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "3243", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:54:22 GMT", + "expires": "Wed, 02 Jul 2025 22:54:22 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=294, origin; dur=16, ak_p; desc=\"1751496861824_3563037989_852965537_30998_19492_6_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.722" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:54:21.229303", + "url": "https://futures.mexc.com/api/v1/contract/ping", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496862.32d73d6b", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "72", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:54:23 GMT", + "expires": "Wed, 02 Jul 2025 22:54:23 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=280, origin; dur=5, ak_p; desc=\"1751496862744_3563037989_852966763_28544_14488_5_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.744" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:54:22.753190", + "url": "https://futures.mexc.com/api/v1/private/position/order/calc_liquidate_price/v2", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496864.32d74558", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "106", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:54:24 GMT", + "expires": "Wed, 02 Jul 2025 22:54:24 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=288, origin; dur=9, ak_p; desc=\"1751496864182_3563037989_852968792_29840_6350_5_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.749" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:54:24.912722", + "url": "https://www.mexc.com/ucgateway/captcha_api/captcha/robot/robot.future.openlong.ETH_USDT.300X", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.25a55fd4.1751496865.32d74d26", + "cache-control": "max-age=0, no-cache, no-store", + "content-disposition": "inline;filename=f.txt", + "content-length": "63", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:54:25 GMT", + "expires": "Wed, 02 Jul 2025 22:54:25 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=256, origin; dur=6, ak_p; desc=\"1751496865602_3563037989_852970790_26317_22546_5_0_219\";dur=1", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.755" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:54:24.913723", + "url": "https://futures.mexc.com/api/v1/private/order/create?mhash=c25cd71a3e959f32985f27ac29c5484e", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496865.32d74ab4", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "101", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:54:26 GMT", + "expires": "Wed, 02 Jul 2025 22:54:26 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=776, origin; dur=72, ak_p; desc=\"1751496865199_3563037989_852970164_84770_13419_5_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.753" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:54:25.435196", + "url": "https://futures.mexc.com/api/v1/private/order/list/history_orders?category=1&page_num=1&page_size=100&states=3&symbol=ETH_USDT", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496866.32d750cc", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "10019", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:54:26 GMT", + "expires": "Wed, 02 Jul 2025 22:54:26 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=285, origin; dur=19, ak_p; desc=\"1751496866281_3563037989_852971724_30502_13916_5_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.760" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:54:31.126158", + "url": "https://www.mexc.com/ucgateway/captcha_api/captcha/robot/robot.future.closelong.ETH_USDT.300X", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.25a55fd4.1751496872.32d7734e", + "cache-control": "max-age=0, no-cache, no-store", + "content-disposition": "inline;filename=f.txt", + "content-length": "63", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:54:32 GMT", + "expires": "Wed, 02 Jul 2025 22:54:32 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=244, origin; dur=6, ak_p; desc=\"1751496872573_3563037989_852980558_24993_24726_5_0_219\";dur=1", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.772" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:54:33.154533", + "url": "https://futures.mexc.com/api/v1/contract/ping", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496874.32d77cb4", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "72", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:54:34 GMT", + "expires": "Wed, 02 Jul 2025 22:54:34 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=290, origin; dur=5, ak_p; desc=\"1751496874454_3563037989_852982964_29484_13944_6_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.779" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:54:34.177594", + "url": "https://www.mexc.com/api/operation/trend/contract/symbols/contract_favorite/trigger_thresholds", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.25a55fd4.1751496875.32d780f5", + "cache-control": "max-age=0, no-cache, no-store", + "content-length": "232", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:54:35 GMT", + "expires": "Wed, 02 Jul 2025 22:54:35 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=245, origin; dur=14, ak_p; desc=\"1751496875268_3563037989_852984053_25862_20820_6_0_219\";dur=1", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.790" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:54:36.233354", + "url": "https://www.mexc.com/api/customer/monitor/device_info/job?memberId=21a8728990b84f4fa3ae64c8004b4aaa&endpoint=WEB", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.25a55fd4.1751496877.32d78b7b", + "cache-control": "max-age=0, no-cache, no-store", + "content-length": "62", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:54:37 GMT", + "expires": "Wed, 02 Jul 2025 22:54:37 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=249, origin; dur=6, ak_p; desc=\"1751496877563_3563037989_852986747_25510_15020_6_0_219\";dur=1", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.799" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:54:36.234354", + "url": "https://futures.mexc.com/api/v1/contract/detailV2?client=web", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496877.32d78b3b", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "br", + "content-length": "131893", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:54:37 GMT", + "expires": "Wed, 02 Jul 2025 22:54:37 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=REVALIDATE, edge; dur=71, origin; dur=232, ak_p; desc=\"1751496877510_3563037989_852986683_30328_12675_7_0_219\";dur=1", + "x-cache": "Miss from child, TCP_REFRESH_MISS from a95-101-55-88.deploy.akamaitechnologies.com (AkamaiGHost/22.1.5-3117971c8e766d2067e9a32e654e7386) (S) from parent" + }, + "requestId": "253356.797" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:54:36.782385", + "url": "https://futures.mexc.com/api/v1/private/account/risk_limit", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496878.32d78e94", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "15099", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:54:38 GMT", + "expires": "Wed, 02 Jul 2025 22:54:38 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=289, origin; dur=17, ak_p; desc=\"1751496878222_3563037989_852987540_30582_13190_13_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.802" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:54:36.782385", + "url": "https://www.mexc.com/ucgateway/captcha_api/captcha/robot/robot.future.closelong.ETH_USDT.300X", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.25a55fd4.1751496878.32d78f1a", + "cache-control": "max-age=0, no-cache, no-store", + "content-disposition": "inline;filename=f.txt", + "content-length": "63", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:54:38 GMT", + "expires": "Wed, 02 Jul 2025 22:54:38 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=248, origin; dur=7, ak_p; desc=\"1751496878315_3563037989_852987674_25477_25109_12_0_219\";dur=1", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.803" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:54:37.794738", + "url": "https://futures.mexc.com/api/v1/private/position/leverage?symbol=ETH_USDT", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.25a55fd4.1751496878.32d79197", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "161", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:54:39 GMT", + "expires": "Wed, 02 Jul 2025 22:54:39 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=287, origin; dur=8, ak_p; desc=\"1751496878873_3563037989_852988311_29497_15707_11_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.807" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:54:38.299063", + "url": "https://futures.mexc.com/api/v1/private/account/contract/fee_rate?", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.1fa55fd4.1751496879.2a137807", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "13165", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:54:39 GMT", + "expires": "Wed, 02 Jul 2025 22:54:39 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=308, origin; dur=11, ak_p; desc=\"1751496879514_3563037983_705918983_31923_19725_13_16_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.809" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:54:44.930660", + "url": "https://futures.mexc.com/api/v1/contract/ping", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.1fa55fd4.1751496886.2a138c1b", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "72", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:54:46 GMT", + "expires": "Wed, 02 Jul 2025 22:54:46 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=277, origin; dur=5, ak_p; desc=\"1751496886085_3563037983_705924123_28190_17506_12_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.821" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:54:56.397506", + "url": "https://futures.mexc.com/api/v1/contract/ping", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.1fa55fd4.1751496897.2a13aeba", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "72", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:54:58 GMT", + "expires": "Wed, 02 Jul 2025 22:54:58 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=277, origin; dur=5, ak_p; desc=\"1751496897830_3563037983_705932986_28240_13625_15_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.867" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:54:57.492551", + "url": "https://futures.mexc.com/api/v1/private/position/order/calc_liquidate_price/v2", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.1fa55fd4.1751496898.2a13b0b6", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "100", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:54:58 GMT", + "expires": "Wed, 02 Jul 2025 22:54:58 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=286, origin; dur=10, ak_p; desc=\"1751496898509_3563037983_705933494_29627_7906_12_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.869" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:54:58.518240", + "url": "https://futures.mexc.com/api/v1/contract/detailV2?client=web", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-allow-origin": "https://www.mexc.com", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.1fa55fd4.1751496900.2a13b671", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "br", + "content-length": "131893", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:55:00 GMT", + "expires": "Wed, 02 Jul 2025 22:55:00 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=HIT, edge; dur=40, origin; dur=0, ak_p; desc=\"1751496900310_3563037983_705934961_3994_13415_11_0_219\";dur=1", + "x-cache": "Miss from child, TCP_HIT from a95-101-55-88.deploy.akamaitechnologies.com (AkamaiGHost/22.1.5-3117971c8e766d2067e9a32e654e7386) (-) from parent" + }, + "requestId": "253356.873" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:54:59.530530", + "url": "https://futures.mexc.com/api/v1/private/account/risk_limit", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.1fa55fd4.1751496900.2a13b79d", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "15099", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:55:01 GMT", + "expires": "Wed, 02 Jul 2025 22:55:01 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=287, origin; dur=15, ak_p; desc=\"1751496900717_3563037983_705935261_30279_14215_14_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.874" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:55:00.037027", + "url": "https://futures.mexc.com/api/v1/private/position/leverage?symbol=ETH_USDT", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.1fa55fd4.1751496901.2a13ba2c", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "161", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:55:01 GMT", + "expires": "Wed, 02 Jul 2025 22:55:01 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=297, origin; dur=8, ak_p; desc=\"1751496901376_3563037983_705935916_30433_16634_12_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.876" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:55:00.553799", + "url": "https://futures.mexc.com/api/v1/private/account/contract/fee_rate?", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.1fa55fd4.1751496902.2a13bc08", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "13165", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:55:02 GMT", + "expires": "Wed, 02 Jul 2025 22:55:02 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=241, origin; dur=10, ak_p; desc=\"1751496902050_3563037983_705936392_25103_26443_11_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.883" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:55:01.737346", + "url": "https://www.mexc.com/ucgateway/captcha_api/captcha/robot/robot.future.openlong.ETH_USDT.300X", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.1fa55fd4.1751496902.2a13bd27", + "cache-control": "max-age=0, no-cache, no-store", + "content-disposition": "inline;filename=f.txt", + "content-length": "63", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:55:02 GMT", + "expires": "Wed, 02 Jul 2025 22:55:02 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=292, origin; dur=5, ak_p; desc=\"1751496902431_3563037983_705936679_29657_23058_10_0_219\";dur=1", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.884" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:55:02.341387", + "url": "https://futures.mexc.com/api/v1/private/order/create?mhash=c25cd71a3e959f32985f27ac29c5484e", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.1fa55fd4.1751496902.2a13bbf5", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "101", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:55:02 GMT", + "expires": "Wed, 02 Jul 2025 22:55:02 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=849, origin; dur=71, ak_p; desc=\"1751496902034_3563037983_705936373_93091_15341_10_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.881" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:55:02.343387", + "url": "https://futures.mexc.com/api/v1/private/order/list/history_orders?category=1&page_num=1&page_size=100&states=3&symbol=ETH_USDT", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.1fa55fd4.1751496903.2a13bf4e", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "9980", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:55:03 GMT", + "expires": "Wed, 02 Jul 2025 22:55:03 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=236, origin; dur=17, ak_p; desc=\"1751496903183_3563037983_705937230_25331_14241_9_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.889" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:55:05.726464", + "url": "https://futures.mexc.com/api/v1/private/order/create?mhash=c25cd71a3e959f32985f27ac29c5484e", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.1fa55fd4.1751496905.2a13c670", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "101", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:55:06 GMT", + "expires": "Wed, 02 Jul 2025 22:55:06 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=638, origin; dur=64, ak_p; desc=\"1751496905633_3563037983_705939056_70203_13289_8_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.895" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:55:05.727464", + "url": "https://www.mexc.com/ucgateway/captcha_api/captcha/robot/robot.future.closelong.ETH_USDT.300X", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.1fa55fd4.1751496906.2a13c78e", + "cache-control": "max-age=0, no-cache, no-store", + "content-disposition": "inline;filename=f.txt", + "content-length": "63", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:55:06 GMT", + "expires": "Wed, 02 Jul 2025 22:55:06 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=296, origin; dur=7, ak_p; desc=\"1751496906041_3563037983_705939342_30338_22623_8_0_219\";dur=1", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.896" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:55:05.729467", + "url": "https://futures.mexc.com/api/v1/private/order/list/history_orders?category=1&page_num=1&page_size=100&states=3&symbol=ETH_USDT", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.1fa55fd4.1751496906.2a13c93c", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "9954", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:55:06 GMT", + "expires": "Wed, 02 Jul 2025 22:55:06 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=301, origin; dur=18, ak_p; desc=\"1751496906592_3563037983_705939772_31899_13921_8_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.899" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:55:06.235651", + "url": "https://www.mexc.com/api/customer/monitor/device_info/job?memberId=21a8728990b84f4fa3ae64c8004b4aaa&endpoint=WEB", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.1fa55fd4.1751496907.2a13cbe2", + "cache-control": "max-age=0, no-cache, no-store", + "content-length": "62", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:55:07 GMT", + "expires": "Wed, 02 Jul 2025 22:55:07 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=235, origin; dur=5, ak_p; desc=\"1751496907553_3563037983_705940450_24011_15566_7_0_219\";dur=1", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.901" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:55:08.396262", + "url": "https://futures.mexc.com/api/v1/contract/ping", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.1fa55fd4.1751496909.2a13d1e2", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "72", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:55:09 GMT", + "expires": "Wed, 02 Jul 2025 22:55:09 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=234, origin; dur=5, ak_p; desc=\"1751496909587_3563037983_705941986_23916_14600_7_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.935" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:55:11.225768", + "url": "https://futures.mexc.com/api/v1/private/order/create?mhash=c25cd71a3e959f32985f27ac29c5484e", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.1fa55fd4.1751496912.2a13d8be", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "101", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:55:12 GMT", + "expires": "Wed, 02 Jul 2025 22:55:12 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=574, origin; dur=67, ak_p; desc=\"1751496912045_3563037983_705943742_64188_12833_8_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.943" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:55:11.227766", + "url": "https://www.mexc.com/ucgateway/captcha_api/captcha/robot/robot.future.closelong.ETH_USDT.300X", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.1fa55fd4.1751496912.2a13d9df", + "cache-control": "max-age=0, no-cache, no-store", + "content-disposition": "inline;filename=f.txt", + "content-length": "63", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:55:12 GMT", + "expires": "Wed, 02 Jul 2025 22:55:12 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=288, origin; dur=7, ak_p; desc=\"1751496912449_3563037983_705944031_29529_24767_8_0_219\";dur=1", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.944" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:55:11.739544", + "url": "https://futures.mexc.com/api/v1/private/position/list/history_positions?page_num=1&page_size=20", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.1fa55fd4.1751496912.2a13dab4", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "2027", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:55:13 GMT", + "expires": "Wed, 02 Jul 2025 22:55:13 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=235, origin; dur=15, ak_p; desc=\"1751496912779_3563037983_705944244_24943_13838_8_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.947" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:55:11.740543", + "url": "https://futures.mexc.com/api/v1/private/order/list/history_orders?category=1&page_num=1&page_size=100&states=3&symbol=ETH_USDT", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.1fa55fd4.1751496912.2a13dac6", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "9932", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:55:13 GMT", + "expires": "Wed, 02 Jul 2025 22:55:13 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=247, origin; dur=23, ak_p; desc=\"1751496912832_3563037983_705944262_27065_13741_8_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.949" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:55:11.740543", + "url": "https://www.mexc.com/api/platform/asset/sys_balances?sys=SWAP", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.1fa55fd4.1751496912.2a13daba", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "1781", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:55:13 GMT", + "expires": "Wed, 02 Jul 2025 22:55:13 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "processed": "true", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=295, origin; dur=41, ak_p; desc=\"1751496912807_3563037983_705944250_33706_22059_8_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.948" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:55:19.995889", + "url": "https://futures.mexc.com/api/v1/contract/ping", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.1fa55fd4.1751496921.2a13f4d9", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "72", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:55:21 GMT", + "expires": "Wed, 02 Jul 2025 22:55:21 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=288, origin; dur=5, ak_p; desc=\"1751496921295_3563037983_705950937_29278_18245_7_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.957" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:55:21.517797", + "url": "https://futures.mexc.com/api/v1/contract/detailV2?client=web", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.1fa55fd4.1751496922.2a13f985", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "br", + "content-length": "131893", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:55:23 GMT", + "expires": "Wed, 02 Jul 2025 22:55:23 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=REVALIDATE, edge; dur=63, origin; dur=226, ak_p; desc=\"1751496922801_3563037983_705952133_29203_13846_7_0_219\";dur=1", + "x-cache": "Miss from child, TCP_REFRESH_MISS from a95-101-55-88.deploy.akamaitechnologies.com (AkamaiGHost/22.1.5-3117971c8e766d2067e9a32e654e7386) (S) from parent" + }, + "requestId": "253356.960" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:55:22.035865", + "url": "https://futures.mexc.com/api/v1/private/account/risk_limit", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.1fa55fd4.1751496923.2a13fb4d", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "15112", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:55:23 GMT", + "expires": "Wed, 02 Jul 2025 22:55:23 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=307, origin; dur=15, ak_p; desc=\"1751496923510_3563037983_705952589_32207_13804_21_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.962" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:55:23.069593", + "url": "https://futures.mexc.com/api/v1/private/position/leverage?symbol=ETH_USDT", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.1fa55fd4.1751496924.2a13fd00", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "161", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:55:24 GMT", + "expires": "Wed, 02 Jul 2025 22:55:24 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=291, origin; dur=10, ak_p; desc=\"1751496924162_3563037983_705953024_30076_15000_18_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.964" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:55:23.597160", + "url": "https://futures.mexc.com/api/v1/private/account/contract/fee_rate?", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.1fa55fd4.1751496924.2a13fee8", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "13165", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:55:25 GMT", + "expires": "Wed, 02 Jul 2025 22:55:25 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=241, origin; dur=9, ak_p; desc=\"1751496924801_3563037983_705953512_24889_18299_17_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.967" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:55:31.721673", + "url": "https://futures.mexc.com/api/v1/contract/ping", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.1fa55fd4.1751496932.2a141438", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "72", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:55:33 GMT", + "expires": "Wed, 02 Jul 2025 22:55:33 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=295, origin; dur=5, ak_p; desc=\"1751496932944_3563037983_705958968_29897_14002_14_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.973" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:55:34.787668", + "url": "https://www.mexc.com/api/operation/trend/contract/symbols/contract_favorite/trigger_thresholds", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.1fa55fd4.1751496935.2a141d0f", + "cache-control": "max-age=0, no-cache, no-store", + "content-length": "232", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:55:36 GMT", + "expires": "Wed, 02 Jul 2025 22:55:36 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=281, origin; dur=12, ak_p; desc=\"1751496935874_3563037983_705961231_29359_20567_9_0_219\";dur=1", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.985" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:55:36.311554", + "url": "https://www.mexc.com/api/customer/monitor/device_info/job?memberId=21a8728990b84f4fa3ae64c8004b4aaa&endpoint=WEB", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.1fa55fd4.1751496937.2a1422c1", + "cache-control": "max-age=0, no-cache, no-store", + "content-length": "62", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:55:37 GMT", + "expires": "Wed, 02 Jul 2025 22:55:37 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=248, origin; dur=4, ak_p; desc=\"1751496937550_3563037983_705962689_25274_15237_8_0_219\";dur=1", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.987" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:55:43.434733", + "url": "https://futures.mexc.com/api/v1/contract/ping", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.1fa55fd4.1751496944.2a143bac", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "72", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:55:44 GMT", + "expires": "Wed, 02 Jul 2025 22:55:44 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=276, origin; dur=5, ak_p; desc=\"1751496944562_3563037983_705969068_28078_14659_8_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.993" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:55:43.962085", + "url": "https://futures.mexc.com/api/v1/contract/detailV2?client=web", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-allow-origin": "https://www.mexc.com", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.1fa55fd4.1751496945.2a143e7f", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "br", + "content-length": "131893", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:55:45 GMT", + "expires": "Wed, 02 Jul 2025 22:55:45 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=HIT, edge; dur=39, origin; dur=0, ak_p; desc=\"1751496945452_3563037983_705969791_3889_13552_8_0_219\";dur=1", + "x-cache": "Miss from child, TCP_MEM_HIT from a95-101-55-88.deploy.akamaitechnologies.com (AkamaiGHost/22.1.5-3117971c8e766d2067e9a32e654e7386) (-) from parent" + }, + "requestId": "253356.995" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:55:44.479702", + "url": "https://futures.mexc.com/api/v1/private/account/risk_limit", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.1fa55fd4.1751496945.2a143fca", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "15099", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:55:46 GMT", + "expires": "Wed, 02 Jul 2025 22:55:46 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=296, origin; dur=19, ak_p; desc=\"1751496945908_3563037983_705970122_31782_12760_13_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.997" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:55:45.501044", + "url": "https://futures.mexc.com/api/v1/private/position/leverage?symbol=ETH_USDT", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.1fa55fd4.1751496946.2a1441c2", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "161", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:55:46 GMT", + "expires": "Wed, 02 Jul 2025 22:55:46 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=296, origin; dur=8, ak_p; desc=\"1751496946588_3563037983_705970626_30487_13835_11_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.1001" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:55:46.022784", + "url": "https://futures.mexc.com/api/v1/private/account/contract/fee_rate?", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.1fa55fd4.1751496947.2a1443aa", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "13165", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:55:47 GMT", + "expires": "Wed, 02 Jul 2025 22:55:47 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=294, origin; dur=10, ak_p; desc=\"1751496947246_3563037983_705971114_30491_20214_11_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.1004" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:55:54.706276", + "url": "https://futures.mexc.com/api/v1/contract/ping", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.1fa55fd4.1751496956.2a146056", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "72", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:55:56 GMT", + "expires": "Wed, 02 Jul 2025 22:55:56 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=277, origin; dur=5, ak_p; desc=\"1751496956237_3563037983_705978454_28160_13331_9_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.1008" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:56:06.392588", + "url": "https://www.mexc.com/api/customer/monitor/device_info/job?memberId=21a8728990b84f4fa3ae64c8004b4aaa&endpoint=WEB", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.1fa55fd4.1751496967.2a148419", + "cache-control": "max-age=0, no-cache, no-store", + "content-length": "62", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:56:07 GMT", + "expires": "Wed, 02 Jul 2025 22:56:07 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=287, origin; dur=6, ak_p; desc=\"1751496967563_3563037983_705987609_29310_15819_9_0_219\";dur=1", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.1017" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:56:06.394588", + "url": "https://futures.mexc.com/api/v1/contract/ping", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.1fa55fd4.1751496967.2a1484d8", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "72", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:56:08 GMT", + "expires": "Wed, 02 Jul 2025 22:56:08 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=294, origin; dur=9, ak_p; desc=\"1751496967898_3563037983_705987800_30282_12155_9_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.1018" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:56:06.942190", + "url": "https://futures.mexc.com/api/v1/contract/detailV2?client=web", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.1fa55fd4.1751496968.2a148518", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "br", + "content-length": "131893", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:56:08 GMT", + "expires": "Wed, 02 Jul 2025 22:56:08 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=REVALIDATE, edge; dur=62, origin; dur=228, ak_p; desc=\"1751496968011_3563037983_705987864_28976_13523_8_0_219\";dur=1", + "x-cache": "Miss from child, TCP_REFRESH_MISS from a95-101-55-88.deploy.akamaitechnologies.com (AkamaiGHost/22.1.5-3117971c8e766d2067e9a32e654e7386) (S) from parent" + }, + "requestId": "253356.1019" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:56:07.473692", + "url": "https://futures.mexc.com/api/v1/private/account/risk_limit", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.1fa55fd4.1751496968.2a1487db", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "15099", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:56:09 GMT", + "expires": "Wed, 02 Jul 2025 22:56:09 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=309, origin; dur=16, ak_p; desc=\"1751496968815_3563037983_705988571_32579_16492_9_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.1021" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:56:07.985313", + "url": "https://futures.mexc.com/api/v1/private/position/leverage?symbol=ETH_USDT", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.1fa55fd4.1751496969.2a148a73", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "161", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:56:09 GMT", + "expires": "Wed, 02 Jul 2025 22:56:09 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=287, origin; dur=8, ak_p; desc=\"1751496969486_3563037983_705989235_29510_12897_7_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.1024" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:56:09.043278", + "url": "https://futures.mexc.com/api/v1/private/account/contract/fee_rate?", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.1fa55fd4.1751496970.2a148c7e", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "13165", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:56:10 GMT", + "expires": "Wed, 02 Jul 2025 22:56:10 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=309, origin; dur=11, ak_p; desc=\"1751496970133_3563037983_705989758_32049_21767_7_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.1027" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:56:18.231934", + "url": "https://futures.mexc.com/api/v1/contract/ping", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.1fa55fd4.1751496979.2a14a9de", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "72", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:56:19 GMT", + "expires": "Wed, 02 Jul 2025 22:56:19 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=293, origin; dur=5, ak_p; desc=\"1751496979545_3563037983_705997278_29955_15493_8_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.1033" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:56:29.529388", + "url": "https://futures.mexc.com/api/v1/contract/detailV2?client=web", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.1fa55fd4.1751496990.2a14cb14", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "br", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:56:31 GMT", + "expires": "Wed, 02 Jul 2025 22:56:31 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=REVALIDATE, edge; dur=64, origin; dur=235, ak_p; desc=\"1751496990883_3563037983_706005780_29904_17622_13_0_219\";dur=1", + "x-cache": "Miss from child, TCP_REFRESH_MISS from a95-101-55-88.deploy.akamaitechnologies.com (AkamaiGHost/22.1.5-3117971c8e766d2067e9a32e654e7386) (S) from parent" + }, + "requestId": "253356.1040" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:56:30.043881", + "url": "https://futures.mexc.com/api/v1/contract/ping", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.1fa55fd4.1751496991.2a14cc06", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "72", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:56:31 GMT", + "expires": "Wed, 02 Jul 2025 22:56:31 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=286, origin; dur=6, ak_p; desc=\"1751496991176_3563037983_706006022_29242_15424_7_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.1041" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:56:30.046876", + "url": "https://futures.mexc.com/api/v1/private/account/risk_limit", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.1fa55fd4.1751496991.2a14cd6a", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "15112", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:56:31 GMT", + "expires": "Wed, 02 Jul 2025 22:56:31 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=244, origin; dur=15, ak_p; desc=\"1751496991573_3563037983_706006378_25923_14398_7_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.1044" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:56:31.083260", + "url": "https://futures.mexc.com/api/v1/private/position/leverage?symbol=ETH_USDT", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.1fa55fd4.1751496992.2a14cfd1", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "161", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:56:32 GMT", + "expires": "Wed, 02 Jul 2025 22:56:32 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=236, origin; dur=10, ak_p; desc=\"1751496992282_3563037983_706006993_24810_14603_6_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.1046" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:56:31.593373", + "url": "https://futures.mexc.com/api/v1/private/account/contract/fee_rate?", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.1fa55fd4.1751496992.2a14d1ab", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "13165", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:56:33 GMT", + "expires": "Wed, 02 Jul 2025 22:56:33 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=309, origin; dur=13, ak_p; desc=\"1751496992879_3563037983_706007467_32257_23055_6_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.1051" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:56:35.252641", + "url": "https://www.mexc.com/api/operation/trend/contract/symbols/contract_favorite/trigger_thresholds", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.1fa55fd4.1751496996.2a14dd97", + "cache-control": "max-age=0, no-cache, no-store", + "content-length": "232", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:56:36 GMT", + "expires": "Wed, 02 Jul 2025 22:56:36 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=279, origin; dur=10, ak_p; desc=\"1751496996566_3563037983_706010519_28899_20753_6_0_219\";dur=1", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.1060" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:56:36.265406", + "url": "https://www.mexc.com/api/customer/monitor/device_info/job?memberId=21a8728990b84f4fa3ae64c8004b4aaa&endpoint=WEB", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.1fa55fd4.1751496997.2a14e093", + "cache-control": "max-age=0, no-cache, no-store", + "content-length": "62", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:56:37 GMT", + "expires": "Wed, 02 Jul 2025 22:56:37 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=295, origin; dur=5, ak_p; desc=\"1751496997547_3563037983_706011283_30010_17188_7_0_219\";dur=1", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.1063" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:56:41.352389", + "url": "https://futures.mexc.com/api/v1/contract/ping", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.1fa55fd4.1751497002.2a14eec0", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "72", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:56:43 GMT", + "expires": "Wed, 02 Jul 2025 22:56:43 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=286, origin; dur=6, ak_p; desc=\"1751497002859_3563037983_706014912_29223_14359_7_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.1069" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:56:52.107620", + "url": "https://futures.mexc.com/api/v1/contract/detailV2?client=web", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-allow-origin": "https://www.mexc.com", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.1fa55fd4.1751497013.2a150e58", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "br", + "content-length": "131787", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:56:53 GMT", + "expires": "Wed, 02 Jul 2025 22:56:53 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=HIT, edge; dur=41, origin; dur=0, ak_p; desc=\"1751497013706_3563037983_706023000_4099_14376_6_0_219\";dur=1", + "x-cache": "Miss from child, TCP_HIT from a95-101-55-88.deploy.akamaitechnologies.com (AkamaiGHost/22.1.5-3117971c8e766d2067e9a32e654e7386) (-) from parent" + }, + "requestId": "253356.1077" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:56:52.618991", + "url": "https://futures.mexc.com/api/v1/private/account/risk_limit", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.1fa55fd4.1751497014.2a150f6f", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "15099", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:56:54 GMT", + "expires": "Wed, 02 Jul 2025 22:56:54 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=239, origin; dur=21, ak_p; desc=\"1751497014139_3563037983_706023279_25995_14782_7_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.1078" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:56:53.128185", + "url": "https://futures.mexc.com/api/v1/contract/ping", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.1fa55fd4.1751497014.2a151042", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "72", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:56:54 GMT", + "expires": "Wed, 02 Jul 2025 22:56:54 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=276, origin; dur=6, ak_p; desc=\"1751497014471_3563037983_706023490_28171_12858_7_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.1079" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:56:53.128185", + "url": "https://futures.mexc.com/api/v1/private/position/leverage?symbol=ETH_USDT", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.1fa55fd4.1751497014.2a151106", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "161", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:56:54 GMT", + "expires": "Wed, 02 Jul 2025 22:56:54 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=233, origin; dur=8, ak_p; desc=\"1751497014732_3563037983_706023686_24100_13502_6_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.1080" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:56:54.168035", + "url": "https://futures.mexc.com/api/v1/private/account/contract/fee_rate?", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.1fa55fd4.1751497015.2a1512ca", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "13165", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:56:55 GMT", + "expires": "Wed, 02 Jul 2025 22:56:55 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=237, origin; dur=13, ak_p; desc=\"1751497015400_3563037983_706024138_25075_20558_6_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.1084" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:57:04.977383", + "url": "https://futures.mexc.com/api/v1/contract/ping", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.1fa55fd4.1751497026.2a1532c7", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "72", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:57:06 GMT", + "expires": "Wed, 02 Jul 2025 22:57:06 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=239, origin; dur=6, ak_p; desc=\"1751497026225_3563037983_706032327_24498_14872_11_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.1092" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:57:06.030438", + "url": "https://www.mexc.com/api/customer/monitor/device_info/job?memberId=21a8728990b84f4fa3ae64c8004b4aaa&endpoint=WEB", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.1fa55fd4.1751497027.2a153637", + "cache-control": "max-age=0, no-cache, no-store", + "content-length": "62", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:57:07 GMT", + "expires": "Wed, 02 Jul 2025 22:57:07 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=235, origin; dur=6, ak_p; desc=\"1751497027555_3563037983_706033207_24109_20741_10_0_219\";dur=1", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.1095" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:57:14.725215", + "url": "https://futures.mexc.com/api/v1/contract/detailV2?client=web", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-allow-origin": "https://www.mexc.com", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.1fa55fd4.1751497036.2a154eda", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "br", + "content-length": "131893", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:57:16 GMT", + "expires": "Wed, 02 Jul 2025 22:57:16 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=HIT, edge; dur=158, origin; dur=0, ak_p; desc=\"1751497036147_3563037983_706039514_15644_14002_9_0_219\";dur=1", + "x-cache": "Miss from child, TCP_HIT from a95-101-55-84.deploy.akamaitechnologies.com (AkamaiGHost/22.1.5-3117971c8e766d2067e9a32e654e7386) (S) from parent" + }, + "requestId": "253356.1099" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:57:15.257305", + "url": "https://futures.mexc.com/api/v1/private/account/risk_limit", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.1fa55fd4.1751497036.2a155074", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "15112", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:57:17 GMT", + "expires": "Wed, 02 Jul 2025 22:57:17 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=251, origin; dur=19, ak_p; desc=\"1751497036767_3563037983_706039924_27001_12888_7_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.1101" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:57:16.305469", + "url": "https://futures.mexc.com/api/v1/private/position/leverage?symbol=ETH_USDT", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.1fa55fd4.1751497037.2a155219", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "161", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:57:17 GMT", + "expires": "Wed, 02 Jul 2025 22:57:17 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=236, origin; dur=8, ak_p; desc=\"1751497037412_3563037983_706040345_24414_14372_8_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.1103" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:57:16.306471", + "url": "https://futures.mexc.com/api/v1/contract/ping", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.1fa55fd4.1751497037.2a1552e5", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "72", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:57:18 GMT", + "expires": "Wed, 02 Jul 2025 22:57:18 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=249, origin; dur=6, ak_p; desc=\"1751497037803_3563037983_706040549_25559_13321_7_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.1104" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:57:16.940096", + "url": "https://futures.mexc.com/api/v1/private/account/contract/fee_rate?", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.1fa55fd4.1751497038.2a155378", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "13165", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:57:18 GMT", + "expires": "Wed, 02 Jul 2025 22:57:18 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=236, origin; dur=12, ak_p; desc=\"1751497038024_3563037983_706040696_24905_21023_7_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.1107" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:57:28.195824", + "url": "https://futures.mexc.com/api/v1/contract/ping", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.1fa55fd4.1751497049.2a157306", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "72", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:57:29 GMT", + "expires": "Wed, 02 Jul 2025 22:57:29 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=237, origin; dur=5, ak_p; desc=\"1751497049508_3563037983_706048774_24210_15958_12_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.1114" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:57:35.933087", + "url": "https://www.mexc.com/api/operation/trend/contract/symbols/contract_favorite/trigger_thresholds", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.1fa55fd4.1751497057.2a15886f", + "cache-control": "max-age=0, no-cache, no-store", + "content-length": "232", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:57:37 GMT", + "expires": "Wed, 02 Jul 2025 22:57:37 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=235, origin; dur=10, ak_p; desc=\"1751497057259_3563037983_706054255_24594_25292_7_0_219\";dur=1", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.1129" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:57:36.448929", + "url": "https://www.mexc.com/api/customer/monitor/device_info/job?memberId=21a8728990b84f4fa3ae64c8004b4aaa&endpoint=WEB", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.1fa55fd4.1751497057.2a15894a", + "cache-control": "max-age=0, no-cache, no-store", + "content-length": "62", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:57:37 GMT", + "expires": "Wed, 02 Jul 2025 22:57:37 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=236, origin; dur=4, ak_p; desc=\"1751497057561_3563037983_706054474_24038_20342_7_0_219\";dur=1", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.1131" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:57:37.466783", + "url": "https://futures.mexc.com/api/v1/contract/detailV2?client=web", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.1fa55fd4.1751497058.2a158c9d", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "br", + "content-length": "131893", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:57:39 GMT", + "expires": "Wed, 02 Jul 2025 22:57:39 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=REVALIDATE, edge; dur=56, origin; dur=230, ak_p; desc=\"1751497058770_3563037983_706055325_28636_14895_7_0_219\";dur=1", + "x-cache": "Miss from child, TCP_REFRESH_MISS from a95-101-55-84.deploy.akamaitechnologies.com (AkamaiGHost/22.1.5-3117971c8e766d2067e9a32e654e7386) (S) from parent" + }, + "requestId": "253356.1134" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:57:37.983007", + "url": "https://futures.mexc.com/api/v1/private/account/risk_limit", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.1fa55fd4.1751497059.2a158e76", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "15112", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:57:39 GMT", + "expires": "Wed, 02 Jul 2025 22:57:39 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=243, origin; dur=14, ak_p; desc=\"1751497059449_3563037983_706055798_25747_15438_10_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.1136" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:57:38.536764", + "url": "https://futures.mexc.com/api/v1/private/position/leverage?symbol=ETH_USDT", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.1fa55fd4.1751497060.2a159003", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "161", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:57:40 GMT", + "expires": "Wed, 02 Jul 2025 22:57:40 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=234, origin; dur=9, ak_p; desc=\"1751497060059_3563037983_706056195_24392_13662_9_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.1139" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:57:39.645860", + "url": "https://futures.mexc.com/api/v1/private/account/contract/fee_rate?", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.1fa55fd4.1751497060.2a1591c0", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "13165", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:57:40 GMT", + "expires": "Wed, 02 Jul 2025 22:57:40 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=238, origin; dur=12, ak_p; desc=\"1751497060652_3563037983_706056640_25028_22064_8_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.1141" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:57:39.647857", + "url": "https://futures.mexc.com/api/v1/contract/ping", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.1fa55fd4.1751497061.2a159337", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "72", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:57:41 GMT", + "expires": "Wed, 02 Jul 2025 22:57:41 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=234, origin; dur=5, ak_p; desc=\"1751497061171_3563037983_706057015_23933_15152_7_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.1143" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:57:51.390838", + "url": "https://futures.mexc.com/api/v1/contract/ping", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.1fa55fd4.1751497072.2a15ba88", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "72", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:57:53 GMT", + "expires": "Wed, 02 Jul 2025 22:57:53 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=235, origin; dur=5, ak_p; desc=\"1751497072769_3563037983_706067080_23963_14115_13_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.1152" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:57:58.123197", + "url": "https://www.mexc.com/api/activity/contract/stimulate_config/profits?lang=en-GB&type=INCOME", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.1fa55fd4.1751497079.2a15d0bd", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "684", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:57:59 GMT", + "expires": "Wed, 02 Jul 2025 22:57:59 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=234, origin; dur=5, ak_p; desc=\"1751497079630_3563037983_706072765_24030_23390_12_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.1159" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:57:59.648071", + "url": "https://futures.mexc.com/api/v1/contract/detailV2?client=web", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-allow-origin": "https://www.mexc.com", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.1fa55fd4.1751497081.2a15d5ce", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "br", + "content-length": "131824", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:58:01 GMT", + "expires": "Wed, 02 Jul 2025 22:58:01 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=HIT, edge; dur=41, origin; dur=0, ak_p; desc=\"1751497081398_3563037983_706074062_3838_15338_11_0_219\";dur=1", + "x-cache": "Miss from child, TCP_HIT from a95-101-55-84.deploy.akamaitechnologies.com (AkamaiGHost/22.1.5-3117971c8e766d2067e9a32e654e7386) (-) from parent" + }, + "requestId": "253356.1161" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:58:00.665073", + "url": "https://futures.mexc.com/api/v1/private/account/risk_limit", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.1fa55fd4.1751497081.2a15d6e5", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "15112", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:58:02 GMT", + "expires": "Wed, 02 Jul 2025 22:58:02 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=237, origin; dur=13, ak_p; desc=\"1751497081804_3563037983_706074341_25080_13997_9_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.1163" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:58:01.172767", + "url": "https://futures.mexc.com/api/v1/private/position/leverage?symbol=ETH_USDT", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.1fa55fd4.1751497082.2a15d8ab", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "161", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:58:02 GMT", + "expires": "Wed, 02 Jul 2025 22:58:02 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=236, origin; dur=10, ak_p; desc=\"1751497082417_3563037983_706074795_24650_14839_8_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.1164" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:58:01.678481", + "url": "https://futures.mexc.com/api/v1/private/account/contract/fee_rate?", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.1fa55fd4.1751497083.2a15da36", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "13165", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:58:03 GMT", + "expires": "Wed, 02 Jul 2025 22:58:03 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=235, origin; dur=9, ak_p; desc=\"1751497083008_3563037983_706075190_24490_19213_7_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.1167" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:58:03.245354", + "url": "https://futures.mexc.com/api/v1/contract/ping", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.1fa55fd4.1751497084.2a15de1f", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "72", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:58:04 GMT", + "expires": "Wed, 02 Jul 2025 22:58:04 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=233, origin; dur=6, ak_p; desc=\"1751497084384_3563037983_706076191_23957_16099_7_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.1169" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:58:06.311132", + "url": "https://www.mexc.com/api/customer/monitor/device_info/job?memberId=21a8728990b84f4fa3ae64c8004b4aaa&endpoint=WEB", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, cf-cache-status, x-cache", + "akamai-grn": "0.1fa55fd4.1751497087.2a15e704", + "cache-control": "max-age=0, no-cache, no-store", + "content-length": "62", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:58:07 GMT", + "expires": "Wed, 02 Jul 2025 22:58:07 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=287, origin; dur=3, ak_p; desc=\"1751497087579_3563037983_706078468_29035_19956_8_0_219\";dur=1", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.1176" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:58:14.485697", + "url": "https://futures.mexc.com/api/v1/contract/ping", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.1fa55fd4.1751497096.2a15fee2", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "gzip", + "content-length": "72", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:58:16 GMT", + "expires": "Wed, 02 Jul 2025 22:58:16 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=MISS, edge; dur=242, origin; dur=9, ak_p; desc=\"1751497096076_3563037983_706084578_25098_13530_8_0_219\";dur=1", + "vary": "Accept-Encoding", + "x-cache": "NotCacheable from child" + }, + "requestId": "253356.1179" + }, + { + "type": "response", + "timestamp": "2025-07-03T01:58:22.152875", + "url": "https://futures.mexc.com/api/v1/contract/detailV2?client=web", + "status": 200, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "ACCEPT, CONTENT-TYPE, X-MXC-SIGN, X-MXC-NONCE, LANGUAGE, VERSION, trochilus-trace-id, trochilus-uid, Authorization, NONCE, origin, timezone, device-id, platform, is-app, SIGNATURE, REQUEST-TIME, RECV-WINDOW, Pragma, Ucenter-Token, Ucenter-Via, x-web-sign, user-agent, timezone-login, captcha-token, siteSources, X-Device-Id, X-Client, x-language, expires, x-version, n-uuid, x-source, x-signature, n-timestamp, x-requested-with, responseType, mtoken, cs-desk-user-Authorization, cs-desk-customer-Authorization, x-csdesk-tenant-id", + "access-control-allow-methods": "POST, DELETE, PUT, GET, OPTIONS", + "access-control-allow-origin": "https://www.mexc.com", + "access-control-expose-headers": "x-cache, Content-Disposition", + "akamai-grn": "0.1fa55fd4.1751497103.2a16118f", + "cache-control": "max-age=0, no-cache, no-store", + "content-encoding": "br", + "content-length": "131881", + "content-type": "application/json", + "date": "Wed, 02 Jul 2025 22:58:23 GMT", + "expires": "Wed, 02 Jul 2025 22:58:23 GMT", + "nel": "{\"report_to\": \"nel\", \"max_age\": 2592000, \"response_headers\":[\"Akami-Grn\"] }", + "pragma": "no-cache", + "report-to": "{\"group\": \"nel\",\"max_age\": 2592000, \"endpoints\": [{\"url\":\"https://nel-cf.gotoda.co/nel/report\"},{\"url\":\"https://nel-akm.gotoda.co/nel/report\"}]}", + "server-timing": "cdn-cache; desc=HIT, edge; dur=39, origin; dur=0, ak_p; desc=\"1751497103669_3563037983_706089359_3927_13896_7_0_219\";dur=1", + "x-cache": "Miss from child, TCP_MEM_HIT from a95-101-55-84.deploy.akamaitechnologies.com (AkamaiGHost/22.1.5-3117971c8e766d2067e9a32e654e7386) (-) from parent" + }, + "requestId": "253356.1186" + } + ], + "summary": { + "total_requests": 218, + "total_responses": 218, + "capture_session": "20250703_015321" + } +} \ No newline at end of file