{"info":{"_postman_id":"8d463100-e3d8-49f5-8ca5-70d5b83651b8","name":"Exmo.me API","description":"<html><head></head><body><h1 id=\"change-log\">Change Log</h1>\n<p><strong>2022-02-28</strong></p>\n<ul>\n<li>Added new parameter <code>pair</code> to the <code>user_open_orders</code> method.</li>\n</ul>\n<p><strong>2021-07-07</strong></p>\n<ul>\n<li>Added Margin Websocket API documentation.</li>\n</ul>\n<p><strong>2021-06-03</strong></p>\n<ul>\n<li>Added new parameter <code>parent_order_id_str</code> to the <code>stop_market_order_create</code> method.</li>\n</ul>\n<p><strong>2021-05-20</strong></p>\n<ul>\n<li>Added new optional parameter <code>order_id</code> to the <code>order_max_quantity</code> method.</li>\n</ul>\n<p><strong>2021-04-26</strong></p>\n<ul>\n<li>Added Margin API documentation.</li>\n</ul>\n<p><strong>2020-11-12</strong></p>\n<ul>\n<li>Added new optional parameter <code>client_id</code> to the <code>stop_market_order_create</code> method.</li>\n</ul>\n<p><strong>2020-10-16</strong></p>\n<ul>\n<li>Added new optional parameter <code>client_id</code> to the <code>order_create</code> method.<br>If this parameter was set, then it'll be also added to the responses of these methods: <code>user_open_orders</code>, <code>user_cancelled_orders</code>, <code>user_trades</code>, <code>order_trades</code>.</li>\n</ul>\n<p><strong>2020-07-13</strong></p>\n<ul>\n<li>Added the new method <code>code_check</code></li>\n</ul>\n<p><strong>2020-07-10</strong></p>\n<ul>\n<li>Added the new method <code>currency_list_extended</code></li>\n</ul>\n<p><strong>2020-06-26</strong></p>\n<ul>\n<li>Added the new method <code>payments_providers_crypto_list</code>.</li>\n</ul>\n<p><strong>2020-06-22</strong></p>\n<ul>\n<li>Added <code>original_quantity</code> and <code>original_amount</code> fields to WebSocket API Order entries.</li>\n</ul>\n<p><strong>2020-06-16</strong></p>\n<ul>\n<li>Added WebSocket API documentation.</li>\n</ul>\n<p><strong>2020-04-29</strong></p>\n<ul>\n<li>Added the new method <code>wallet_operations</code>.</li>\n<li>Removed previous limitation about number of API requests from one IP address for <code>Wallet API</code><br>Now all <code>Wallet API</code> requests from single user are limited to 10 RPS.</li>\n</ul>\n<p><strong>2020-04-23</strong></p>\n<ul>\n<li>Added the new method <code>candles_history</code> which allows a user to download the data of any candlesticks on EXMO and use it in their software or develop and test their own bots and trading strategies on real historical data.</li>\n<li>Added the new stop orders method.</li>\n<li>Added transaction fee parameters to the <code>pair_settings</code>, <code>order_trades</code>, and <code>user_trades</code> methods (for both Maker and Taker).</li>\n<li>Added new parameter <code>Reviewing</code> to the <code>excode_load</code> method, which displays if the EX-CODE is currently under review.<ul>\n<li>Reviewing = <code>true</code> – if EX-CODE is uploaded but is currently under review</li>\n<li>Reviewing = <code>false</code> – if the reviewing is not needed and the payment was successful</li>\n</ul>\n</li>\n<li>Added new parameter <code>price_precision</code> to the <code>pair_settings</code> method, which displays how many decimal places can be used in the price when placing an order.</li>\n</ul>\n<hr>\n<p>If you detect an error in API, need help or have an idea on how to improve it, please contact the <a href=\"https://exmo.me/en/support\">Technical Support</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Change Log","slug":"change-log"}],"owner":"10287440","collectionId":"8d463100-e3d8-49f5-8ca5-70d5b83651b8","publishedId":"2s8ZDbUzkY","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-01-23T17:34:16.000Z"},"item":[{"name":"REST","item":[{"name":"v1.1","item":[{"name":"Public API","item":[{"name":"trades","id":"445bed49-d69c-457f-b96c-e01b29467f15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"pair","value":"BTC_USDT,BTC_RUB","description":"<p>one or various currency pairs separated by commas</p>\n","type":"text"}]},"url":"https://api.exmo.me/v1.1/trades","description":"<p>List of the deals on currency pairs</p>\n","urlObject":{"protocol":"https","path":["v1.1","trades"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"f6bd92dd-f767-4837-9e6c-a6a8915216fe","name":"trades","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"pair","value":"BTC_USDT","description":"one or various currency pairs separated by commas","type":"text"}]},"url":"https://api.exmo.me/v1.1/trades"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"BTC_USDT\": [\n    {\n      \"trade_id\": 3,\n      \"type\": \"sell\",\n      \"price\": \"100\",\n      \"quantity\": \"1\",\n      \"amount\": \"100\",\n      \"date\": 1435488248\n    }\n  ]\n}"}],"_postman_id":"445bed49-d69c-457f-b96c-e01b29467f15"},{"name":"order_book","id":"14d6a213-7032-48c3-982a-309790856ef2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"pair","value":"BTC_USDT,BTC_RUB","description":"<p>one or various currency pairs separated by commas</p>\n","type":"text"},{"key":"limit","value":"100","description":"<p>the number of displayed positions (default: 100, max: 1000)</p>\n","type":"text"}]},"url":"https://api.exmo.me/v1.1/order_book","description":"<p>The book of current orders on the currency pair</p>\n","urlObject":{"protocol":"https","path":["v1.1","order_book"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"52c21081-83a0-4ebb-8761-0e3cdfb2ec73","name":"order_book","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"pair","value":"BTC_USDT","description":"one or various currency pairs separated by commas","type":"text"},{"key":"limit","value":"100","description":"the number of displayed positions (default: 100, max: 1000)","type":"text"}]},"url":"https://api.exmo.me/v1.1/order_book"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"BTC_USDT\": {\n    \"ask_quantity\": \"3\",\n    \"ask_amount\": \"500\",\n    \"ask_top\": \"100\",\n    \"bid_quantity\": \"1\",\n    \"bid_amount\": \"99\",\n    \"bid_top\": \"99\",\n    \"ask\": [[100,1,100],[200,2,400]],\n    \"bid\": [[99,1,99]]\n  }\n}"}],"_postman_id":"14d6a213-7032-48c3-982a-309790856ef2"},{"name":"ticker","id":"1ac48ab3-33a1-43c8-be71-992662e4098a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.exmo.me/v1.1/ticker","description":"<p>Statistics on prices and volume of trades by currency pairs</p>\n","urlObject":{"protocol":"https","path":["v1.1","ticker"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"ce565b7e-2e7e-4209-8527-cc5a405be7c0","name":"ticker","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.exmo.me/v1.1/ticker"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"BTC_USDT\": {\n    \"buy_price\": \"589.06\",\n    \"sell_price\": \"592\",\n    \"last_trade\": \"591.221\",\n    \"high\": \"602.082\",\n    \"low\": \"584.51011695\",\n    \"avg\": \"591.14698808\",\n    \"vol\": \"167.59763535\",\n    \"vol_curr\": \"99095.17162071\",\n    \"updated\": 1470250973\n  }\n}"}],"_postman_id":"1ac48ab3-33a1-43c8-be71-992662e4098a"},{"name":"pair_settings","id":"6db5e5b3-e798-46f4-a3a3-47cabb6407ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.exmo.me/v1.1/pair_settings","description":"<p>Currency pairs settings</p>\n<p>Notice:</p>\n<p>Parameters <code>min_amount</code> and <code>max_amount</code> are not used for limit orders, but only for market orders when buying or selling \"For the Amount of\", and indicates limits in the second currency of the pair.</p>\n","urlObject":{"protocol":"https","path":["v1.1","pair_settings"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"94686a93-c486-4a70-b292-69faddddee68","name":"pair_settings","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.exmo.me/v1.1/pair_settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"EXM_ETH\": {\n        \"min_quantity\": \"1\",\n        \"max_quantity\": \"1000\",\n        \"min_price\": \"1\",\n        \"max_price\": \"1000\",\n        \"max_amount\": \"1000\",\n        \"min_amount\": \"1\",\n        \"price_precision\": 8,\n        \"commission_taker_percent\": \"0.2\",\n        \"commission_maker_percent\": \"0.2\"\n    },\n    \"BTC_USDT\": {\n        \"min_quantity\": \"0.001\",\n        \"max_quantity\": \"100\",\n        \"min_price\": \"1\",\n        \"max_price\": \"10000\",\n        \"max_amount\": \"30000\",\n        \"min_amount\": \"1\",\n        \"price_precision\": 2,\n        \"commission_taker_percent\": \"0.2\",\n        \"commission_maker_percent\": \"0.2\"\n    }\n}"}],"_postman_id":"6db5e5b3-e798-46f4-a3a3-47cabb6407ef"},{"name":"currency","id":"ac74e146-fd0b-4b54-a754-f85cef9a0a05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.exmo.me/v1.1/currency","description":"<p>Currencies list</p>\n","urlObject":{"protocol":"https","path":["v1.1","currency"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"2361e666-3d91-4a4c-bc4a-d87c9851e3d7","name":"currency","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.exmo.me/v1.1/currency"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\"USDT\",\"RUB\",\"BTC\",\"DOGE\",\"LTC\"]"}],"_postman_id":"ac74e146-fd0b-4b54-a754-f85cef9a0a05"},{"name":"currency_list_extended","id":"2ededd27-11df-4c97-8a20-78192ea7dd1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"url":"https://api.exmo.me/v1.1/currency/list/extended","description":"<p>Extended list of currencies</p>\n","urlObject":{"protocol":"https","path":["v1.1","currency","list","extended"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"c9f6c0d7-59e6-4aa9-b63c-d3b806940591","name":"currency_list_extended","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":"https://api.exmo.me/v1.1/currency/list/extended"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[{\"name\":\"USDT\",\"description\":\"Tether\"}, {\"name\":\"RUB\",\"description\":\"Russian Ruble\"}]"}],"_postman_id":"2ededd27-11df-4c97-8a20-78192ea7dd1c"},{"name":"required_amount","id":"20bfd358-691f-4137-8333-92beae35cbc6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"pair","value":"BTC_USDT","description":"<p>currency pair</p>\n","type":"text"},{"key":"quantity","value":"11","description":"<p>quantity to buy</p>\n","type":"text"}]},"url":"https://api.exmo.me/v1.1/required_amount","description":"<p>Calculating the sum of buying a certain amount of currency for the particular currency pair</p>\n","urlObject":{"protocol":"https","path":["v1.1","required_amount"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"ea1e8373-5fc5-4cb3-be1c-a942d755f314","name":"required_amount","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"pair","value":"BTC_USDT","description":"currency pair","type":"text"},{"key":"quantity","value":"11","description":"quantity to buy","type":"text"}]},"url":"https://api.exmo.me/v1.1/required_amount"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"quantity\": 3,\n  \"amount\": 5,\n  \"avg_price\": 3.66666666\n}"}],"_postman_id":"20bfd358-691f-4137-8333-92beae35cbc6"},{"name":"candles_history","id":"1d8ee53a-06c9-4ac3-bf8d-069f6336734b","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true,"accept-encoding":true,"connection":true,"host":true,"user-agent":true},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.exmo.com/v1.1/candles_history?symbol=BTC_USDT&resolution=30&from=1585556979&to=1585557979","description":"<p>Get candles history</p>\n","urlObject":{"protocol":"https","path":["v1.1","candles_history"],"host":["api","exmo","com"],"query":[{"description":{"content":"<p>currency pair</p>\n","type":"text/plain"},"key":"symbol","value":"BTC_USDT"},{"description":{"content":"<p>discreteness of candles, possible values: 1, 5, 15, 30, 45, 60, 120, 180, 240, D, W, M</p>\n","type":"text/plain"},"key":"resolution","value":"30"},{"description":{"content":"<p>beginning of period</p>\n","type":"text/plain"},"key":"from","value":"1585556979"},{"description":{"content":"<p>end of period</p>\n","type":"text/plain"},"key":"to","value":"1585557979"}],"variable":[]}},"response":[{"id":"9da006fd-5411-4e79-8868-4964e18d1526","name":"candles_history","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.exmo.com/v1.1/candles_history?symbol=BTC_USDT&resolution=30&from=1585556979&to=1585557979","protocol":"https","host":["api","exmo","com"],"path":["v1.1","candles_history"],"query":[{"key":"symbol","value":"BTC_USDT","description":"currency pair"},{"key":"resolution","value":"30","description":"discreteness of candles, possible values: 1, 5, 15, 30, 45, 60, 120, 180, 240, D, W, M"},{"key":"from","value":"1585556979","description":"beginning of period"},{"key":"to","value":"1585557979","description":"end of period"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"server","value":"api-gateway/0.1.18"},{"key":"date","value":"Mon, 30 Mar 2020 09:41:36 GMT"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"114"},{"key":"access-control-allow-methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"access-control-allow-headers","value":"Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Key, Sign"},{"key":"access-control-allow-credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"{\n    \"candles\": [\n        {\n            \"t\": 1585557000000,\n            \"o\": 6590.6164,\n            \"c\": 6602.3624,\n            \"h\": 6618.78965693,\n            \"l\": 6579.054,\n            \"v\": 6.932754980000013\n        }\n    ]\n}"}],"_postman_id":"1d8ee53a-06c9-4ac3-bf8d-069f6336734b"},{"name":"payments_providers_crypto_list","id":"11b061f4-214a-4264-9dbf-a8e99505f69b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.exmo.me/v1.1/payments/providers/crypto/list","description":"<p>Crypto providers list</p>\n","urlObject":{"protocol":"https","path":["v1.1","payments","providers","crypto","list"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"92a378c8-e36b-4d12-8e25-b220c908d62c","name":"payments_providers_crypto_list","originalRequest":{"method":"GET","header":[],"url":"https://api.exmo.me/v1.1/payments/providers/crypto/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n\"BTC\": [\n    {\n      \"type\": \"deposit\", //provider method type, withdrawal or deposit\n      \"name\": \"BTC\", //provider name\n      \"currency_name\": \"BTC\", //currency name\n      \"min\": \"0\", //min amount per operation\n      \"max\": \"0\", //max amount per operation\n      \"enabled\": true, //provider status\n      \"comment\": \"\", //comment for provider\n      \"commission_desc\": \"\", //description of commission\n      \"currency_confirmations\": 0 //the number of required confirmations for the operation\n    },\n    {\n      \"type\": \"withdraw\",\n      \"name\": \"BTC\",\n      \"currency_name\": \"BTC\",\n      \"min\": \"0.01\",\n      \"max\": \"350.001\",\n      \"enabled\": true,\n      \"comment\": \"\",\n      \"commission_desc\": \"\",\n      \"currency_confirmations\": 3\n    }\n],\n  \"LTC\": [\n    {\n      \"type\": \"deposit\",\n      \"name\": \"LTC\",\n      \"currency_name\": \"LTC\",\n      \"min\": \"0\",\n      \"max\": \"0\",\n      \"enabled\": true,\n      \"comment\": \"\",\n      \"commission_desc\": \"\",\n      \"currency_confirmations\": 0\n    },\n    {\n      \"type\": \"withdraw\",\n      \"name\": \"LTC\",\n      \"currency_name\": \"LTC\",\n      \"min\": \"0.5\",\n      \"max\": \"1050\",\n      \"enabled\": true,\n      \"comment\": \"\",\n      \"commission_desc\": null,\n      \"currency_confirmations\": 50\n    }\n]\n}"}],"_postman_id":"11b061f4-214a-4264-9dbf-a8e99505f69b"}],"id":"4270cbfe-2300-422c-86dd-867a29e1f31f","description":"<p>This API does not require authorization and can be accessed using the GET or POST methods.</p>\n<p>General URL with API access looks like this: <code>https://api.exmo.me/v1.1/{api_name}?{api_params}</code> where <code>api_name</code> is the name of API you are accessing and <code>api_params</code> are the incoming request parameters (if necessary)</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"2ddb2de7-8166-408f-8e0d-c74fc35219f7"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"4bd339bf-9ac1-4919-8975-ecec90473f20"}}],"_postman_id":"4270cbfe-2300-422c-86dd-867a29e1f31f"},{"name":"Authenticated API","item":[{"name":"user_info","id":"13175826-ca90-4eea-8cb9-cc814d65b6ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Key","value":"<your_api_key>","type":"text"},{"key":"Sign","value":"<your_sign>","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.exmo.me/v1.1/user_info","description":"<p>Getting information about user's account</p>\n","urlObject":{"protocol":"https","path":["v1.1","user_info"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"8faff7de-1d93-40af-9c96-f6fbf62fa1e0","name":"user_info","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Key","value":"<your_api_key>","type":"text"},{"key":"Sign","value":"<your_sign>","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"nonce","value":"1779488694","type":"text"}]},"url":"https://api.exmo.me/v1.1/user_info"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"uid\": 10542,\n  \"server_date\": 1435518576,\n  \"balances\": {\n    \"BTC\": \"970.994\",\n    \"USDT\": \"949.47\"\n  },\n  \"reserved\": {\n    \"BTC\": \"3\",\n    \"USDT\": \"0.5\"\n  }\n}"}],"_postman_id":"13175826-ca90-4eea-8cb9-cc814d65b6ea"},{"name":"order_create","id":"dd857009-d33b-4a37-ac80-ceb90964c6b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"pair","value":"BTC_USDT","description":"<p>currency pair</p>\n","type":"text"},{"key":"quantity","value":"1.56789","description":"<p>quantity for the order</p>\n","type":"text"},{"key":"price","value":"10000.56789","description":"<p>price for the order</p>\n","type":"text"},{"key":"type","value":"buy","description":"<p>type of order, can have the following values:</p>\n<ul>\n<li>buy - buy order</li>\n<li>sell - sell order</li>\n<li>market_buy - market buy-order</li>\n<li>market_sell - market sell-order</li>\n<li>market_buy_total - market buy-order for a certain amount</li>\n<li>market_sell_total - market sell-order for a certain amount</li>\n</ul>\n","type":"text"},{"key":"exec_type","value":"","description":"<p>exec option for limit orders (optional parameter), can have the following values:</p>\n<ul>\n<li>post_only - order will only be placed if no part of it is filled while being placed</li>\n<li>fok - order will only be placed if whole order immediately fill while being placed</li>\n<li>ioc - while order is being placed, the exchange attempts to execute all or part immediately and then cancels any unfilled portion of the order</li>\n</ul>\n","type":"text"},{"key":"client_id","value":"100500","description":"<p>client id for the order (optional parameter, must be a positive integer)</p>\n","type":"text"}]},"url":"https://api.exmo.me/v1.1/order_create","description":"<p>Order creation</p>\n<p><strong>Examples of order creation using PHP:</strong></p>\n<p>Creation of an order to buy 3 BTC for 100 USDT</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>api_query(\"order_create\", Array(\n    \"pair\"=&gt;\"BTC_USDT\",\n    \"quantity\"=&gt;3,\n    \"price\"=&gt;100,\n    \"type\"=&gt;\"buy\"\n));\n</code></pre><p>Creation of an order to sell 3 BTC at 100 USDT</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>api_query(\"order_create\", Array(\n    \"pair\"=&gt;\"BTC_USDT\",\n    \"quantity\"=&gt;3,\n    \"price\"=&gt;100,\n    \"type\"=&gt;\"sell\"\n));\n</code></pre><p>Creation of a market order to buy 3 BTC</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>api_query(\"order_create\", Array(\n    \"pair\"=&gt;\"BTC_USDT\",\n    \"quantity\"=&gt;3,\n    \"price\"=&gt;0,\n    \"type\"=&gt;\"market_buy\"\n));\n</code></pre><p>Creation of a market order to sell 3 BTC</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>api_query(\"order_create\", Array(\n    \"pair\"=&gt;\"BTC_USDT\",\n    \"quantity\"=&gt;3,\n    \"price\"=&gt;0,\n    \"type\"=&gt;\"market_sell\"\n));\n</code></pre><p>Creation of a market order to buy BTC for the amount of 100 USDT</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>api_query(\"order_create\", Array(\n    \"pair\"=&gt;\"BTC_USDT\",\n    \"quantity\"=&gt;100,\n    \"price\"=&gt;0,\n    \"type\"=&gt;\"market_buy_total\"\n));\n</code></pre><p>Creation of a market order to sell BTC for the amount of 100 USDT</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>api_query(\"order_create\", Array(\n    \"pair\"=&gt;\"BTC_USDT\",\n    \"quantity\"=&gt;100,\n    \"price\"=&gt;0,\n    \"type\"=&gt;\"market_sell_total\"\n));\n</code></pre>","urlObject":{"protocol":"https","path":["v1.1","order_create"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"e6325146-c422-4e7d-91d3-ebdf5185e151","name":"order_create","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Key","value":"<your_api_key>","type":"text"},{"key":"Sign","value":"<your_sign>","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"pair","value":"BTC_USDT","description":"currency pair","type":"text"},{"key":"quantity","value":"1.56789","description":"quantity for the order","type":"text"},{"key":"price","value":"10000.56789","description":"price for the order","type":"text"},{"key":"type","value":"buy","description":"type of order, can have the following values:\n+ buy - buy order\n+ sell - sell order\n+ market_buy - market buy-order\n+ market_sell - market sell-order\n+ market_buy_total - market buy-order for a certain amount\n+ market_sell_total - market sell-order for a certain amount","type":"text"},{"key":"client_id","value":"100500","description":"client id for the order (optional parameter, must be a positive integer)","type":"text"},{"key":"nonce","value":"1779488694","type":"text"}]},"url":"https://api.exmo.me/v1.1/order_create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"result\": true,\n  \"error\": \"\",\n  \"order_id\": 123456,\n  \"client_id\": 100500\n}"}],"_postman_id":"dd857009-d33b-4a37-ac80-ceb90964c6b7"},{"name":"order_cancel","id":"aa25c577-4b88-44b0-8e44-94715a280cbe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"order_id","value":"123456","description":"<p>order identifier</p>\n","type":"text"}]},"url":"https://api.exmo.me/v1.1/order_cancel","description":"<p>Order cancellation</p>\n","urlObject":{"protocol":"https","path":["v1.1","order_cancel"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"944eb5b9-4ac4-4d11-9606-735d9ac3441a","name":"order_cancel","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Key","value":"<your_api_key>","type":"text"},{"key":"Sign","value":"<your_sign>","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"order_id","value":"123456","description":"order identifier","type":"text"},{"key":"nonce","value":"1779488694","type":"text"}]},"url":"https://api.exmo.me/v1.1/order_cancel"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"result\": true,\n  \"error\": \"\"\n}"}],"_postman_id":"aa25c577-4b88-44b0-8e44-94715a280cbe"},{"name":"stop_market_order_create","id":"f79fdffc-92d2-4492-a7d7-fe51a167d880","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"pair","value":"BTC_USDT","description":"<p>currency pair</p>\n","type":"text"},{"key":"quantity","value":"1.56789","description":"<p>quantity for the order</p>\n","type":"text"},{"key":"trigger_price","value":"10000.56789","description":"<p>price for the order</p>\n","type":"text"},{"key":"type","value":"buy","description":"<p>type of order, can have the following values:</p>\n<ul>\n<li>buy - stop market buy order</li>\n<li>sell - stop market sell order</li>\n</ul>\n","type":"text"},{"key":"client_id","value":"100500","description":"<p>client id for the order (optional parameter, must be a positive integer)</p>\n","type":"text"}]},"url":"https://api.exmo.me/v1.1/stop_market_order_create","description":"<p>Stop market order creation</p>\n","urlObject":{"protocol":"https","path":["v1.1","stop_market_order_create"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"dc6b762a-93c4-4579-9be6-ab98e9e1be0a","name":"stop_market_order_create","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Key","value":"<your_api_key>","type":"text"},{"key":"Sign","value":"<your_sign>","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"pair","value":"BTC_USDT","description":"currency pair","type":"text"},{"key":"quantity","value":"1.56789","description":"quantity for the order","type":"text"},{"key":"trigger_price","value":"10000.56789","description":"price for the order","type":"text"},{"key":"type","value":"buy","description":"type of order, can have the following values:\n+ buy - stop market buy order\n+ sell - stop market sell order","type":"text"},{"key":"client_id","value":"100500","description":"client id for the order (optional parameter, must be a positive integer)","type":"text"},{"key":"nonce","value":"1779488694","type":"text"}]},"url":"https://api.exmo.me/v1.1/stop_market_order_create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"client_id\": 100500,\n    \"parent_order_id\": 507056272792275327,\n    \"parent_order_id_str\": \"507056272792275327\"\n}"}],"_postman_id":"f79fdffc-92d2-4492-a7d7-fe51a167d880"},{"name":"stop_market_order_cancel","id":"f5d308c0-909f-4992-b5f5-b93565ab133f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"parent_order_id","value":"507056272792275327","description":"<p>stop market order identifier</p>\n","type":"text"}]},"url":"https://api.exmo.me/v1.1/stop_market_order_cancel","description":"<p>Stop market order cancellation</p>\n","urlObject":{"protocol":"https","path":["v1.1","stop_market_order_cancel"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"88792a73-1575-466c-a371-33418b7ffa2b","name":"stop_market_order_cancel","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Key","value":"<your_api_key>","type":"text"},{"key":"Sign","value":"<your_sign>","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"parent_order_id","value":"507056272792275327","description":"currency pair","type":"text"},{"key":"nonce","value":"1779488694","type":"text"}]},"url":"https://api.exmo.me/v1.1/stop_market_order_cancel"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"f5d308c0-909f-4992-b5f5-b93565ab133f"},{"name":"user_open_orders","id":"b8e24f86-93dd-4e90-a6dd-c35b7bf41d92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"pair","value":"BTC_USDT,BTC_RUB","description":"<p>one or various currency pairs separated by commas</p>\n","type":"text"}]},"url":"https://api.exmo.me/v1.1/user_open_orders","description":"<p>Getting the list of user’s active orders</p>\n","urlObject":{"protocol":"https","path":["v1.1","user_open_orders"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"6c96e67e-fd98-4296-a1da-09f75e7af552","name":"user_open_orders","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Key","value":"<your_api_key>","type":"text"},{"key":"Sign","value":"<your_sign>","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"nonce","value":"1779488694","type":"text"}]},"url":{"raw":"https://api.exmo.com/v1.1/user_open_orders?pair=USDT_USDX,BTC_USDT","protocol":"https","host":["api","exmo","com"],"path":["v1.1","user_open_orders"],"query":[{"key":"pair","value":"USDT_USDX,BTC_USDT"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"USDT_USDX\": [\n    {\n      \"parent_order_id\": \"507061384740151010\",\n      \"client_id\": \"100500\",\n      \"created\": \"1589547391\",\n      \"type\": \"stop_market_buy\",\n      \"pair\": \"USDT_USDX\",\n      \"quantity\": \"1\",\n      \"trigger_price\": \"5\",\n      \"amount\": \"5\"\n    }\n  ],\n  \"BTC_USDT\": [\n    {\n      \"order_id\": \"14\",\n      \"client_id\": \"100500\",\n      \"created\": \"1435517311\",\n      \"type\": \"buy\",\n      \"pair\": \"BTC_USDT\",\n      \"price\": \"100\",\n      \"quantity\": \"1\",\n      \"amount\": \"100\"\n    }\n  ]\n}"}],"_postman_id":"b8e24f86-93dd-4e90-a6dd-c35b7bf41d92"},{"name":"user_trades","id":"a8c6b2ff-e03f-4492-80e3-495c33998fb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"pair","value":"BTC_USDT,BTC_RUB","description":"<p>one or various currency pairs separated by commas</p>\n","type":"text"},{"key":"limit","value":"100","description":"<p>the number of returned deals (default: 100, maximum: 100)</p>\n","type":"text"},{"key":"offset","value":"0","description":"<p>last deal offset (default: 0)</p>\n","type":"text"}]},"url":"https://api.exmo.me/v1.1/user_trades","description":"<p>Getting the list of user’s deals</p>\n","urlObject":{"protocol":"https","path":["v1.1","user_trades"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"63356344-d549-428a-8a96-603ac698fbf2","name":"user_trades","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Key","value":"<your_api_key>","type":"text"},{"key":"Sign","value":"<your_sign>","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"pair","value":"BTC_USDT","description":"one or various currency pairs separated by commas","type":"text"},{"key":"limit","value":"100","description":"the number of returned deals (default: 100, мmaximum: 100)","type":"text"},{"key":"offset","value":"0","description":"last deal offset (default: 0)","type":"text"},{"key":"nonce","value":"1779488694","type":"text"}]},"url":"https://api.exmo.me/v1.1/user_trades"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"BTC_USDT\": [\n        {\n            \"trade_id\": 20056872,\n            \"client_id\": 100500,\n            \"date\": 1435488248,\n            \"type\": \"buy\",\n            \"pair\": \"BTC_USDT\",\n            \"quantity\": \"1\",\n            \"price\": \"100\",\n            \"amount\": \"100\",\n            \"order_id\": 7,\n            \"parent_order_id\": 117684023830293,\n            \"exec_type\": \"taker\",\n            \"commission_amount\": \"0.02\",\n            \"commission_currency\": \"BTC\",\n            \"commission_percent\": \"0.2\"\n        }\n    ],\n    \"BTC_RUB\": [\n        {\n            \"trade_id\": 20056873,\n            \"client_id\": 0,\n            \"date\": 1435488248,\n            \"type\": \"sell\",\n            \"pair\": \"BTC_RUB\",\n            \"quantity\": \"1\",\n            \"price\": \"100\",\n            \"amount\": \"100\",\n            \"order_id\": 8,\n            \"exec_type\": \"maker\",\n            \"commission_amount\": \"1\",\n            \"commission_currency\": \"RUB\",\n            \"commission_percent\": \"0.1\"\n        }\n    ]\n}"}],"_postman_id":"a8c6b2ff-e03f-4492-80e3-495c33998fb6"},{"name":"user_cancelled_orders","id":"2a5d4ed2-fd2a-46dd-8016-cd3612a0b072","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"limit","value":"100","description":"<p>the number of returned deals (default: 100, maximum: 10 000)</p>\n","type":"text"},{"key":"offset","value":"0","description":"<p>last deal offset (default: 0)</p>\n","type":"text"}]},"url":"https://api.exmo.me/v1.1/user_cancelled_orders","description":"<p>Getting the list of user’s cancelled orders</p>\n","urlObject":{"protocol":"https","path":["v1.1","user_cancelled_orders"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"a84fae98-5b87-405b-b63f-1a06b02d84f7","name":"user_cancelled_orders","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Key","value":"<your_api_key>","type":"text"},{"key":"Sign","value":"<your_sign>","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"limit","value":"100","description":"the number of returned deals (default: 100, мmaximum: 10 000)","type":"text"},{"key":"offset","value":"0","description":"last deal offset (default: 0)","type":"text"},{"key":"nonce","value":"1779488694","type":"text"}]},"url":"https://api.exmo.me/v1.1/user_cancelled_orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"parent_order_id\": \"507061048430834991\",\n        \"client_id\": \"100500\",\n        \"created\": \"1586422374\",\n        \"type\": \"stop_market_buy\",\n        \"pair\": \"XRP_USDT\",\n        \"quantity\": \"1\",\n        \"trigger_price\": \"3\",\n        \"amount\": \"3\",\n        \"reason_status\": \"user_canceled\"\n    },\n    {\n        \"order_id\": \"6046763382\",\n        \"client_id\": \"0\",\n        \"created\": \"1586416857\",\n        \"type\": \"buy\",\n        \"pair\": \"XRP_USDT\",\n        \"quantity\": \"30\",\n        \"price\": \"0.01\",\n        \"amount\": \"0.3\"\n    }\n]"}],"_postman_id":"2a5d4ed2-fd2a-46dd-8016-cd3612a0b072"},{"name":"order_trades","id":"7b942487-dc68-432f-bf6d-55442f67a347","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"order_id","value":"12345","description":"<p>order identifier</p>\n","type":"text"}]},"url":"https://api.exmo.me/v1.1/order_trades","description":"<p>Getting the history of deals with the order</p>\n","urlObject":{"protocol":"https","path":["v1.1","order_trades"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"b4b9a871-1fbc-40b4-b6d3-f9e9c5979d0b","name":"order_trades","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Key","value":"<your_api_key>","type":"text"},{"key":"Sign","value":"<your_sign>","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"order_id","value":"12345","description":"order identifier","type":"text"},{"key":"nonce","value":"1779488694","type":"text"}]},"url":"https://api.exmo.me/v1.1/order_trades"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"buy\",\n  \"in_currency\": \"BTC\",\n  \"in_amount\": \"1\",\n  \"out_currency\": \"USDT\",\n  \"out_amount\": \"100\",\n  \"trades\": [\n    {\n      \"trade_id\": 3,\n      \"client_id\": 100500,\n      \"date\": 1435488248,\n      \"type\": \"buy\",\n      \"pair\": \"BTC_USDT\",\n      \"order_id\": 12345,\n      \"quantity\": 1,\n      \"price\": 100,\n      \"amount\": 100,\n      \"exec_type\": \"taker\",\n      \"commission_amount\": \"0.02\",\n      \"commission_currency\": \"BTC\",\n      \"commission_percent\": \"0.2\"\n    }\n  ]\n}"}],"_postman_id":"7b942487-dc68-432f-bf6d-55442f67a347"}],"id":"517abf64-ba22-40b6-a9c3-8f3e5ca266ca","description":"<p>To access this API it is necessary to use the POST method.</p>\n<p><strong>URL</strong> — should be used the following address: <code>https://api.exmo.me/v1.1/{api_name}</code> where <code>api_name</code> is the name of API method</p>\n<p>Authorization is realized by sending the following headers to the server:</p>\n<p><strong>Key</strong> — Public key that can be found in user’s profile settings\n(example: K-7cc97c89aed2a2fd9ed7792d48d63f65800c447b)</p>\n<p><strong>Sign</strong> — POST data (param=val&amp;param1=val1) encrypted with method HMAC-SHA512 using secret key; the secret key also can be found in user’s profile settings</p>\n<p>There’s a possibility to associate several keys with one account for API access.</p>\n<p>All the requests should also include the obligatory POST parameter <code>nonce</code> with incremental numerical value (&gt;0). The incremental numerical value should never reiterate or decrease.</p>\n<p>To access API you can use the already existing code in the following languages:</p>\n<ul>\n<li><a href=\"https://github.com/exmo-dev/exmo_api_lib/tree/master/rest/php\">PHP</a> or <code>composer require exmo/api</code></li>\n<li><a href=\"https://github.com/exmo-dev/exmo_api_lib/tree/master/rest/js\">Javascript</a></li>\n<li><a href=\"https://github.com/exmo-dev/exmo_api_lib/tree/master/rest/nodejs\">Nodejs</a> or <code>npm install exmo-api</code></li>\n<li><a href=\"https://github.com/exmo-dev/exmo_api_lib/tree/master/rest/c#\">C#</a></li>\n<li><a href=\"https://github.com/exmo-dev/exmo_api_lib/tree/master/rest/%D1%81++\">C++</a></li>\n<li><a href=\"https://github.com/exmo-dev/exmo_api_lib/tree/master/rest/python\">Python</a></li>\n<li><a href=\"https://github.com/exmo-dev/exmo_api_lib/tree/master/rest/objectivec\">Objective C</a></li>\n<li><a href=\"https://github.com/exmo-dev/exmo_api_lib/tree/master/rest/swift\">Swift</a></li>\n<li><a href=\"https://github.com/exmo-dev/exmo_api_lib/tree/master/rest/java\">Java</a></li>\n<li><a href=\"https://github.com/exmo-dev/exmo_api_lib/tree/master/rest/ruby\">Ruby</a></li>\n<li><a href=\"https://github.com/exmo-dev/exmo_api_lib/tree/master/rest/golang\">Golang</a></li>\n<li><a href=\"https://github.com/exmo-dev/exmo_api_lib/tree/master/rest/r\">R</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"5bb7dd3d-66e4-48aa-932e-6f7d10e4c0d5"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"db5619ed-e365-4223-9e5d-72171f6f1877"}}],"_postman_id":"517abf64-ba22-40b6-a9c3-8f3e5ca266ca"},{"name":"Excode API","item":[{"name":"excode_create","id":"f03350c3-24e9-42bd-8cb2-56816c4ddc59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"currency","value":"BTC","description":"<p>name of coupon currency</p>\n","type":"text"},{"key":"amount","value":"10","description":"<p>amount in the coupon</p>\n","type":"text"},{"key":"login","value":"test_user","description":"<p>login of user, who can upload EXCODE coupon (<strong>not necessary param, if it present - coupon can upload only this user or their creator</strong>)</p>\n","type":"text"}]},"url":"https://api.exmo.me/v1.1/excode_create","description":"<p>EXCODE coupon creation</p>\n","urlObject":{"protocol":"https","path":["v1.1","excode_create"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"40d7e937-5ffd-47a9-92a0-6c110fae4eee","name":"excode_create","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Key","value":"<your_api_key>","type":"text"},{"key":"Sign","value":"<your_sign>","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"currency","value":"BTC","description":"name of coupon currency","type":"text"},{"key":"amount","value":"10","description":"amount in the coupon","type":"text"},{"key":"login","value":"test_user","description":"login of user, who can upload EXCODE coupon (**not necessary param, if it present - coupon can upload only this user or their creator**)","type":"text"},{"key":"nonce","value":"1779488694","type":"text"}]},"url":"https://api.exmo.me/v1.1/excode_create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"result\": true,\n  \"error\": \"\",\n  \"task_id\": \"467757\",\n  \"code\": \"EX-CODE_9004_BTC7c3f8adc0b158658....\",\n  \"amount\": \"10\",\n  \"currency\": \"BTC\",\n  \"login\": \"test_user\",\n  \"commission\": \"0.01\",\n  \"balances\": {\n    \"BTC\": 940.994,\n    \"USDT\": 949.472\n  }\n}"}],"_postman_id":"f03350c3-24e9-42bd-8cb2-56816c4ddc59"},{"name":"excode_load","id":"271eb536-b2b1-4f49-b7bf-bd15756272d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"code","value":"EX-CODE_9004_BTC7c3f8adc0b158658....","description":"<p>code of the EXCODE coupon</p>\n","type":"text"}]},"url":"https://api.exmo.me/v1.1/excode_load","description":"<p>EXCODE coupon uploading</p>\n","urlObject":{"protocol":"https","path":["v1.1","excode_load"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"1a4ec23c-b0ea-41a2-924a-e10b4b57c8ed","name":"excode_load","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Key","value":"<your_api_key>","type":"text"},{"key":"Sign","value":"<your_sign>","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"code","value":"EX-CODE_9004_BTC7c3f8adc0b158658....","description":"code of the EXCODE coupon","type":"text"},{"key":"nonce","value":"1779488694","type":"text"}]},"url":"https://api.exmo.me/v1.1/excode_load"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"result\": true,\n  \"error\": \"\",\n  \"task_id\": \"467757\",\n  \"amount\": \"10\",\n  \"currency\": \"BTC\",\n  \"reviewing\": true\n}"}],"_postman_id":"271eb536-b2b1-4f49-b7bf-bd15756272d2"},{"name":"code_check","id":"04345fba-60f3-4328-bb99-5ad7b96485e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"code","value":"EX-CODE_9004_BTC7c3f8adc0b158658....","description":"<p>code of the EXCODE coupon</p>\n","type":"text"}]},"url":"https://api.exmo.me/v1.1/code_check","description":"<p>EXCODE coupon checking</p>\n","urlObject":{"protocol":"https","path":["v1.1","code_check"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"0b1913b1-2a3b-4fab-b13e-94bee1a104c4","name":"code_check","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Key","value":"<your_api_key>","type":"text"},{"key":"Sign","value":"<your_sign>","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"code","value":"EX-CODE_9004_BTC7c3f8adc0b158658....","description":"code of the EXCODE coupon","type":"text"},{"key":"nonce","value":"1779488694","type":"text"}]},"url":"https://api.exmo.me/v1.1/code_check"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"result\": true,\n  \"error\": \"\",\n  \"valid\": true,\n  \"created\": 1594387417,\n  \"used\": false,\n  \"used_dt\": 0,\n  \"amount\": \"10\",\n  \"currency\": \"BTC\"\n}"}],"_postman_id":"04345fba-60f3-4328-bb99-5ad7b96485e2"}],"id":"96e049d0-ec05-477e-ae88-9437b53ff5aa","description":"<p>Using EXCODE API you can create and upload EXCODE coupons. <strong>The access is given only after a request to the Technical Support.</strong></p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"318e8395-5932-46e9-8c98-5581fbf199ef"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"b1c42db1-9dbd-4a43-8842-2e1011c21976"}}],"_postman_id":"96e049d0-ec05-477e-ae88-9437b53ff5aa"},{"name":"Wallet API","item":[{"name":"deposit_address","id":"e271924f-1859-4a7f-b4cf-cff6de6314e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.exmo.me/v1.1/deposit_address","description":"<p>Getting the list of addresses for cryptocurrency deposit</p>\n","urlObject":{"protocol":"https","path":["v1.1","deposit_address"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"2ddc5daa-c480-46b1-ba46-bf6acbf51331","name":"deposit_address","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Key","value":"<your_api_key>","type":"text"},{"key":"Sign","value":"<your_sign>","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"nonce","value":"1779488694","type":"text"}]},"url":"https://api.exmo.me/v1.1/deposit_address"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"BTC\": \"16UM5DoeHkV7Eb7tMfXSuQ2ueir1yj4P7d\",\n  \"DOGE\": \"DEVfhgKErG5Nzas2FZJJH8Y8pjoLfVfWq4\",\n  \"LTC\": \"LSJFhsVJM6GCFtSgRj5hHuK9gReLhNuKFb\",\n  \"XRP\": \"rB2yjyFCoJaV8QCbj1UJzMnUnQJMrkhv3S,1234\"\n}"}],"_postman_id":"e271924f-1859-4a7f-b4cf-cff6de6314e3"},{"name":"withdraw_crypt","id":"f201b3f6-ea2b-4f16-bf34-76d9d96d1fa8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"amount","value":"10","description":"<p>Amount of currency to be withdrawn (required)</p>\n","type":"text"},{"key":"currency","value":"BTC","description":"<p>Name of the currency to be withdrawn (required)</p>\n","type":"text"},{"key":"address","value":"16UM5DoeHkV7Eb7tMfXSu...","description":"<p>Withdrawal address (required)</p>\n","type":"text"},{"key":"invoice","value":"1234","description":"<p>Additional identifier (optional)</p>\n","type":"text"},{"key":"transport","value":"","description":"<p>The network in which the withdrawal will be made. If you do not specify, then the default network will be selected.\nExplanation: some currencies exist in several blockchains, and you can specify in which blockchain you want to withdraw tokens.\n (optional)</p>\n","type":"text"}]},"url":"https://api.exmo.me/v1.1/withdraw_crypt","description":"<p>Creation of the task for cryptocurrency withdrawal.</p>\n<hr />\n<p>Description of the <strong>invoice</strong> parameter for currencies in which it is used:</p>\n<p><br /><br /></p><p><br /><br /><br /></p><table><tbody><tr><th>Currency</th><th>Parameter invoice</th><th>Description</th></tr><tr><td>XRP</td><td>Required</td><td>DESTINATION_TAG value</td></tr><tr><td>XEM</td><td>Optional</td><td>MESSAGE value</td></tr><tr><td>XLM</td><td>Required</td><td>MEMO value</td></tr><tr><td>EOS, PTI, ZAG</td><td>Optional</td><td>MEMO value</td></tr></tbody></table>\n\n<p>Description of the <strong>transport</strong> parameter for currencies in which it is used:</p>\n<p><br /><br /><br /></p><table><tbody><tr><th>Currency</th><th>Parameter transport</th><th>Available values</th><th>Default value</th></tr><tr><td>USDT</td><td>Optional</td><td><br /><b>ERC20</b> for withdrawal on the Ethereum network<br /><br /><b>TRC20</b> for withdrawal on the Tron network<br /><br /></td><td>not indicated for withdrawal on the Bitcoin network</td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v1.1","withdraw_crypt"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"ba29f7c1-fb92-4b49-ad19-d83fa62b03b1","name":"withdraw_crypt","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Key","value":"<your_api_key>","type":"text"},{"key":"Sign","value":"<your_sign>","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"amount","value":"10","description":"Amount of currency to be withdrawn (required)","type":"text"},{"key":"currency","value":"BTC","description":"Name of the currency to be withdrawn (required)","type":"text"},{"key":"address","value":"16UM5DoeHkV7Eb7tMfXSu...","description":"Withdrawal address (required)","type":"text"},{"key":"invoice","value":"1234","description":"Additional identifier (optional)","type":"text"},{"key":"transport","value":"","description":"The network in which the withdrawal will be made. If you do not specify, then the default network will be selected.\nExplanation: some currencies exist in several blockchains, and you can specify in which blockchain you want to withdraw tokens.\n (optional)","type":"text"},{"key":"nonce","value":"1779488694","type":"text"}]},"url":"https://api.exmo.me/v1.1/withdraw_crypt"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"result\": true,\n  \"error\": \"\",\n  \"task_id\": \"467756\"\n}"}],"_postman_id":"f201b3f6-ea2b-4f16-bf34-76d9d96d1fa8"},{"name":"withdraw_get_txid","id":"522939e5-006b-4a02-b33e-32896b553f8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"task_id","value":"467756","description":"<p>withdrawal task identifier</p>\n","type":"text"}]},"url":"https://api.exmo.me/v1.1/withdraw_get_txid","description":"<p>Getting the transaction ID in order to keep track of it on blockchain</p>\n","urlObject":{"protocol":"https","path":["v1.1","withdraw_get_txid"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"8fca534d-425a-47b5-a237-177ced3c8103","name":"withdraw_get_txid","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Key","value":"<your_api_key>","type":"text"},{"key":"Sign","value":"<your_sign>","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"task_id","value":"467756","description":"withdrawal task identifier","type":"text"},{"key":"nonce","value":"1779488694","type":"text"}]},"url":"https://api.exmo.me/v1.1/withdraw_get_txid"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"result\": true,\n  \"error\": \"\",\n  \"status\": true,\n  \"txid\": \"ec46f784ad976fd7f7539089d1a129fe46...\"\n}"}],"_postman_id":"522939e5-006b-4a02-b33e-32896b553f8d"},{"name":"wallet_history","id":"bd8ff549-8a90-4982-8ee8-a3a9a3a4988c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"date","value":"1493998000","description":"<p>timestamp of the day (if empty got current day)</p>\n","type":"text"}]},"url":"https://api.exmo.me/v1.1/wallet_history","description":"<p>Get history of wallet</p>\n","urlObject":{"protocol":"https","path":["v1.1","wallet_history"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"28ee7fb6-751c-4d6a-aba3-c76904e25874","name":"wallet_history","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Key","value":"<your_api_key>","type":"text"},{"key":"Sign","value":"<your_sign>","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"date","value":"1493998000","description":"timestamp of the day (if empty got current day)","type":"text"},{"key":"nonce","value":"1779488694","type":"text"}]},"url":"https://api.exmo.me/v1.1/wallet_history"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"result\": true,\n  \"error\": \"\",\n  \"begin\": \"1493942400\",\n  \"end\": \"1494028800\",\n  \"history\": [{\n       \"dt\": 1461841192,\n       \"type\": \"deposit\",\n       \"curr\": \"RUB\",\n       \"status\": \"processing\",\n       \"provider\": \"Qiwi (LA) [12345]\",\n       \"amount\": \"1\",\n       \"account\": \"\",\n       \"txid\": \"ec46f784ad976fd7f7539089d1a129fe46...\"\n     },\n     {\n       \"dt\": 1463414785,\n       \"type\": \"withdrawal\",\n       \"curr\": \"USDT\",\n       \"status\": \"paid\",\n       \"provider\": \"EXCODE\",\n       \"amount\": \"-1\",\n       \"account\": \"EX-CODE_19371_USDTda...\",\n       \"txid\": \"\"\n     }\n  ]\n}"}],"_postman_id":"bd8ff549-8a90-4982-8ee8-a3a9a3a4988c"},{"name":"wallet_operations","id":"48571ee4-feeb-4f3f-aae6-41048f21096c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"limit","value":"100","description":"<p>the number of returned transactions (default: 100, maximum: 100)</p>\n","type":"text"},{"key":"offset","value":"0","description":"<p>last transaction offset (default: 0)</p>\n","type":"text"},{"key":"currency","value":"BTC","description":"<p>one currency name (optional parameter)</p>\n","type":"text"},{"key":"provider","value":"BTC","description":"<p>one provider name (optional parameter)</p>\n","type":"text"},{"key":"type","value":"withdrawal","description":"<p>type of transaction: deposit or withdraw (optional parameter)</p>\n","type":"text"},{"key":"order_id","value":"100500","description":"<p>order identifier (optional parameter)</p>\n","type":"text"}]},"url":"https://api.exmo.me/v1.1/wallet_operations","description":"<p>Get operations of wallet</p>\n","urlObject":{"protocol":"https","path":["v1.1","wallet_operations"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"7b8890b0-3e3b-4dd7-946c-3a3f7a3a5e34","name":"wallet_operations","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Key","value":"<your_api_key>","type":"text"},{"key":"Sign","value":"<your_sign>","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"imit","value":"100","description":"the number of returned transactions (default: 100, maximum: 100)","type":"text"},{"key":"offset","value":"0","description":"last transaction offset (default: 0)","type":"text"},{"key":"currency","value":"DOGE","description":"one currency name (optional parameter)","type":"text"},{"key":"provider","value":"DOGE","description":"one provider name (optional parameter)","type":"text"},{"key":"nonce","value":"1779488694","type":"text"}]},"url":"https://api.exmo.me/v1.1/wallet_operations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"items\": [\n    {\n      \"operation_id\": 47412538520634344,\n      \"created\": 1573760013,\n      \"updated\": 1573760013,\n      \"type\": \"withdraw\",\n      \"currency\": \"DOGE\",\n      \"status\": \"Paid\",\n      \"amount\": \"300\",\n      \"provider\": \"DOGE\",\n      \"commission\": \"0\",\n      \"account\": \"DOGE: DBVy8pF1f8yxaCVEHqHeR7kkcHecLQ8nRS\",\n      \"order_id\": 69670170,\n      \"extra\": {\n        \"txid\": \"f2b66259ae1580f371d38dd27e31a23fff8c04122b65ee3ab5a3f612d579c792\",\n        \"excode\": \"\",\n        \"invoice\": \"\"\n      },\n      \"error\": \"\"\n    },\n    {\n      \"operation_id\": 47412538520632940,\n      \"created\": 1573754832,\n      \"updated\": 1573754832,\n      \"type\": \"deposit\",\n      \"currency\": \"DOGE\",\n      \"status\": \"Transferred\",\n      \"amount\": \"1000\",\n      \"provider\": \"EX-CODE DOGE\",\n      \"commission\": \"0\",\n      \"account\": \"EX-CODE_4082962_DOGE0c76d9*****f75d5a188b\",\n      \"order_id\": 69668767,\n      \"extra\": {\n        \"txid\": \"\",\n        \"excode\": \"EX-CODE_4082962_DOGE0c76d9*****f75d5a188b\",\n        \"invoice\": \"\"\n      },\n      \"error\": \"\"\n    }\n  ],\n  \"count\": 23\n}"}],"_postman_id":"48571ee4-feeb-4f3f-aae6-41048f21096c"}],"id":"34e94bc2-24ea-466b-a104-fd66278efca6","description":"<p>Wallet API call the same as Authenticated API.</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"e987ad41-9234-4bd1-8a71-16c436b26288"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"e4dcbd6f-efcc-4e19-9add-e274ac6edfcf"}}],"_postman_id":"34e94bc2-24ea-466b-a104-fd66278efca6"},{"name":"Margin API","item":[{"name":"order_create","id":"c67eb377-d222-4300-9ded-40bb1b1fa450","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"pair","value":"BTC_USDT","description":"<p>currency pair</p>\n","type":"text"},{"key":"leverage","value":"2","description":"<p>leverage for the order</p>\n","type":"text"},{"key":"type","value":"stop_sell","description":"<p>type of order, can have the following values:</p>\n<ul>\n<li>limit_buy - limit buy-order</li>\n<li>limit_sell - limit sell-order</li>\n<li>market_buy - market buy-order</li>\n<li>market_sell - market sell-order</li>\n<li>stop_buy - stop market buy-order</li>\n<li>stop_sell - stop market sell-order</li>\n<li>stop_limit_buy - stop-limit buy-order</li>\n<li>stop_limit_sell - stop-limit sell-order</li>\n<li>trailing_stop_buy - trailng stop buy-order</li>\n<li>trailing_stop_sell - trailng stop sell-order</li>\n</ul>\n","type":"text"},{"key":"quantity","value":"0.2","description":"<p>quantity for the order</p>\n","type":"text"},{"key":"price","value":"0","description":"<p>price for the order</p>\n","type":"text"},{"key":"stop_price","value":"55000","description":"<p>stop price for stop-market and stop-limit orders</p>\n","type":"text"},{"key":"distance","value":"0","description":"<p>distance for trailing stop orders</p>\n","type":"text"},{"key":"expire","value":"0","description":"<p>expiration timestamp in UTC timezone for the order. order will not be expired if expire is 0</p>\n","type":"text"},{"key":"client_id","value":"123","description":"<p>client id for the order (optional parameter, must be a positive integer)</p>\n","type":"text"},{"key":"comment","value":"user_comment","description":"<p>optional comment for order. up to 50 latin symbols, whitespaces, underscores  </p>\n","type":"text"}]},"url":"https://api.exmo.me/v1.1/margin/user/order/create","description":"<p>Order creation</p>\n","urlObject":{"protocol":"https","path":["v1.1","margin","user","order","create"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"6e9c5479-09b0-4e29-8c50-373d1150f984","name":"order_create","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"pair","value":"BTC_USDT","description":"currency pair","type":"text"},{"key":"leverage","value":"2","description":"leverage for the order","type":"text"},{"key":"type","value":"stop_sell","description":"type of order, can have the following values:\n+ limit_buy - limit buy-order\n+ limit_sell - limit sell-order\n+ market_buy - market buy-order\n+ market_sell - market sell-order\n+ stop_buy - stop market buy-order\n+ stop_sell - stop market sell-order\n+ stop_limit_buy - stop-limit buy-order\n+ stop_limit_sell - stop-limit sell-order\n+ trailing_stop_buy - trailng stop buy-order\n+ trailing_stop_sell - trailng stop sell-order","type":"text"},{"key":"quantity","value":"0.2","description":"quantity for the order","type":"text"},{"key":"price","value":"0","description":"price for the order","type":"text"},{"key":"stop_price","value":"55000","description":"stop price for stop-market and stop-limit orders","type":"text"},{"key":"distance","value":"0","description":"distance for stop trailing orders","type":"text"},{"key":"expire","value":"0","description":"expiration timestamp in UTC timezone for the order. order will not be expired if expire is 0","type":"text"},{"key":"client_id","value":"123","description":"client id for the order (optional parameter, must be a positive integer)","type":"text"}]},"url":"https://api.exmo.me/v1.1/margin/user/order/create"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"order_id\": \"1234\"\n}"}],"_postman_id":"c67eb377-d222-4300-9ded-40bb1b1fa450"},{"name":"order_update","id":"b771ed8e-5b91-4a2b-97dd-4da11420ff18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"order_id","value":"321","description":"<p>id of the open order</p>\n","type":"text"},{"key":"quantity","value":"0.21","description":"<p>quantity for the order</p>\n","type":"text"},{"key":"price","value":"22","description":"<p>price for the order</p>\n","type":"text"},{"key":"stop_price","value":"8101","description":"<p>stop price for stop-market and stop-limit orders</p>\n","type":"text"},{"key":"distance","value":"3","description":"<p>distance for trailing stop orders</p>\n","type":"text"},{"key":"expire","value":"0","description":"<p>expiration timestamp in UTC timezone for the order. order will not be expired if expire is 0</p>\n","type":"text"},{"key":"comment","value":"updated_comment","description":"<p>optional comment for order. up to 50 latin symbols, whitespaces, underscores  </p>\n","type":"text"}]},"url":"https://api.exmo.me/v1.1/margin/user/order/update","description":"<p>Order update</p>\n","urlObject":{"protocol":"https","path":["v1.1","margin","user","order","update"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"503df40e-bffe-47f0-a657-532636042194","name":"order_update","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"order_id","value":"321","description":"id of the open order","type":"text"},{"key":"quantity","value":"0.21","description":"quantity for the order","type":"text"},{"key":"price","value":"22","description":"price for the order","type":"text"},{"key":"stop_price","value":"8101","description":"stop price for stop-market and stop-limit orders","type":"text"},{"key":"distance","value":"3","description":"distance for stop trailing orders","type":"text"},{"key":"expire","value":"0","description":"expiration timestamp in UTC timezone for the order. order will not be expired if expire is 0","type":"text"}]},"url":"https://api.exmo.me/v1.1/margin/user/order/update"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"b771ed8e-5b91-4a2b-97dd-4da11420ff18"},{"name":"order_cancel","id":"6e99edc1-6fb4-4a52-bf23-4b48564b2fab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"order_id","value":"321","description":"<p>id of the open order</p>\n","type":"text"}]},"url":"https://api.exmo.me/v1.1/margin/user/order/cancel","description":"<p>Order cancellation</p>\n","urlObject":{"protocol":"https","path":["v1.1","margin","user","order","cancel"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"b437c727-0a26-4fa3-b79f-03473805bef6","name":"order_cancel","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"order_id","value":"321","description":"id of the open order","type":"text"}]},"url":"https://api.exmo.me/v1.1/margin/user/order/cancel"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"6e99edc1-6fb4-4a52-bf23-4b48564b2fab"},{"name":"position_close","id":"c730b06d-da4b-4a96-9788-2ed881177a76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"position_id","value":"123","description":"<p>id of the position</p>\n","type":"text"}]},"url":"https://api.exmo.me/v1.1/margin/user/position/close","description":"<p>Position close</p>\n","urlObject":{"protocol":"https","path":["v1.1","margin","user","position","close"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"761d80a1-b4a4-45d5-8568-ae54e71bd79e","name":"user/position/close","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"position_id","value":"555","type":"text"}]},"url":"https://api.exmo.me/v1.1/margin/user/position/close"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Date","value":"Tue,20Oct202009:51:48GMT"},{"key":"Content-Length","value":"34"}],"cookie":[],"responseTime":null,"body":"{\n  \"order_id\":\"123\"\n}"}],"_postman_id":"c730b06d-da4b-4a96-9788-2ed881177a76"},{"name":"margin_add","id":"2ec8ac2d-ae5f-482c-9107-f1aa31aaf2ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"position_id","value":"123","description":"<p>id of the position</p>\n","type":"text"},{"key":"quantity","value":"5.5","description":"<p>quantity to add to the position</p>\n","type":"text"}]},"url":"https://api.exmo.me/v1.1/margin/user/position/margin_add","description":"<p>Add margin to the position</p>\n","urlObject":{"protocol":"https","path":["v1.1","margin","user","position","margin_add"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"87823117-fa29-407d-a1fc-e1750a9f1a5f","name":"margin_add","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"position_id","value":"123","type":"text"},{"key":"quantity","value":"5.5","type":"text"}]},"url":"https://api.exmo.me/v1.1/margin/user/position/margin_add"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"2ec8ac2d-ae5f-482c-9107-f1aa31aaf2ec"},{"name":"margin_remove","id":"81cef1cf-0f59-4d69-ba90-fbd7c79cf40f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"position_id","value":"123","description":"<p>id of the position</p>\n","type":"text"},{"key":"quantity","value":"5.5","description":"<p>quantity to remove from the position</p>\n","type":"text"}]},"url":"https://api.exmo.me/v1.1/margin/user/position/margin_remove","description":"<p>Remove margin from position</p>\n","urlObject":{"protocol":"https","path":["v1.1","margin","user","position","margin_remove"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"719b3800-1bf2-4703-b54a-97ea8177183c","name":"margin_remove","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"position_id","value":"123","description":"id of the position","type":"text"},{"key":"quantity","value":"5.5","description":"quantity to remove from the position","type":"text"}]},"url":"https://api.exmo.me/v1.1/margin/user/position/margin_remove"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"81cef1cf-0f59-4d69-ba90-fbd7c79cf40f"},{"name":"currency_list","id":"dde79ea1-3b70-429b-b61c-8a0a69848b8d","protocolProfileBehavior":{"disabledSystemHeaders":{"connection":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"body":{"mode":"raw","raw":""},"url":"https://api.exmo.me/v1.1/margin/currency/list","description":"<p>List of margin currencies</p>\n","urlObject":{"protocol":"https","path":["v1.1","margin","currency","list"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"5b08cb84-a7f8-4dde-b8e5-d84d942c32c0","name":"currency/list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"body":{"mode":"raw","raw":""},"url":"https://api.exmo.me/v1.1/margin/currency/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Date","value":"Tue,20Oct202009:46:39GMT"},{"key":"Content-Length","value":"167"}],"cookie":[],"responseTime":null,"body":"{\n  \"items\": [\n    {\n      \"collateral\": false,\n      \"name\": \"BTC\",\n      \"position\": 0,\n      \"updated\": \"1615918736631675461\"\n    },\n    {\n      \"collateral\": true,\n      \"name\": \"USDT\",\n      \"position\": 0,\n      \"updated\": \"1614163351417225399\"\n    }\n  ]\n}"}],"_postman_id":"dde79ea1-3b70-429b-b61c-8a0a69848b8d"},{"name":"pair_list","id":"4116111b-b6b0-4b7b-b307-c7d8a7a6c24d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"body":{"mode":"raw","raw":""},"url":"https://api.exmo.me/v1.1/margin/pair/list","description":"<p>List of margin pairs with its tickers and settings</p>\n","urlObject":{"protocol":"https","path":["v1.1","margin","pair","list"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"2b30daa5-3dbb-4359-a672-e3601d62574c","name":"pair/list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"body":{"mode":"raw","raw":""},"url":"https://api.exmo.me/v1.1/margin/pair/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Date","value":"Fri,20Nov202007:33:51GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n  \"pairs\": [\n    {\n      \"buy_price\": \"55978.85\",\n      \"default_leverage\": \"3\",\n      \"is_fair_price\": true,\n      \"last_trade_price\": \"55999.23\",\n      \"liquidation_fee\": \"2\",\n      \"liquidation_level\": \"10\",\n      \"margin_call_level\": \"15\",\n      \"max_leverage\": \"3\",\n      \"max_order_price\": \"150000\",\n      \"max_order_quantity\": \"1\",\n      \"max_position_quantity\": \"1\",\n      \"max_price_precision\": 2,\n      \"min_order_price\": \"1\",\n      \"min_order_quantity\": \"0.00002\",\n      \"name\": \"BTC_USDT\",\n      \"position\": 1,\n      \"sell_price\": \"55985.51\",\n      \"ticker_updated\": \"1619019818936107989\",\n      \"trade_maker_fee\": \"0\",\n      \"trade_taker_fee\": \"0.05\",\n      \"updated\": \"1619008608955599013\"\n    }\n  ]\n}"}],"_postman_id":"4116111b-b6b0-4b7b-b307-c7d8a7a6c24d"},{"name":"settings","id":"d721fd5f-8c44-412e-a62e-2aaf9ce86e69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"body":{"mode":"raw","raw":""},"url":"https://api.exmo.me/v1.1/margin/settings","description":"<p>This method provides info about available leverage size, order_types and funding payment hour</p>\n","urlObject":{"protocol":"https","path":["v1.1","margin","settings"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"6723738a-b458-4fe2-98e6-2fb1fc418639","name":"settings","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"body":{"mode":"raw","raw":""},"url":"https://api.exmo.me/v1.1/margin/settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Date","value":"Tue,20Oct202009:47:20GMT"},{"key":"Content-Length","value":"334"}],"cookie":[],"responseTime":null,"body":"{\n  \"funding_pay_rates_hour\": 1,\n  \"leverages\": [\n    \"1\",\n    \"2\",\n    \"3\",\n    \"4\",\n    \"5\",\n    \"10\"\n  ],\n  \"order_types\": [\n    \"limit_buy\",\n    \"limit_sell\",\n    \"market_buy\",\n    \"market_sell\",\n    \"stop_buy\",\n    \"stop_limit_buy\",\n    \"stop_limit_sell\",\n    \"stop_sell\",\n    \"trailing_buy\",\n    \"trailing_sell\"\n  ]\n}"}],"_postman_id":"d721fd5f-8c44-412e-a62e-2aaf9ce86e69"},{"name":"funding_list","id":"0d4b6625-4d49-4b11-b017-ac1b589ca52f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"url":"https://api.exmo.me/v1.1/margin/funding/list","description":"<p>List of funding currencies with their rates</p>\n","urlObject":{"protocol":"https","path":["v1.1","margin","funding","list"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"ccfbdecc-8ee3-479d-b657-535378241a85","name":"funding_list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"url":"https://api.exmo.me/v1.1/margin/funding/list"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"items\": {\n        \"BTC\": {\n            \"rate\": \"0.02\"\n        },\n        \"USDT\": {\n            \"rate\": \"0.05\"\n        }\n    }\n}"}],"_postman_id":"0d4b6625-4d49-4b11-b017-ac1b589ca52f"},{"name":"user_info","id":"9427a318-e70c-4188-b5d4-fb355e59c098","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Key","value":"<your_api_key>","type":"text"},{"key":"Sign","value":"<your_sign>","type":"text"}],"url":"https://api.exmo.me/v1.1/margin/user/info","description":"<p>This method provides info about user permissions and statistics</p>\n","urlObject":{"protocol":"https","path":["v1.1","margin","user","info"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"107f86d3-dfb5-4609-a5ae-f5e471d5c47a","name":"user_info","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Key","value":"<your_api_key>","type":"text"},{"key":"Sign","value":"<your_sign>","type":"text"}],"url":"https://api.exmo.me/v1.1/margin/user/info"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"info\": {\n        \"can_deposit\": true,\n        \"can_withdraw\": true,\n        \"max_leverages\": {\n            \"ADA_USDT\": \"2\",\n            \"BCH_USDT\": \"2\",\n            \"BTC_USDT\": \"3\",\n            \"DASH_USDT\": \"2\",\n            \"DOGE_USDT\": \"2\",\n            \"ETH_USDT\": \"3\",\n            \"LTC_USDT\": \"2\",\n            \"TRX_USDT\": \"2\",\n            \"XRP_USDT\": \"3\",\n            \"ZEC_USDT\": \"2\"\n        },\n        \"order_history_cnt\": 363,\n        \"trades_cnt\": 312,\n        \"uid\": 123,\n        \"wallet_history_cnt\": 582\n    }\n}"}],"_postman_id":"9427a318-e70c-4188-b5d4-fb355e59c098"},{"name":"order_list","id":"62cdfda6-a336-4029-a12c-db841500d373","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"url":"https://api.exmo.me/v1.1/margin/user/order/list","description":"<p>List of open orders</p>\n","urlObject":{"protocol":"https","path":["v1.1","margin","user","order","list"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"91c3bfcf-b851-43c7-98f7-cab5843703ee","name":"user/order/list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"url":"https://api.exmo.me/v1.1/margin/user/order/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Date","value":"Wed,03Feb202117:08:36GMT"},{"key":"Content-Length","value":"406"}],"cookie":[],"responseTime":null,"body":"{\n  \"orders\": [\n    {\n      \"client_id\": \"0\",\n      \"comment\": \"\",\n      \"created\": \"1619068707985325495\",\n      \"distance\": \"0\",\n      \"expire\": 0,\n      \"funding_currency\": \"BTC\",\n      \"funding_quantity\": \"0.01\",\n      \"funding_rate\": \"0.02\",\n      \"leverage\": \"2\",\n      \"order_id\": \"123\",\n      \"pair\": \"BTC_USDT\",\n      \"previous_type\": \"limit_sell\",\n      \"price\": \"58000\",\n      \"quantity\": \"0.01\",\n      \"src\": 0,\n      \"stop_price\": \"0\",\n      \"trigger_price\": \"58000\",\n      \"type\": \"limit_sell\",\n      \"updated\": 1619068707989411800\n    }\n  ]\n}"}],"_postman_id":"62cdfda6-a336-4029-a12c-db841500d373"},{"name":"order_history","id":"f738c267-9926-4e35-bbcb-22f1fac63a68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"offset","value":"0","description":"<p>last order log entry offset (required)</p>\n","type":"text"},{"key":"limit","value":"100","description":"<p>the number of returned order log entries (required, maximum: 100)</p>\n","type":"text"}]},"url":"https://api.exmo.me/v1.1/margin/user/order/history","description":"<p>User order operation log</p>\n","urlObject":{"protocol":"https","path":["v1.1","margin","user","order","history"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"8a60c575-abf5-4646-8d9a-300905724c96","name":"order_history","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"offset","value":"0","description":"last order log entry offset (required)","type":"text"},{"key":"limit","value":"100","description":"the number of returned order log entries (required, maximum: 100)","type":"text"}]},"url":"https://api.exmo.me/v1.1/margin/user/order/history"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"distance\": \"0\",\n            \"event_id\": \"692842802860022508\",\n            \"event_time\": \"1619069531190173720\",\n            \"event_type\": \"OrderCancelStarted\",\n            \"order_id\": \"123\",\n            \"order_status\": \"cancel_started\",\n            \"order_type\": \"limit_sell\",\n            \"pair\": \"BTC_USDT\",\n            \"price\": \"54115\",\n            \"quantity\": \"0.001\",\n            \"stop_price\": \"0\",\n            \"trade_id\": \"0\",\n            \"trade_price\": \"0\",\n            \"trade_quantity\": \"0\",\n            \"trade_type\": \"\"\n        },\n        {\n            \"distance\": \"0\",\n            \"event_id\": \"692842802842270937\",\n            \"event_time\": \"1619064521757474253\",\n            \"event_type\": \"TradeCreated\",\n            \"order_id\": \"1234\",\n            \"order_status\": \"executing\",\n            \"order_type\": \"limit_buy\",\n            \"pair\": \"BTC_USDT\",\n            \"price\": \"53925\",\n            \"quantity\": \"0.02440529\",\n            \"stop_price\": \"0\",\n            \"trade_id\": \"421\",\n            \"trade_price\": \"53925\",\n            \"trade_quantity\": \"0.02440529\",\n            \"trade_type\": \"buy\"\n        }\n    ]\n}"}],"_postman_id":"f738c267-9926-4e35-bbcb-22f1fac63a68"},{"name":"order_trades","id":"7843d0b3-5f2c-4afa-8e26-e163158778d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"order_id","value":"123","description":"<p>id of the order</p>\n","type":"text"}]},"url":"https://api.exmo.me/v1.1/margin/user/order/trades","description":"<p>List of trades filtered by given order id</p>\n","urlObject":{"protocol":"https","path":["v1.1","margin","user","order","trades"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"84daee27-42ba-49c7-9fad-79faf7d327bc","name":"order_trades","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"order_id","value":"123","description":"id of the order","type":"text"}]},"url":"https://api.exmo.me/v1.1/margin/user/order/trades"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"trades\": [\n        {\n            \"is_maker\": false,\n            \"order_id\": \"123\",\n            \"pair\": \"BTC_USDT\",\n            \"price\": \"54122.25\",\n            \"quantity\": \"0.00069994\",\n            \"trade_dt\": \"1619069561718824428\",\n            \"trade_id\": \"692842802860135010\",\n            \"type\": \"sell\"\n        }\n    ]\n}"}],"_postman_id":"7843d0b3-5f2c-4afa-8e26-e163158778d4"},{"name":"order_max_quantity","id":"491f0e78-b87c-4b2d-97f9-e3acacd82838","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"pair","value":"BTC_USDT","description":"<p>currency pair</p>\n","type":"text"},{"key":"leverage","value":"2","description":"<p>leverage for the order</p>\n","type":"text"},{"key":"type","value":"limit_sell","description":"<p>type of order, can have the following values:</p>\n<ul>\n<li>limit_buy - limit buy-order</li>\n<li>limit_sell - limit sell-order</li>\n<li>market_buy - market buy-order</li>\n<li>market_sell - market sell-order</li>\n<li>stop_buy - stop market buy-order</li>\n<li>stop_sell - stop market sell-order</li>\n<li>stop_limit_buy - stop-limit buy-order</li>\n<li>stop_limit_sell - stop-limit sell-order</li>\n<li>trailing_stop_buy - trailng stop buy-order</li>\n<li>trailing_stop_sell - trailng stop sell-order</li>\n</ul>\n","type":"text"},{"key":"price","value":"55000","description":"<p>price for the order</p>\n","type":"text"},{"key":"distance","value":"0","description":"<p>distance for trailing stop orders</p>\n","type":"text"},{"key":"stop_price","value":"0","description":"<p>stop price for stop-market and stop-limit orders</p>\n","type":"text"},{"key":"order_id","value":"123","description":"<p>id of the order (optional parameter)</p>\n","type":"text"}]},"url":"https://api.exmo.me/v1.1/margin/user/order/max_quantity","description":"<p>Calculate maximum quantity for order that can be placed with provided order parameters</p>\n","urlObject":{"protocol":"https","path":["v1.1","margin","user","order","max_quantity"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"0ab998b4-7948-4f0a-93bc-08989d2e8585","name":"user/order/max_quantity","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"pair","value":"BTC_USDT","type":"text"},{"key":"leverage","value":"2","type":"text"},{"key":"type","value":"limit_sell","type":"text"},{"key":"price","value":"55000","type":"text"},{"key":"distance","value":"0","type":"text"},{"key":"stop_price","value":"0","type":"text"},{"key":"order_id","value":"123","type":"text"}]},"url":"https://api.exmo.me/v1.1/margin/user/order/max_quantity"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Date","value":"Wed,15Jul202017:38:40GMT"},{"key":"Content-Length","value":"26"}],"cookie":[],"responseTime":null,"body":"{\n  \"max_quantity\":\"0.01\"\n}"}],"_postman_id":"491f0e78-b87c-4b2d-97f9-e3acacd82838"},{"name":"position_list","id":"e6446d73-d350-48f2-b3d2-af9af37db738","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"url":"https://api.exmo.me/v1.1/margin/user/position/list","description":"<p>List of positions</p>\n","urlObject":{"protocol":"https","path":["v1.1","margin","user","position","list"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"2abd3a1e-6bee-458b-8798-a6677a844cc0","name":"user/position/list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.exmo.me/v1.1/margin/user/position/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Date","value":"Tue,20Oct202009:50:02GMT"},{"key":"Content-Length","value":"633"}],"cookie":[],"responseTime":null,"body":"{\n  \"positions\": [\n    {\n      \"base_price\": \"53925\",\n      \"break_even_price\": \"53954.67358672\",\n      \"created\": \"1619064518617225942\",\n      \"funding_currency\": \"USDT\",\n      \"funding_next_pay_dt\": \"1619139600\",\n      \"funding_next_pay_quantity\": \"0.20335117\",\n      \"funding_quantity\": \"4067.0235\",\n      \"funding_rate\": \"0.05\",\n      \"is_margin_call\": false,\n      \"leverage\": \"3\",\n      \"liquidation_price\": \"41365.87918952\",\n      \"margin\": \"1355.47114883\",\n      \"margin_call_price\": \"44063.47798892\",\n      \"margin_currency\": \"USDT\",\n      \"margin_level\": \"33.82\",\n      \"need_liquidate\": false,\n      \"pair\": \"BTC_USDT\",\n      \"pnl_currency\": \"USDT\",\n      \"position_id\": \"123\",\n      \"quantity\": \"0.07542\",\n      \"realized_pnl\": \"-0.20335117\",\n      \"roe\": \"1.45\",\n      \"type\": \"long\",\n      \"unrealized_pnl\": \"22.00590054\"\n    }\n  ]\n}"}],"_postman_id":"e6446d73-d350-48f2-b3d2-af9af37db738"},{"name":"margin_remove_info","id":"cc4e1941-9efd-4d52-8d45-358c78e4805b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"position_id","value":"123","description":"<p>id of the position</p>\n","type":"text"},{"key":"quantity","value":"5.5","description":"<p>quantity to remove from the positon</p>\n","type":"text"}]},"url":"https://api.exmo.me/v1.1/margin/user/position/margin_remove_info","description":"<p>Calculate liquidation_price for the position in case of decreasing margin on a given quantity. If provided quantity is 0 or parameter is absent, all possible margin for removal will be considered</p>\n","urlObject":{"protocol":"https","path":["v1.1","margin","user","position","margin_remove_info"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"04ef10ad-eb29-4fbe-89a8-9d2aa5fe74eb","name":"margin_remove_info","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"position_id","value":"692835322353274916","type":"text"},{"key":"quantity","value":"1000","type":"text"}]},"url":"https://api.exmo.me/v1.1/margin/user/position/margin_remove_info"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"info\": {\n        \"liquidation_price\": \"41299.01951834\",\n        \"max_quantity\": \"9.77255396\"\n    }\n}"}],"_postman_id":"cc4e1941-9efd-4d52-8d45-358c78e4805b"},{"name":"margin_add_info","id":"787d9618-c9aa-4928-8910-cd9e9f97ce03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"position_id","value":"123","description":"<p>id of the position</p>\n","type":"text"},{"key":"quantity","value":"5.5","description":"<p>quantity of margin to add to the position</p>\n","type":"text"}]},"url":"https://api.exmo.me/v1.1/margin/user/position/margin_add_info","description":"<p>Calculate liquidation_price for the position in case of increasing margin on given quantity. If provided quantity is 0 or parameter is absent, all free margin will be considered</p>\n","urlObject":{"protocol":"https","path":["v1.1","margin","user","position","margin_add_info"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"bad1c523-1981-4941-bc36-64173a9d6150","name":"margin_add_info","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"position_id","value":"123","type":"text"},{"key":"quantity","value":"5.5","type":"text"}]},"url":"https://api.exmo.me/v1.1/margin/user/position/margin_add_info"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"info\": {\n    \"liquidation_price\": \"41352.79539849\",\n    \"max_quantity\": \"18.20173714\"\n  }\n}"}],"_postman_id":"787d9618-c9aa-4928-8910-cd9e9f97ce03"},{"name":"wallet_list","id":"a18f63bb-581e-488a-88cd-a974ce1d80df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"url":"https://api.exmo.me/v1.1/margin/user/wallet/list","description":"<p>List of user's wallets</p>\n","urlObject":{"protocol":"https","path":["v1.1","margin","user","wallet","list"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"783aa7ce-fc07-4f38-befc-a9406e909793","name":"user/wallet/list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"url":"https://api.exmo.me/v1.1/margin/user/wallet/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Date","value":"Tue,20Oct202009:50:34GMT"},{"key":"Content-Length","value":"151"}],"cookie":[],"responseTime":null,"body":"{\n  \"wallets\": {\n    \"USDT\": {\n      \"balance\": \"1000\",\n      \"free\": \"600\",\n      \"used\": \"400\"\n    }\n  }\n}\n"}],"_postman_id":"a18f63bb-581e-488a-88cd-a974ce1d80df"},{"name":"wallet_history","id":"f562adf4-4504-44c0-9949-c06e9939c8c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"offset","value":"0","description":"<p>last wallet history entry offset (required)</p>\n","type":"text"},{"key":"limit","value":"100","description":"<p>the number of returned wallet history entries (required, maximum: 100)</p>\n","type":"text"}]},"url":"https://api.exmo.me/v1.1/margin/user/wallet/history","description":"<p>User wallet operation log</p>\n","urlObject":{"protocol":"https","path":["v1.1","margin","user","wallet","history"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"60debb9b-3ebd-4b79-a000-c71ada1c35be","name":"user/wallet/history","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"offset","value":"0","type":"text"},{"key":"limit","value":"100","type":"text"}]},"url":"https://api.exmo.me/v1.1/margin/user/wallet/history"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Date","value":"Tue,20Oct202009:50:19GMT"},{"key":"Content-Length","value":"756"}],"cookie":[],"responseTime":null,"body":"{\n  \"items\": [\n    {\n      \"currency\": \"USDT\",\n      \"event_id\": \"692842802679610807\",\n      \"event_time\": \"1619019520904442331\",\n      \"event_type\": \"PNL\",\n      \"operation_type\": \"increase\",\n      \"order_id\": \"0\",\n      \"pair\": \"BTC_USDT\",\n      \"position_id\": \"4321\",\n      \"price\": \"0\",\n      \"quantity\": \"39.3\",\n      \"rate\": \"0\",\n      \"trade_id\": \"0\"\n    },\n    {\n      \"currency\": \"USDT\",\n      \"event_id\": \"692842802679610805\",\n      \"event_time\": \"1619019520904399297\",\n      \"event_type\": \"TradeFeeTaken\",\n      \"operation_type\": \"decrease\",\n      \"order_id\": \"123\",\n      \"pair\": \"BTC_USDT\",\n      \"position_id\": \"321\",\n      \"price\": \"55962.89\",\n      \"quantity\": \"1.06884335\",\n      \"rate\": \"0.05\",\n      \"trade_id\": \"111\"\n    }\n  ]\n}"}],"_postman_id":"f562adf4-4504-44c0-9949-c06e9939c8c9"},{"name":"user_trade_list","id":"f6e50276-ed43-404b-9e0c-18071ad0a9e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"offset","value":"0","description":"<p>last deal offset (required)</p>\n","type":"text"},{"key":"limit","value":"100","description":"<p>the number of returned deals (required, maximum: 100)</p>\n","type":"text"}]},"url":"https://api.exmo.me/v1.1/margin/user/trade/list","description":"<p>Getting the list of user’s deals</p>\n","urlObject":{"protocol":"https","path":["v1.1","margin","user","trade","list"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"c5a2f230-35b2-4f8d-9f1a-8f06305b6de2","name":"user/trade/list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"offset","value":"0","type":"text"},{"key":"limit","value":"100","type":"text"}]},"url":"https://api.exmo.me/v1.1/margin/user/trade/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Date","value":"Tue,20Oct202009:50:49GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n  \"trades\": [\n    {\n      \"is_maker\": false,\n      \"order_id\": \"123\",\n      \"pair\": \"BTC_USDT\",\n      \"price\": \"55962.89\",\n      \"quantity\": \"0.03\",\n      \"trade_dt\": \"1\",\n      \"trade_id\": \"12\",\n      \"type\": \"sell\"\n    },\n    {\n      \"is_maker\": true,\n      \"order_id\": \"124\",\n      \"pair\": \"BTC_USDT\",\n      \"price\": \"54932.04\",\n      \"quantity\": \"0.06\",\n      \"trade_dt\": \"1\",\n      \"trade_id\": \"11\",\n      \"type\": \"buy\"\n    }\n}"}],"_postman_id":"f6e50276-ed43-404b-9e0c-18071ad0a9e1"},{"name":"trades","id":"f0d2e2d8-ac48-42a1-bda0-ab9baa81bbd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"pair_name","value":"BTC_USDT","description":"<p>one or multiple currency pairs separated by commas</p>\n","type":"text"},{"key":"offset","value":"0","description":"<p>last deal offset (required)</p>\n","type":"text"},{"key":"limit","value":"100","description":"<p>the number of returned deals (required, maximum: 100)</p>\n","type":"text"}]},"url":"https://api.exmo.me/v1.1/margin/trades","description":"<p> The list of trades grouped by pair</p>\n","urlObject":{"protocol":"https","path":["v1.1","margin","trades"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"a11b34ba-2dce-4502-8ef1-59113858840c","name":"trades","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"pair_name","value":"BTC_USDT","type":"text"},{"key":"offset","value":"0","type":"text"},{"key":"limit","value":"100","type":"text"}]},"url":"https://api.exmo.me/v1.1/margin/trades"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Date","value":"Wed,30Dec202008:00:58GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n  \"trades\": {\n    \"BTC_USDT\": [\n      {\n        \"trade_id\": \"5\",\n        \"trade_dt\": \"1234\",\n        \"trade_type\": \"buy\",\n        \"pair\": \"BTC_USDT\",\n        \"quantity\": \"1\",\n        \"price\": \"50000\",\n        \"amount\": \"50000\"\n      }\n   ]\n}"}],"_postman_id":"f0d2e2d8-ac48-42a1-bda0-ab9baa81bbd3"},{"name":"liquidation_feed","id":"ae7da5bb-1e0e-46db-b4d4-a8b83a91fe80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"offset","value":"0","description":"<p>last liquidation offset (required)</p>\n","type":"text"},{"key":"limit","value":"100","description":"<p>the number of returned liquidations (required, maximum: 100)</p>\n","type":"text"}]},"url":"https://api.exmo.me/v1.1/margin/liquidation/feed","description":"<p>List of recent liquidations</p>\n","urlObject":{"protocol":"https","path":["v1.1","margin","liquidation","feed"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"58a9916c-2eff-4136-9922-a8ca443df209","name":"liquidation/feed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"offset","value":"0","type":"text"},{"key":"limit","value":"100","type":"text"}]},"url":"https://api.exmo.me/v1.1/margin/liquidation/feed"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Date","value":"Mon,20Jul202009:15:45GMT"},{"key":"Content-Length","value":"199"}],"cookie":[],"responseTime":null,"body":"{\n  \"feed\": [\n    {\n      \"base_price\": \"0.56\",\n      \"dt\": \"1234\",\n      \"leverage\": \"3\",\n      \"liquidation_price\": \"0.7\",\n      \"pair\": \"XRP_USDT\",\n      \"position_id\": \"123\",\n      \"position_type\": \"short\",\n      \"quantity\": \"1000\"\n    }\n}"}],"_postman_id":"ae7da5bb-1e0e-46db-b4d4-a8b83a91fe80"}],"id":"c311d4d7-ffa9-4741-b47c-f6f8414eb13d","description":"<p>Margin API call the same as Authenticated API.</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"663db601-42ce-4f84-b454-6355d33165e5"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"120f14f9-b4e8-4888-8fd2-3539c55dbb0d"}}],"_postman_id":"c311d4d7-ffa9-4741-b47c-f6f8414eb13d"}],"id":"051ad056-f924-4112-8b8b-086ea88c98fc","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"a63e84a7-b308-4ea6-bdfd-fbb3be7d4595"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"909decf0-8833-4832-9760-0d9f2859a003"}}],"_postman_id":"051ad056-f924-4112-8b8b-086ea88c98fc","description":""},{"name":"v1","item":[{"name":"Public API","item":[{"name":"trades","id":"228588f6-35cd-4c58-b5d5-4a7f7f12fbf8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"pair","value":"BTC_USDT,BTC_RUB","description":"<p>one or various currency pairs separated by commas</p>\n","type":"text"}]},"url":"https://api.exmo.me/v1/trades","description":"<p>List of the deals on currency pairs</p>\n","urlObject":{"protocol":"https","path":["v1","trades"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"92afbd18-7c28-4fb7-bb54-afe09d67cb96","name":"trades","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"pair","value":"BTC_USDT","description":"one or various currency pairs separated by commas","type":"text"}]},"url":"https://api.exmo.me/v1/trades"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"BTC_USDT\": [\n    {\n      \"trade_id\": 3,\n      \"type\": \"sell\",\n      \"price\": \"100\",\n      \"quantity\": \"1\",\n      \"amount\": \"100\",\n      \"date\": 1435488248\n    }\n  ]\n}"}],"_postman_id":"228588f6-35cd-4c58-b5d5-4a7f7f12fbf8"},{"name":"order_book","id":"10d233fa-9942-49cc-8015-0aec7c207180","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"pair","value":"BTC_USDT,BTC_RUB","description":"<p>one or various currency pairs separated by commas</p>\n","type":"text"},{"key":"limit","value":"100","description":"<p>the number of displayed positions (default: 100, max: 1000)</p>\n","type":"text"}]},"url":"https://api.exmo.me/v1/order_book","description":"<p>The book of current orders on the currency pair</p>\n","urlObject":{"protocol":"https","path":["v1","order_book"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"1277a99a-232a-42d8-bb68-d1893a48a30b","name":"order_book","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"pair","value":"BTC_USDT","description":"one or various currency pairs separated by commas","type":"text"},{"key":"limit","value":"100","description":"the number of displayed positions (default: 100, max: 1000)","type":"text"}]},"url":"https://api.exmo.me/v1/order_book"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"BTC_USDT\": {\n    \"ask_quantity\": \"3\",\n    \"ask_amount\": \"500\",\n    \"ask_top\": \"100\",\n    \"bid_quantity\": \"1\",\n    \"bid_amount\": \"99\",\n    \"bid_top\": \"99\",\n    \"ask\": [[100,1,100],[200,2,400]],\n    \"bid\": [[99,1,99]]\n  }\n}"}],"_postman_id":"10d233fa-9942-49cc-8015-0aec7c207180"},{"name":"ticker","id":"3e552b6a-5fcc-422c-be07-e170ada1bf47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.exmo.me/v1/ticker","description":"<p>Statistics on prices and volume of trades by currency pairs</p>\n","urlObject":{"protocol":"https","path":["v1","ticker"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"e06c5ba0-d5b1-466d-9a45-7edcec998125","name":"ticker","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.exmo.me/v1/ticker"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"BTC_USDT\": {\n    \"buy_price\": \"589.06\",\n    \"sell_price\": \"592\",\n    \"last_trade\": \"591.221\",\n    \"high\": \"602.082\",\n    \"low\": \"584.51011695\",\n    \"avg\": \"591.14698808\",\n    \"vol\": \"167.59763535\",\n    \"vol_curr\": \"99095.17162071\",\n    \"updated\": 1470250973\n  }\n}"}],"_postman_id":"3e552b6a-5fcc-422c-be07-e170ada1bf47"},{"name":"pair_settings","id":"800f7c02-b332-4214-9b30-7d13dd2a3902","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.exmo.me/v1/pair_settings","description":"<p>Currency pairs settings</p>\n<p>Notice:</p>\n<p>Parameters <code>min_amount</code> and <code>max_amount</code> are not used for limit orders, but only for market orders when buying or selling \"For the Amount of\", and indicates limits in the second currency of the pair.</p>\n","urlObject":{"protocol":"https","path":["v1","pair_settings"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"92d07c89-cf4f-4b85-811b-9bb09865096d","name":"pair_settings","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.exmo.me/v1/pair_settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \n  \"BTC_USDT\":{ \n    \"min_quantity\":\"0.001\",\n    \"max_quantity\":\"100\",\n    \"min_price\":\"1\",\n    \"max_price\":\"10000\",\n    \"max_amount\":\"30000\",\n    \"min_amount\":\"1\"\n  },\n  \"EXM_BTC\":{ \n    \"min_quantity\":\"0.01\",\n    \"max_quantity\":\"1000\",\n    \"min_price\":\"0.00001\",\n    \"max_price\":\"1\",\n    \"max_amount\":\"10\",\n    \"min_amount\":\"0.0001\"\n  }\n}"}],"_postman_id":"800f7c02-b332-4214-9b30-7d13dd2a3902"},{"name":"currency","id":"b3e2d41b-0ce1-485d-9849-cd036c553c70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.exmo.me/v1/currency","description":"<p>Currencies list</p>\n","urlObject":{"protocol":"https","path":["v1","currency"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"7a6a8312-1fc3-44a2-bd4d-e6b9576514f3","name":"currency","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.exmo.me/v1/currency"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\"USDT\",\"RUB\",\"BTC\",\"DOGE\",\"LTC\"]"}],"_postman_id":"b3e2d41b-0ce1-485d-9849-cd036c553c70"},{"name":"required_amount","id":"e051f204-5f48-4d21-b45f-ef9b687a665d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"pair","value":"BTC_USDT","description":"<p>currency pair</p>\n","type":"text"},{"key":"quantity","value":"11","description":"<p>quantity to buy</p>\n","type":"text"}]},"url":"https://api.exmo.me/v1/required_amount","description":"<p>Calculating the sum of buying a certain amount of currency for the particular currency pair</p>\n","urlObject":{"protocol":"https","path":["v1","required_amount"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"cd9bcc9d-e3d9-4da0-a072-bd45d07aeb06","name":"required_amount","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"pair","value":"BTC_USDT","description":"currency pair","type":"text"},{"key":"quantity","value":"11","description":"quantity to buy","type":"text"}]},"url":"https://api.exmo.me/v1/required_amount"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"quantity\": 3,\n  \"amount\": 5,\n  \"avg_price\": 3.66666666\n}"}],"_postman_id":"e051f204-5f48-4d21-b45f-ef9b687a665d"},{"name":"candles_history","id":"57cd3d23-6d51-4c2e-8e06-133101688653","protocolProfileBehavior":{"disabledSystemHeaders":{"host":true,"user-agent":true,"accept":true,"accept-encoding":true,"connection":true},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.exmo.com/v1/candles_history?symbol=BTC_USDT&resolution=30&from=1585556979&to=1585557979","description":"<p>Get candles history</p>\n","urlObject":{"protocol":"https","path":["v1","candles_history"],"host":["api","exmo","com"],"query":[{"description":{"content":"<p>currency pair</p>\n","type":"text/plain"},"key":"symbol","value":"BTC_USDT"},{"description":{"content":"<p>discreteness of candles, possible values: 1, 5, 15, 30, 45, 60, 120, 180, 240, D, W, M</p>\n","type":"text/plain"},"key":"resolution","value":"30"},{"description":{"content":"<p>beginning of period</p>\n","type":"text/plain"},"key":"from","value":"1585556979"},{"description":{"content":"<p>end of period</p>\n","type":"text/plain"},"key":"to","value":"1585557979"}],"variable":[]}},"response":[{"id":"09820658-4518-4548-95cb-c1f723c304fe","name":"candles_history","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.exmo.com/v1/candles_history?symbol=BTC_USDT&resolution=30&from=1585556979&to=1585557979","protocol":"https","host":["api","exmo","com"],"path":["v1","candles_history"],"query":[{"key":"symbol","value":"BTC_USDT","description":"currency pair"},{"key":"resolution","value":"30","description":"discreteness of candles, possible values: 1, 5, 15, 30, 45, 60, 120, 180, 240, D, W, M"},{"key":"from","value":"1585556979","description":"beginning of period"},{"key":"to","value":"1585557979","description":"end of period"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"server","value":"api-gateway/0.1.18"},{"key":"date","value":"Mon, 30 Mar 2020 09:41:36 GMT"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"114"},{"key":"access-control-allow-methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"access-control-allow-headers","value":"Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Key, Sign"},{"key":"access-control-allow-credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"{\n    \"candles\": [\n        {\n            \"t\": 1585557000000,\n            \"o\": 6590.6164,\n            \"c\": 6602.3624,\n            \"h\": 6618.78965693,\n            \"l\": 6579.054,\n            \"v\": 6.932754980000013\n        }\n    ]\n}"}],"_postman_id":"57cd3d23-6d51-4c2e-8e06-133101688653"}],"id":"0c70ba05-ca8b-4624-a9e8-afb8e173e238","description":"<p>This API does not require authorization and can be accessed using the GET or POST methods.</p>\n<p>General URL with API access looks like this: <code>https://api.exmo.me/v1/{api_name}?{api_params}</code> where <code>api_name</code> is the name of API you are accessing and <code>api_params</code> are the incoming request parameters (if necessary)</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"519f2021-9b97-48f1-a906-5e1145ea2757"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"8fdb359a-98f1-4baa-acba-4a02098d7e62"}}],"_postman_id":"0c70ba05-ca8b-4624-a9e8-afb8e173e238"},{"name":"Authenticated API","item":[{"name":"user_info","id":"4ecc6a33-c25c-46d4-aea7-ffee7fff85d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Key","value":"<your_api_key>","type":"text"},{"key":"Sign","value":"<your_sign>","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.exmo.me/v1/user_info","description":"<p>Getting information about user's account</p>\n","urlObject":{"protocol":"https","path":["v1","user_info"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"6e345264-a03b-4575-a785-87c00543e4ec","name":"user_info","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Key","value":"<your_api_key>","type":"text"},{"key":"Sign","value":"<your_sign>","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"nonce","value":"1779488694","type":"text"}]},"url":"https://api.exmo.me/v1/user_info"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"uid\": 10542,\n  \"server_date\": 1435518576,\n  \"balances\": {\n    \"BTC\": \"970.994\",\n    \"USDT\": \"949.47\"\n  },\n  \"reserved\": {\n    \"BTC\": \"3\",\n    \"USDT\": \"0.5\"\n  }\n}"}],"_postman_id":"4ecc6a33-c25c-46d4-aea7-ffee7fff85d4"},{"name":"order_create","id":"be2ddae3-1dc4-4051-832b-030d684dec8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"pair","value":"BTC_USDT","description":"<p>currency pair</p>\n","type":"text"},{"key":"quantity","value":"1.56789","description":"<p>quantity for the order</p>\n","type":"text"},{"key":"price","value":"10000.56789","description":"<p>price for the order</p>\n","type":"text"},{"key":"type","value":"buy","description":"<p>type of order, can have the following values:</p>\n<ul>\n<li>buy - buy order</li>\n<li>sell - sell order</li>\n<li>market_buy - market buy-order</li>\n<li>market_sell - market sell-order</li>\n<li>market_buy_total - market buy-order for a certain amount</li>\n<li>market_sell_total - market sell-order for a certain amount</li>\n</ul>\n","type":"text"},{"key":"exec_type","value":"","description":"<p>exec option for limit orders (optional parameter), can have the following values:</p>\n<ul>\n<li>post_only - order will only be placed if no part of it is filled while being placed</li>\n<li>fok - order will only be placed if whole order immediately fill while being placed</li>\n<li>ioc - while order is being placed, the exchange attempts to execute all or part immediately and then cancels any unfilled portion of the order</li>\n</ul>\n","type":"text"},{"key":"client_id","value":"100500","description":"<p>client id for the order (optional parameter, must be a positive integer)</p>\n","type":"text"}]},"url":"https://api.exmo.me/v1/order_create","description":"<p>Order creation</p>\n<p><strong>Examples of order creation using PHP:</strong></p>\n<p>Creation of an order to buy 3 BTC for 100 USDT</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>api_query(\"order_create\", Array(\n    \"pair\"=&gt;\"BTC_USDT\",\n    \"quantity\"=&gt;3,\n    \"price\"=&gt;100,\n    \"type\"=&gt;\"buy\"\n));\n</code></pre><p>Creation of an order to sell 3 BTC at 100 USDT</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>api_query(\"order_create\", Array(\n    \"pair\"=&gt;\"BTC_USDT\",\n    \"quantity\"=&gt;3,\n    \"price\"=&gt;100,\n    \"type\"=&gt;\"sell\"\n));\n</code></pre><p>Creation of a market order to buy 3 BTC</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>api_query(\"order_create\", Array(\n    \"pair\"=&gt;\"BTC_USDT\",\n    \"quantity\"=&gt;3,\n    \"price\"=&gt;0,\n    \"type\"=&gt;\"market_buy\"\n));\n</code></pre><p>Creation of a market order to sell 3 BTC</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>api_query(\"order_create\", Array(\n    \"pair\"=&gt;\"BTC_USDT\",\n    \"quantity\"=&gt;3,\n    \"price\"=&gt;0,\n    \"type\"=&gt;\"market_sell\"\n));\n</code></pre><p>Creation of a market order to buy BTC for the amount of 100 USDT</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>api_query(\"order_create\", Array(\n    \"pair\"=&gt;\"BTC_USDT\",\n    \"quantity\"=&gt;100,\n    \"price\"=&gt;0,\n    \"type\"=&gt;\"market_buy_total\"\n));\n</code></pre><p>Creation of a market order to sell BTC for the amount of 100 USDT</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>api_query(\"order_create\", Array(\n    \"pair\"=&gt;\"BTC_USDT\",\n    \"quantity\"=&gt;100,\n    \"price\"=&gt;0,\n    \"type\"=&gt;\"market_sell_total\"\n));\n</code></pre>","urlObject":{"protocol":"https","path":["v1","order_create"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"7c0d5b18-5065-4ced-b489-ce04d1d101ef","name":"order_create","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Key","value":"<your_api_key>","type":"text"},{"key":"Sign","value":"<your_sign>","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"pair","value":"BTC_USDT","description":"currency pair","type":"text"},{"key":"quantity","value":"1.56789","description":"quantity for the order","type":"text"},{"key":"price","value":"10000.56789","description":"price for the order","type":"text"},{"key":"type","value":"buy","description":"type of order, can have the following values:\n+ buy - buy order\n+ sell - sell order\n+ market_buy - market buy-order\n+ market_sell - market sell-order\n+ market_buy_total - market buy-order for a certain amount\n+ market_sell_total - market sell-order for a certain amount","type":"text"},{"key":"client_id","value":"100500","description":"client id for the order (optional parameter, must be a positive integer)","type":"text"},{"key":"nonce","value":"1779488694","type":"text"}]},"url":"https://api.exmo.me/v1/order_create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"result\": true,\n  \"error\": \"\",\n  \"order_id\": 123456,\n  \"client_id\": 100500\n}"}],"_postman_id":"be2ddae3-1dc4-4051-832b-030d684dec8f"},{"name":"order_cancel","id":"f8874094-d3e4-4368-b3a9-6864440fa41d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"order_id","value":"123456","description":"<p>order identifier</p>\n","type":"text"}]},"url":"https://api.exmo.me/v1/order_cancel","description":"<p>Order cancellation</p>\n","urlObject":{"protocol":"https","path":["v1","order_cancel"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"ef92897e-348a-459c-a3b6-028fed581176","name":"order_cancel","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Key","value":"<your_api_key>","type":"text"},{"key":"Sign","value":"<your_sign>","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"order_id","value":"123456","description":"order identifier","type":"text"},{"key":"nonce","value":"1779488694","type":"text"}]},"url":"https://api.exmo.me/v1/order_cancel"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"result\": true,\n  \"error\": \"\"\n}"}],"_postman_id":"f8874094-d3e4-4368-b3a9-6864440fa41d"},{"name":"user_open_orders","id":"3a14cefb-ff5b-44cc-b514-bb084f7692a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.exmo.me/v1/user_open_orders","description":"<p>Getting the list of user’s active orders</p>\n","urlObject":{"protocol":"https","path":["v1","user_open_orders"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"1e3070ab-3950-4da0-9dda-162545f72687","name":"user_open_orders","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Key","value":"<your_api_key>","type":"text"},{"key":"Sign","value":"<your_sign>","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"nonce","value":"1779488694","type":"text"}]},"url":"https://api.exmo.me/v1/user_open_orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"BTC_USDT\": [\n    {\n      \"order_id\": \"14\",\n      \"client_id\": \"100500\",\n      \"created\": \"1435517311\",\n      \"type\": \"buy\",\n      \"pair\": \"BTC_USDT\",\n      \"price\": \"100\",\n      \"quantity\": \"1\",\n      \"amount\": \"100\"\n    }\n  ]\n}"}],"_postman_id":"3a14cefb-ff5b-44cc-b514-bb084f7692a7"},{"name":"user_trades","id":"16675109-1144-463c-8c24-5843fa55750b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"pair","value":"BTC_USDT,BTC_RUB","description":"<p>one or various currency pairs separated by commas</p>\n","type":"text"},{"key":"limit","value":"100","description":"<p>the number of returned deals (default: 100, maximum: 10 000)</p>\n","type":"text"},{"key":"offset","value":"0","description":"<p>last deal offset (default: 0)</p>\n","type":"text"}]},"url":"https://api.exmo.me/v1/user_trades","description":"<p>Getting the list of user’s deals</p>\n","urlObject":{"protocol":"https","path":["v1","user_trades"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"a038b625-c19a-4e4c-9b73-c75c5cbf1d6b","name":"user_trades","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Key","value":"<your_api_key>","type":"text"},{"key":"Sign","value":"<your_sign>","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"pair","value":"BTC_USDT","description":"one or various currency pairs separated by commas","type":"text"},{"key":"limit","value":"100","description":"the number of returned deals (default: 100, мmaximum: 10 000)","type":"text"},{"key":"offset","value":"0","description":"last deal offset (default: 0)","type":"text"},{"key":"nonce","value":"1779488694","type":"text"}]},"url":"https://api.exmo.me/v1/user_trades"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"BTC_USDT\": [\n    {\n      \"trade_id\": 3,\n      \"client_id\": 100500,\n      \"date\": 1435488248,\n      \"type\": \"buy\",\n      \"pair\": \"BTC_USDT\",\n      \"order_id\": 7,\n      \"quantity\": 1,\n      \"price\": 100,\n      \"amount\": 100\n    }\n  ]\n}"}],"_postman_id":"16675109-1144-463c-8c24-5843fa55750b"},{"name":"user_cancelled_orders","id":"ebee7649-ba5f-4971-a673-3c5302b63bec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"limit","value":"100","description":"<p>the number of returned deals (default: 100, maximum: 10 000)</p>\n","type":"text"},{"key":"offset","value":"0","description":"<p>last deal offset (default: 0)</p>\n","type":"text"}]},"url":"https://api.exmo.me/v1/user_cancelled_orders","description":"<p>Getting the list of user’s cancelled orders</p>\n","urlObject":{"protocol":"https","path":["v1","user_cancelled_orders"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"c1659e1c-23bb-4665-a7a5-ed81a2ab2362","name":"user_cancelled_orders","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Key","value":"<your_api_key>","type":"text"},{"key":"Sign","value":"<your_sign>","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"limit","value":"100","description":"the number of returned deals (default: 100, мmaximum: 10 000)","type":"text"},{"key":"offset","value":"0","description":"last deal offset (default: 0)","type":"text"},{"key":"nonce","value":"1779488694","type":"text"}]},"url":"https://api.exmo.me/v1/user_cancelled_orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"date\": 1435519742,\n    \"order_id\": 15,\n    \"client_id\": 100500,\n    \"order_type\": \"sell\",\n    \"pair\": \"BTC_USDT\",\n    \"price\": 100,\n    \"quantity\": 3,\n    \"amount\": 300\n  }\n]"}],"_postman_id":"ebee7649-ba5f-4971-a673-3c5302b63bec"},{"name":"order_trades","id":"e1c6cd57-df98-4ca7-8d9f-fec06408f029","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"order_id","value":"12345","description":"<p>order identifier</p>\n","type":"text"}]},"url":"https://api.exmo.me/v1/order_trades","description":"<p>Getting the history of deals with the order</p>\n","urlObject":{"protocol":"https","path":["v1","order_trades"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"4e29fa8e-b73b-4bb5-8369-04b6f70d16e2","name":"order_trades","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Key","value":"<your_api_key>","type":"text"},{"key":"Sign","value":"<your_sign>","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"order_id","value":"12345","description":"order identifier","type":"text"},{"key":"nonce","value":"1779488694","type":"text"}]},"url":"https://api.exmo.me/v1/order_trades"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"buy\",\n  \"in_currency\": \"BTC\",\n  \"in_amount\": \"1\",\n  \"out_currency\": \"USDT\",\n  \"out_amount\": \"100\",\n  \"trades\": [\n    {\n      \"trade_id\": 3,\n      \"client_id\": 100500,\n      \"date\": 1435488248,\n      \"type\": \"buy\",\n      \"pair\": \"BTC_USDT\",\n      \"order_id\": 12345,\n      \"quantity\": 1,\n      \"price\": 100,\n      \"amount\": 100\n    }\n  ]\n}"}],"_postman_id":"e1c6cd57-df98-4ca7-8d9f-fec06408f029"}],"id":"11bef594-5559-4727-b9dd-2b2334c04732","description":"<p>To access this API it is necessary to use the POST method.</p>\n<p><strong>URL</strong> — should be used the following address: <code>https://api.exmo.me/v1/{api_name}</code> where <code>api_name</code> is the name of API method</p>\n<p>Authorization is realized by sending the following headers to the server:</p>\n<p><strong>Key</strong> — Public key that can be found in user’s profile settings\n(example: K-7cc97c89aed2a2fd9ed7792d48d63f65800c447b)</p>\n<p><strong>Sign</strong> — POST data (param=val&amp;param1=val1) encrypted with method HMAC-SHA512 using secret key; the secret key also can be found in user’s profile settings</p>\n<p>There’s a possibility to associate several keys with one account for API access.</p>\n<p>All the requests should also include the obligatory POST parameter <code>nonce</code> with incremental numerical value (&gt;0). The incremental numerical value should never reiterate or decrease.</p>\n<p>To access API you can use the already existing code in the following languages:</p>\n<ul>\n<li><a href=\"https://github.com/exmo-dev/exmo_api_lib/tree/master/rest/php\">PHP</a> or <code>composer require exmo/api</code></li>\n<li><a href=\"https://github.com/exmo-dev/exmo_api_lib/tree/master/rest/js\">Javascript</a></li>\n<li><a href=\"https://github.com/exmo-dev/exmo_api_lib/tree/master/rest/nodejs\">Nodejs</a> or <code>npm install exmo-api</code></li>\n<li><a href=\"https://github.com/exmo-dev/exmo_api_lib/tree/master/rest/c#\">C#</a></li>\n<li><a href=\"https://github.com/exmo-dev/exmo_api_lib/tree/master/rest/%D1%81++\">C++</a></li>\n<li><a href=\"https://github.com/exmo-dev/exmo_api_lib/tree/master/rest/python\">Python</a></li>\n<li><a href=\"https://github.com/exmo-dev/exmo_api_lib/tree/master/rest/objectivec\">Objective C</a></li>\n<li><a href=\"https://github.com/exmo-dev/exmo_api_lib/tree/master/rest/swift\">Swift</a></li>\n<li><a href=\"https://github.com/exmo-dev/exmo_api_lib/tree/master/rest/java\">Java</a></li>\n<li><a href=\"https://github.com/exmo-dev/exmo_api_lib/tree/master/rest/ruby\">Ruby</a></li>\n<li><a href=\"https://github.com/exmo-dev/exmo_api_lib/tree/master/rest/golang\">Golang</a></li>\n<li><a href=\"https://github.com/exmo-dev/exmo_api_lib/tree/master/rest/r\">R</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"6cb1614a-eeb6-47ce-89cc-3688557e6b0c"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"b0db0272-d6ea-45ff-9ad7-5747efb340b4"}}],"_postman_id":"11bef594-5559-4727-b9dd-2b2334c04732"},{"name":"Excode API","item":[{"name":"excode_create","id":"a44e6834-30b3-4fd2-a7e1-eefaac7ce735","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"currency","value":"BTC","description":"<p>name of coupon currency</p>\n","type":"text"},{"key":"amount","value":"10","description":"<p>amount in the coupon</p>\n","type":"text"},{"key":"login","value":"test_user","description":"<p>login of user, who can upload EXCODE coupon (<strong>not necessary param, if it present - coupon can upload only this user or their creator</strong>)</p>\n","type":"text"}]},"url":"https://api.exmo.me/v1/excode_create","description":"<p>EXCODE coupon creation</p>\n","urlObject":{"protocol":"https","path":["v1","excode_create"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"4b1f1936-e54c-4627-905b-6be6679a18eb","name":"excode_create","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Key","value":"<your_api_key>","type":"text"},{"key":"Sign","value":"<your_sign>","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"currency","value":"BTC","description":"name of coupon currency","type":"text"},{"key":"amount","value":"10","description":"amount in the coupon","type":"text"},{"key":"login","value":"test_user","description":"login of user, who can upload EXCODE coupon (**not necessary param, if it present - coupon can upload only this user or their creator**)","type":"text"},{"key":"nonce","value":"1779488694","type":"text"}]},"url":"https://api.exmo.me/v1/excode_create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"result\": true,\n  \"error\": \"\",\n  \"task_id\": \"467757\",\n  \"code\": \"EX-CODE_9004_BTC7c3f8adc0b158658....\",\n  \"amount\": \"10\",\n  \"currency\": \"BTC\",\n  \"login\": \"test_user\",\n  \"commission\": \"0.01\",\n  \"balances\": {\n    \"BTC\": 940.994,\n    \"USDT\": 949.472\n  }\n}"}],"_postman_id":"a44e6834-30b3-4fd2-a7e1-eefaac7ce735"},{"name":"excode_load","id":"ee061a0b-5a5a-4431-8ca4-632bb5c0ccf0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"code","value":"EX-CODE_9004_BTC7c3f8adc0b158658....","description":"<p>code of the EXCODE coupon</p>\n","type":"text"}]},"url":"https://api.exmo.me/v1/excode_load","description":"<p>EXCODE coupon uploading</p>\n","urlObject":{"protocol":"https","path":["v1","excode_load"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"4fc3d002-567a-4d5e-b712-72147831a8e2","name":"excode_load","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Key","value":"<your_api_key>","type":"text"},{"key":"Sign","value":"<your_sign>","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"code","value":"EX-CODE_9004_BTC7c3f8adc0b158658....","description":"code of the EXCODE coupon","type":"text"},{"key":"nonce","value":"1779488694","type":"text"}]},"url":"https://api.exmo.me/v1/excode_load"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"result\": true,\n  \"error\": \"\",\n  \"task_id\": \"467757\",\n  \"amount\": \"10\",\n  \"currency\": \"BTC\",\n  \"reviewing\": true\n}"}],"_postman_id":"ee061a0b-5a5a-4431-8ca4-632bb5c0ccf0"}],"id":"f4b17aa3-da9f-428f-bfaf-a64c9b197274","description":"<p>Using EXCODE API you can create and upload EXCODE coupons. <strong>The access is given only after a request to the Technical Support.</strong></p>\n","_postman_id":"f4b17aa3-da9f-428f-bfaf-a64c9b197274"},{"name":"Wallet API","item":[{"name":"deposit_address","id":"00ab0c9d-fc6d-43bb-9810-58073662417f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.exmo.me/v1/deposit_address","description":"<p>Getting the list of addresses for cryptocurrency deposit</p>\n","urlObject":{"protocol":"https","path":["v1","deposit_address"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"c8dae69f-012d-4ba0-80ae-268b759002e3","name":"deposit_address","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Key","value":"<your_api_key>","type":"text"},{"key":"Sign","value":"<your_sign>","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"nonce","value":"1779488694","type":"text"}]},"url":"https://api.exmo.me/v1/deposit_address"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"BTC\": \"16UM5DoeHkV7Eb7tMfXSuQ2ueir1yj4P7d\",\n  \"DOGE\": \"DEVfhgKErG5Nzas2FZJJH8Y8pjoLfVfWq4\",\n  \"LTC\": \"LSJFhsVJM6GCFtSgRj5hHuK9gReLhNuKFb\",\n  \"XRP\": \"rB2yjyFCoJaV8QCbj1UJzMnUnQJMrkhv3S,1234\"\n}"}],"_postman_id":"00ab0c9d-fc6d-43bb-9810-58073662417f"},{"name":"withdraw_crypt","id":"e70d2674-aa42-4c16-80d3-c824b3a18956","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"amount","value":"10","description":"<p>Amount of currency to be withdrawn (required)</p>\n","type":"text"},{"key":"currency","value":"BTC","description":"<p>Name of the currency to be withdrawn (required)</p>\n","type":"text"},{"key":"address","value":"16UM5DoeHkV7Eb7tMfXSu...","description":"<p>Withdrawal address (required)</p>\n","type":"text"},{"key":"invoice","value":"1234","description":"<p>Additional identifier (optional)</p>\n","type":"text"},{"key":"transport","value":"","description":"<p>The network in which the withdrawal will be made. If you do not specify, then the default network will be selected.\nExplanation: some currencies exist in several blockchains, and you can specify in which blockchain you want to withdraw tokens.\n (optional)</p>\n","type":"text"}]},"url":"https://api.exmo.me/v1/withdraw_crypt","description":"<p>Creation of the task for cryptocurrency withdrawal.</p>\n<hr />\n<p>Description of the <strong>invoice</strong> parameter for currencies in which it is used:</p>\n<p><br /><br /></p><p><br /><br /><br /></p><table><tbody><tr><th>Currency</th><th>Parameter invoice</th><th>Description</th></tr><tr><td>XRP</td><td>Required</td><td>DESTINATION_TAG value</td></tr><tr><td>XEM</td><td>Optional</td><td>MESSAGE value</td></tr><tr><td>XLM</td><td>Required</td><td>MEMO value</td></tr><tr><td>EOS, PTI, ZAG</td><td>Optional</td><td>MEMO value</td></tr></tbody></table>\n\n<p>Description of the <strong>transport</strong> parameter for currencies in which it is used:</p>\n<p><br /><br /><br /></p><table><tbody><tr><th>Currency</th><th>Parameter transport</th><th>Available values</th><th>Default value</th></tr><tr><td>USDT</td><td>Optional</td><td><br /><b>ERC20</b> for withdrawal on the Ethereum network<br /><br /><b>TRC20</b> for withdrawal on the Tron network<br /><br /></td><td>not indicated for withdrawal on the Bitcoin network</td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v1","withdraw_crypt"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"2c1b642a-ad58-4959-8d40-89b9902e1600","name":"withdraw_crypt","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Key","value":"<your_api_key>","type":"text"},{"key":"Sign","value":"<your_sign>","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"amount","value":"10","description":"Amount of currency to be withdrawn (required)","type":"text"},{"key":"currency","value":"BTC","description":"Name of the currency to be withdrawn (required)","type":"text"},{"key":"address","value":"16UM5DoeHkV7Eb7tMfXSu...","description":"Withdrawal address (required)","type":"text"},{"key":"invoice","value":"1234","description":"Additional identifier (optional)","type":"text"},{"key":"transport","value":"","description":"The network in which the withdrawal will be made. If you do not specify, then the default network will be selected.\nExplanation: some currencies exist in several blockchains, and you can specify in which blockchain you want to withdraw tokens.\n (optional)","type":"text"},{"key":"nonce","value":"1779488694","type":"text"}]},"url":"https://api.exmo.me/v1/withdraw_crypt"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"result\": true,\n  \"error\": \"\",\n  \"task_id\": \"467756\"\n}"}],"_postman_id":"e70d2674-aa42-4c16-80d3-c824b3a18956"},{"name":"withdraw_get_txid","id":"a6a381fe-ca1e-4185-8dd7-0b157d6e8d85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"task_id","value":"467756","description":"<p>withdrawal task identifier</p>\n","type":"text"}]},"url":"https://api.exmo.me/v1/withdraw_get_txid","description":"<p>Getting the transaction ID in order to keep track of it on blockchain</p>\n","urlObject":{"protocol":"https","path":["v1","withdraw_get_txid"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"cd1ef7bc-7afe-43c3-b6a9-5b7c0ba0879d","name":"withdraw_get_txid","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Key","value":"<your_api_key>","type":"text"},{"key":"Sign","value":"<your_sign>","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"task_id","value":"467756","description":"withdrawal task identifier","type":"text"},{"key":"nonce","value":"1779488694","type":"text"}]},"url":"https://api.exmo.me/v1/withdraw_get_txid"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"result\": true,\n  \"error\": \"\",\n  \"status\": true,\n  \"txid\": \"ec46f784ad976fd7f7539089d1a129fe46...\"\n}"}],"_postman_id":"a6a381fe-ca1e-4185-8dd7-0b157d6e8d85"},{"name":"wallet_history","id":"f7f41a97-008f-459e-b94c-844bf3cadd1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Key","type":"text","value":"<your_api_key>"},{"key":"Sign","type":"text","value":"<your_sign>"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"date","value":"1493998000","description":"<p>timestamp of the day (if empty got current day)</p>\n","type":"text"}]},"url":"https://api.exmo.me/v1/wallet_history","description":"<p>Get history of wallet</p>\n","urlObject":{"protocol":"https","path":["v1","wallet_history"],"host":["api","exmo","me"],"query":[],"variable":[]}},"response":[{"id":"aef27e5a-a726-4c25-854b-010a5303367c","name":"wallet_history","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Key","value":"<your_api_key>","type":"text"},{"key":"Sign","value":"<your_sign>","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"date","value":"1493998000","description":"timestamp of the day (if empty got current day)","type":"text"},{"key":"nonce","value":"1779488694","type":"text"}]},"url":"https://api.exmo.me/v1/wallet_history"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"result\": true,\n  \"error\": \"\",\n  \"begin\": \"1493942400\",\n  \"end\": \"1494028800\",\n  \"history\": [{\n       \"dt\": 1461841192,\n       \"type\": \"deposit\",\n       \"curr\": \"RUB\",\n       \"status\": \"processing\",\n       \"provider\": \"Qiwi (LA) [12345]\",\n       \"amount\": \"1\",\n       \"account\": \"\",\n       \"txid\": \"ec46f784ad976fd7f7539089d1a129fe46...\"\n     },\n     {\n       \"dt\": 1463414785,\n       \"type\": \"withdrawal\",\n       \"curr\": \"USDT\",\n       \"status\": \"paid\",\n       \"provider\": \"EXCODE\",\n       \"amount\": \"-1\",\n       \"account\": \"EX-CODE_19371_USDTda...\",\n       \"txid\": \"\"\n     }\n  ]\n}"}],"_postman_id":"f7f41a97-008f-459e-b94c-844bf3cadd1c"}],"id":"f25914ab-1ff2-454d-8b25-e072b9a09698","description":"<p>Wallet API call the same as Authenticated API.</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"8cf80466-1beb-40bc-9362-7be389154459"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"977fe839-df21-404a-a665-d23559376c61"}}],"_postman_id":"f25914ab-1ff2-454d-8b25-e072b9a09698"}],"id":"82abc2c5-2536-40e5-a631-43541ea29d5d","_postman_id":"82abc2c5-2536-40e5-a631-43541ea29d5d","description":""}],"id":"8db4f3ad-1a75-4ac9-b721-edff0ef94bc2","description":"<p>EXMO offers its users four ways to access API.</p>\n<p><strong>Public API</strong></p>\n<p>Public API does not require authorization and can be accessed using the GET or POST methods.</p>\n<p><strong>Authenticated API</strong></p>\n<p>Authenticated API requires authorization and can be accessed using only the POST method.</p>\n<p><strong>Excode API</strong></p>\n<p>Excode API – private functions available only upon authorization. In order to access these functions, you need to contact the technical support.</p>\n<p><strong>Wallet API</strong></p>\n<p>Wallet API requires authorization and can be accessed using only the POST method.</p>\n<p><strong>API Rate Limits</strong></p>\n<p>The number of API requests is limited to 10 per/sec from one IP address or by a single user.</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"8bd3727f-8fab-4459-bf5f-3ae64a54b627"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"d28dae55-2acd-454a-9be7-8e69c225f878"}}],"_postman_id":"8db4f3ad-1a75-4ac9-b721-edff0ef94bc2"},{"name":"Websocket","item":[{"name":"v1","item":[{"name":"General","item":[],"id":"61055f7b-fd0e-4490-ba6b-2c48f450bedd","description":"<p>EXMO WS API provides market and user's data in real-time.</p>\n<ul>\n<li>General endpoint is ws-api.exmo.me</li>\n<li>Each message received from API is JSON than contains <code>ts</code> field with current timestamp in UTC timezone in milliseconds and <code>event</code> field representing type of given message</li>\n<li>A single connection to a WS API server is valid for 24 hours</li>\n<li>WS API server sends a ping frame every 3 minutes. If server does not receive a pong frame back within a 10-minute period, the connection will be terminated by server side</li>\n<li>To access API you can use the already existing code in the following languages:<ul>\n<li><a href=\"https://github.com/exmo-dev/web-socket-api-php-client\">PHP</a> or <code>composer require exmo/web-socket-api</code></li>\n<li><a href=\"https://github.com/exmo-dev/exmo_api_lib/tree/master/ws/golang\">Golang</a></li>\n<li><a href=\"https://github.com/exmo-dev/exmo_api_lib/tree/master/ws/python2\">Python2</a></li>\n<li><a href=\"https://github.com/exmo-dev/exmo_api_lib/tree/master/ws/python3\">Python3</a></li>\n<li><a href=\"https://github.com/exmo-dev/exmo_api_lib/tree/master/ws/js\">Javascript</a></li>\n<li><a href=\"https://github.com/exmo-dev/exmo_api_lib/tree/master/ws/.net\">C#</a></li>\n<li><a href=\"https://github.com/exmo-dev/exmo_api_lib/tree/master/ws/java\">Java</a></li>\n</ul>\n</li>\n</ul>\n<h2 id=\"greetings-message\">greetings message</h2>\n<p>When websocket connection to server is established, server sends a greetings message with session id in session_id JSON field. In case of problems, please attach this id token to issue.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"ts\": 1574427585174,\n  \"event\": \"info\",\n  \"code\": 1,\n  \"message\": \"connection established\",\n  \"session_id\": \"1c4548b5-379e-4399-bac0-0417c76cc74d\"\n}\n</code></pre><h2 id=\"subscribe\">subscribe</h2>\n<p>To start receiving data it is necessary to send a subscribe command message encoded as JSON to the server. id field is optional for any client's command.</p>\n<p>subscribe command format:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"id\": 1, \n  \"method\": \"subscribe\",\n  \"topics\": [\n    \"spot/ticker:BTC_USDT\",\n    \"spot/trades:EXM_BTC\",\n  ]\n}\n</code></pre><p>subscribe command response in case of success:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"ts\": 1574427585174,\n  \"id\": 1,\n  \"event\": \"subscribed\",\n  \"topic\": \"spot/ticker:BTC_USDT\"\n}\n</code></pre><p>After this message received, all data associated with the topic will be sending into the connection.\nThe response in case of failure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"ts\": 1574427585174,\n  \"id\": 1,\n  \"event\": \"error\",\n  \"code\": 201030,\n  \"error\": \"HPY_BTC pair does not exists\"\n}\n</code></pre><h2 id=\"unsubscribe\">unsubscribe</h2>\n<p>To stop receiving data for certain topics it is necessary to send the unsubscribe command</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"id\": 1,\n  \"method\": \"unsubscribe\",\n  \"topics\": [\n    \"spot/ticker:BTC_USDT\"\n  ]\n}\n</code></pre><p>in case of success</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"ts\": 1574427585174,\n  \"id\": 1,\n  \"event\": \"unsubscribed\",\n  \"topic\": \"spot/ticker:BTC_USDT\"\n}\n</code></pre><p>unsubscribing topics without previous subscribing to them will be ignored</p>\n<h2 id=\"maintenance\">maintenance</h2>\n<p>Once maintenance on the exchange started, the server immediately terminates the session with this message in close frame:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"ts\": 1574427585174,\n  \"event\": \"info\",\n  \"code\": 2,\n  \"message\": \"maintenance in progress\"\n}\n</code></pre><p>During maintenance period WS API won't be available. It is highly recommended to use exponential backoff logic in client while trying to reconnect to WS API</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"8ab42b11-879d-44e2-bcc1-4d3a87f46bae"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"ea61ed3f-ec4d-482a-80c8-2916506ef29d"}}],"_postman_id":"61055f7b-fd0e-4490-ba6b-2c48f450bedd"},{"name":"Public API","item":[{"name":"Trades","item":[],"id":"2ae9575d-e625-42e1-a7b8-dd404de43d76","description":"<p><strong>Data:</strong> all trades by certain pair since subscription time</p>\n<p><strong>Topics name:</strong> spot/trades:&lt;**pair**&gt;</p>\n<p><strong>Update speed:</strong> real-time</p>\n<p><strong>Snapshot:</strong> -</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"ts\": 1574427585174,\n  \"event\": \"update\",\n  \"topic\": \"spot/trades:BTC_USDT\",\n  \"data\": [\n    {\n      \"trade_id\": 3,\n      \"type\": \"sell\",\n      \"price\": \"100\",\n      \"quantity\": \"1\",\n      \"amount\": \"100\",\n      \"date\": 1574427585174\n    }\n  ]\n}\n</code></pre>","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"7104e0c3-8009-4715-85e0-aba9e68549be"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"9f29104d-803b-4c44-a377-8a73b4c7aebd"}}],"_postman_id":"2ae9575d-e625-42e1-a7b8-dd404de43d76"},{"name":"Ticker","item":[],"id":"24847645-9c83-48f1-a5f1-e290d448de11","description":"<p><strong>Data:</strong> exchange ticker</p>\n<p><strong>Topics name:</strong> spot/ticker:&lt;**pair**&gt;</p>\n<p><strong>Update speed:</strong> approximately 10s</p>\n<p><strong>Snapshot:</strong> -</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"ts\": 1574427585174,\n  \"event\": \"update\",\n  \"topic\": \"spot/ticker:BTC_USDT\",\n  \"data\": {\n    \"buy_price\": \"9740.48\",\n    \"sell_price\": \"9745.33\",\n    \"last_trade\": \"9742.2\",\n    \"high\": \"9800\",\n    \"low\": \"9667.16\",\n    \"avg\": \"9737.15021844\",\n    \"vol\": \"297.08999423\",\n    \"vol_curr\": \"2894310.14185657\",\n    \"updated\": 1574427585\n  }\n}\n</code></pre>","_postman_id":"24847645-9c83-48f1-a5f1-e290d448de11"},{"name":"Order book snapshots","item":[],"id":"abf2f34c-27b8-4d84-892b-f67782e96cbf","description":"<p><strong>Data:</strong> top-25 order book positions</p>\n<p><strong>Topics name:</strong> spot/order_book_snapshots:&lt;**pair**&gt;</p>\n<p><strong>Update speed:</strong> 100ms</p>\n<p><strong>Snapshot:</strong> -</p>\n<p>Order book position format is JSON array of 3 numbers:\n<code>[\"price\",\"quantity\",\"amount\"]</code></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"ts\": 1574427585174,\n  \"event\": \"update\",\n  \"topic\": \"spot/order_book_snapshots:BTC_USDT\",\n  \"data\": {\n    \"ask\": [[\"100\",\"1\",\"100\"],[\"200\",\"2\",\"400\"]],\n    \"bid\": [[\"99\",\"1\",\"99\"]]\n  }\n}\n</code></pre>","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"48b98030-a3d0-4de4-aa58-29b7a22486d6"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"4a299feb-942c-428f-b1fa-5031f59f4bba"}}],"_postman_id":"abf2f34c-27b8-4d84-892b-f67782e96cbf"},{"name":"Order book updates","item":[],"id":"e1b3a2d1-e8d1-4ba8-9bc7-f0dda273b0ca","description":"<p><strong>Data:</strong> top-400 order book updates</p>\n<p><strong>Topics name:</strong> spot/order_book_updates:&lt;**pair**&gt;</p>\n<p><strong>Update speed:</strong> 100ms</p>\n<p><strong>Snapshot:</strong> Top-400 order book positions</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"ts\": 1574427585174,\n  \"event\": \"snapshot\",\n  \"topic\": \"spot/order_book_updates:BTC_USDT\",\n  \"data\": {\n    \"ask\": [[\"100\",\"3\",\"300\"],[\"200\",\"4\",\"800\"]],\n    \"bid\": [[\"99\",\"2\",\"198\"],[\"98\",\"1\",\"98\"]]\n  }\n}\n{\n  \"ts\": 1574427585174,\n  \"event\": \"update\",\n  \"topic\": \"spot/order_book_updates:BTC_USDT\",\n  \"data\": {\n    \"ask\": [[\"100\",\"1\",\"100\"],[\"200\",\"2\",\"400\"]],\n    \"bid\": [[\"99\",\"1\",\"99\"],[\"98\",\"0\",\"0\"]]\n  }\n}\n</code></pre><p>To have actual top-400 order book on client's side you need:</p>\n<ul>\n<li>Store top-400 order book position</li>\n<li>Apply all given updated position on your local copy</li>\n<li>Updates with 0 quantity means that position has been deleted</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"969de0e0-a016-4536-a18f-c9ec087ca932"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"2b462f53-e0dd-486c-92bf-ebbd03ce3922"}}],"_postman_id":"e1b3a2d1-e8d1-4ba8-9bc7-f0dda273b0ca"}],"id":"b43c5f86-edeb-4f71-a0cf-6e921b62fa44","description":"<p>Public API allows to get market data in real-time.\nTo use this API it is necessary to establish websocket connection on <code>wss://ws-api.exmo.me:443/v1/public</code>.</p>\n<p>Data provided:</p>\n<ul>\n<li>trades</li>\n<li>ticker</li>\n<li>order book changes</li>\n</ul>\n<p>To start receiving this data you need to send a subscribe command message into the connection with topics you wish</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"9c8f793d-e30d-4b65-b0c4-9490e03d5435"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"faf297f7-5899-4111-b008-73a0a83cfa6e"}}],"_postman_id":"b43c5f86-edeb-4f71-a0cf-6e921b62fa44"},{"name":"Authenticated API","item":[{"name":"Login","item":[],"id":"f85ae10f-4178-494b-9fb4-55fa6207832c","description":"<p>Command format:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"method\": \"login\",\n  \"id\": 1,\n  \"api_key\": \"your_api_key\",\n  \"sign\": \"your_sign\",\n  \"nonce\": 1574427585174\n}\n</code></pre><ul>\n<li><strong>api_key</strong> is public key that can be found in user’s profile settings (example: K-7cc97c89aed2a2fd9ed7792d48d63f65800c447b)</li>\n<li><strong>nonce</strong> is incremental numerical value (&gt;0) that should never be reiterated or decreased.</li>\n<li><strong>sign</strong> is concatinated string of <strong>api_key</strong> and <strong>nonce</strong> encrypted with method HMAC-SHA512 using secret key; the secret key also can be found in user’s profile settings. Sign bytes should be represented as base64 string.\nformula: <code>sign = base64(sha512(api_key+nonce,api_secret))</code></li>\n</ul>\n<p>In case of a successful login you will receive event above into connection:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"ts\": 1574427585174,\n  \"id\": 1,\n  \"event\": \"logged_in\"\n}\n</code></pre><p>Otherwise, you will receive an API error</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"29719944-b0c0-4c6b-b097-3cde52a6d761"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"df839d2a-a4af-450c-a63a-8a398ab9172e"}}],"_postman_id":"f85ae10f-4178-494b-9fb4-55fa6207832c"},{"name":"User trades","item":[],"id":"00e841c5-5da3-47c6-bb0b-27b36c06d9eb","description":"<p><strong>Data:</strong> all trades associated with the user since subscription time</p>\n<p><strong>Topics name:</strong> spot/user_trades</p>\n<p><strong>Update speed:</strong> real-time</p>\n<p><strong>Snapshot:</strong> -</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"ts\": 1574427585174,\n  \"event\": \"update\",\n  \"topic\": \"spot/user_trades\",\n  \"data\": {\n    \"trade_id\": 51251,\n    \"type\": \"sell\",\n    \"price\": \"7728\",\n    \"quantity\": \"0.002\",\n    \"amount\": \"15.456\",\n    \"date\": 1574427585,\n    \"order_id\": 651251,\n    \"pair\": \"BTC_USDT\",\n    \"exec_type\": \"taker\",\n    \"commission_amount\": \"0.030912\",\n    \"commission_currency\": \"USDT\",\n    \"commission_percent\": \"0.2\"\n  }\n}\n</code></pre>","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"33b6c8af-e53a-460b-a3f3-b87bd4d04213"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"6123fedb-d7f7-4b07-9d52-c220035b52e9"}}],"_postman_id":"00e841c5-5da3-47c6-bb0b-27b36c06d9eb"},{"name":"Wallets","item":[],"id":"a9ed7685-95ee-436e-a815-c78d89ff51a1","description":"<p><strong>Data:</strong> all states of wallets since subscription time</p>\n<p><strong>Topics name:</strong> spot/wallet</p>\n<p><strong>Update speed:</strong> real-time</p>\n<p><strong>Snapshot:</strong> User wallets by all currencies on exchange</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"ts\": 1574427585174,\n  \"event\": \"snapshot\",\n  \"topic\": \"spot/wallet\",\n  \"data\": {\n    \"balances\": {\n      \"BTC\": \"3\",\n      \"USDT\": \"1000\",\n      \"RUB\": \"0\"\n    },\n    \"reserved\": {\n      \"BTC\": \"0.5\",\n      \"DASH\": \"0\",\n      \"RUB\": \"0\"\n    }\n  }\n}\n{\n  \"ts\":1574427585174,\n  \"event\":\"update\",\n  \"topic\":\"spot/wallet\",\n  \"data\": {\n    \"currency\":\"BTC\",\n    \"balance\":\"2.5\",\n    \"reserved\":\"1\"\n  }\n}\n</code></pre>","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"0c8d9bc3-6f9c-4fb6-afad-ce8d327db729"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"76170374-2448-4a9e-a45c-45225ead84a2"}}],"_postman_id":"a9ed7685-95ee-436e-a815-c78d89ff51a1"},{"name":"Orders","item":[],"id":"81fd675e-0fbd-4d1d-807f-3616621dd5b4","description":"<p><strong>Data:</strong> all states of orders since subscription time</p>\n<p><strong>Topics name:</strong> spot/orders</p>\n<p><strong>Update speed:</strong> real-time</p>\n<p><strong>Snapshot:</strong> All limit orders and open stop orders</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"ts\": 1574427585174,\n  \"event\": \"snapshot\",\n  \"topic\": \"spot/orders\",\n  \"data\": [\n    {\n      \"order_id\": \"14\",\n      \"client_id\":\"100500\",\n      \"created\": \"1574427585\",\n      \"pair\": \"BTC_USDT\",\n      \"price\": \"7750\",\n      \"quantity\": \"0.1\",\n      \"amount\": \"775\",\n      \"original_quantity\": \"0.1\",\n      \"original_amount\": \"775\",\n      \"type\": \"sell\",\n      \"status\": \"open\"\n    },\n    {\n      \"parent_order_id\": \"6216512412\",\n      \"client_id\":\"100501\",\n      \"created\": \"1574427585\",\n      \"type\": \"stop_market_sell\",\n      \"pair\": \"BTC_USDT\",\n      \"quantity\": \"1\",\n      \"trigger_price\": \"7727\",\n      \"amount\": \"7727\",\n      \"status\": \"open\"\n    }\n  ]\n}\n{\n  \"ts\": 1574427585174,\n  \"event\": \"update\",\n  \"topic\": \"spot/orders\",\n  \"data\": {\n    \"order_id\": \"15\",\n    \"client_id\":\"100502\",\n    \"created\": \"1574427585\",\n    \"pair\": \"BTC_USDT\",\n    \"quantity\": \"0\",\n    \"original_quantity\": \"0.1\",\n    \"type\": \"market_sell\",\n    \"status\": \"cancelled\",\n    \"last_trade_id\": \"51\",\n    \"last_trade_price\": \"7728\",\n    \"last_trade_quantity\": \"0.002\"\n  }\n}\n</code></pre><ul>\n<li>any limit and market order that matched with another order has 3 extra fields: <code>last_trade_id</code>, <code>last_trade_price</code>, <code>last_trade_quantity</code></li>\n<li><code>quantity</code> and <code>amount</code> fields of limit and market order is decreasing according to order execution</li>\n<li>stop order that has been triggered has <code>order_id</code> field with id of market order that executed this stop order</li>\n</ul>\n<p>order statuses:</p>\n<ul>\n<li><strong>open</strong>: limit orders and stop orders</li>\n<li><strong>executing</strong>: not fully filled market orders</li>\n<li><strong>cancelled</strong>: any cancelled by user orders, filled limit orders, executed market and stop orders</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"a4c4cc63-f6a7-40ec-9aa3-6611d3ed8a29"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"8f14b2f3-111d-410f-a179-0e961a960d22"}}],"_postman_id":"81fd675e-0fbd-4d1d-807f-3616621dd5b4"}],"id":"f814c6e6-8354-41ed-b316-8dcffbed3abd","description":"<p>Authenticated API allows one to get user trades, wallets changes, and order changes in real-time.</p>\n<p>To use this API, it is necessary to establish websocket connection on <code>wss://ws-api.exmo.me:443/v1/private</code> and then log in using the Login method. Otherwise the connection will be terminated by server side in 30s</p>\n<p>Data provided:</p>\n<ul>\n<li>user trades</li>\n<li>wallet changes</li>\n<li>orders changes</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"4219ffae-e42d-41ab-8e44-353d72f1f104"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"10dc416a-a4c7-446f-8953-414d2a8a29c1"}}],"_postman_id":"f814c6e6-8354-41ed-b316-8dcffbed3abd"},{"name":"Margin Authenticated API","item":[{"name":"Wallets","item":[],"id":"2d67c9f0-137b-4c0c-a5f9-b4844f0e6555","description":"<p><strong>Data:</strong> all states of user wallets</p>\n<p><strong>Topic name:</strong> margin/wallet</p>\n<p><strong>Update speed:</strong> real-time</p>\n<p><strong>Snapshot:</strong> User wallets by all currencies on the exchange</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n   \"ts\":1624370076651,\n   \"event\":\"snapshot\",\n   \"topic\":\"margin/wallets\",\n   \"data\":{\n      \"RUB\":{\n         \"balance\":\"1000000\",\n         \"used\":\"0\",\n         \"free\":\"1000000\"\n      },\n      \"USDT\":{\n         \"balance\":\"1000000\",\n         \"used\":\"1831.925\",\n         \"free\":\"998168.075\"\n      }\n   }\n}\n{\n   \"ts\":1624370185720,\n   \"event\":\"update\",\n   \"topic\":\"margin/wallets\",\n   \"data\":{\n      \"USDT\":{\n         \"balance\":\"1000123\",\n         \"used\":\"1831.925\",\n         \"free\":\"998291.075\"\n      }\n   }\n}\n</code></pre>","_postman_id":"2d67c9f0-137b-4c0c-a5f9-b4844f0e6555"},{"name":"Orders","item":[],"id":"0d136979-f217-47e0-af2a-526c7659728e","description":"<p><strong>Data:</strong> all states of orders associated with the user</p>\n<p><strong>Topic name:</strong> margin/orders</p>\n<p><strong>Update speed:</strong> real-time</p>\n<p><strong>Snapshot:</strong> All orders</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n   \"ts\":1624371281773,\n   \"event\":\"snapshot\",\n   \"topic\":\"margin/orders\",\n   \"data\":[\n      {\n         \"order_id\":\"692844278081168665\",\n         \"created\":\"1624371250919761600\",\n         \"type\":\"limit_buy\",\n         \"previous_type\":\"limit_buy\",\n         \"pair\":\"BTC_USDT\",\n         \"leverage\":\"2\",\n         \"price\":\"10000\",\n         \"stop_price\":\"0\",\n         \"distance\":\"0\",\n         \"trigger_price\":\"10000\",\n         \"init_quantity\":\"0.1\",\n         \"quantity\":\"0.1\",\n         \"funding_currency\":\"USDT\",\n         \"funding_quantity\":\"1000\",\n         \"funding_rate\":\"0\",\n         \"client_id\":\"111111\",\n         \"expire\":0,\n         \"src\":1,\n         \"comment\":\"comment1\",\n         \"updated\":1624371250938136600,\n         \"status\":\"active\"\n      }\n   ]\n}\n{\n   \"ts\":1624371221620,\n   \"event\":\"update\",\n   \"topic\":\"margin/orders\",\n   \"data\":{\n      \"order_id\":\"692844278081168599\",\n      \"created\":\"1624371221546858900\",\n      \"type\":\"market_buy\",\n      \"previous_type\":\"market_buy\",\n      \"pair\":\"BTC_USDT\",\n      \"leverage\":\"2\",\n      \"price\":\"0\",\n      \"stop_price\":\"0\",\n      \"distance\":\"0\",\n      \"trigger_price\":\"36638.5\",\n      \"init_quantity\":\"0.1\",\n      \"quantity\":\"0\",\n      \"funding_currency\":\"USDT\",\n      \"funding_quantity\":\"0\",\n      \"funding_rate\":\"0\",\n      \"client_id\":\"111111\",\n      \"expire\":0,\n      \"src\":1,\n      \"comment\":\"comment1\",\n      \"updated\":1624371221627390400,\n      \"status\":\"executed\"\n   }\n}\n</code></pre><p>order statuses:</p>\n<ul>\n<li><strong>active</strong>: open, executing orders</li>\n<li><strong>executed</strong>: fully filled orders</li>\n<li><strong>cancelled</strong>: any orders cancelled by the user, filled limit orders, executed market and stop orders</li>\n</ul>\n","_postman_id":"0d136979-f217-47e0-af2a-526c7659728e"},{"name":"User trades","item":[],"id":"e78fcdf1-8a1f-45c1-aa2e-eebb283c14a1","description":"<p><strong>Data:</strong> all trades associated with the user</p>\n<p><strong>Topic name:</strong> margin/user_trades</p>\n<p><strong>Update speed:</strong> real-time</p>\n<p><strong>Snapshot:</strong> last 100 user trades</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n   \"ts\":1624369720168,\n   \"event\":\"snapshot\",\n   \"topic\":\"margin/user_trades\",\n   \"data\":[\n      {\n         \"trade_id\":\"692844278081167054\",\n         \"trade_dt\":\"1624369773990729200\",\n         \"type\":\"buy\",\n         \"order_id\":\"692844278081167033\",\n         \"pair\":\"BTC_USDT\",\n         \"quantity\":\"0.1\",\n         \"price\":\"36638.5\",\n         \"is_maker\":false\n      }\n   ]\n}\n{\n   \"ts\":1624370368612,\n   \"event\":\"update\",\n   \"topic\":\"margin/user_trades\",\n   \"data\":{\n      \"trade_id\":\"692844278081167693\",\n      \"trade_dt\":\"1624370368569092500\",\n      \"type\":\"buy\",\n      \"order_id\":\"692844278081167674\",\n      \"pair\":\"BTC_USDT\",\n      \"quantity\":\"0.1\",\n      \"price\":\"36638.5\",\n      \"is_maker\":false\n   }\n}\n</code></pre>","_postman_id":"e78fcdf1-8a1f-45c1-aa2e-eebb283c14a1"},{"name":"Positions","item":[],"id":"98223ed2-7ba8-4eb4-a617-5fd53ab3ed2b","description":"<p><strong>Data:</strong> all positions associated with the user</p>\n<p><strong>Topic name:</strong> margin/positions</p>\n<p><strong>Update speed:</strong> real-time</p>\n<p><strong>Snapshot:</strong> open user positions</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n   \"ts\":1624369965122,\n   \"event\":\"snapshot\",\n   \"topic\":\"margin/positions\",\n   \"data\":[\n      {\n         \"position_id\":\"692844278081167060\",\n         \"created\":\"1624369773993800300\",\n         \"pair\":\"BTC_USDT\",\n         \"type\":\"long\",\n         \"base_price\":\"36638.5\",\n         \"quantity\":\"0.1\",\n         \"leverage\":\"2\",\n         \"margin\":\"1831.925\",\n         \"margin_currency\":\"USDT\",\n         \"margin_level\":\"40.9\",\n         \"realized_pnl\":\"0\",\n         \"unrealized_pnl\":\"-333.073\",\n         \"roe\":\"-18.18\",\n         \"pnl_currency\":\"USDT\",\n         \"break_even_price\":\"36638.5\",\n         \"liquidation_price\":\"21983.1\",\n         \"margin_call_price\":\"23815.025\",\n         \"need_liquidate\":false,\n         \"is_margin_call\":false,\n         \"funding_currency\":\"USDT\",\n         \"funding_quantity\":\"3663.85\",\n         \"funding_rate\":\"0\",\n         \"funding_next_pay_dt\":\"1624410000\",\n         \"funding_next_pay_quantity\":\"0\",\n         \"closed\":false\n      }\n   ]\n}\n{\n   \"ts\":1624370368614,\n   \"event\":\"update\",\n   \"topic\":\"margin/positions\",\n   \"data\":{\n      \"position_id\":\"692844278081167060\",\n      \"created\":\"1624369773993800300\",\n      \"pair\":\"BTC_USDT\",\n      \"type\":\"long\",\n      \"base_price\":\"36638.5\",\n      \"quantity\":\"0.2\",\n      \"leverage\":\"2\",\n      \"margin\":\"3663.85\",\n      \"margin_currency\":\"USDT\",\n      \"margin_level\":\"40.9\",\n      \"realized_pnl\":\"0\",\n      \"unrealized_pnl\":\"-666.146\",\n      \"roe\":\"-18.18\",\n      \"pnl_currency\":\"USDT\",\n      \"break_even_price\":\"36638.5\",\n      \"liquidation_price\":\"21983.1\",\n      \"margin_call_price\":\"23815.025\",\n      \"need_liquidate\":false,\n      \"is_margin_call\":false,\n      \"funding_currency\":\"USDT\",\n      \"funding_quantity\":\"7327.7\",\n      \"funding_rate\":\"0\",\n      \"funding_next_pay_dt\":\"1624410000\",\n      \"funding_next_pay_quantity\":\"0\",\n      \"closed\":false\n   }\n}\n{\n   \"ts\":1624369965122,\n   \"event\":\"update\",\n   \"topic\":\"margin/positions\",\n   \"data\":[\n      {\n         \"position_id\":\"692844278081167060\",\n         \"closed\":true\n      }\n   ]\n}\n</code></pre>","_postman_id":"98223ed2-7ba8-4eb4-a617-5fd53ab3ed2b"}],"id":"11e9110d-116b-4ef5-acb4-c4ff43526e0e","description":"<p>Margin Authenticated API allows one to get user margin trades, wallet and order changes in real-time.</p>\n<p>To use this API, it is necessary to establish a websocket connection on <code>wss://ws-api.exmo.me:443/v1/margin/private</code> and then log in using the Login method. Otherwise the connection will be terminated by a server side in 30 seconds.</p>\n<p>Data provided:</p>\n<ul>\n<li>user trades</li>\n<li>wallet changes</li>\n<li>order changes</li>\n<li>user positions</li>\n</ul>\n","_postman_id":"11e9110d-116b-4ef5-acb4-c4ff43526e0e"}],"id":"4f7aff85-5df4-456d-9f8e-e684eaaee46b","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"02741573-1b55-4d76-954a-e44c6a31c8e8"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"f4396296-1eb9-444f-a0eb-ed39257617b9"}}],"_postman_id":"4f7aff85-5df4-456d-9f8e-e684eaaee46b","description":""}],"id":"fabee3b9-1572-4d2d-8299-f3142b319ee1","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"cc2adccf-1faf-412e-a0bf-67e8520c7d75"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"23329817-3b70-4b7b-9862-2728a22267a1"}}],"_postman_id":"fabee3b9-1572-4d2d-8299-f3142b319ee1","description":""}],"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"6764789e-e938-41aa-b98b-cf2d3c79e1aa"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"3966f75c-e8db-4647-9e43-4cc6fed888b4"}}]}