{"info":{"_postman_id":"abc7d22e-ad14-4c29-b7de-3345c9d965fb","name":"Binance USDs-M Futures API","description":"<html><head></head><body><p>Binance official supported Postman collections.<br></p>\n<ul>\n<li>API documents: <a href=\"https://binance-docs.github.io/apidocs/futures/en/\">https://binance-docs.github.io/apidocs/futures/en/</a></li>\n<li>Telegram: <a href=\"https://t.me/binance_api_english\">https://t.me/binance_api_english</a></li>\n<li>Open Issue at: <a href=\"https://github.com/binance-exchange/binance-api-postman\">https://github.com/binance-exchange/binance-api-postman</a></li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"9702163","collectionId":"abc7d22e-ad14-4c29-b7de-3345c9d965fb","publishedId":"2s9YC8xBhP","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-09-19T20:33:12.000Z"},"item":[{"name":"Market","item":[{"name":"Test Connectivity","id":"70598a34-4446-45a2-892d-e4e6603a4efb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{url}}/fapi/v1/ping","description":"<p>Test connectivity to the Rest API.</p>\n","urlObject":{"path":["fapi","v1","ping"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"70598a34-4446-45a2-892d-e4e6603a4efb"},{"name":"Check Server Time","id":"9dd816de-72ab-4b8b-90d0-2d1e47fd6399","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{url}}/fapi/v1/time","urlObject":{"path":["fapi","v1","time"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9dd816de-72ab-4b8b-90d0-2d1e47fd6399"},{"name":"Exchange Information","id":"60691aa2-493c-43ee-8670-1609b6571d41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{url}}/fapi/v1/exchangeInfo","urlObject":{"path":["fapi","v1","exchangeInfo"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"60691aa2-493c-43ee-8670-1609b6571d41"},{"name":"Order Book","id":"b762c032-e410-459e-b61d-ad4bf404c761","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{url}}/fapi/v1/depth?symbol=BTCUSDT","urlObject":{"path":["fapi","v1","depth"],"host":["{{url}}"],"query":[{"key":"symbol","value":"BTCUSDT"},{"disabled":true,"description":{"content":"<p>Default 100; max 1000. Valid limits:[5, 10, 20, 50, 100, 500, 1000]</p>\n","type":"text/plain"},"key":"limit","value":"100"}],"variable":[]}},"response":[],"_postman_id":"b762c032-e410-459e-b61d-ad4bf404c761"},{"name":"Recent Trades List","id":"94507bb0-e3eb-4da3-a71d-292f1608f23e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{url}}/fapi/v1/trades?symbol=BTCUSDT","urlObject":{"path":["fapi","v1","trades"],"host":["{{url}}"],"query":[{"key":"symbol","value":"BTCUSDT"},{"disabled":true,"description":{"content":"<p>Default 500; max 1000.</p>\n","type":"text/plain"},"key":"limit","value":"500"}],"variable":[]}},"response":[],"_postman_id":"94507bb0-e3eb-4da3-a71d-292f1608f23e"},{"name":"Old Trades Lookup (MARKET_DATA)","id":"9f2d9516-205d-4e47-83d9-17a4fe30242e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"X-MBX-APIKEY","type":"text","value":"{{binance-api-key}}"}],"url":"{{url}}/fapi/v1/historicalTrades?symbol=BTCUSDT","description":"<p>This endpoint need your API key only, not the secret key.</p>\n","urlObject":{"path":["fapi","v1","historicalTrades"],"host":["{{url}}"],"query":[{"key":"symbol","value":"BTCUSDT"},{"disabled":true,"description":{"content":"<p>Default 500; max 1000.</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"disabled":true,"key":"fromId","value":"''"}],"variable":[]}},"response":[],"_postman_id":"9f2d9516-205d-4e47-83d9-17a4fe30242e"},{"name":"Compressed/Aggregate Trades List","id":"5d376949-97dc-4aef-ae6b-89584bd13f28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{url}}/fapi/v1/aggTrades?symbol=BTCUSDT","urlObject":{"path":["fapi","v1","aggTrades"],"host":["{{url}}"],"query":[{"key":"symbol","value":"BTCUSDT"},{"disabled":true,"key":"fromId","value":null},{"disabled":true,"key":"startTime","value":null},{"disabled":true,"key":"endTime","value":null},{"disabled":true,"description":{"content":"<p>Default 500; max 1000.</p>\n","type":"text/plain"},"key":"limit","value":"500"}],"variable":[]}},"response":[],"_postman_id":"5d376949-97dc-4aef-ae6b-89584bd13f28"},{"name":"Kline/Candlestick Data","id":"ac5068c5-3e2e-401a-877f-153ee56213e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{url}}/fapi/v1/klines?symbol=BTCUSDT&interval=1h","description":"<p>Kline/candlestick bars for a symbol. Klines are uniquely identified by their open time.</p>\n","urlObject":{"path":["fapi","v1","klines"],"host":["{{url}}"],"query":[{"key":"symbol","value":"BTCUSDT"},{"description":{"content":"<p>1m, 1h, 1d</p>\n","type":"text/plain"},"key":"interval","value":"1h"},{"disabled":true,"key":"startTime","value":null},{"disabled":true,"key":"endTime","value":null},{"disabled":true,"description":{"content":"<p>Default 500; max 1500.</p>\n","type":"text/plain"},"key":"limit","value":"500"}],"variable":[]}},"response":[],"_postman_id":"ac5068c5-3e2e-401a-877f-153ee56213e3"},{"name":"Continuous Contract Kline/Candlestick Data","id":"9abebe0f-5f0d-4af1-bc6f-268636ff6bed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{url}}/fapi/v1/continuousKlines?pair=&contractType=&interval=","description":"<p>Kline/candlestick bars for a symbol. Klines are uniquely identified by their open time.</p>\n","urlObject":{"path":["fapi","v1","continuousKlines"],"host":["{{url}}"],"query":[{"key":"pair","value":""},{"key":"contractType","value":""},{"key":"interval","value":""},{"disabled":true,"key":"startTime","value":""},{"disabled":true,"key":"endTime","value":""},{"disabled":true,"key":"limit","value":""}],"variable":[]}},"response":[],"_postman_id":"9abebe0f-5f0d-4af1-bc6f-268636ff6bed"},{"name":"Index Price Kline/Candlestick Data","id":"6153596a-0987-44ad-965c-88fdada51449","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{url}}/fapi/v1/indexPriceKlines?pair=BTCUSDT&interval=1h","description":"<p>Kline/candlestick bars for the index price of a pair. Klines are uniquely identified by their open time.</p>\n","urlObject":{"path":["fapi","v1","indexPriceKlines"],"host":["{{url}}"],"query":[{"key":"pair","value":"BTCUSDT"},{"description":{"content":"<p>1m, 1h, 1d</p>\n","type":"text/plain"},"key":"interval","value":"1h"},{"disabled":true,"key":"startTime","value":null},{"disabled":true,"key":"endTime","value":null},{"disabled":true,"description":{"content":"<p>Default 500; max 1500.</p>\n","type":"text/plain"},"key":"limit","value":"500"}],"variable":[]}},"response":[],"_postman_id":"6153596a-0987-44ad-965c-88fdada51449"},{"name":"Mark Price Kline/Candlestick Data","id":"95714727-08f9-4fb9-90bc-09e93c300dd1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{url}}/fapi/v1/markPriceKlines?symbol=BTCUSDT&interval=1h","description":"<p>Kline/candlestick bars for the mark price of a symbol. Klines are uniquely identified by their open time.</p>\n","urlObject":{"path":["fapi","v1","markPriceKlines"],"host":["{{url}}"],"query":[{"key":"symbol","value":"BTCUSDT"},{"description":{"content":"<p>1m, 1h, 1d</p>\n","type":"text/plain"},"key":"interval","value":"1h"},{"disabled":true,"key":"startTime","value":null},{"disabled":true,"key":"endTime","value":null},{"disabled":true,"description":{"content":"<p>Default 500; max 1500.</p>\n","type":"text/plain"},"key":"limit","value":"500"}],"variable":[]}},"response":[],"_postman_id":"95714727-08f9-4fb9-90bc-09e93c300dd1"},{"name":"Mark Price","id":"344f7dc1-9d97-4842-9cef-c12e493420d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{url}}/fapi/v1/premiumIndex","description":"<p>Mark Price and Funding Rate</p>\n<p>Weight: 1</p>\n","urlObject":{"path":["fapi","v1","premiumIndex"],"host":["{{url}}"],"query":[{"disabled":true,"key":"symbol","value":""}],"variable":[]}},"response":[],"_postman_id":"344f7dc1-9d97-4842-9cef-c12e493420d4"},{"name":"Get Funding Rate History","id":"a2ea4e9e-b4c9-44a1-8058-3d7fe8c91aa5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{url}}/fapi/v1/fundingRate","description":"<p>Mark Price and Funding Rate</p>\n<p>Weight: 1</p>\n","urlObject":{"path":["fapi","v1","fundingRate"],"host":["{{url}}"],"query":[{"disabled":true,"key":"symbol","value":"BTCUSDT"},{"disabled":true,"key":"startTime","value":null},{"disabled":true,"key":"endTime","value":null},{"disabled":true,"key":"limit","value":"100"}],"variable":[]}},"response":[],"_postman_id":"a2ea4e9e-b4c9-44a1-8058-3d7fe8c91aa5"},{"name":"24hr Ticker Price Change Statistics","id":"4af898bc-b4d6-4779-abeb-39822876f00e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{url}}/fapi/v1/ticker/24hr","description":"<p>24 hour rolling window price change statistics.</p>\n<p>Careful when accessing this with no symbol.</p>\n<p>Weight:</p>\n<p>1 for a single symbol;</p>\n<p>40 when the symbol parameter is omitted</p>\n","urlObject":{"path":["fapi","v1","ticker","24hr"],"host":["{{url}}"],"query":[{"disabled":true,"key":"symbol","value":""}],"variable":[]}},"response":[],"_postman_id":"4af898bc-b4d6-4779-abeb-39822876f00e"},{"name":"Symbol Price Ticker","id":"04481623-0024-4625-a60c-7a1333aea287","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{url}}/fapi/v1/ticker/price","description":"<p>Latest price for a symbol or symbols.</p>\n","urlObject":{"path":["fapi","v1","ticker","price"],"host":["{{url}}"],"query":[{"disabled":true,"key":"symbol","value":""}],"variable":[]}},"response":[],"_postman_id":"04481623-0024-4625-a60c-7a1333aea287"},{"name":"Symbol Order Book Ticker","id":"b05bde34-04fe-485c-bc1d-5e64face4b27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{url}}/fapi/v1/ticker/bookTicker","description":"<p>Best price/qty on the order book for a symbol or symbols.</p>\n","urlObject":{"path":["fapi","v1","ticker","bookTicker"],"host":["{{url}}"],"query":[{"disabled":true,"key":"symbol","value":""}],"variable":[]}},"response":[],"_postman_id":"b05bde34-04fe-485c-bc1d-5e64face4b27"},{"name":"Open Interest","id":"90e2a529-5d71-407c-ad7e-5499c7f9c661","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{url}}/fapi/v1/openInterest?symbol=BTCUSDT","description":"<p>Get present open interest of a specific symbol.</p>\n","urlObject":{"path":["fapi","v1","openInterest"],"host":["{{url}}"],"query":[{"key":"symbol","value":"BTCUSDT"}],"variable":[]}},"response":[],"_postman_id":"90e2a529-5d71-407c-ad7e-5499c7f9c661"},{"name":"Open Interest Statistics","id":"e98bd383-7e76-4ac4-8853-1936ba66aa1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"X-MBX-APIKEY","type":"text","value":"{{binance-api-key}}"}],"url":"{{url}}/futures/data/openInterestHist?symbol=BTCUSDT&period=","description":"<p>Get present open interest of a specific symbol.</p>\n","urlObject":{"path":["futures","data","openInterestHist"],"host":["{{url}}"],"query":[{"key":"symbol","value":"BTCUSDT"},{"description":{"content":"<p>\"5m\",\"15m\",\"30m\",\"1h\",\"2h\",\"4h\",\"6h\",\"12h\",\"1d\"</p>\n","type":"text/plain"},"key":"period","value":""},{"disabled":true,"key":"limit","value":"30"},{"disabled":true,"key":"startTime","value":""},{"disabled":true,"key":"endTime","value":""}],"variable":[]}},"response":[],"_postman_id":"e98bd383-7e76-4ac4-8853-1936ba66aa1e"},{"name":"Top Trader Long/Short Ratio (Accounts)","id":"8a0401c4-5421-4467-a59a-ceb41ff18e83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{url}}/futures/data/topLongShortAccountRatio?symbol=BTCUSDT&period=","description":"<p>Get present open interest of a specific symbol.</p>\n","urlObject":{"path":["futures","data","topLongShortAccountRatio"],"host":["{{url}}"],"query":[{"key":"symbol","value":"BTCUSDT"},{"description":{"content":"<p>\"5m\",\"15m\",\"30m\",\"1h\",\"2h\",\"4h\",\"6h\",\"12h\",\"1d\"</p>\n","type":"text/plain"},"key":"period","value":""},{"disabled":true,"key":"limit","value":"30"},{"disabled":true,"key":"startTime","value":""},{"disabled":true,"key":"endTime","value":""}],"variable":[]}},"response":[],"_postman_id":"8a0401c4-5421-4467-a59a-ceb41ff18e83"},{"name":"Top Trader Long/Short Ratio (Positions)","id":"cf9b26e3-acf4-44a6-8138-67dc19a6a47f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{url}}/futures/data/topLongShortPositionRatio?symbol=BTCUSDT&period=","description":"<p>Get present open interest of a specific symbol.</p>\n","urlObject":{"path":["futures","data","topLongShortPositionRatio"],"host":["{{url}}"],"query":[{"key":"symbol","value":"BTCUSDT"},{"description":{"content":"<p>\"5m\",\"15m\",\"30m\",\"1h\",\"2h\",\"4h\",\"6h\",\"12h\",\"1d\"</p>\n","type":"text/plain"},"key":"period","value":""},{"disabled":true,"key":"limit","value":"30"},{"disabled":true,"key":"startTime","value":""},{"disabled":true,"key":"endTime","value":""}],"variable":[]}},"response":[],"_postman_id":"cf9b26e3-acf4-44a6-8138-67dc19a6a47f"},{"name":"Long/Short Ratio","id":"387d0636-bd43-4887-9d93-84d2b80120c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"X-MBX-APIKEY","type":"text","value":"{{binance-api-key}}"}],"url":"{{url}}/futures/data/globalLongShortAccountRatio?symbol=BTCUSDT&period=","description":"<p>Get present open interest of a specific symbol.</p>\n","urlObject":{"path":["futures","data","globalLongShortAccountRatio"],"host":["{{url}}"],"query":[{"key":"symbol","value":"BTCUSDT"},{"description":{"content":"<p>\"5m\",\"15m\",\"30m\",\"1h\",\"2h\",\"4h\",\"6h\",\"12h\",\"1d\"</p>\n","type":"text/plain"},"key":"period","value":""},{"disabled":true,"key":"limit","value":"30"},{"disabled":true,"key":"startTime","value":""},{"disabled":true,"key":"endTime","value":""}],"variable":[]}},"response":[],"_postman_id":"387d0636-bd43-4887-9d93-84d2b80120c0"},{"name":"Taker Buy/Sell Volume","id":"4f4142ae-5dcf-4fff-aff5-b4dd1a8611d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"X-MBX-APIKEY","type":"text","value":"{{binance-api-key}}"}],"url":"{{url}}/futures/data/takerlongshortRatio?symbol=BTCUSDT&period=5m","urlObject":{"path":["futures","data","takerlongshortRatio"],"host":["{{url}}"],"query":[{"key":"symbol","value":"BTCUSDT"},{"description":{"content":"<p>\"5m\",\"15m\",\"30m\",\"1h\",\"2h\",\"4h\",\"6h\",\"12h\",\"1d\"</p>\n","type":"text/plain"},"key":"period","value":"5m"},{"disabled":true,"description":{"content":"<p>default 30, max 500</p>\n","type":"text/plain"},"key":"limit","value":"30"},{"disabled":true,"key":"startTime","value":""},{"disabled":true,"key":"endTime","value":""}],"variable":[]}},"response":[],"_postman_id":"4f4142ae-5dcf-4fff-aff5-b4dd1a8611d7"},{"name":"Historical BLVT NAV Kline/Candlestick","id":"5a4dd1e0-6021-4f9a-b9c8-cf30ed94e01e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"X-MBX-APIKEY","type":"text","value":"{{binance-api-key}}"}],"url":"{{url}}/fapi/v1/lvtKlines?symbol=&interval=","urlObject":{"path":["fapi","v1","lvtKlines"],"host":["{{url}}"],"query":[{"description":{"content":"<p>token name</p>\n","type":"text/plain"},"key":"symbol","value":""},{"key":"interval","value":""},{"disabled":true,"key":"startTime","value":""},{"disabled":true,"key":"endTime","value":""},{"disabled":true,"description":{"content":"<p>default 500, max 1000</p>\n","type":"text/plain"},"key":"limit","value":""}],"variable":[]}},"response":[],"_postman_id":"5a4dd1e0-6021-4f9a-b9c8-cf30ed94e01e"},{"name":"Composite Index Symbol Information","id":"d9a701a2-310c-4ad7-b419-81be3ea6a009","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"X-MBX-APIKEY","type":"text","value":"{{binance-api-key}}"}],"url":"{{url}}/fapi/v1/indexInfo","urlObject":{"path":["fapi","v1","indexInfo"],"host":["{{url}}"],"query":[{"disabled":true,"description":{"content":"<p>token name</p>\n","type":"text/plain"},"key":"symbol","value":""}],"variable":[]}},"response":[],"_postman_id":"d9a701a2-310c-4ad7-b419-81be3ea6a009"},{"name":"Multi-Assets Mode Asset Index","id":"1833e56a-ad08-49d4-a509-a5d5c2b2ac77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{url}}/fapi/v1/assetIndex","urlObject":{"path":["fapi","v1","assetIndex"],"host":["{{url}}"],"query":[{"disabled":true,"description":{"content":"<p>Asset pair</p>\n","type":"text/plain"},"key":"symbol","value":""}],"variable":[]}},"response":[],"_postman_id":"1833e56a-ad08-49d4-a509-a5d5c2b2ac77"}],"id":"5f0461f1-edb1-431f-8a05-8a81f2e37a77","_postman_id":"5f0461f1-edb1-431f-8a05-8a81f2e37a77","description":""},{"name":"Account","item":[{"name":"Account information","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"9795df7d-5ce1-4fb3-b0a6-4c882fc0ed57"}}],"id":"72c5cbc3-5d27-459d-b36e-8969575244a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"X-MBX-APIKEY","value":"{{binance-api-key}}","type":"text"}],"url":"{{url}}/fapi/v2/account?recvWindow=5000&timestamp={{timestamp}}&signature={{signature}}","urlObject":{"path":["fapi","v2","account"],"host":["{{url}}"],"query":[{"key":"recvWindow","value":"5000"},{"key":"timestamp","value":"{{timestamp}}"},{"key":"signature","value":"{{signature}}"}],"variable":[]}},"response":[],"_postman_id":"72c5cbc3-5d27-459d-b36e-8969575244a7"},{"name":"Get Income History","event":[{"listen":"prerequest","script":{"exec":["",""],"type":"text/javascript","id":"59271a91-aad8-4e68-94a0-a77edb561085"}}],"id":"067d6446-9ccd-413d-9ef9-450295ab7c5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"X-MBX-APIKEY","type":"text","value":"{{binance-api-key}}"}],"url":"{{url}}/fapi/v1/income?timestamp={{timestamp}}&signature={{signature}}","urlObject":{"path":["fapi","v1","income"],"host":["{{url}}"],"query":[{"disabled":true,"key":"symbol","value":"BTCUSDT"},{"disabled":true,"key":"incomeType","value":"REALIZED_PNL"},{"disabled":true,"key":"startTime","value":null},{"disabled":true,"key":"endTime","value":null},{"disabled":true,"key":"limit","value":"100"},{"disabled":true,"description":{"content":"<p>The value cannot be greater than 60000</p>\n","type":"text/plain"},"key":"recvWindow","value":"5000"},{"key":"timestamp","value":"{{timestamp}}"},{"key":"signature","value":"{{signature}}"}],"variable":[]}},"response":[],"_postman_id":"067d6446-9ccd-413d-9ef9-450295ab7c5c"},{"name":"Position Information","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"8efbbb82-352f-46da-80b3-6ffa16c629be"}}],"id":"20a80934-9f8f-4535-9e43-1d00dd9fb413","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"X-MBX-APIKEY","type":"text","value":"{{binance-api-key}}"}],"url":"{{url}}/fapi/v2/positionRisk?timestamp={{timestamp}}&signature={{signature}}","urlObject":{"path":["fapi","v2","positionRisk"],"host":["{{url}}"],"query":[{"disabled":true,"key":"symbol","value":null},{"disabled":true,"key":"recvWindow","value":null},{"key":"timestamp","value":"{{timestamp}}"},{"key":"signature","value":"{{signature}}"}],"variable":[]}},"response":[],"_postman_id":"20a80934-9f8f-4535-9e43-1d00dd9fb413"},{"name":"Account Trade List","event":[{"listen":"prerequest","script":{"exec":["",""],"type":"text/javascript","id":"019c3d5b-ff0f-436d-a6b2-69294e472ad5"}}],"id":"287a176b-62be-4c55-8b61-8b8591157db6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"X-MBX-APIKEY","type":"text","value":"{{binance-api-key}}"}],"url":"{{url}}/fapi/v1/userTrades?symbol=BTCUSDT&timestamp={{timestamp}}&signature={{signature}}","urlObject":{"path":["fapi","v1","userTrades"],"host":["{{url}}"],"query":[{"key":"symbol","value":"BTCUSDT"},{"disabled":true,"key":"startTime","value":""},{"disabled":true,"key":"endTime","value":""},{"disabled":true,"key":"fromId","value":""},{"disabled":true,"key":"limit","value":"500"},{"disabled":true,"description":{"content":"<p>The value cannot be greater than 60000</p>\n","type":"text/plain"},"key":"recvWindow","value":"5000"},{"key":"timestamp","value":"{{timestamp}}"},{"key":"signature","value":"{{signature}}"}],"variable":[]}},"response":[],"_postman_id":"287a176b-62be-4c55-8b61-8b8591157db6"},{"name":"Future Account Balance","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"52b36414-fd34-437e-a5ad-9cf57624bef9"}}],"id":"f938200e-5eeb-4cc5-9c2e-3e6381511e55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"X-MBX-APIKEY","type":"text","value":"{{binance-api-key}}"}],"url":"{{url}}/fapi/v2/balance?timestamp={{timestamp}}&signature={{signature}}","urlObject":{"path":["fapi","v2","balance"],"host":["{{url}}"],"query":[{"disabled":true,"key":"recvWindow","value":null},{"key":"timestamp","value":"{{timestamp}}"},{"key":"signature","value":"{{signature}}"}],"variable":[]}},"response":[],"_postman_id":"f938200e-5eeb-4cc5-9c2e-3e6381511e55"},{"name":"Notional and Leverage Brackets (USER_DATA)","id":"d7fb6748-2bef-4bb5-99af-efa0409b8274","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"X-MBX-APIKEY","type":"text","value":"{{binance-api-key}}"}],"url":"{{url}}/fapi/v1/leverageBracket?timestamp={{timestamp}}&signature={{signature}}","description":"<p>Get present open interest of a specific symbol.</p>\n","urlObject":{"path":["fapi","v1","leverageBracket"],"host":["{{url}}"],"query":[{"disabled":true,"key":"symbol","value":"BTCUSDT"},{"disabled":true,"description":{"content":"<p>The value cannot be greater than 60000</p>\n","type":"text/plain"},"key":"recvWindow","value":"5000"},{"key":"timestamp","value":"{{timestamp}}"},{"key":"signature","value":"{{signature}}"}],"variable":[]}},"response":[],"_postman_id":"d7fb6748-2bef-4bb5-99af-efa0409b8274"},{"name":"Position ADL Quantile Estimation (USER_DATA)","event":[{"listen":"prerequest","script":{"exec":["",""],"type":"text/javascript","id":"fa4f23dd-413a-4511-afb5-a399518470e1"}}],"id":"5f73c071-b168-4538-8a30-f081af659961","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"X-MBX-APIKEY","type":"text","value":"{{binance-api-key}}"}],"url":"{{url}}/fapi/v1/adlQuantile?timestamp={{timestamp}}&signature={{signature}}","urlObject":{"path":["fapi","v1","adlQuantile"],"host":["{{url}}"],"query":[{"disabled":true,"key":"symbol","value":""},{"disabled":true,"description":{"content":"<p>The value cannot be greater than 60000</p>\n","type":"text/plain"},"key":"recvWindow","value":"5000"},{"key":"timestamp","value":"{{timestamp}}"},{"key":"signature","value":"{{signature}}"}],"variable":[]}},"response":[],"_postman_id":"5f73c071-b168-4538-8a30-f081af659961"},{"name":"User Commission Rate (USER_DATA)","event":[{"listen":"prerequest","script":{"exec":["",""],"type":"text/javascript","id":"eef56767-fe02-49f8-888e-68cf34aea909"}}],"id":"2f6785d4-d3db-4dfb-b5f2-752fc2d459ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"X-MBX-APIKEY","type":"text","value":"{{binance-api-key}}"}],"url":"{{url}}/fapi/v1/commissionRate?symbol=&timestamp={{timestamp}}&signature={{signature}}","urlObject":{"path":["fapi","v1","commissionRate"],"host":["{{url}}"],"query":[{"key":"symbol","value":""},{"disabled":true,"description":{"content":"<p>The value cannot be greater than 60000</p>\n","type":"text/plain"},"key":"recvWindow","value":"5000"},{"key":"timestamp","value":"{{timestamp}}"},{"key":"signature","value":"{{signature}}"}],"variable":[]}},"response":[],"_postman_id":"2f6785d4-d3db-4dfb-b5f2-752fc2d459ee"},{"name":"Get Current Multi-Assets Mode","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"85a1e9aa-15d4-4b47-9ea6-461f073467e5"}}],"id":"aa1fc7b2-e641-4a67-a9bf-c1d8d917c1b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-MBX-APIKEY","value":"{{binance-api-key}}","type":"text"}],"url":"{{url}}/fapi/v1/multiAssetsMargin?timestamp={{timestamp}}&signature={{signature}}","urlObject":{"path":["fapi","v1","multiAssetsMargin"],"host":["{{url}}"],"query":[{"disabled":true,"key":"recvWindow","value":""},{"key":"timestamp","value":"{{timestamp}}"},{"key":"signature","value":"{{signature}}"}],"variable":[]}},"response":[],"_postman_id":"aa1fc7b2-e641-4a67-a9bf-c1d8d917c1b5"},{"name":"Change Multi-Assets Mode","id":"f4fdb71d-2f6d-4cc6-aec5-0ea330a59b8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-MBX-APIKEY","value":"{{binance-api-key}}","type":"text"}],"url":"{{url}}/fapi/v1/multiAssetsMargin?multiAssetsMargin=true&timestamp={{timestamp}}&signature={{signature}}","urlObject":{"path":["fapi","v1","multiAssetsMargin"],"host":["{{url}}"],"query":[{"key":"multiAssetsMargin","value":"true"},{"disabled":true,"key":"recvWindow","value":null},{"key":"timestamp","value":"{{timestamp}}"},{"key":"signature","value":"{{signature}}"}],"variable":[]}},"response":[],"_postman_id":"f4fdb71d-2f6d-4cc6-aec5-0ea330a59b8b"}],"id":"b97366ec-f9d8-4bc6-bfd7-579c510db380","_postman_id":"b97366ec-f9d8-4bc6-bfd7-579c510db380","description":""},{"name":"Order","item":[{"name":"New Order (TRADE)","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"ed8abe8c-4f3f-44e0-8973-950bf81be3e0"}}],"id":"beb3af91-785a-498f-a67e-174a7593065f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"X-MBX-APIKEY","type":"text","value":"{{binance-api-key}}"}],"url":"{{url}}/fapi/v1/order?symbol=&side=&type=&quantity=&price=&timestamp={{timestamp}}&signature={{signature}}","description":"<p><a href=\"https://binance-docs.github.io/apidocs/futures/en/#new-order-trade\">https://binance-docs.github.io/apidocs/futures/en/#new-order-trade</a></p>\n","urlObject":{"path":["fapi","v1","order"],"host":["{{url}}"],"query":[{"key":"symbol","value":""},{"key":"side","value":""},{"disabled":true,"description":{"content":"<p>Default BOTH for One-way Mode ;\nLONG or SHORT for Hedge Mode. It must be sent with Hedge Mode.</p>\n","type":"text/plain"},"key":"positionSide","value":""},{"key":"type","value":""},{"disabled":true,"key":"timeInForce","value":""},{"key":"quantity","value":""},{"disabled":true,"key":"reduceOnly","value":""},{"key":"price","value":""},{"disabled":true,"key":"newClientOrderId","value":""},{"disabled":true,"key":"stopPrice","value":""},{"disabled":true,"description":{"content":"<p>true, false；Close-All，used with STOP_MARKET or TAKE_PROFIT_MARKET.</p>\n","type":"text/plain"},"key":"closePosition","value":""},{"disabled":true,"key":"activationPrice","value":""},{"disabled":true,"description":{"content":"<p>Used with TRAILING_STOP_MARKET orders, min 0.1, max 5 where 1 for 1%</p>\n","type":"text/plain"},"key":"callbackRate","value":""},{"disabled":true,"description":{"content":"<p>stopPrice triggered by: \"MARK_PRICE\", \"CONTRACT_PRICE\". Default \"CONTRACT_PRICE\"</p>\n","type":"text/plain"},"key":"workingType","value":"CONTRACT_PRICE"},{"disabled":true,"description":{"content":"<p>\"ACK\", \"RESULT\", default \"ACK\"</p>\n","type":"text/plain"},"key":"newOrderRespType","value":""},{"disabled":true,"description":{"content":"<p>The value cannot be greater than 60000</p>\n","type":"text/plain"},"key":"recvWindow","value":"5000"},{"key":"timestamp","value":"{{timestamp}}"},{"key":"signature","value":"{{signature}}"}],"variable":[]}},"response":[],"_postman_id":"beb3af91-785a-498f-a67e-174a7593065f"},{"name":"Modify Order (TRADE)","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"af6a434f-7f0c-413b-b558-0193e5ca8361"}}],"id":"493958b9-7007-4778-95f1-345f84de57ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"X-MBX-APIKEY","type":"text","value":"{{binance-api-key}}"}],"url":"{{url}}/fapi/v1/order?symbol=&side=&quantity=&price=&timestamp={{timestamp}}&signature={{signature}}","description":"<p>Either orderId or origClientOrderId must be sent, and the orderId will prevail if both are sent.\nBoth quantity and price must be sent, which is different from dapi modify order endpoint.\nWhen the new quantity or price doesn't satisfy PRICE_FILTER / PERCENT_FILTER / LOT_SIZE, amendment will be rejected and the order will stay as it is.\nHowever the order will be cancelled by the amendment in the following situations:</p>\n<ul>\n<li>when the order is in partially filled status and the new quantity &lt;= executedQty</li>\n<li>When the order is GTX and the new price will cause it to be executed immediately\nOne order can only be modfied for less than 10000 times</li>\n</ul>\n<p>Weight: 1</p>\n","urlObject":{"path":["fapi","v1","order"],"host":["{{url}}"],"query":[{"disabled":true,"key":"orderId","value":""},{"disabled":true,"key":"origClientOrderId","value":""},{"key":"symbol","value":""},{"key":"side","value":""},{"key":"quantity","value":""},{"key":"price","value":""},{"disabled":true,"description":{"content":"<p>The value cannot be greater than 60000</p>\n","type":"text/plain"},"key":"recvWindow","value":"5000"},{"key":"timestamp","value":"{{timestamp}}"},{"key":"signature","value":"{{signature}}"}],"variable":[]}},"response":[],"_postman_id":"493958b9-7007-4778-95f1-345f84de57ad"},{"name":"Place Multiple Orders (TRADE)","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"b582e100-1906-436e-b83c-441084cfc0df"}}],"id":"f9cb6bb5-e21d-45f3-99a8-90b305a961db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"X-MBX-APIKEY","type":"text","value":"{{binance-api-key}}"}],"url":"{{url}}/fapi/v1/batchOrders?batchOrders=&timestamp={{timestamp}}&signature={{signature}}","urlObject":{"path":["fapi","v1","batchOrders"],"host":["{{url}}"],"query":[{"key":"batchOrders","value":""},{"disabled":true,"description":{"content":"<p>The value cannot be greater than 60000</p>\n","type":"text/plain"},"key":"recvWindow","value":"5000"},{"key":"timestamp","value":"{{timestamp}}"},{"description":{"content":"<p>Default BOTH for One-way Mode ;\nLONG or SHORT for Hedge Mode. It must be sent with Hedge Mode.</p>\n","type":"text/plain"},"key":"signature","value":"{{signature}}"}],"variable":[]}},"response":[],"_postman_id":"f9cb6bb5-e21d-45f3-99a8-90b305a961db"},{"name":"Modify Multiple Orders (TRADE)","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"405691a0-ea77-4f70-98a2-1d3cd657b32d"}}],"id":"938f833f-b179-4ea2-884d-be01769976d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"X-MBX-APIKEY","type":"text","value":"{{binance-api-key}}"}],"url":"{{url}}/fapi/v1/batchOrders?batchOrders=&timestamp={{timestamp}}&signature={{signature}}","urlObject":{"path":["fapi","v1","batchOrders"],"host":["{{url}}"],"query":[{"description":{"content":"<p>order list. Max 5 orders</p>\n","type":"text/plain"},"key":"batchOrders","value":""},{"disabled":true,"description":{"content":"<p>The value cannot be greater than 60000</p>\n","type":"text/plain"},"key":"recvWindow","value":"5000"},{"key":"timestamp","value":"{{timestamp}}"},{"description":{"content":"<p>Default BOTH for One-way Mode ;\nLONG or SHORT for Hedge Mode. It must be sent with Hedge Mode.</p>\n","type":"text/plain"},"key":"signature","value":"{{signature}}"}],"variable":[]}},"response":[],"_postman_id":"938f833f-b179-4ea2-884d-be01769976d7"},{"name":"Get Order Modify History (USER_DATA)","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"15b42342-1872-4f30-9678-d334c3b871af"}}],"id":"b55aad1e-eb62-44ff-abfb-5837d662446f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"X-MBX-APIKEY","type":"text","value":"{{binance-api-key}}"}],"url":"{{url}}/fapi/v1/orderAmendment?symbol=&timestamp={{timestamp}}&signature={{signature}}","description":"<p>Get order modification history\nEither orderId or origClientOrderId must be sent, and the orderId will prevail if both are sent.</p>\n<p>Weight: 1</p>\n","urlObject":{"path":["fapi","v1","orderAmendment"],"host":["{{url}}"],"query":[{"key":"symbol","value":""},{"disabled":true,"key":"orderId","value":""},{"disabled":true,"key":"origClientOrderId","value":""},{"disabled":true,"description":{"content":"<p>Timestamp in ms to get modification history from INCLUSIVE</p>\n","type":"text/plain"},"key":"startTime","value":""},{"disabled":true,"description":{"content":"<p>Timestamp in ms to get modification history from INCLUSIVE</p>\n","type":"text/plain"},"key":"endTime","value":""},{"disabled":true,"description":{"content":"<p>Default 50; max 100</p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>The value cannot be greater than 60000</p>\n","type":"text/plain"},"key":"recvWindow","value":"5000"},{"key":"timestamp","value":"{{timestamp}}"},{"description":{"content":"<p>Default BOTH for One-way Mode ;\nLONG or SHORT for Hedge Mode. It must be sent with Hedge Mode.</p>\n","type":"text/plain"},"key":"signature","value":"{{signature}}"}],"variable":[]}},"response":[],"_postman_id":"b55aad1e-eb62-44ff-abfb-5837d662446f"},{"name":"Get Download Id For Futures Order History (USER_DATA)","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"a055d512-9929-498b-882d-6e11813dd887"}}],"id":"65ec59b3-d9d3-4868-a0f3-111fd9737d8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"X-MBX-APIKEY","type":"text","value":"{{binance-api-key}}"}],"url":"{{url}}/fapi/v1/order/asyn?startTime=&endTime=&timestamp={{timestamp}}&signature={{signature}}","description":"<p>Request Limitation is 10 times per month, shared by front end download page and rest api\nThe time between startTime and endTime can not be longer than 1 year\nWeight: 5</p>\n","urlObject":{"path":["fapi","v1","order","asyn"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Timestamp in ms</p>\n","type":"text/plain"},"key":"startTime","value":""},{"description":{"content":"<p>Timestamp in ms</p>\n","type":"text/plain"},"key":"endTime","value":""},{"disabled":true,"description":{"content":"<p>The value cannot be greater than 60000</p>\n","type":"text/plain"},"key":"recvWindow","value":"5000"},{"key":"timestamp","value":"{{timestamp}}"},{"description":{"content":"<p>Default BOTH for One-way Mode ;\nLONG or SHORT for Hedge Mode. It must be sent with Hedge Mode.</p>\n","type":"text/plain"},"key":"signature","value":"{{signature}}"}],"variable":[]}},"response":[],"_postman_id":"65ec59b3-d9d3-4868-a0f3-111fd9737d8c"},{"name":"Get Futures Order History Download Link by Id (USER_DATA)","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"98ada8af-4fef-4b76-9026-1b3f0dad8166"}}],"id":"26f3e0ca-6352-4f2e-8db0-166831f96e5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"X-MBX-APIKEY","type":"text","value":"{{binance-api-key}}"}],"url":"{{url}}/fapi/v1/order/asyn/id?downloadId=&timestamp={{timestamp}}&signature={{signature}}","description":"<p>Download link expiration: 24h\nWeight: 5</p>\n","urlObject":{"path":["fapi","v1","order","asyn","id"],"host":["{{url}}"],"query":[{"description":{"content":"<p>get by download id api</p>\n","type":"text/plain"},"key":"downloadId","value":""},{"disabled":true,"description":{"content":"<p>The value cannot be greater than 60000</p>\n","type":"text/plain"},"key":"recvWindow","value":"5000"},{"key":"timestamp","value":"{{timestamp}}"},{"description":{"content":"<p>Default BOTH for One-way Mode ;\nLONG or SHORT for Hedge Mode. It must be sent with Hedge Mode.</p>\n","type":"text/plain"},"key":"signature","value":"{{signature}}"}],"variable":[]}},"response":[],"_postman_id":"26f3e0ca-6352-4f2e-8db0-166831f96e5c"},{"name":"Get Download Id For Futures Trade History (USER_DATA)","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"5089bbd4-f613-476b-870e-c346dcb55979"}}],"id":"7a153d1f-1d62-42ec-8d49-54cdd9540107","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"X-MBX-APIKEY","type":"text","value":"{{binance-api-key}}"}],"url":"{{url}}/fapi/v1/trade/asyn?startTime=&endTime=&timestamp={{timestamp}}&signature={{signature}}","description":"<p>Request Limitation is 5 times per month, shared by front end download page and rest api\nThe time between startTime and endTime can not be longer than 1 year\nWeight: 5</p>\n","urlObject":{"path":["fapi","v1","trade","asyn"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Timestamp in ms</p>\n","type":"text/plain"},"key":"startTime","value":""},{"description":{"content":"<p>Timestamp in ms</p>\n","type":"text/plain"},"key":"endTime","value":""},{"disabled":true,"description":{"content":"<p>The value cannot be greater than 60000</p>\n","type":"text/plain"},"key":"recvWindow","value":"5000"},{"key":"timestamp","value":"{{timestamp}}"},{"description":{"content":"<p>Default BOTH for One-way Mode ;\nLONG or SHORT for Hedge Mode. It must be sent with Hedge Mode.</p>\n","type":"text/plain"},"key":"signature","value":"{{signature}}"}],"variable":[]}},"response":[],"_postman_id":"7a153d1f-1d62-42ec-8d49-54cdd9540107"},{"name":"Get Futures Trade Download Link by Id (USER_DATA)","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"fb851350-812b-4f83-823e-57c09b809d7c"}}],"id":"9a933ef1-15af-4d62-b12c-9c3c89705111","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"X-MBX-APIKEY","type":"text","value":"{{binance-api-key}}"}],"url":"{{url}}/fapi/v1/trade/asyn/id?downloadId=&timestamp={{timestamp}}&signature={{signature}}","description":"<p>Download link expiration: 24h\nWeight: 5</p>\n","urlObject":{"path":["fapi","v1","trade","asyn","id"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Timestamp in ms</p>\n","type":"text/plain"},"key":"downloadId","value":""},{"disabled":true,"description":{"content":"<p>The value cannot be greater than 60000</p>\n","type":"text/plain"},"key":"recvWindow","value":"5000"},{"key":"timestamp","value":"{{timestamp}}"},{"description":{"content":"<p>Default BOTH for One-way Mode ;\nLONG or SHORT for Hedge Mode. It must be sent with Hedge Mode.</p>\n","type":"text/plain"},"key":"signature","value":"{{signature}}"}],"variable":[]}},"response":[],"_postman_id":"9a933ef1-15af-4d62-b12c-9c3c89705111"},{"name":"Query Order","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"b16437fe-dc11-4702-8a70-bc84ab0f7602"}}],"id":"933dbd7f-2c25-4458-8a08-a0bdc0f2432a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"X-MBX-APIKEY","type":"text","value":"{{binance-api-key}}"}],"url":"{{url}}/fapi/v1/order?symbol=BTCUSDT&timestamp={{timestamp}}&signature={{signature}}","urlObject":{"path":["fapi","v1","order"],"host":["{{url}}"],"query":[{"key":"symbol","value":"BTCUSDT"},{"disabled":true,"key":"orderId","value":""},{"disabled":true,"key":"origClientOrderId","value":null},{"disabled":true,"description":{"content":"<p>The value cannot be greater than 60000</p>\n","type":"text/plain"},"key":"recvWindow","value":"5000"},{"key":"timestamp","value":"{{timestamp}}"},{"key":"signature","value":"{{signature}}"}],"variable":[]}},"response":[],"_postman_id":"933dbd7f-2c25-4458-8a08-a0bdc0f2432a"},{"name":"Cancel Order","event":[{"listen":"prerequest","script":{"id":"444324f8-d7f9-43ed-80f3-4d6f2d7d1c10","exec":[""],"type":"text/javascript"}}],"id":"f238db56-f3ba-4911-a7e3-2f04203d395c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"X-MBX-APIKEY","type":"text","value":"{{binance-api-key}}"}],"url":"{{url}}/fapi/v1/order?symbol=BTCUSDT&timestamp={{timestamp}}&signature={{signature}}","urlObject":{"path":["fapi","v1","order"],"host":["{{url}}"],"query":[{"key":"symbol","value":"BTCUSDT"},{"disabled":true,"key":"orderId","value":"1192355366"},{"disabled":true,"key":"origClientOrderId","value":null},{"disabled":true,"description":{"content":"<p>The value cannot be greater than 60000</p>\n","type":"text/plain"},"key":"recvWindow","value":"5000"},{"key":"timestamp","value":"{{timestamp}}"},{"key":"signature","value":"{{signature}}"}],"variable":[]}},"response":[],"_postman_id":"f238db56-f3ba-4911-a7e3-2f04203d395c"},{"name":"Cancel All Open Orders","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"ea4978ed-c98c-46c6-940d-22803c8e6a5d"}}],"id":"a107afc4-f7c3-4ec2-b7a7-1782ef65d272","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"X-MBX-APIKEY","type":"text","value":"{{binance-api-key}}"}],"url":"{{url}}/fapi/v1/allOpenOrders?symbol=BTCUSDT&timestamp={{timestamp}}&signature={{signature}}","urlObject":{"path":["fapi","v1","allOpenOrders"],"host":["{{url}}"],"query":[{"key":"symbol","value":"BTCUSDT"},{"disabled":true,"description":{"content":"<p>The value cannot be greater than 60000</p>\n","type":"text/plain"},"key":"recvWindow","value":"5000"},{"key":"timestamp","value":"{{timestamp}}"},{"key":"signature","value":"{{signature}}"}],"variable":[]}},"response":[],"_postman_id":"a107afc4-f7c3-4ec2-b7a7-1782ef65d272"},{"name":"Auto-Cancel All Open Orders (TRADE)","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"88762faa-32b5-4c35-bcda-a898c4e042bb"}}],"id":"eeeb2beb-8cc8-4f8a-83e9-6b18ab49b1d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"X-MBX-APIKEY","type":"text","value":"{{binance-api-key}}"}],"url":"{{url}}/fapi/v1/countdownCancelAll?symbol=&countdownTime=&timestamp={{timestamp}}&signature={{signature}}","urlObject":{"path":["fapi","v1","countdownCancelAll"],"host":["{{url}}"],"query":[{"key":"symbol","value":""},{"description":{"content":"<p>countdown time, 1000 for 1 second. 0 to cancel the timer</p>\n","type":"text/plain"},"key":"countdownTime","value":""},{"disabled":true,"description":{"content":"<p>The value cannot be greater than 60000</p>\n","type":"text/plain"},"key":"recvWindow","value":"5000"},{"key":"timestamp","value":"{{timestamp}}"},{"key":"signature","value":"{{signature}}"}],"variable":[]}},"response":[],"_postman_id":"eeeb2beb-8cc8-4f8a-83e9-6b18ab49b1d3"},{"name":"Cancel Multiple Orders (TRADE)","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"259e8386-5543-4a31-9387-83323539aa74"}}],"id":"6e368319-e749-4b75-afea-795cbf991cc1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"X-MBX-APIKEY","type":"text","value":"{{binance-api-key}}"}],"url":"{{url}}/fapi/v1/batchOrders?symbol=BTCUSDT&origClientOrderIdList=[IKDQAMirf7vElig8hTZHh0,HwJSQKA7drF37tqqAN6q6q]&timestamp={{timestamp}}&signature={{signature}}","urlObject":{"path":["fapi","v1","batchOrders"],"host":["{{url}}"],"query":[{"key":"symbol","value":"BTCUSDT"},{"disabled":true,"description":{"content":"<p>[id,id]  no space in between</p>\n","type":"text/plain"},"key":"orderIdList","value":"[1221114054,1229719329]"},{"key":"origClientOrderIdList","value":"[IKDQAMirf7vElig8hTZHh0,HwJSQKA7drF37tqqAN6q6q]"},{"disabled":true,"description":{"content":"<p>The value cannot be greater than 60000</p>\n","type":"text/plain"},"key":"recvWindow","value":"5000"},{"key":"timestamp","value":"{{timestamp}}"},{"key":"signature","value":"{{signature}}"}],"variable":[]}},"response":[],"_postman_id":"6e368319-e749-4b75-afea-795cbf991cc1"},{"name":"Current All Open Orders (USER_DATA)","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"0dcde4e3-ea26-4bdd-a9a9-7647aeba148e"}}],"id":"23af80fd-5ef4-490a-bccd-2785da272e78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"X-MBX-APIKEY","type":"text","value":"{{binance-api-key}}"}],"url":"{{url}}/fapi/v1/openOrders?timestamp={{timestamp}}&signature={{signature}}","urlObject":{"path":["fapi","v1","openOrders"],"host":["{{url}}"],"query":[{"disabled":true,"key":"symbol","value":"BTCUSDT"},{"disabled":true,"description":{"content":"<p>The value cannot be greater than 60000</p>\n","type":"text/plain"},"key":"recvWindow","value":"5000"},{"key":"timestamp","value":"{{timestamp}}"},{"key":"signature","value":"{{signature}}"}],"variable":[]}},"response":[],"_postman_id":"23af80fd-5ef4-490a-bccd-2785da272e78"},{"name":"Query Current Open Order (USER_DATA)","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"c4ae1344-d902-4980-92b8-b62cb530e46f"}}],"id":"926b85d6-731d-471e-83b2-1b77938ca6e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"X-MBX-APIKEY","type":"text","value":"{{binance-api-key}}"}],"url":"{{url}}/fapi/v1/openOrder?symbol=&timestamp={{timestamp}}&signature={{signature}}","urlObject":{"path":["fapi","v1","openOrder"],"host":["{{url}}"],"query":[{"key":"symbol","value":""},{"disabled":true,"key":"orderId","value":""},{"disabled":true,"key":"origClientOrderId","value":null},{"disabled":true,"description":{"content":"<p>The value cannot be greater than 60000</p>\n","type":"text/plain"},"key":"recvWindow","value":"5000"},{"key":"timestamp","value":"{{timestamp}}"},{"key":"signature","value":"{{signature}}"}],"variable":[]}},"response":[],"_postman_id":"926b85d6-731d-471e-83b2-1b77938ca6e4"},{"name":"All Orders","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"f2f63537-d4e4-4ae7-b521-8913e3b5c0ec"}}],"id":"674287ef-1148-42a3-bf40-c51f9020ccac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"X-MBX-APIKEY","type":"text","value":"{{binance-api-key}}"}],"url":"{{url}}/fapi/v1/allOrders?symbol=&timestamp={{timestamp}}&signature={{signature}}","urlObject":{"path":["fapi","v1","allOrders"],"host":["{{url}}"],"query":[{"key":"symbol","value":""},{"disabled":true,"key":"orderId","value":""},{"disabled":true,"key":"startTime","value":""},{"disabled":true,"key":"endTime","value":""},{"disabled":true,"description":{"content":"<p>Default 500; max 1000.</p>\n","type":"text/plain"},"key":"limit","value":"500"},{"disabled":true,"description":{"content":"<p>The value cannot be greater than 60000</p>\n","type":"text/plain"},"key":"recvWindow","value":"5000"},{"key":"timestamp","value":"{{timestamp}}"},{"key":"signature","value":"{{signature}}"}],"variable":[]}},"response":[],"_postman_id":"674287ef-1148-42a3-bf40-c51f9020ccac"},{"name":"User's Force Orders (USER_DATA)","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"66d6a641-ba28-452e-8eea-64b73fcc85d6"}}],"id":"aa2a3e34-68d7-4c63-8774-90cb33117de1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"X-MBX-APIKEY","type":"text","value":"{{binance-api-key}}"}],"url":"{{url}}/fapi/v1/forceOrders?timestamp={{timestamp}}&signature={{signature}}","urlObject":{"path":["fapi","v1","forceOrders"],"host":["{{url}}"],"query":[{"disabled":true,"key":"symbol","value":""},{"disabled":true,"key":"autoCloseType","value":""},{"disabled":true,"key":"startTime","value":""},{"disabled":true,"key":"endTime","value":""},{"disabled":true,"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>The value cannot be greater than 60000</p>\n","type":"text/plain"},"key":"recvWindow","value":"5000"},{"key":"timestamp","value":"{{timestamp}}"},{"key":"signature","value":"{{signature}}"}],"variable":[]}},"response":[],"_postman_id":"aa2a3e34-68d7-4c63-8774-90cb33117de1"}],"id":"ad838c62-d424-4f1b-ac8c-da52052509b1","_postman_id":"ad838c62-d424-4f1b-ac8c-da52052509b1","description":""},{"name":"Trade","item":[{"name":"Change Margin Type","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"363b3bf7-2b31-4c66-95ed-5a642d721a06"}}],"id":"47e58be9-aee8-4832-ad67-5196314e706f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-MBX-APIKEY","type":"text","value":"{{binance-api-key}}"}],"url":"{{url}}/fapi/v1/marginType?symbol=BTCUSDT&marginType=ISOLATED&timestamp={{timestamp}}&signature={{signature}}","urlObject":{"path":["fapi","v1","marginType"],"host":["{{url}}"],"query":[{"key":"symbol","value":"BTCUSDT"},{"key":"marginType","value":"ISOLATED"},{"disabled":true,"description":{"content":"<p>The value cannot be greater than 60000</p>\n","type":"text/plain"},"key":"recvWindow","value":"5000"},{"key":"timestamp","value":"{{timestamp}}"},{"key":"signature","value":"{{signature}}"}],"variable":[]}},"response":[],"_postman_id":"47e58be9-aee8-4832-ad67-5196314e706f"},{"name":"Change Initial Leverage","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"2e1c5123-0177-4d16-8638-a95c44ebb4a9"}}],"id":"d1510781-d631-4708-bb9b-af0ab0de02e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"X-MBX-APIKEY","type":"text","value":"{{binance-api-key}}"}],"url":"{{url}}/fapi/v1/leverage?symbol=BTCUSDT&leverage=20&timestamp={{timestamp}}&signature={{signature}}","urlObject":{"path":["fapi","v1","leverage"],"host":["{{url}}"],"query":[{"key":"symbol","value":"BTCUSDT"},{"key":"leverage","value":"20"},{"disabled":true,"description":{"content":"<p>The value cannot be greater than 60000</p>\n","type":"text/plain"},"key":"recvWindow","value":"5000"},{"key":"timestamp","value":"{{timestamp}}"},{"key":"signature","value":"{{signature}}"}],"variable":[]}},"response":[],"_postman_id":"d1510781-d631-4708-bb9b-af0ab0de02e9"},{"name":"Modify Isolated Position Margin","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"c11be3ff-2187-405b-ac94-368466b39257"}}],"id":"384abd7e-1ac5-47e0-b1d4-3e72932d0f8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"X-MBX-APIKEY","type":"text","value":"{{binance-api-key}}"}],"url":"{{url}}/fapi/v1/positionMargin?symbol=BTCUSDT&amount=100&type=1&timestamp={{timestamp}}&signature={{signature}}","urlObject":{"path":["fapi","v1","positionMargin"],"host":["{{url}}"],"query":[{"key":"symbol","value":"BTCUSDT"},{"disabled":true,"description":{"content":"<p>Default BOTH for One-way Mode ; \nLONG or SHORT for Hedge Mode. It must be sent with Hedge Mode.</p>\n","type":"text/plain"},"key":"positionSide","value":""},{"key":"amount","value":"100"},{"key":"type","value":"1"},{"disabled":true,"description":{"content":"<p>The value cannot be greater than 60000</p>\n","type":"text/plain"},"key":"recvWindow","value":"5000"},{"key":"timestamp","value":"{{timestamp}}"},{"key":"signature","value":"{{signature}}"}],"variable":[]}},"response":[],"_postman_id":"384abd7e-1ac5-47e0-b1d4-3e72932d0f8f"},{"name":"Get Postion Margin Change History","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"44c7e8fd-359c-4e7f-b867-85b3c9b6ab79"}}],"id":"6507f103-490b-474e-baca-821b444dfeb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"X-MBX-APIKEY","type":"text","value":"{{binance-api-key}}"}],"url":"{{url}}/fapi/v1/positionMargin/history?symbol=BTCUSDT&timestamp={{timestamp}}&signature={{signature}}","urlObject":{"path":["fapi","v1","positionMargin","history"],"host":["{{url}}"],"query":[{"key":"symbol","value":"BTCUSDT"},{"disabled":true,"key":"type","value":"1"},{"disabled":true,"key":"startTime","value":""},{"disabled":true,"key":"endTime","value":""},{"disabled":true,"key":"limit","value":"500"},{"disabled":true,"description":{"content":"<p>The value cannot be greater than 60000</p>\n","type":"text/plain"},"key":"recvWindow","value":"5000"},{"key":"timestamp","value":"{{timestamp}}"},{"key":"signature","value":"{{signature}}"}],"variable":[]}},"response":[],"_postman_id":"6507f103-490b-474e-baca-821b444dfeb8"},{"name":"Change Position Mode（TRADE）","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"8b8e7143-6777-4105-ba2b-e1418e39f825"}}],"id":"a78dae38-4f7c-443a-8ee6-370456985562","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"X-MBX-APIKEY","type":"text","value":"{{binance-api-key}}"}],"url":"{{url}}/fapi/v1/positionSide/dual?dualSidePosition=&timestamp={{timestamp}}&signature={{signature}}","urlObject":{"path":["fapi","v1","positionSide","dual"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Boolean value. \"true\": Hedge Mode mode; \"false\": One-way Mode</p>\n","type":"text/plain"},"key":"dualSidePosition","value":""},{"disabled":true,"description":{"content":"<p>The value cannot be greater than 60000</p>\n","type":"text/plain"},"key":"recvWindow","value":"5000"},{"key":"timestamp","value":"{{timestamp}}"},{"key":"signature","value":"{{signature}}"}],"variable":[]}},"response":[],"_postman_id":"a78dae38-4f7c-443a-8ee6-370456985562"},{"name":"Get Current Position Mode（USER_DATA）","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"5cc627b8-4d4b-48ea-900b-8073988fb962"}}],"id":"ff3c3306-dc74-4b3b-a84e-7de887ccec45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"X-MBX-APIKEY","type":"text","value":"{{binance-api-key}}"}],"url":"{{url}}/fapi/v1/positionSide/dual?timestamp={{timestamp}}&signature={{signature}}","urlObject":{"path":["fapi","v1","positionSide","dual"],"host":["{{url}}"],"query":[{"disabled":true,"description":{"content":"<p>The value cannot be greater than 60000</p>\n","type":"text/plain"},"key":"recvWindow","value":"5000"},{"key":"timestamp","value":"{{timestamp}}"},{"key":"signature","value":"{{signature}}"}],"variable":[]}},"response":[],"_postman_id":"ff3c3306-dc74-4b3b-a84e-7de887ccec45"},{"name":"Change Multi-Assets Mode (TRADE)","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"9865b96b-995d-41b2-9d52-a2bfbb670ac3"}}],"id":"2f4a82bb-89a5-4559-a899-42ab6104aa49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"X-MBX-APIKEY","type":"text","value":"{{binance-api-key}}"}],"url":"{{url}}/fapi/v1/multiAssetsMargin?multiAssetsMargin=true&timestamp={{timestamp}}&signature={{signature}}","urlObject":{"path":["fapi","v1","multiAssetsMargin"],"host":["{{url}}"],"query":[{"description":{"content":"<p>\"true\": Multi-Assets Mode; \"false\": Single-Asset Mode</p>\n","type":"text/plain"},"key":"multiAssetsMargin","value":"true"},{"disabled":true,"description":{"content":"<p>The value cannot be greater than 60000</p>\n","type":"text/plain"},"key":"recvWindow","value":"5000"},{"key":"timestamp","value":"{{timestamp}}"},{"key":"signature","value":"{{signature}}"}],"variable":[]}},"response":[],"_postman_id":"2f4a82bb-89a5-4559-a899-42ab6104aa49"},{"name":"Get Current Multi-Assets Mode (USER_DATA)","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"cfb1923e-2467-4f68-a47f-803642bc83f0"}}],"id":"f8132391-7381-4d1d-b385-22acf1bcb9f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"X-MBX-APIKEY","type":"text","value":"{{binance-api-key}}"}],"url":"{{url}}/fapi/v1/multiAssetsMargin?timestamp={{timestamp}}&signature={{signature}}","urlObject":{"path":["fapi","v1","multiAssetsMargin"],"host":["{{url}}"],"query":[{"disabled":true,"description":{"content":"<p>The value cannot be greater than 60000</p>\n","type":"text/plain"},"key":"recvWindow","value":"5000"},{"key":"timestamp","value":"{{timestamp}}"},{"key":"signature","value":"{{signature}}"}],"variable":[]}},"response":[],"_postman_id":"f8132391-7381-4d1d-b385-22acf1bcb9f1"},{"name":"User API Trading Quantitative Rules Indicators (USER_DATA)","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"06629e1d-e735-4065-a2a2-97f6e4d8593a"}}],"id":"d2e57351-f4d6-428c-a364-18aae2da3ed6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"X-MBX-APIKEY","type":"text","value":"{{binance-api-key}}"}],"url":"{{url}}/fapi/v1/apiTradingStatus?timestamp={{timestamp}}&signature={{signature}}","urlObject":{"path":["fapi","v1","apiTradingStatus"],"host":["{{url}}"],"query":[{"disabled":true,"key":"symbol","value":""},{"disabled":true,"description":{"content":"<p>The value cannot be greater than 60000</p>\n","type":"text/plain"},"key":"recvWindow","value":"5000"},{"key":"timestamp","value":"{{timestamp}}"},{"key":"signature","value":"{{signature}}"}],"variable":[]}},"response":[],"_postman_id":"d2e57351-f4d6-428c-a364-18aae2da3ed6"}],"id":"7a2524bd-1a01-4b1f-9eb5-e38cf25931e3","_postman_id":"7a2524bd-1a01-4b1f-9eb5-e38cf25931e3","description":""},{"name":"Data Stream","item":[{"name":"Create New Listen Key","id":"6f26fe84-ce76-490f-a57e-1ae2973cf70c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"X-MBX-APIKEY","type":"text","value":"{{binance-api-key}}"}],"url":"{{url}}/fapi/v1/listenKey","urlObject":{"path":["fapi","v1","listenKey"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6f26fe84-ce76-490f-a57e-1ae2973cf70c"},{"name":"Renew Listen Key","id":"94f9cb10-b3e2-4336-aa06-9f7beae020bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"X-MBX-APIKEY","type":"text","value":"{{binance-api-key}}"}],"url":"{{url}}/fapi/v1/listenKey","urlObject":{"path":["fapi","v1","listenKey"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"94f9cb10-b3e2-4336-aa06-9f7beae020bb"},{"name":"Delete Listen Key","id":"f7b4103a-4c01-4192-9a55-fe0f21e6e76c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"X-MBX-APIKEY","type":"text","value":"{{binance-api-key}}"}],"url":"{{url}}/fapi/v1/listenKey","urlObject":{"path":["fapi","v1","listenKey"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f7b4103a-4c01-4192-9a55-fe0f21e6e76c"}],"id":"cf6db91d-90b3-4e18-8ba7-c0b661dcc1e9","_postman_id":"cf6db91d-90b3-4e18-8ba7-c0b661dcc1e9","description":""},{"name":"Portfolio Margin","item":[{"name":"Portfolio Margin Account Information","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"a2ea3a90-6cd1-4448-a351-43ba886f096e"}}],"id":"0c68ed7f-a8bc-421e-ba4c-c26f1e11f386","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"X-MBX-APIKEY","type":"text","value":"{{binance-api-key}}"}],"url":"{{url}}/fapi/v1/pmAccountInfo?asset=&timestamp={{timestamp}}&signature={{signature}}","urlObject":{"path":["fapi","v1","pmAccountInfo"],"host":["{{url}}"],"query":[{"key":"asset","value":""},{"disabled":true,"description":{"content":"<p>The value cannot be greater than 60000</p>\n","type":"text/plain"},"key":"recvWindow","value":"5000"},{"key":"timestamp","value":"{{timestamp}}"},{"key":"signature","value":"{{signature}}"}],"variable":[]}},"response":[],"_postman_id":"0c68ed7f-a8bc-421e-ba4c-c26f1e11f386"}],"id":"3f99c1f0-be71-4019-954c-c5b0280af82f","_postman_id":"3f99c1f0-be71-4019-954c-c5b0280af82f","description":""}],"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["const ts  = Date.now();","pm.environment.set(\"timestamp\", ts);","","let paramsObject = {};","","const binance_api_secret = pm.environment.get(\"binance-api-secret\");","","const parameters = pm.request.url.query;","","parameters.map((param) => {","    if (param.key != 'signature' && ","        !is_empty(param.value) &&","        !is_disabled(param.disabled)) {","            paramsObject[param.key] = param.value;","    }","})","        ","Object.assign(paramsObject, {'timestamp': ts});","","if (binance_api_secret) {","    const queryString = Object.keys(paramsObject).map((key) => {","        return `${encodeURIComponent(key)}=${paramsObject[key]}`;","    }).join('&');","    console.log(queryString);","    const signature = CryptoJS.HmacSHA256(queryString, binance_api_secret).toString();","    pm.environment.set(\"signature\", signature);","}","","function is_disabled(str) {","    return str == true;","}","","function is_empty(str) {","    if (typeof str == 'undefined' ||","        !str || ","        str.length === 0 || ","        str === \"\" ||","        !/[^\\s]/.test(str) ||","        /^\\s*$/.test(str) ||","        str.replace(/\\s/g,\"\") === \"\")","    {","        return true;","    }","    else","    {","        return false;","    }","}"],"id":"9d0777c2-f075-4312-9bb8-1b5b915e7cf6"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"875e0eb6-2ae2-4862-970a-9d6f6bac801e"}}]}