{"info":{"_postman_id":"c147ec85-7b77-4459-8ef6-d607d06efc07","name":"Secureshift Partner API V3 (Live)","description":"<html><head></head><body><p>for secureshift</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"3860691","collectionId":"c147ec85-7b77-4459-8ef6-d607d06efc07","publishedId":"2sB3QKqVDH","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-10-09T05:22:49.000Z"},"item":[{"name":"Get Currency","id":"1861fc14-55e2-4541-8dc1-5542f51bd0b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://secureshift.io/api/v3/get-currency?symbol=eth&network=eth","description":"<p>Retrieve details of a specific cryptocurrency.</p>\n<p><strong>Headers:</strong></p>\n<ul>\n<li><code>x-api-key</code> — Your API key for authentication</li>\n</ul>\n<p><strong>Query Parameters:</strong></p>\n<ul>\n<li><p><code>symbol</code> (string) — Currency symbol (e.g., <code>eth</code>)</p>\n</li>\n<li><p><code>network</code> (string) — Blockchain network (e.g., <code>eth</code>)</p>\n</li>\n</ul>\n<p><strong>Response:</strong> Returns currency details including name, symbol, network, and availability status.</p>\n","urlObject":{"protocol":"https","path":["api","v3","get-currency"],"host":["secureshift","io"],"query":[{"key":"symbol","value":"eth"},{"key":"network","value":"eth"}],"variable":[]}},"response":[],"_postman_id":"1861fc14-55e2-4541-8dc1-5542f51bd0b1"},{"name":"Get All Curencies","id":"574d95c6-4a14-49a7-8deb-39162acd2f19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://secureshift.io/api/v3/get-all-currency","description":"<p>Retrieve a list of all supported cryptocurrencies.</p>\n<p><strong>Headers:</strong></p>\n<ul>\n<li><code>x-api-key</code> — Your API key for authentication</li>\n</ul>\n<p><strong>Query Parameters:</strong> None</p>\n<p><strong>Response:</strong> Returns an array of all available currencies with their symbols, networks, and details.</p>\n","urlObject":{"protocol":"https","path":["api","v3","get-all-currency"],"host":["secureshift","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"574d95c6-4a14-49a7-8deb-39162acd2f19"},{"name":"Get Estimate","id":"23786a24-5e85-4e54-a5bf-6d33b44c1503","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://secureshift.io/api/v3/get-estimate?currency_from=btc&network_from=btc&currency_to=eth&network_to=eth&amount=1","description":"<p>Get an estimated exchange amount for a currency pair.</p>\n<p><strong>Headers:</strong></p>\n<ul>\n<li><code>x-api-key</code> — Your API key for authentication</li>\n</ul>\n<p><strong>Query Parameters:</strong></p>\n<ul>\n<li><p><code>currency_from</code> (string) — Source currency symbol (e.g., <code>btc</code>)</p>\n</li>\n<li><p><code>network_from</code> (string) — Source blockchain network (e.g., <code>btc</code>)</p>\n</li>\n<li><p><code>currency_to</code> (string) — Destination currency symbol (e.g., <code>eth</code>)</p>\n</li>\n<li><p><code>network_to</code> (string) — Destination blockchain network (e.g., <code>eth</code>)</p>\n</li>\n<li><p><code>amount</code> (number) — Amount to exchange (e.g., <code>1</code>)</p>\n</li>\n<li><p><code>fixed</code> (boolean, optional, disabled) — Set to <code>true</code> for a fixed-rate estimate</p>\n</li>\n</ul>\n<p><strong>Response:</strong> Returns the estimated amount to be received after exchange.</p>\n","urlObject":{"protocol":"https","path":["api","v3","get-estimate"],"host":["secureshift","io"],"query":[{"key":"currency_from","value":"btc"},{"key":"network_from","value":"btc"},{"key":"currency_to","value":"eth"},{"key":"network_to","value":"eth"},{"key":"amount","value":"1"},{"disabled":true,"key":"fixed","value":"true"}],"variable":[]}},"response":[],"_postman_id":"23786a24-5e85-4e54-a5bf-6d33b44c1503"},{"name":"Create Exchange","id":"2a55fc63-1b3d-48f5-aa27-8132e7ca7ac5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"currency_from","value":"btc","type":"text"},{"key":"network_from","value":"btc","type":"text"},{"key":"currency_to","value":"eth","type":"text"},{"key":"network_to","value":"eth","type":"text"},{"key":"amount_from","value":"0.7","type":"text"},{"key":"address_to","value":"<address>","type":"text"},{"key":"refund_address","value":"<address>","type":"text","disabled":true},{"key":"fixed","value":"false","type":"text"}]},"url":"https://secureshift.io/api/v3/create-exchange","description":"<p>Create a new cryptocurrency exchange order.</p>\n<p><strong>Headers:</strong></p>\n<ul>\n<li><code>x-api-key</code> — Your API key for authentication</li>\n</ul>\n<p><strong>Body (form-data):</strong></p>\n<ul>\n<li><p><code>currency_from</code> (string) — Source currency symbol (e.g., <code>btc</code>)</p>\n</li>\n<li><p><code>network_from</code> (string) — Source blockchain network (e.g., <code>btc</code>)</p>\n</li>\n<li><p><code>currency_to</code> (string) — Destination currency symbol (e.g., <code>eth</code>)</p>\n</li>\n<li><p><code>network_to</code> (string) — Destination blockchain network (e.g., <code>eth</code>)</p>\n</li>\n<li><p><code>amount_from</code> (number) — Amount to send (e.g., <code>0.7</code>)</p>\n</li>\n<li><p><code>address_to</code> (string) — Destination wallet address</p>\n</li>\n<li><p><code>refund_address</code> (string, optional, disabled) — Refund wallet address if exchange fails</p>\n</li>\n<li><p><code>fixed</code> (boolean) — Set to <code>true</code> for fixed-rate or <code>false</code> for floating-rate</p>\n</li>\n</ul>\n<p><strong>Response:</strong> Returns exchange order details including exchange ID, deposit address, and status.</p>\n","urlObject":{"protocol":"https","path":["api","v3","create-exchange"],"host":["secureshift","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"2a55fc63-1b3d-48f5-aa27-8132e7ca7ac5"},{"name":"Get Exchange","id":"7d915424-1080-4f8b-9765-555a9d13d733","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://secureshift.io/api/v3/get-exchange/68fb5db72109a","description":"<p>Retrieve the status and details of a specific exchange order by its ID.</p>\n<p><strong>Headers:</strong></p>\n<ul>\n<li><code>x-api-key</code> — Your API key for authentication</li>\n</ul>\n<p><strong>Path:</strong> <code>/get-exchange/{exchange_id}</code> — The exchange ID is appended to the URL (e.g., <code>68fb5db72109a</code>)</p>\n<p><strong>Response:</strong> Returns exchange details including status, amounts, addresses, and timestamps.</p>\n","urlObject":{"protocol":"https","path":["api","v3","get-exchange","68fb5db72109a"],"host":["secureshift","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"7d915424-1080-4f8b-9765-555a9d13d733"},{"name":"Get Range","id":"670b6c21-fc04-4783-a245-5352c566122b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://secureshift.io/api/v3/get-range?currency_from=btc&network_from=btc&currency_to=eth&network_to=eth","description":"<p>Get the minimum and maximum exchange amounts for a currency pair.</p>\n<p><strong>Headers:</strong></p>\n<ul>\n<li><code>x-api-key</code> — Your API key for authentication</li>\n</ul>\n<p><strong>Query Parameters:</strong></p>\n<ul>\n<li><p><code>currency_from</code> (string) — Source currency symbol (e.g., <code>btc</code>)</p>\n</li>\n<li><p><code>network_from</code> (string) — Source blockchain network (e.g., <code>btc</code>)</p>\n</li>\n<li><p><code>currency_to</code> (string) — Destination currency symbol (e.g., <code>eth</code>)</p>\n</li>\n<li><p><code>network_to</code> (string) — Destination blockchain network (e.g., <code>eth</code>)</p>\n</li>\n</ul>\n<p><strong>Response:</strong> Returns the minimum and maximum allowed exchange amounts for the given pair.</p>\n","urlObject":{"protocol":"https","path":["api","v3","get-range"],"host":["secureshift","io"],"query":[{"key":"currency_from","value":"btc"},{"key":"network_from","value":"btc"},{"key":"currency_to","value":"eth"},{"key":"network_to","value":"eth"}],"variable":[]}},"response":[],"_postman_id":"670b6c21-fc04-4783-a245-5352c566122b"},{"name":"Get Pairs","id":"5790b4d2-18b6-4b28-96ec-437314c135b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://secureshift.io/api/v3/get-pairs?symbol=btc&network=btc","description":"<p>Retrieve all available exchange pairs for a specific currency.</p>\n<p><strong>Headers:</strong></p>\n<ul>\n<li><code>x-api-key</code> — Your API key for authentication</li>\n</ul>\n<p><strong>Query Parameters:</strong></p>\n<ul>\n<li><p><code>symbol</code> (string) — Currency symbol (e.g., <code>btc</code>)</p>\n</li>\n<li><p><code>network</code> (string) — Blockchain network (e.g., <code>btc</code>)</p>\n</li>\n</ul>\n<p><strong>Response:</strong> Returns a list of currencies that can be exchanged with the specified currency.</p>\n","urlObject":{"protocol":"https","path":["api","v3","get-pairs"],"host":["secureshift","io"],"query":[{"key":"symbol","value":"btc"},{"key":"network","value":"btc"}],"variable":[]}},"response":[],"_postman_id":"5790b4d2-18b6-4b28-96ec-437314c135b5"},{"name":"Get Exchange List","id":"eb16b80b-d2b7-4084-8309-29b602f0293c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://secureshift.io/api/v3/get-exchange-list","description":"<p>Retrieve a paginated list of all your exchange orders.</p>\n<p><strong>Headers:</strong></p>\n<ul>\n<li><code>x-api-key</code> — Your API key for authentication</li>\n</ul>\n<p><strong>Query Parameters (optional):</strong></p>\n<ul>\n<li><p><code>offset</code> (number, default: <code>0</code>) — Pagination offset</p>\n</li>\n<li><p><code>limit</code> (number, default: <code>50</code>) — Number of results per page</p>\n</li>\n</ul>\n<p><strong>Response:</strong> Returns a list of exchange orders with their statuses and details.</p>\n","urlObject":{"protocol":"https","path":["api","v3","get-exchange-list"],"host":["secureshift","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"eb16b80b-d2b7-4084-8309-29b602f0293c"}]}