{"info":{"_postman_id":"e0615dd6-f741-4cb2-8402-164ad3fa6b64","name":"cetoex-api","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"21528769","collectionId":"e0615dd6-f741-4cb2-8402-164ad3fa6b64","publishedId":"2s8YCjDCJk","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-10-27T09:39:44.000Z"},"item":[{"name":"Info","id":"e51d56ae-f66d-44f1-b33c-181e6e6b6929","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"cetoex.com/exchange-api/info_api.php","description":"<p>Cetoex api provides you to endpoint api for accessing their basic info. With this API you can get the name of the organization, Address, Version &amp; Social media links. you can use this API with your compatible language</p>\n<p>The <code>/info</code> endpoint returns information about the exchange as a whole, and is used by you to display information about CetoEX to your users.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<p>None</p>\n<h3 id=\"response\">Response</h3>\n<p>[<br />{<br />\"name\": \"CetoEX\",<br />\"description\": \"CetoEX is the only exchange in Global which is standing alone strongly with incredible services, growing rapidly. Apart from this they provide 24/7 live support service &amp; for me good customer support is everything.\",<br />\"location\": \"Dubai, United Arab Emirates\",<br />\"logo\": \"<a href=\"https://cetoex.com/logo.png%22\">https://cetoex.com/logo.png\"</a>,<br />\"website\": \"<a href=\"https://cetoex.com%22\">https://cetoex.com\"</a>,<br />\"twitter\": \"<a href=\"https://twitter.com/Cetoex%22\">https://twitter.com/Cetoex\"</a>,<br />\"version\": \"1.6\",<br />\"capability\": {<br />\"markets\": true,<br />\"trades\": true,<br />\"ordersSnapshot\": true,<br />\"candles\": false,<br />\"ticker\": false<br />}<br />}<br />]</p>\n","urlObject":{"path":["exchange-api","info_api.php"],"host":["cetoex","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e51d56ae-f66d-44f1-b33c-181e6e6b6929"},{"name":"Market","id":"ce7d4f42-7134-4bf5-9444-37afc6aa3c06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"cetoex.com/exchange-api/market_api.php","description":"<p>With the market API, You can get All market pair crypto coin data which are listed on the Cetoex exchange. You can trade your coin with the following market Pairs.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<p>None</p>\n<h3 id=\"response\">Response</h3>\n<p>[ { \"id\": \"BTC_USDT\", \"type\": \"spot\", \"base\": \"BTC\", \"quote\": \"USDT\" }, { \"id\": \"ETH_USDT\", \"type\": \"spot\", \"base\": \"ETH\", \"quote\": \"USDT\" },]</p>\n","urlObject":{"path":["exchange-api","market_api.php"],"host":["cetoex","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ce7d4f42-7134-4bf5-9444-37afc6aa3c06"},{"name":"Trades","id":"6540d9eb-48b3-4fd2-a36a-5d2769a2b70c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"cetoex.com/exchange-api/trades_api.php?market=BTC_USDT&since=12","description":"<p>Trades API helps to get past trades data from our backend. For this data, you need to provide 2 parameters</p>\n<h3 id=\"parameters\">Parameters</h3>\n<ol>\n<li><strong>Required</strong> Your exchange's market ID from the <code>/markets</code> endpoint</li>\n<li>A trade ID from a previous <code>/trades</code> response. If none is provided, the oldest trades should be returned</li>\n</ol>\n<h3 id=\"response\">Response</h3>\n<p>[<br />{<br />\"id\": \"63\",<br />\"timestamp\": \"2022-10-19T13:49:39+05:30\",<br />\"price\": 19245.91,<br />\"amount\": 0.119273,<br />\"amount_quote\": 2295.5174234300002,<br />\"order\": \"634f983b803ed\",<br />\"type\": \"market\",<br />\"side\": \"buy\"<br />},<br />{<br />\"id\": \"159\",<br />\"timestamp\": \"2022-10-19T13:49:39+05:30\",<br />\"price\": 19243.42,<br />\"amount\": 0.493231,<br />\"amount_quote\": 9491.451290019999,<br />\"order\": \"634f9850e76c8\",<br />\"type\": \"market\",<br />\"side\": \"buy\"<br />},<br />]</p>\n<p>Notes:</p>\n<ul>\n<li>The number of trades returned is up to the exchange's implementation.</li>\n<li>Returning an empty array signifies there are no newer trades than the given <code>since</code> ID.</li>\n</ul>\n","urlObject":{"path":["exchange-api","trades_api.php"],"host":["cetoex","com"],"query":[{"key":"market","value":"BTC_USDT"},{"key":"since","value":"12"}],"variable":[]}},"response":[],"_postman_id":"6540d9eb-48b3-4fd2-a36a-5d2769a2b70c"},{"name":"orderSnapshot","id":"2f6e96c6-a9f7-4fac-8eca-c5960299cc5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"cetoex.com/exchange-api/snapshot_api.php?market=BTC_USDT","description":"<p>Cetoex orderSnapshot API allows to share our open bids &amp; asks orders data with you</p>\n<p>The <code>/orderSnapshot</code> endpoint returns the current order book for a given market. It allows you to get a simple snapshot of open orders.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<ul>\n<li><code>market</code> <strong>Required</strong> Your exchange's market ID from the <code>/markets</code> endpoint</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>JSON object of all bids and asks that are currently open for the provided market, with the following properties:</p>\n<p>[<br />{<br />\"bids\": [<br />[<br />\"18872.89767\",<br />\"0.488581\"<br />],<br />[<br />\"18925.62446\",<br />\"0.246235\"<br />],  </p>\n<p>],<br />\"asks\": [<br />[<br />\"19431.95184\",<br />\"0.355289\"<br />],<br />[<br />\"19426.71024\",<br />\"0.464262\"<br />],  </p>\n<p>],<br />\"timestamp\": \"2022-10-27T09:11:06+00:00\"<br />}<br />]</p>\n","urlObject":{"path":["exchange-api","snapshot_api.php"],"host":["cetoex","com"],"query":[{"key":"market","value":"BTC_USDT"}],"variable":[]}},"response":[],"_postman_id":"2f6e96c6-a9f7-4fac-8eca-c5960299cc5e"}]}