{"info":{"_postman_id":"6948fd8f-14ad-4377-b1b9-b671e04c5119","name":"API Bitcointoyou pro","description":"<html><head></head><body><p>API to trade cryptocurrencies at Bitcointoyou Pro (Bitcoin, Ethereum, Litecoin, Tether USDT, USD Coin, BRL, Ripple...).</p>\n<p>Public requests (get) don't need key, secret, signature or nonce.</p>\n<p>This API have private methods (post), to call it, you need to generate your KEY and SECRET on Bitcointoyou Portal with your user. After that, you need to generate your signature using below example.</p>\n<p>Nonce is a number (auto incremented number). Hint, use Datetime.now() for nonce on every API call.</p>\n<hr>\n<p>Example to create signature:</p>\n<p>function generateSignature(key, secret, nonce)</p>\n<p>{<br>const message = nonce + key;</p>\n<p>const hash = CryptoJS.HmacSHA256(message, secret);</p>\n<p>const hashInBase64 = CryptoJS.enc.Base64.stringify(hash);</p>\n<p>return hashInBase64;</p>\n<p>}</p>\n<p>To learn how to create in another language, read:</p>\n<p><a href=\"https://www.jokecamp.com/blog/examples-of-creating-base64-hashes-using-hmac-sha256-in-different-languages/\">https://www.jokecamp.com/blog/examples-of-creating-base64-hashes-using-hmac-sha256-in-different-languages/</a></p>\n<hr>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"3568989","collectionId":"6948fd8f-14ad-4377-b1b9-b671e04c5119","publishedId":"S1ETQc2w","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"73C4F6"},"publishDate":"2020-05-13T07:55:50.000Z"},"item":[{"name":"Websocket API","item":[{"name":"Websocket Notify Trades","id":"4b678ba7-2ead-4ac9-9d06-8c48c3490b34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \r\n    \"pair\": \"B2U_BRLC\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://back.bitcointoyou.com/api/v2/order/key/notifyTrades","urlObject":{"protocol":"https","path":["api","v2","order","key","notifyTrades"],"host":["back","bitcointoyou","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4b678ba7-2ead-4ac9-9d06-8c48c3490b34"},{"name":"Websocket Notify Bid OrderBook","id":"f16fe8d9-242b-4f10-80c3-943f6137a726","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \r\n    \"pair\": \"B2U_BRLC\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://back.bitcointoyou.com/api/v2/order/key/notifyBidOrderBook","urlObject":{"protocol":"https","path":["api","v2","order","key","notifyBidOrderBook"],"host":["back","bitcointoyou","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f16fe8d9-242b-4f10-80c3-943f6137a726"},{"name":"Websocket Notify User Orders","id":"45355415-48c0-4673-9557-bd14e23b78b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"key","value":" yourkey","type":"text"},{"key":"nonce","value":" nonce","type":"text"},{"key":"signature","value":" yoursignature","type":"text"}],"body":{"mode":"raw","raw":"{ \r\n    \"pair\": \"B2U_BRLC\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://back.bitcointoyou.com/api/v2/order/key/notifyUserOrderListByPair","urlObject":{"protocol":"https","path":["api","v2","order","key","notifyUserOrderListByPair"],"host":["back","bitcointoyou","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"45355415-48c0-4673-9557-bd14e23b78b3"},{"name":"Websocket Notify User Balance","id":"b1b81354-e427-4c8f-a729-8a04526ff132","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"key","value":" yourkey","type":"text"},{"key":"nonce","value":" nonce","type":"text"},{"key":"signature","value":" yoursignature","type":"text"}],"body":{"mode":"raw","raw":"{ \r\n    \"pair\": \"B2U_BRLC\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://back.bitcointoyou.com/api/v2/order/key/notifyUserBalance","urlObject":{"protocol":"https","path":["api","v2","order","key","notifyUserBalance"],"host":["back","bitcointoyou","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b1b81354-e427-4c8f-a729-8a04526ff132"},{"name":"Websocket Notify Ask OrderBook","id":"82f2ea51-08e2-4900-916c-23159961d889","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \r\n    \"pair\": \"B2U_BRLC\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://back.bitcointoyou.com/api/v2/order/key/notifyAskOrderBook","urlObject":{"protocol":"https","path":["api","v2","order","key","notifyAskOrderBook"],"host":["back","bitcointoyou","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"82f2ea51-08e2-4900-916c-23159961d889"}],"id":"e5265d1e-afb9-4a17-baa3-7a73213d4bfa","description":"<p>Link to connect on our websocket:\nwss://back.bitcointoyou.com/api/v2</p>\n<p>To learn how generate signatures, please look on the Introduction section on the start of this Doc</p>\n<p>To subscribe on pair send via websocket: \n{\n        \"pair\": 'B2U_BRLC',\n        \"key\": yourkey,\n        nonce: yournonce,\n        method: 'pairSubscribe',\n        signature: yoursignature\n}</p>\n<p>To get only public data via websocket (no access to user orders or balance):\n{\n\"pair\": 'B2U_BRLC',\n method: 'pairSubscribe'\n}</p>\n<p>After subscription use the REST api on this section to receive data on websocket.</p>\n<p>To unsubscribe on pair send via websocket: \n{\n        \"pair\": 'B2U_BRLC',\n        \"key\": yourkey,\n        nonce: yournonce,\n        method: 'pairUnsubscribe',\n        signature: yoursignature\n}</p>\n","_postman_id":"e5265d1e-afb9-4a17-baa3-7a73213d4bfa"},{"name":"PairsByTicker","id":"a800f58a-53c6-45e9-a824-5ee7da2ce70d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://back.bitcointoyou.com/api/v2/pairs?ticker_id=BTC_BRLC","description":"<p>Details on cryptoassets traded on an exchange by specific pair</p>\n","urlObject":{"protocol":"https","path":["api","v2","pairs"],"host":["back","bitcointoyou","com"],"query":[{"key":"ticker_id","value":"BTC_BRLC"}],"variable":[]}},"response":[],"_postman_id":"a800f58a-53c6-45e9-a824-5ee7da2ce70d"},{"name":"Pairs","id":"a28b63fe-d480-45b0-aa52-3ab08fe2d142","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://back.bitcointoyou.com/api/v2/pair/getPairList","description":"<p>Details on cryptoassets traded on an exchange.</p>\n","urlObject":{"protocol":"https","path":["api","v2","pair","getPairList"],"host":["back","bitcointoyou","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a28b63fe-d480-45b0-aa52-3ab08fe2d142"},{"name":"Ticker","id":"45b32892-fbe6-4fb1-9eea-66b1abab3963","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://back.bitcointoyou.com/api/v2/ticker?pair=BTC_BRLC","description":"<p>Use to get ticker by pair (resume)</p>\n<p>Response example: \n{\"amount\":\"1.970129140000000014\",\"high\":\"29997\",\"low\":\"29100\",\"last\":\"29692.68\",\"first\":\"29997\",\"variation\":\"-1.01%\"}</p>\n","urlObject":{"protocol":"https","path":["api","v2","ticker"],"host":["back","bitcointoyou","com"],"query":[{"key":"pair","value":"BTC_BRLC"}],"variable":[]}},"response":[],"_postman_id":"45b32892-fbe6-4fb1-9eea-66b1abab3963"},{"name":"Order Book","id":"f78bbf56-39b2-48d5-ab61-58b48ad7ff94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"url":"https://back.bitcointoyou.com/api/v2/orderbook?pair=BTC_BRLC&depth=10","description":"<p>Use to get order book. Depth is mandatory (default is 50)</p>\n<p>Response example:\n{\"method\":\"depthChart\",\"asks\":[[\"7144.05\",\"0.05\"],[\"7150.31\",\"0.01521\"]],\"bids\":[[\"7071.24\",\"0.05\"],[\"7068.74\",\"0.05\"]]}</p>\n","urlObject":{"protocol":"https","path":["api","v2","orderbook"],"host":["back","bitcointoyou","com"],"query":[{"key":"pair","value":"BTC_BRLC"},{"key":"depth","value":"10"}],"variable":[]}},"response":[],"_postman_id":"f78bbf56-39b2-48d5-ab61-58b48ad7ff94"},{"name":"Trades","id":"fe281fac-4416-406a-940f-66c1feabba56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"url":"https://back.bitcointoyou.com/api/v2/trades?pair=BTC_BRLC&depth=20","description":"<p>Use to get last trades</p>\n<p>Response example: \n{\"method\":\"trades\",\"list\":[{\"orderID\":\"7747a55d-f12e-4aca-bae0-e8c757ff1aea\",\"price\":\"29696.22\",\"amount\":\"0.00390453\",\"dateUpdated\":\"2019-12-16T12:28:09.670Z\",\"side\":\"BUY\"},{\"orderID\":\"549968cf-e685-4f2f-bd89-0229c624e415\",\"price\":\"29695.89\",\"amount\":\"0.1\",\"dateUpdated\":\"2019-12-16T12:28:09.461Z\",\"side\":\"BUY\"}]}</p>\n","urlObject":{"protocol":"https","path":["api","v2","trades"],"host":["back","bitcointoyou","com"],"query":[{"key":"pair","value":"BTC_BRLC"},{"key":"depth","value":"20"}],"variable":[]}},"response":[],"_postman_id":"fe281fac-4416-406a-940f-66c1feabba56"},{"name":"Price","id":"cbe6435d-9447-49d1-9037-74810555115e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://back.bitcointoyou.com/api/v2/price?pair=BTC_BRLC","description":"<p>Get pair price</p>\n<p>Response example:\n\"29696,22\"</p>\n","urlObject":{"protocol":"https","path":["api","v2","price"],"host":["back","bitcointoyou","com"],"query":[{"key":"pair","value":"BTC_BRLC"}],"variable":[]}},"response":[],"_postman_id":"cbe6435d-9447-49d1-9037-74810555115e"},{"name":"Swap_quote","id":"c8c6ae1d-6895-4bc9-bee6-304efa8c594f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://back.bitcointoyou.com/api/v2/swap_quote?pair=BTC_BRLC&side=SELL","description":"<p>Get swap quotes. Query params are optional.</p>\n<p>Response example:<br />{    </p>\n<p>\"sell\": [ {           </p>\n<p> \"pair\": \"BTC_BRLC\",           </p>\n<p> \"price\": \"123042.05\",            </p>\n<p>\"variation\": -2.25        </p>\n<p>} ]</p>\n<p>}</p>\n<p>EndFragment</p>\n","urlObject":{"protocol":"https","path":["api","v2","swap_quote"],"host":["back","bitcointoyou","com"],"query":[{"key":"pair","value":"BTC_BRLC"},{"key":"side","value":"SELL"}],"variable":[]}},"response":[],"_postman_id":"c8c6ae1d-6895-4bc9-bee6-304efa8c594f"},{"name":"Balance","id":"48ae4483-a406-4e1e-9fc5-d318a3cf832d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"key","value":"","type":"text"},{"key":"nonce","value":"","type":"text"},{"key":"signature","value":"","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://back.bitcointoyou.com/api/v2/balance","description":"<p>Get user balance</p>\n<p>Response example:\n{\n    \"available\": [\n        {\n            \"asset\": \"USDT\",\n            \"amount\": \"69.45406128\"\n        },\n        {\n            \"asset\": \"ETH\",\n            \"amount\": \"0.65940681\"\n        },\n        {\n            \"asset\": \"BTC\",\n            \"amount\": \"0.11725587\"\n        },\n        {\n            \"asset\": \"LTC\",\n            \"amount\": \"0.83712424\"\n        },\n        {\n            \"asset\": \"BRLC\",\n            \"amount\": \"8.86321500\"\n        },\n        {\n            \"asset\": \"USDC\",\n            \"amount\": \"43.14937469\"\n        }\n    ],\n    \"pending\": [\n        {\n            \"asset\": \"ETH\",\n            \"amount\": \"0.00100000\"\n        },\n        {\n            \"asset\": \"BTC\",\n            \"amount\": \"0.75202000\"\n        },\n        {\n            \"asset\": \"USDC\",\n            \"amount\": \"639.82128194\"\n        },\n        {\n            \"asset\": \"USDT\",\n            \"amount\": \"1.00000000\"\n        },\n        {\n            \"asset\": \"LTC\",\n            \"amount\": \"0.00100000\"\n        },\n        {\n            \"asset\": \"BRLC\",\n            \"amount\": \"11.00000000\"\n        }\n    ]\n}</p>\n","urlObject":{"protocol":"https","path":["api","v2","balance"],"host":["back","bitcointoyou","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"48ae4483-a406-4e1e-9fc5-d318a3cf832d"},{"name":"Limit order","id":"00001629-2fc5-4a89-8783-4c602c28af65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"key","value":"f9cfc597-5c84-4266-a8bf-86701d48f7a1","type":"text"},{"key":"nonce","value":"","type":"text"},{"key":"signature","value":"","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"amount","value":"0.5","type":"text"},{"key":"price","value":"5000","type":"text"},{"key":"side","value":"BUY","type":"text"},{"key":"pair","value":"BTC_BRLC","type":"text"}]},"url":"https://back.bitcointoyou.com/api/v2/limitOrder","description":"<p>Use to create an order (limit order) to buy or sell cryptocurrency. Side options: BUY or SELL</p>\n<p>Response example:\n[\n    {\n        \"price\": \"5000\",\n        \"amount\": \"0.0001\",\n        \"amountPending\": \"0.0001\",\n        \"amountExecuted\": \"0\",\n        \"dateCreated\": \"2019-12-16T12:44:13.579Z\",\n        \"id\": \"3facc747-1b55-462b-b85d-2fa46e5280f7\",\n        \"side\": \"BUY\",\n        \"status\": \"OPEN\",\n        \"subID\": 24,\n        \"userID\": \"5131779d-9394-45bf-be16-232dd351ffde\"\n    }\n]</p>\n","urlObject":{"protocol":"https","path":["api","v2","limitOrder"],"host":["back","bitcointoyou","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"00001629-2fc5-4a89-8783-4c602c28af65"},{"name":"New Wallet","id":"6f5a6dde-7d48-4cf2-9363-89383132e0bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"key","value":"f9cfc597-5c84-4266-a8bf-86701d48f7a1","type":"text"},{"key":"nonce","value":"","type":"text"},{"key":"signature","value":"","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"asset","value":"USDT","type":"text"}]},"url":"https://back.bitcointoyou.com/api/v2/wallet/newWallet","description":"<p>Use to generate a new fresh wallet of a specif asset (cryptocurrency)</p>\n<p>Response example:<br />[<br />{<br />\"wallet\": \"bc1pjlvtcjs5cwycv76l0lef8xmrfjdxdynss79vxyr0l92txlw494yslyq63p\"<br />}<br />]</p>\n","urlObject":{"protocol":"https","path":["api","v2","wallet","newWallet"],"host":["back","bitcointoyou","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6f5a6dde-7d48-4cf2-9363-89383132e0bd"},{"name":"Get Wallet","id":"945b51ac-0880-449d-9575-738211057975","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"host":true,"user-agent":true,"accept":true,"accept-encoding":true,"connection":true}},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"key","value":"f9cfc597-5c84-4266-a8bf-86701d48f7a1","type":"text"},{"key":"nonce","value":"","type":"text"},{"key":"signature","value":"","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"asset","value":"USDT","type":"text"}]},"url":"https://back.bitcointoyou.com/api/v2/wallet/getWallet","description":"<p>Use to get you current wallet of a specif asset (cryptocurrency)</p>\n<p>Response example:<br />[<br />{<br />\"wallet\": \"bc1pjlvtcjs5cwycv76l0lef8xmrfjdxdynss79vxyr0l92txlw494yslyq63p\"<br />}<br />]</p>\n","urlObject":{"protocol":"https","path":["api","v2","wallet","getWallet"],"host":["back","bitcointoyou","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"945b51ac-0880-449d-9575-738211057975"},{"name":"Market Order","id":"53c79477-54a7-4cf4-89d2-645faf8d6cca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"key","value":"","type":"text"},{"key":"nonce","value":"","type":"text"},{"key":"signature","value":"","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"amount","type":"text","value":"0.5"},{"key":"side","type":"text","value":"BUY"},{"key":"pair","type":"text","value":"BTC_BRLC"}]},"url":"https://back.bitcointoyou.com/api/v2/marketOrder","description":"<p>Use to create a market order to buy or sell cryptocurrency. Side options: BUY or SELL</p>\n<p>Response example:\n\"Order created\"</p>\n","urlObject":{"protocol":"https","path":["api","v2","marketOrder"],"host":["back","bitcointoyou","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"53c79477-54a7-4cf4-89d2-645faf8d6cca"},{"name":"Swap Order","id":"0b01e994-67a8-4a2c-a026-fe44c52e9934","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"key","value":"","type":"text"},{"key":"nonce","value":"","type":"text"},{"key":"signature","value":"","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"amount","type":"text","value":"0.5"},{"key":"side","type":"text","value":"BUY"},{"key":"pair","type":"text","value":"BTC_BRLC"}]},"url":"https://back.bitcointoyou.com/api/v2/swap","description":"<p>Use to create a swap order to exchange a cryptocurrency. Side options: BUY or SELL</p>\n<p>Response example:<br />\"Order created\"</p>\n","urlObject":{"protocol":"https","path":["api","v2","swap"],"host":["back","bitcointoyou","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0b01e994-67a8-4a2c-a026-fe44c52e9934"},{"name":"Get order","id":"11273107-1ca8-48ad-a20e-d35df97e4c09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"key","value":"","type":"text"},{"key":"nonce","value":"","type":"text"},{"key":"signature","value":"","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"orderID","value":"654645","type":"text"}]},"url":"https://back.bitcointoyou.com/api/v2/getOrder","description":"<p>Return an order by ID</p>\n<p>Response examplo:\n{\n    \"id\": \"3facc747-1b55-462b-b85d-2fa46e5280f7\",\n    \"amount\": \"0.0001\",\n    \"amountPending\": \"0.0001\",\n    \"amountExecuted\": \"0\",\n    \"price\": \"5000\",\n    \"originalPrice\": \"5000\",\n    \"value\": \"0.500000000000000000\",\n    \"fee\": \"0\",\n    \"pair\": \"BTC_USDC\",\n    \"dateCreated\": \"2019-12-16T12:44:14.000Z\",\n    \"dateUpdated\": \"2019-12-16T12:44:14.000Z\",\n    \"position\": \"MAKER\",\n    \"status\": \"OPEN\",\n    \"side\": \"BUY\",\n    \"type\": \"LIMIT\"\n}</p>\n","urlObject":{"protocol":"https","path":["api","v2","getOrder"],"host":["back","bitcointoyou","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"11273107-1ca8-48ad-a20e-d35df97e4c09"},{"name":"Get Orders","id":"6b44cad2-7e7a-4b3b-9039-96b0ecd9ae09","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":"asdf"},{"key":"nonce","type":"text","value":"1"},{"key":"signature","type":"text","value":"asdf"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"pair","type":"text","value":"BTC_BRLC"},{"key":"status","type":"text","value":"OPEN","disabled":true},{"key":"KEY","type":"text","value":"","disabled":true}]},"url":"https://back.bitcointoyou.com/api/v2/getOrders","description":"<p>Use to get a list of opened orders and executed orders</p>\n<p>Response example:</p>\n<p>{\n    \"openedOrders\": [\n        {\n            \"orderID\": \"193c2bc6-9c55-4f2b-a408-3b0c2d865685\",\n            \"pair\": \"BTC_BRLC\",\n            \"price\": \"50000.00000000\",\n            \"originalPrice\": \"50000.00000000\",\n            \"amount\": \"0.0001\",\n            \"amountPending\": \"0.0001\",\n            \"status\": \"OPEN\",\n            \"type\": \"LIMIT\",\n            \"side\": \"SELL\",\n            \"dateCreated\": \"2019-12-15T18:10:09.000Z\"\n        }\n    ],\n    \"executedOrders\": [\n        {\n            \"orderID\": \"92e2dba1-bccf-4514-b204-60bb2261db27\",\n            \"pair\": \"BTC_BRLC\",\n            \"price\": \"29105.00999999\",\n            \"originalPrice\": \"29105.00999999\",\n            \"amount\": \"0.00003435\",\n            \"amountPending\": \"0\",\n            \"status\": \"EXECUTED\",\n            \"type\": \"MARKET\",\n            \"side\": \"BUY\",\n            \"dateCreated\": \"2019-12-16T12:51:21.965Z\"\n        }\n    ]\n}</p>\n","urlObject":{"protocol":"https","path":["api","v2","getOrders"],"host":["back","bitcointoyou","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6b44cad2-7e7a-4b3b-9039-96b0ecd9ae09"},{"name":"Cancel Order","id":"663d1f36-b37a-436e-9ea4-6b5c4c270f9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"key","value":"","type":"text"},{"key":"nonce","value":"","type":"text"},{"key":"signature","value":"","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"orderID","value":"1","type":"text"}]},"url":"https://back.bitcointoyou.com/api/v2/cancel","description":"<p>Use to cancel an order</p>\n<p>Response examplo:\n\"Order cancelled\"</p>\n","urlObject":{"protocol":"https","path":["api","v2","cancel"],"host":["back","bitcointoyou","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"663d1f36-b37a-436e-9ea4-6b5c4c270f9f"},{"name":"Cancel All","id":"618ec4be-3f98-4bd2-870d-83f10e7fe7ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"key","value":"","type":"text"},{"key":"nonce","value":"","type":"text"},{"key":"signature","value":"","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"pair","value":"BTC_BRLC","type":"text"}]},"url":"https://back.bitcointoyou.com/api/v2/cancellall","description":"<p>Use to cancell all orders by pair</p>\n<p>Response example: \n\"Orders cancelled\"</p>\n","urlObject":{"protocol":"https","path":["api","v2","cancellall"],"host":["back","bitcointoyou","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"618ec4be-3f98-4bd2-870d-83f10e7fe7ce"}],"event":[{"listen":"prerequest","script":{"id":"f6573266-130c-4bd8-8274-0342ed4e8c00","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"60600e24-0af4-4761-9ae8-6c6a8700bfc5","type":"text/javascript","exec":[""]}}]}