{"info":{"_postman_id":"0ab18e5f-b1c3-471c-a402-42049dc94de6","name":"SideShift.ai REST API","description":"<html><head></head><body><p>The SideShift.ai REST API allows consumers to integrate SideShift.ai’s rapid trading service into their applications and earn 0.5% commission on each shift. Good job!</p>\n<h1 id=\"v2-vs-v1-api\"><strong>V2 vs V1 API</strong></h1>\n<p>SideShift.ai strongly advises integrators to use the new V2 API version. It handles multi-network coins much more efficiently and uses easier to understand terminology. V1 API is deprecated and will not be developed further. The documentation for V1 will remain here to support already existing integrations, who are also strongly encouraged to make the switch to V2.</p>\n<h1 id=\"affiliate-commission\">Affiliate Commission</h1>\n<p>SideShift.ai is a no sign-up exchange, but it generates an account every time a user visits the website from a new browser.</p>\n<p>The account consists of an <code>accountId</code> and a <code>privateKey</code>, visible on the <a href=\"https://sideshift.ai/account\">account page</a>.</p>\n<p>SideShift.ai REST API recognizes affiliates and pays them commission based on the <code>accountId</code>, therefore it must be included as <code>affiliateId</code> in the shift creation requests. Commissions are paid in SideShift.ai's native <a href=\"https://help.sideshift.ai/en/articles/4559651-what-is-sideshift-token-xai\">XAI token</a>.</p>\n<p>SideShift.ai advises users and integrators to write down their <code>privateKey</code>, store it in a safe place and never share with anyone. For increased security, the 2 factor authentication should also be turned on. Good job!</p>\n<h1 id=\"permissions\">Permissions</h1>\n<p>SideShift.ai is not available in certain jurisdictions. Learn <a href=\"https://help.sideshift.ai/en/articles/2874595-why-am-i-blocked-from-using-sideshift-ai%5D(https://help.sideshift.ai/en/articles/2874595-why-am-i-blocked-from-using-sideshift-ai\">more</a>.</p>\n<p>Integrations are advised to use the <code>/permissions</code> endpoint to determine if the user is allowed to use SideShift.ai.</p>\n<h3 id=\"proxying-user-requests\">Proxying User Requests</h3>\n<p>SideShift.ai does not allow proxying user requests. This means that the user should either directly interact with the SideShift.ai REST API, or if the API requests are sent from the integration's own server, the <code>x-user-ip</code> header must be set to the end-user IP address.</p>\n<h3 id=\"the-x-user-ip-header\">The x-user-ip Header</h3>\n<p>The <code>x-user-ip</code> header helps SideShift.ai identify the original source of the request, which is important for security reasons and ensuring that the service is not being used by users in restricted countries. It’s crucial that this header is set correctly by integrations to prevent any issues with using the API.</p>\n<h1 id=\"shift\">Shift</h1>\n<p>To trade with SideShift.ai, users must first create a shift. A shift can be of type fixed or variable rate.</p>\n<p><strong>Fixed rate</strong> shifts have locked-in rate for 15 minutes. After 15 minutes the shift expires and any deposit made to the shift will be refunded. To create a fixed rate shift, a quote must be requested first using the <code>/quotes</code> endpoint and the shift must be created using the <code>/shifts/fixed</code> endpoint. See details below.</p>\n<p><strong>Variable rate</strong> shifts do not have the rate locked-in until a deposit to the shift is made and detected by SideShift.ai. They are valid for 7 days and can be requested in one step using the <code>/shifts/variable</code> POST endpoint. See details below.</p>\n<h1 id=\"deposits\">Deposits</h1>\n<p>A deposit is a transaction made by the user to a shift, in order to receive the equivalent amount in the coin chosen by user.</p>\n<p>A fixed rate shift can only have one deposit, while variable rate shifts can have more. Each deposit is settled individually.</p>\n<h3 id=\"minimum-and-maximum-deposit-range\">Minimum and Maximum Deposit Range</h3>\n<p>The Minimum Deposit Range has a default value of 3 USD and is being determined after incorporating the network fees. The Maximum Deposit Range is always set by SideShift.ai and varies from coin to coin.</p>\n<p>For more detailed information to help if the amount sent is outside the deposit range, please check out:<br><a href=\"https://help.sideshift.ai/en/articles/3735849-i-sent-below-the-minimum-amount-for-my-shift-what-can-i-do\">Under-Minimum Shift Deposit</a><br><a href=\"https://help.sideshift.ai/en/articles/3825201-i-sent-over-the-maximum-amount-for-my-shift-what-can-i-do\">Over-Maximum Shift Deposit</a></p>\n<h3 id=\"determining-the-minimum-deposit-range\">Determining the Minimum Deposit Range:</h3>\n<p>Here's how we can calculate the <code>Minimum Deposit Range</code> assuming the network fee is 20 USD:</p>\n<p>Minimum Deposit = (1 / 0.2) * network fee<br>Minimum Deposit = (1 / 0.2) * 20<br>Minimum Deposit = 100</p>\n<p>In this scenario, we compare the calculated value of 100 USD to the default minimum deposit, assuming a default minimum deposit of 3 USD, to determine the <code>Minimum Deposit Range</code>. The <code>Minimum Deposit Range</code> is the higher of these two values, which in this case is 100 USD.</p>\n<h2 id=\"deposit-status\">Deposit status</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status</th>\n<th>Name</th>\n<th>Remarks</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>waiting</code></td>\n<td>Waiting for deposit</td>\n<td>No deposit detected for the shift</td>\n</tr>\n<tr>\n<td><code>pending</code></td>\n<td>Detected</td>\n<td>SideShift.ai's has detected the deposit and is waiting for 1 block confirmation. The rate is locked-in.</td>\n</tr>\n<tr>\n<td><code>processing</code></td>\n<td>Confirmed</td>\n<td>The deposit has been confirmed in the blockchain and is being processed by SideShift.ai</td>\n</tr>\n<tr>\n<td><code>review</code></td>\n<td>Under human review</td>\n<td>The deposit cannot be automatically processed. After human review it can be settled or refunded.</td>\n</tr>\n<tr>\n<td><code>settling</code></td>\n<td>Settlement in progress</td>\n<td>SideShift.ai has created the transaction which settles the deposit and it's waiting for 1 confirmation.</td>\n</tr>\n<tr>\n<td><code>settled</code></td>\n<td>Settlement completed</td>\n<td>Settlement transaction has received 1 block confirmation</td>\n</tr>\n<tr>\n<td><code>refund</code></td>\n<td>Queued for refund</td>\n<td>User is required to enter a refund address on <a href=\"https://sideshift.ai/orders/SHIFT_ID\">https://sideshift.ai/orders/SHIFT_ID</a> or via the <code>/refund-address</code> endpoint, unless pre-defined in one of the <code>/shifts</code> endpoints.</td>\n</tr>\n<tr>\n<td><code>refunding</code></td>\n<td>Refund in progress</td>\n<td>Refund transaction created, waiting for 1 confirmation into the blockchain.</td>\n</tr>\n<tr>\n<td><code>refunded</code></td>\n<td>Refund completed</td>\n<td>Refund transaction has received 1 block confirmation.</td>\n</tr>\n<tr>\n<td><code>multiple</code></td>\n<td>Multiple deposits detected</td>\n<td>Use the <code>deposits</code> array in the endpoint response for data about each deposit</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"deposits-within-evm-networks\"><strong>Deposits within EVM networks</strong></h2>\n<p>For supported EVM networks, SideShift.ai uses a deposit address, which is a smart contract for tokens, for each created shift. When a balance is detected on this contract, the system performs a sweep operation. This operation sends the funds from the deposit address to SideShift.ai's main address. The sweeper transaction is then detected as a \"deposit\".</p>\n<p>Occasionally, this sweeper transaction doesn't get broadcasted to the network and leads to another attempt to sweep the funds from the deposit address. In this case, another deposit will be created with <code>pending</code> status that will be processed, while the first deposit will remain in <code>pending</code> status.</p>\n<h2 id=\"deposit-issues\">Deposit issues</h2>\n<p>Sometimes deposits will not be automatically processed for various reasons as summarized in the table below. The <code>issue</code> field will have a value when <code>status</code> is <code>review</code> or <code>refund</code>. If <code>status</code> is <code>multiple</code> and one of the deposits are in <code>review</code> or <code>refund</code> status, this deposit object will have an <code>issue</code> field.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Issue</th>\n<th>Remarks</th>\n<th>Resolution</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>amount over max</code></td>\n<td>User sent over the maximum amount.</td>\n<td>Processed or refund after human review</td>\n</tr>\n<tr>\n<td><code>amount under min</code></td>\n<td>User sent below the minimum amount.</td>\n<td>Processed or refund after human review</td>\n</tr>\n<tr>\n<td><code>refund required</code></td>\n<td>The shift will be refunded after a refund address is provided</td>\n<td>Refund after an address is provided</td>\n</tr>\n<tr>\n<td><code>incorrect amount</code></td>\n<td>User sent the incorrect amount for a fixed rate shift.</td>\n<td>Processed or refund after human review</td>\n</tr>\n<tr>\n<td><code>order expired</code></td>\n<td>The shift has already expired when SideShift.ai detected the deposit</td>\n<td>Processed or refund after human review</td>\n</tr>\n<tr>\n<td><code>max 1 deposit</code></td>\n<td>Fixed rate shifts can have maximum one deposit</td>\n<td>Refund after an address is provided</td>\n</tr>\n<tr>\n<td><code>too many deposits</code></td>\n<td>More than 5 deposits have been made to a variable rate shift</td>\n<td>Refund after an address is provided</td>\n</tr>\n<tr>\n<td><code>review</code></td>\n<td>Shift is under human review and will be processed or refunded</td>\n<td>Processed or refund after human review</td>\n</tr>\n<tr>\n<td><code>coin unavailable</code></td>\n<td>Either the deposit or settle method is currently not available for shifts.</td>\n<td>Refund after human review</td>\n</tr>\n<tr>\n<td><code>rate drift</code></td>\n<td>The rate changed too much between the time the quote was created and the deposit was detected.</td>\n<td>Processed or refund after human review</td>\n</tr>\n<tr>\n<td><code>duplicate</code></td>\n<td>The deposit is a duplicate of another deposit.</td>\n<td>Refund after human review</td>\n</tr>\n<tr>\n<td><code>low effective rate</code></td>\n<td>The effective rate is too low as the network fees would consume too high % of the shift value</td>\n<td>Refund after an address is provided</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"refunds\">Refunds</h1>\n<p>SideShift.ai may have to refund the users deposit for multiple reasons such as:</p>\n<ul>\n<li><strong>Shift expired</strong>: 7 days in case of variable, 15 minutes in case of fixed rate shifts</li>\n<li><strong>Below minimum/Above maximum</strong>: The users deposit is below the minimum or above the maximum for a variable shift. Above maximum deposits may be processed after human review, which can take up to 24 hours.</li>\n<li><strong>Incorrect amount</strong>: Fixed rate shifts require a deposit of an exact amount. If user deposits any other amount, it will be refunded.</li>\n</ul>\n<h1 id=\"terminology\">Terminology</h1>\n<p><strong>deposit</strong>[Amount][Address][Memo][Coin][Network][Tx]: Refers to data about the coin the user is shifting <strong>from</strong>. For example in case of a shift from BTC to ETH:</p>\n<ul>\n<li><code>depositCoin</code>: the ticker of the coin the user needs to send to SideShift.ai, e.g. <code>btc</code></li>\n<li><code>depositNetwork</code>: the id of the <code>depositCoin</code> network, e.g. <code>bitcoin</code> or <code>mainnet</code></li>\n<li><code>depositAmount</code>: the amount of BTC the user needs to deposit</li>\n<li><code>depositAddress</code>: the address the user needs to send the BTC to</li>\n<li><code>depositMemo</code>: The memo that the user needs to include when sending to the deposit address for some coins, e.g. XRP, XLM, ATOM and KAVA</li>\n</ul>\n<p><strong>settle</strong>[Amount][Address][Memo][Coin][Network][Rate][Tx]: Refers to data about the coin the user is shifting <strong>to</strong>. For example</p>\n<ul>\n<li><code>settleCoin</code>: the ticker of the coin SideShift.ai will send the user, e.g. <code>eth</code></li>\n<li><code>settleNetwork</code>: the id of the network of the <code>settleCoin</code>, e.g. <code>ethereum</code> or <code>optimism</code></li>\n<li><code>settleAmount</code>: the amount of ETH SideShift.ai will send</li>\n<li><code>settleRate</code>: the rate at which the coins are exchanged. E.g. if user sends 0.1 BTC and receives 1 ETH, the <code>settleRate</code> will be 10</li>\n<li><code>settleAddress</code>: The address SideShift.ai will send the ETH to</li>\n<li><code>settleTx</code>: details of the transaction SideShift.ai sent to the user</li>\n<li><code>settleMemo</code>: SideShift supports sending coins on addresses with a memo on some chains, such as XRP, XLM, ATOM, KAVA and ALGO</li>\n</ul>\n<p>See <code>/coins</code> endpoint for a full list of coins and their respective networks supported by SideShift.ai</p>\n<h1 id=\"network-fees\">Network Fees</h1>\n<ul>\n<li><strong>Sending fee</strong>: This fee is associated with sending the settleCoin to your selected wallet address. It applies to BTC, ETH, EVM tokens, and TRC20 tokens.</li>\n<li><strong>Address fee</strong>: This fee is required for the creation of a unique SideShift.ai deposit address for every Shift. It applies to EVM token deposits. However, currently, contracts are being reused, and no fee is being charged for this.</li>\n<li><strong>Receiving fee</strong>: This fee is applicable to all ETH, EVM tokens, and TRC20 deposits that require a sweep transaction from the unique deposit address to process the shift.</li>\n</ul>\n<p>Please note that these fees are estimated, and the actual fees may vary depending on the network conditions at the time of the transaction.</p>\n<h1 id=\"rate-limits\">Rate Limits</h1>\n<p>The REST API has rate limits in place to ensure fair usage and protect the system from abuse. The following operations have specific rate limits:</p>\n<ul>\n<li><strong>Creating a Shift:</strong> Clients can create up to 5 orders per minute. This concerns <code>/shifts/fixed</code> and <code>/shifts/variable</code> endpoints.</li>\n<li><strong>Creating a Quote</strong>: Clients can create up to 20 quotes per minute. This concerns <code>/quotes</code> endpoint.</li>\n</ul>\n<p>If a client exceeds these limits, the server will respond with a status code of <code>429</code> and a message of <code>Rate limit exceeded</code>. Please ensure your application respects these rate limits to avoid disruptions in service.</p>\n<h1 id=\"receiving-support\">Receiving support</h1>\n<p>In case something goes wrong with the user's shift, they can receive support from SideShift.ai through the following methods:</p>\n<ol>\n<li><strong>Email Support:</strong> Users can send an email to <a href=\"https://github.com/sideshift/sideshift/issues/help@sideshift.ai\">help@sideshift.ai</a> to receive support. To ensure a faster resolution, users should include their shift ID in the support email. The shift ID is returned when creating a shift using the <code>/fixed</code> or <code>/variable</code> endpoint. It's recommended for integrations to pre-populate the email template with the user's shift ID.</li>\n<li><strong>Support Chat:</strong> Users can access support by clicking on the chat icon at SideShift.ai and providing their shift ID. Similarly, integrations can leverage the SideShift.ai support chat to offer a seamless support experience to their users. It's recommended for integrations to include a link directing users to the SideShift.ai support chat. To initiate a support chat session with a pre-filled shift ID, integrations can use the following as reference: <a href=\"https://sideshift.ai/orders/4c3839c16640704410b0?openSupport=true\">https://sideshift.ai/orders/4c3839c16640704410b0?openSupport=true</a></li>\n</ol>\n<h1 id=\"response-codes-and-errors\">Response codes and errors</h1>\n<p>SideShift.ai endpoint will send response code <code>200 OK</code> or, in case of requests updating data <code>201 Created</code> on success.</p>\n<p>In case of a bad request, the response code is <code>400 Bad request</code>.</p>\n<p>In case of an error, the response code is <code>500 Internal server error</code> with an <code>error</code> object with an appropriate <code>message</code> property.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>MESSAGE</th>\n<th>STATUS</th>\n<th>DESCRIPTION</th>\n<th>SOLUTION</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>The x-user-ip header must be set to the end-user IP address</td>\n<td>400 Bad Request</td>\n<td>Invalid IP address</td>\n<td>Use a valid IP address in the <code>x-user-ip</code> header.</td>\n</tr>\n<tr>\n<td>Invalid receiving address</td>\n<td>400 Bad Request</td>\n<td>settleAddress is invalid</td>\n<td>Use the correct <code>settleAddress</code> that aligns to the <code>settleCoin</code>. In case of <code>BTC</code> as <code>settleCoin</code>, use on-chain addresses only.</td>\n</tr>\n<tr>\n<td>Invalid refundDestination</td>\n<td>400 Bad Request</td>\n<td>refundAddress is invalid</td>\n<td>Use a valid <code>refundAddress</code> that aligns to the <code>depositCoin</code>. In case of <code>BTC</code> as <code>depositCoin</code>, use on-chain addresses only.</td>\n</tr>\n<tr>\n<td>This refund address belongs to SideShift.ai</td>\n<td>400 Bad Request</td>\n<td>refundAddress being used is the example address or owned by SideShift.ai</td>\n<td>Use a valid <code>refundAddress</code> that you own.</td>\n</tr>\n<tr>\n<td>This settle address belongs to SideShift.ai</td>\n<td>400 Bad Request</td>\n<td>settleAddress being used is the example address or owned by SideShift.ai</td>\n<td>Use a valid <code>settleAddress</code> that you own.</td>\n</tr>\n<tr>\n<td>Unknown affiliateId</td>\n<td>400 Bad Request</td>\n<td>Invalid affiliateId was used in variable shift</td>\n<td>Use the <code>affiliateId</code> from your account found at <a href=\"https://sideshift.ai/account\">https://sideshift.ai/account</a>.</td>\n</tr>\n<tr>\n<td>Quote has different affiliateId than input</td>\n<td>400 Bad Request</td>\n<td>AffiliateId being used in fixed shift creation is different from what was used in the quote request</td>\n<td>Use the same <code>affiliateId</code> for the fixed shift creation from the one that was used in the quote request.</td>\n</tr>\n<tr>\n<td>Quote has already expired. Request a new quote.</td>\n<td>400 Bad Request</td>\n<td>quoteId is no longer valid for a fixed shift after expiration time</td>\n<td>Request a new quote.</td>\n</tr>\n<tr>\n<td>Invalid \"affiliateId\"</td>\n<td>400 Bad Request</td>\n<td>Invalid affiliateId was used in the quote request</td>\n<td>Use the <code>affiliateId</code> from your account found at <a href=\"https://sideshift.ai/account\">https://sideshift.ai/account</a>.</td>\n</tr>\n<tr>\n<td>depositAmount must be greater than zero</td>\n<td>400 Bad Request</td>\n<td>depositAmount is 0 or less</td>\n<td>Use a value greater than <code>0</code>.</td>\n</tr>\n<tr>\n<td>Method XX/XX not found</td>\n<td>400 Bad Request</td>\n<td>Either the values for depositCoin and depositNetwork or settleCoin and settleNetwork do not belong to a supported method</td>\n<td>Ensure that the coin supports the network being used, and vice versa. See <code>/coins</code> for a list of supported cryptocurrencies and their respective networks.</td>\n</tr>\n<tr>\n<td>Do not use the example affiliateId and x-sideshift-secret header from the documentation. Use your own from <a href=\"https://sideshift.ai/account\">https://sideshift.ai/account</a></td>\n<td>401 Unauthorized</td>\n<td>Example affiliateId or x-sideshift-secret was used</td>\n<td>Use your account's actual <code>affiliateId</code> and <code>x-sideshift-secret</code> from <a href=\"https://sideshift.ai/account\">https://sideshift.ai/account</a>.</td>\n</tr>\n<tr>\n<td>You have too many open orders. Cancel some, use the existing ones, or wait. To receive a higher open order limit, message <a href=\"https://t.me/sideshiftai_devs\">https://t.me/sideshiftai_devs</a></td>\n<td>403 Forbidden</td>\n<td>Executed too many order requests</td>\n<td>Cancel some, use the existing ones, or wait. To receive a higher open order limit, message <a href=\"https://t.me/sideshiftai_devs\">https://t.me/sideshiftai_devs</a>.</td>\n</tr>\n<tr>\n<td>Access denied. See <a href=\"https://sideshift.ai/access-denied\">https://sideshift.ai/access-denied</a></td>\n<td>403 Forbidden</td>\n<td>IP address being used in the x-user-ip header is not allowed</td>\n<td>For a list of prohibited jurisdictions, please check out <a href=\"https://help.sideshift.ai/en/articles/2874595-why-am-i-blocked-from-using-sideshift-ai\">https://help.sideshift.ai/en/articles/2874595-why-am-i-blocked-from-using-sideshift-ai</a>.</td>\n</tr>\n<tr>\n<td>Account not found</td>\n<td>404 Not Found</td>\n<td>x-sideshift-secret is invalid</td>\n<td>Use your account's private key as the <code>x-sideshift-secret</code> from <a href=\"https://sideshift.ai/account\">https://sideshift.ai/account</a>.</td>\n</tr>\n<tr>\n<td>Order not found</td>\n<td>404 Not Found</td>\n<td>Invalid shiftId query param being used in /shift or /bulk shifts endpoint</td>\n<td>Use a valid <code>shiftId(s)</code> as query param.</td>\n</tr>\n<tr>\n<td>Invalid network</td>\n<td>500 Internal Server Error</td>\n<td>Incorrect/missing depositNetwork or settleNetwork</td>\n<td>Use/add correct <code>depositNetwork</code> or <code>settleNetwork</code>. See <code>/coins</code> for a list of supported cryptocurrencies and their respective networks.</td>\n</tr>\n<tr>\n<td>Invalid coin</td>\n<td>500 Internal Server Error</td>\n<td>Invalid depositCoin or settleCoin</td>\n<td>Use a supported coin for <code>depositCoin</code> and <code>settleCoin</code>. See <code>/coins</code> for a list of supported cryptocurrencies and their respective networks.</td>\n</tr>\n<tr>\n<td>Amount too low</td>\n<td>500 Internal Server Error</td>\n<td>depositAmount is too low</td>\n<td>Use a higher value. See <code>/pair</code> for the minimum deposit value.</td>\n</tr>\n<tr>\n<td>Amount too high</td>\n<td>500 Internal Server Error</td>\n<td>depositAmount is too high</td>\n<td>Use a lower value. See <code>/pair</code> for the maximum deposit value.</td>\n</tr>\n<tr>\n<td>Deposit and settle method must be different</td>\n<td>500 Internal Server Error</td>\n<td>depositCoin and depositNetwork values are similar to settleCoin and settleNetwork</td>\n<td>Ensure that methods being used are different.</td>\n</tr>\n<tr>\n<td>Memo is not supported for this settle coin</td>\n<td>500 Internal Server Error</td>\n<td>settleCoin being used does not supports memo</td>\n<td>Check the <code>settleCoin</code> if it supports memo using <code>/coin</code>. If it does, <code>hasMemo</code> should be <code>true</code>.</td>\n</tr>\n<tr>\n<td>Internal Server Error</td>\n<td>500 Internal Server Error</td>\n<td>The quoteId being used in creating fixed shift is invalid</td>\n<td>Use a valid <code>quoteId</code></td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"faq\">FAQ</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Question</th>\n<th>Answer</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>How do I create a fixed rate shift?</td>\n<td>To create a fixed rate shift, first request a quote using the <code>/quotes</code> endpoint. Then, use the <code>quoteId</code> returned by the endpoint to create a fixed rate shift using the <code>/shifts/fixed</code> endpoint.</td>\n</tr>\n<tr>\n<td>How do I create a variable rate shift?</td>\n<td>To create a variable rate shift, use the <code>/shifts/variable</code> endpoint with the required parameters, such as <code>settleAddress</code>, <code>affiliateId</code>, <code>depositCoin</code>, and <code>settleCoin</code>.</td>\n</tr>\n<tr>\n<td>What is the difference between fixed rate and variable rate shifts?</td>\n<td>Fixed rate shifts have a locked-in exchange rate for 15 minutes, while variable rate shifts determine their exchange rate when the user's deposit is received and have a 7-day expiration.</td>\n</tr>\n<tr>\n<td>How should fixed rate shifts be used compared to variable shifts?</td>\n<td>We recommend using fixed rate only when users cannot change the amount they send and for when the <code>settleAmount</code> must be exact. In situations where there is flexibility, and to reduce errors where users might send the wrong amount, we recommend opting for variable rate shifts.</td>\n</tr>\n<tr>\n<td>What's the recommended integration, fixed or variable shifts?</td>\n<td>Fixed rate shifts would be the preferred option if you would require your users to enter an amount they want to send/receive and then create a shift using the API. Fixed rate shifts expire in 15 minutes, while variable rate ones expire in 7 days.</td>\n</tr>\n<tr>\n<td>Would the exchange fail if we don't send the expected amount in a fixed rate conversion?</td>\n<td>Yes, if you don’t send the exact expected amount to a fixed order, it will need to be refunded. We recommend that you set the refund address when creating a new shift just in case the deposit needs to be refunded. Wallet app integrations are advised to set the refund address to the address the users are sending the deposit coin from as this makes the refund process much smoother.</td>\n</tr>\n<tr>\n<td>What are the minimum and maximum deposit ranges?</td>\n<td>The minimum deposit range has a default value and is determined after incorporating network fees while the maximum deposit range is set by SideShift.ai and varies from coin to coin. Both ranges are demoninated in USD.</td>\n</tr>\n<tr>\n<td>How do I handle coins or tokens with memos?</td>\n<td>For shifts that return a <code>depositMemo</code>, the deposit transaction must include this memo, otherwise, the deposit might be lost. For shifts settling in coins where <code>hasMemo</code> is <code>true</code> in the <code>/coins</code> endpoint, API users are allowed to specify a <code>settleMemo</code> field. Additionally, shifts can include optional <code>refundAddress</code> and <code>refundMemo</code>, if not defined, the user will be prompted to enter a refund address manually on the SideShift.ai order page if the shift needs to be refunded.</td>\n</tr>\n<tr>\n<td>How do I know if a coin or token is not available in other supported networks for either depositCoin or settleCoin?</td>\n<td>The API will return an array of networks for <code>depositOffline</code>, <code>settleOffline</code>, <code>fixedOnly</code>, <code>variableOnly</code>. So, for example, if Lightning is currently offline for deposit and settle, the response will include <code>Lightning</code> in the <code>depositOffline</code> and <code>settleOffline</code> arrays.</td>\n</tr>\n<tr>\n<td>How do I set a refund address?</td>\n<td>To set a refund address, use the <code>/shifts/{shiftId}/set-refund-address</code> endpoint with the required address parameter. It can also be set when creating a shift.</td>\n</tr>\n<tr>\n<td>What are the reasons for refunds?</td>\n<td>Refunds are made for various reasons, such as the user sending an incorrect amount for a fixed rate shift, the shift expiring, the user sending below the minimum amount, or above the maximum amount for a variable shift, among others.</td>\n</tr>\n<tr>\n<td>What happens if an amount is sent outside of the range or after the shift expires?</td>\n<td>In both cases, shifts might be processed or refunded after human review.</td>\n</tr>\n<tr>\n<td>What flow is recommended if users use a fixed rate shift and pay the incorrect balance and how will they manage to retrieve them?</td>\n<td>For fixed orders, we recommend integrations to pre-populate the amount field for their users in their application's UI and don’t allow them to change it. We also recommend pre-defining the <code>refundAddress</code> in the create order request, so if anything goes wrong, they’ll automatically be refunded. Wallet app integrations are advised to set the refund address to the address the user is sending from as this makes the refund process much smoother.</td>\n</tr>\n<tr>\n<td>What does the \"multiple\" status mean?</td>\n<td>Multiple status means that a user made multiple deposits or on some occasion for EVM/Tron tokens, multiple attempts are made to sweep the user's deposit from the deposit address. For this case, there is a deposits array in the API response with details about each deposit.</td>\n</tr>\n<tr>\n<td>Why does the same deposit is detected multiple times?</td>\n<td>For EVM/Tron tokens deposit, sometimes the sweeper transaction doesn't get broadcasted to the network and leads to another attempt to sweep the funds from the deposit address. For this reason, the same deposit is detected multiple times.</td>\n</tr>\n<tr>\n<td>Can shifts be rejected even if they haven't expired?</td>\n<td>There are several different reasons a variable or fixed rate shift might be rejected. Fixed rate shifts are less prone to rejection for wallets, and variable rate shifts are less prone to errors if the user can specify the amount they send. Rejected deposits will be reviewed by our operations team and either processed or refunded.</td>\n</tr>\n<tr>\n<td>How do you distinguish users if there's an issue with their shifts?</td>\n<td>For handling different users and payment disputes, users are authenticated based on the <code>shiftId</code>, not their account.</td>\n</tr>\n<tr>\n<td>How can users contact support and resolve disputes if they encounter issues with their shifts?</td>\n<td>For any disputes, users can contact support directly via email and live chat. Integrations can add a link to their app to <a href=\"https://sideshift.ai/orders/SHIFT_ID?openSupport=true\">https://sideshift.ai/orders/SHIFT_ID?openSupport=true</a> to have a seamless support experience. SideShift.ai authenticate users based on the <code>shiftId</code>, not their account.</td>\n</tr>\n<tr>\n<td>Why am I being redirected to SideShift.fi?</td>\n<td>You're being redirected to our new product, SideShift.fi, because you're in a jurisdiction not supported by SideShift.ai. See <a href=\"https://sideshift.ai/access-denied\">https://sideshift.ai/access-denied</a></td>\n</tr>\n<tr>\n<td>How can I test the transaction flow in our staging environment?</td>\n<td>We have no testing environment for the API. You can start by using small amounts in the live API.</td>\n</tr>\n<tr>\n<td>Is there an option for redirect, widget, or QR data available for clients?</td>\n<td>The REST API returns the address (plus memo for coins that require it) where the user needs to send their deposit coin. You can use this to display a QR code on your site. If you want to redirect the user to SideShift, you can create a shift and redirect them to <a href=\"https://sideshift.ai/orders/\">https://sideshift.ai/orders/</a>.</td>\n</tr>\n<tr>\n<td>How do I check if a user is allowed to use SideShift.ai?</td>\n<td>Use the <code>/permissions</code> endpoint to determine if the user is allowed to use SideShift.ai.</td>\n</tr>\n<tr>\n<td>Can SideShift.ai share their IP's for production whitelist?</td>\n<td>No. Our servers are using dynamic IP addresses, which change every time we restart them.</td>\n</tr>\n<tr>\n<td>How can I receive a commission?</td>\n<td>SideShift.ai pays commissions to the affiliate whose <code>affiliateId</code> param is sent in the request. Make sure to create both quote and shift with the same <code>affiliateId</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"become-a-developer\">Become a Developer</h2>\n<p>Chat with SideShift.ai engineers and third party developers in the <a href=\"https://t.me/joinchat/UuTn4HeK-2EUG1zZ\">developer chat</a>.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"V2 vs V1 API","slug":"v2-vs-v1-api"},{"content":"Affiliate Commission","slug":"affiliate-commission"},{"content":"Permissions","slug":"permissions"},{"content":"Shift","slug":"shift"},{"content":"Deposits","slug":"deposits"},{"content":"Refunds","slug":"refunds"},{"content":"Terminology","slug":"terminology"},{"content":"Network Fees","slug":"network-fees"},{"content":"Rate Limits","slug":"rate-limits"},{"content":"Receiving support","slug":"receiving-support"},{"content":"Response codes and errors","slug":"response-codes-and-errors"},{"content":"FAQ","slug":"faq"}],"owner":"6895769","collectionId":"0ab18e5f-b1c3-471c-a402-42049dc94de6","publishedId":"TWDZGvjd","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-02-23T08:31:21.000Z"},"item":[{"name":"V2","item":[{"name":"coins","id":"5dd7cc07-5f24-45c3-8961-a6323219a9dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sideshift.ai/api/v2/coins","description":"<p>Returns the list of coins and their respective networks available on SideShift.ai.</p>\n<p>The fields <code>fixedOnly</code>, <code>variableOnly</code>, <code>depositOffline</code>, <code>settleOffline</code> will return <code>false</code> if <code>false</code> for every network. <code>true</code> for single network assets and an array of networks for mixed.</p>\n","urlObject":{"protocol":"https","path":["api","v2","coins"],"host":["sideshift","ai"],"query":[],"variable":[]}},"response":[{"id":"0fc55354-4895-4e80-a9ec-62ba23216826","name":"coins","originalRequest":{"method":"GET","header":[],"url":"https://sideshift.ai/api/v2/coins"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"coin\": \"AAVE\",\n        \"networks\": [\n            \"ethereum\"\n        ],\n        \"name\": \"AAVE\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": [\n            \"ethereum\"\n        ],\n        \"tokenDetails\": {\n            \"ethereum\": {\n                \"contractAddress\": \"0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9\",\n                \"decimals\": 18\n            }\n        },\n        \"depositOffline\": false,\n        \"settleOffline\": false\n    },\n    {\n        \"coin\": \"APT\",\n        \"networks\": [\n            \"aptos\"\n        ],\n        \"name\": \"Aptos\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": false,\n        \"depositOffline\": false,\n        \"settleOffline\": false\n    },\n    {\n        \"coin\": \"ARB\",\n        \"networks\": [\n            \"arbitrum\"\n        ],\n        \"name\": \"ARB\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": [\n            \"arbitrum\"\n        ],\n        \"tokenDetails\": {\n            \"arbitrum\": {\n                \"contractAddress\": \"0x912CE59144191C1204E64559FE8253a0e49E6548\",\n                \"decimals\": 18\n            }\n        },\n        \"depositOffline\": false,\n        \"settleOffline\": false\n    },\n    {\n        \"coin\": \"ATOM\",\n        \"networks\": [\n            \"cosmos\"\n        ],\n        \"mainnet\": \"cosmos\",\n        \"name\": \"Cosmos\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": false,\n        \"depositOffline\": false,\n        \"settleOffline\": false\n    },\n    {\n        \"coin\": \"NEAR\",\n        \"networks\": [\n            \"near\"\n        ],\n        \"name\": \"NEAR\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": false,\n        \"depositOffline\": true,\n        \"settleOffline\": true\n    },\n    {\n        \"coin\": \"CRO\",\n        \"networks\": [\n            \"cronos\"\n        ],\n        \"mainnet\": \"cronos\",\n        \"name\": \"Cronos\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": false,\n        \"depositOffline\": false,\n        \"settleOffline\": false\n    },\n    {\n        \"coin\": \"DOT\",\n        \"networks\": [\n            \"polkadot\"\n        ],\n        \"mainnet\": \"polkadot\",\n        \"name\": \"Polkadot\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": false,\n        \"depositOffline\": false,\n        \"settleOffline\": false\n    },\n    {\n        \"coin\": \"AMP\",\n        \"networks\": [\n            \"ethereum\"\n        ],\n        \"name\": \"Amp\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": [\n            \"ethereum\"\n        ],\n        \"tokenDetails\": {\n            \"ethereum\": {\n                \"contractAddress\": \"0xff20817765cb7f73d4bde2e66e067e58d11095c2\",\n                \"decimals\": 18\n            }\n        },\n        \"depositOffline\": false,\n        \"settleOffline\": false\n    },\n    {\n        \"coin\": \"ETH\",\n        \"networks\": [\n            \"arbitrumnova\",\n            \"optimism\",\n            \"arbitrum\",\n            \"ethereum\"\n        ],\n        \"mainnet\": \"ethereum\",\n        \"name\": \"Ethereum\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": false,\n        \"depositOffline\": false,\n        \"settleOffline\": false\n    },\n    {\n        \"coin\": \"FTM\",\n        \"networks\": [\n            \"fantom\"\n        ],\n        \"mainnet\": \"fantom\",\n        \"name\": \"Fantom\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": false,\n        \"depositOffline\": false,\n        \"settleOffline\": false\n    },\n    {\n        \"coin\": \"KAVA\",\n        \"networks\": [\n            \"kava\"\n        ],\n        \"name\": \"Kava\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": false,\n        \"depositOffline\": false,\n        \"settleOffline\": false\n    },\n    {\n        \"coin\": \"LDO\",\n        \"networks\": [\n            \"ethereum\"\n        ],\n        \"name\": \"Lido\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": [\n            \"ethereum\"\n        ],\n        \"tokenDetails\": {\n            \"ethereum\": {\n                \"contractAddress\": \"0x5a98fcbea516cf06857215779fd812ca3bef1b32\",\n                \"decimals\": 18\n            }\n        },\n        \"depositOffline\": false,\n        \"settleOffline\": false\n    },\n    {\n        \"coin\": \"TRX\",\n        \"networks\": [\n            \"tron\"\n        ],\n        \"mainnet\": \"tron\",\n        \"name\": \"Tron\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": false,\n        \"depositOffline\": false,\n        \"settleOffline\": false\n    },\n    {\n        \"coin\": \"TUSD\",\n        \"networks\": [\n            \"ethereum\"\n        ],\n        \"name\": \"TrueUSD\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": [\n            \"ethereum\"\n        ],\n        \"tokenDetails\": {\n            \"ethereum\": {\n                \"contractAddress\": \"0x0000000000085d4780B73119b644AE5ecd22b376\",\n                \"decimals\": 18\n            }\n        },\n        \"depositOffline\": true,\n        \"settleOffline\": true\n    },\n    {\n        \"coin\": \"USDC\",\n        \"networks\": [\n            \"algorand\",\n            \"arbitrum\",\n            \"tron\",\n            \"polygon\",\n            \"avax\",\n            \"bsc\",\n            \"solana\",\n            \"ethereum\"\n        ],\n        \"name\": \"USDC\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": false,\n        \"tokenDetails\": {\n            \"algorand\": {\n                \"contractAddress\": \"31566704\",\n                \"decimals\": 6\n            },\n            \"arbitrum\": {\n                \"contractAddress\": \"0xff970a61a04b1ca14834a43f5de4533ebddb5cc8\",\n                \"decimals\": 6\n            },\n            \"tron\": {\n                \"contractAddress\": \"TEkxiTehnzSmSe2XqrBj4w32RUN966rdz8\",\n                \"decimals\": 6\n            },\n            \"polygon\": {\n                \"contractAddress\": \"0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174\",\n                \"decimals\": 6\n            },\n            \"avax\": {\n                \"contractAddress\": \"0xa7d7079b0fead91f3e65f86e8915cb59c1a4c664\",\n                \"decimals\": 6\n            },\n            \"bsc\": {\n                \"contractAddress\": \"0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d\",\n                \"decimals\": 18\n            },\n            \"solana\": {\n                \"contractAddress\": \"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v\",\n                \"decimals\": 6\n            },\n            \"ethereum\": {\n                \"contractAddress\": \"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48\",\n                \"decimals\": 6\n            }\n        },\n        \"depositOffline\": false,\n        \"settleOffline\": false\n    },\n    {\n        \"coin\": \"USDD\",\n        \"networks\": [\n            \"tron\"\n        ],\n        \"name\": \"Decentralized USD\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": false,\n        \"tokenDetails\": {\n            \"tron\": {\n                \"contractAddress\": \"TPYmHEhy5n8TCEfYGqW2rPxsghSfzghPDn\",\n                \"decimals\": 18\n            }\n        },\n        \"depositOffline\": false,\n        \"settleOffline\": false\n    },\n    {\n        \"coin\": \"USDT\",\n        \"networks\": [\n            \"avax\",\n            \"bsc\",\n            \"tron\",\n            \"solana\",\n            \"polygon\",\n            \"ethereum\",\n            \"liquid\"\n        ],\n        \"name\": \"Tether (USDT.e)\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": [\n            \"avax\",\n            \"polygon\"\n        ],\n        \"tokenDetails\": {\n            \"avax\": {\n                \"contractAddress\": \"0xc7198437980c041c805a1edcba50c1ce5db95118\",\n                \"decimals\": 6\n            },\n            \"bsc\": {\n                \"contractAddress\": \"0x55d398326f99059fF775485246999027B3197955\",\n                \"decimals\": 18\n            },\n            \"tron\": {\n                \"contractAddress\": \"TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t\",\n                \"decimals\": 6\n            },\n            \"solana\": {\n                \"contractAddress\": \"Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB\",\n                \"decimals\": 6\n            },\n            \"polygon\": {\n                \"contractAddress\": \"0xc2132D05D31c914a87C6611C10748AEb04B58e8F\",\n                \"decimals\": 6\n            },\n            \"ethereum\": {\n                \"contractAddress\": \"0xdac17f958d2ee523a2206206994597c13d831ec7\",\n                \"decimals\": 6\n            }\n        },\n        \"depositOffline\": false,\n        \"settleOffline\": false\n    },\n    {\n        \"coin\": \"1INCH\",\n        \"networks\": [\n            \"ethereum\"\n        ],\n        \"name\": \"1Inch Token\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": [\n            \"ethereum\"\n        ],\n        \"tokenDetails\": {\n            \"ethereum\": {\n                \"contractAddress\": \"0x111111111117dc0aa78b770fa6a738034120c302\",\n                \"decimals\": 18\n            }\n        },\n        \"depositOffline\": false,\n        \"settleOffline\": false\n    },\n    {\n        \"coin\": \"ADA\",\n        \"networks\": [\n            \"cardano\"\n        ],\n        \"name\": \"ADA\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": false,\n        \"depositOffline\": false,\n        \"settleOffline\": false\n    },\n    {\n        \"coin\": \"ALGO\",\n        \"networks\": [\n            \"algorand\"\n        ],\n        \"mainnet\": \"algorand\",\n        \"name\": \"Algorand\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": false,\n        \"depositOffline\": false,\n        \"settleOffline\": false\n    },\n    {\n        \"coin\": \"HEX\",\n        \"networks\": [\n            \"ethereum\"\n        ],\n        \"name\": \"HEX\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": [\n            \"ethereum\"\n        ],\n        \"tokenDetails\": {\n            \"ethereum\": {\n                \"contractAddress\": \"0x2b591e99afe9f32eaa6214f7b7629768c40eeb39\",\n                \"decimals\": 8\n            }\n        },\n        \"depositOffline\": true,\n        \"settleOffline\": true\n    },\n    {\n        \"coin\": \"MAGIC\",\n        \"networks\": [\n            \"arbitrum\"\n        ],\n        \"name\": \"MAGIC\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": false,\n        \"tokenDetails\": {\n            \"arbitrum\": {\n                \"contractAddress\": \"0x539bde0d7dbd336b79148aa742883198bbf60342\",\n                \"decimals\": 18\n            }\n        },\n        \"depositOffline\": false,\n        \"settleOffline\": false\n    },\n    {\n        \"coin\": \"MANA\",\n        \"networks\": [\n            \"ethereum\"\n        ],\n        \"name\": \"Decentraland\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": [\n            \"ethereum\"\n        ],\n        \"tokenDetails\": {\n            \"ethereum\": {\n                \"contractAddress\": \"0x0f5d2fb29fb7d3cfee444a200298f468908cc942\",\n                \"decimals\": 18\n            }\n        },\n        \"depositOffline\": false,\n        \"settleOffline\": false\n    },\n    {\n        \"coin\": \"QNT\",\n        \"networks\": [\n            \"ethereum\"\n        ],\n        \"name\": \"Quant\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": [\n            \"ethereum\"\n        ],\n        \"tokenDetails\": {\n            \"ethereum\": {\n                \"contractAddress\": \"0x4a220e6096b25eadb88358cb44068a3248254675\",\n                \"decimals\": 18\n            }\n        },\n        \"depositOffline\": false,\n        \"settleOffline\": false\n    },\n    {\n        \"coin\": \"SHIB\",\n        \"networks\": [\n            \"ethereum\"\n        ],\n        \"name\": \"SHIBA INU\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": [\n            \"ethereum\"\n        ],\n        \"tokenDetails\": {\n            \"ethereum\": {\n                \"contractAddress\": \"0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce\",\n                \"decimals\": 18\n            }\n        },\n        \"depositOffline\": false,\n        \"settleOffline\": false\n    },\n    {\n        \"coin\": \"SOL\",\n        \"networks\": [\n            \"solana\"\n        ],\n        \"mainnet\": \"solana\",\n        \"name\": \"Solana\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": false,\n        \"depositOffline\": false,\n        \"settleOffline\": false\n    },\n    {\n        \"coin\": \"TON\",\n        \"networks\": [\n            \"ethereum\"\n        ],\n        \"name\": \"Toncoin\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": [\n            \"ethereum\"\n        ],\n        \"tokenDetails\": {\n            \"ethereum\": {\n                \"contractAddress\": \"0x582d872a1b094fc48f5de31d3b73f2d9be47def1\",\n                \"decimals\": 9\n            }\n        },\n        \"depositOffline\": true,\n        \"settleOffline\": true\n    },\n    {\n        \"coin\": \"SYN\",\n        \"networks\": [\n            \"ethereum\"\n        ],\n        \"name\": \"Synapse\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": false,\n        \"tokenDetails\": {\n            \"ethereum\": {\n                \"contractAddress\": \"0x0f2d719407fdbeff09d87557abb7232601fd9f29\",\n                \"decimals\": 18\n            }\n        },\n        \"depositOffline\": false,\n        \"settleOffline\": false\n    },\n    {\n        \"coin\": \"VERSE\",\n        \"networks\": [\n            \"ethereum\"\n        ],\n        \"name\": \"Verse\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": false,\n        \"tokenDetails\": {\n            \"ethereum\": {\n                \"contractAddress\": \"0x249ca82617ec3dfb2589c4c17ab7ec9765350a18\",\n                \"decimals\": 18\n            }\n        },\n        \"depositOffline\": true,\n        \"settleOffline\": false\n    },\n    {\n        \"coin\": \"WOO\",\n        \"networks\": [\n            \"ethereum\"\n        ],\n        \"name\": \"WOO Network\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": false,\n        \"tokenDetails\": {\n            \"ethereum\": {\n                \"contractAddress\": \"0x4691937a7508860f876c9c0a2a617e7d9e945d4b\",\n                \"decimals\": 18\n            }\n        },\n        \"depositOffline\": false,\n        \"settleOffline\": false\n    },\n    {\n        \"coin\": \"XLM\",\n        \"networks\": [\n            \"stellar\"\n        ],\n        \"mainnet\": \"stellar\",\n        \"name\": \"Stellar Lumens\",\n        \"hasMemo\": true,\n        \"fixedOnly\": false,\n        \"variableOnly\": false,\n        \"depositOffline\": false,\n        \"settleOffline\": false\n    },\n    {\n        \"coin\": \"SWEAT\",\n        \"networks\": [\n            \"ethereum\"\n        ],\n        \"name\": \"Sweat Economy\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": [\n            \"ethereum\"\n        ],\n        \"tokenDetails\": {\n            \"ethereum\": {\n                \"contractAddress\": \"0xb4b9dc1c77bdbb135ea907fd5a08094d98883a35\",\n                \"decimals\": 18\n            }\n        },\n        \"depositOffline\": true,\n        \"settleOffline\": true\n    },\n    {\n        \"coin\": \"BONE\",\n        \"networks\": [\n            \"ethereum\"\n        ],\n        \"name\": \"BONE\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": [\n            \"ethereum\"\n        ],\n        \"tokenDetails\": {\n            \"ethereum\": {\n                \"contractAddress\": \"0x9813037ee2218799597d83D4a5B6F3b6778218d9\",\n                \"decimals\": 18\n            }\n        },\n        \"depositOffline\": false,\n        \"settleOffline\": false\n    },\n    {\n        \"coin\": \"COMP\",\n        \"networks\": [\n            \"ethereum\"\n        ],\n        \"name\": \"Compound\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": [\n            \"ethereum\"\n        ],\n        \"tokenDetails\": {\n            \"ethereum\": {\n                \"contractAddress\": \"0xc00e94cb662c3520282e6f5717214004a7f26888\",\n                \"decimals\": 18\n            }\n        },\n        \"depositOffline\": false,\n        \"settleOffline\": false\n    },\n    {\n        \"coin\": \"ENS\",\n        \"networks\": [\n            \"ethereum\"\n        ],\n        \"name\": \"Ethereum Name Service\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": [\n            \"ethereum\"\n        ],\n        \"tokenDetails\": {\n            \"ethereum\": {\n                \"contractAddress\": \"0xc18360217d8f7ab5e7c516566761ea12ce7f9d72\",\n                \"decimals\": 18\n            }\n        },\n        \"depositOffline\": false,\n        \"settleOffline\": false\n    },\n    {\n        \"coin\": \"GALA\",\n        \"networks\": [\n            \"ethereum\"\n        ],\n        \"name\": \"Gala Games\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": [\n            \"ethereum\"\n        ],\n        \"tokenDetails\": {\n            \"ethereum\": {\n                \"contractAddress\": \"0x15D4c048F83bd7e37d49eA4C83a07267Ec4203dA\",\n                \"decimals\": 8\n            }\n        },\n        \"depositOffline\": false,\n        \"settleOffline\": false\n    },\n    {\n        \"coin\": \"GMX\",\n        \"networks\": [\n            \"arbitrum\",\n            \"avax\"\n        ],\n        \"name\": \"GMX\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": [\n            \"arbitrum\",\n            \"avax\"\n        ],\n        \"tokenDetails\": {\n            \"arbitrum\": {\n                \"contractAddress\": \"0xfc5a1a6eb076a2c7ad06ed22c90d7e710e35ad0a\",\n                \"decimals\": 18\n            },\n            \"avax\": {\n                \"contractAddress\": \"0x62edc0692bd897d2295872a9ffcac5425011c661\",\n                \"decimals\": 18\n            }\n        },\n        \"depositOffline\": false,\n        \"settleOffline\": false\n    },\n    {\n        \"coin\": \"GRT\",\n        \"networks\": [\n            \"ethereum\"\n        ],\n        \"name\": \"The Graph\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": [\n            \"ethereum\"\n        ],\n        \"tokenDetails\": {\n            \"ethereum\": {\n                \"contractAddress\": \"0xc944E90C64B2c07662A292be6244BDf05Cda44a7\",\n                \"decimals\": 18\n            }\n        },\n        \"depositOffline\": false,\n        \"settleOffline\": false\n    },\n    {\n        \"coin\": \"BTC\",\n        \"networks\": [\n            \"lightning\",\n            \"liquid\",\n            \"bitcoin\"\n        ],\n        \"mainnet\": \"bitcoin\",\n        \"name\": \"Bitcoin\",\n        \"hasMemo\": false,\n        \"fixedOnly\": [\n            \"lightning\"\n        ],\n        \"variableOnly\": false,\n        \"depositOffline\": false,\n        \"settleOffline\": [\n            \"lightning\"\n        ]\n    },\n    {\n        \"coin\": \"LRC\",\n        \"networks\": [\n            \"ethereum\"\n        ],\n        \"name\": \"Loopring\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": [\n            \"ethereum\"\n        ],\n        \"tokenDetails\": {\n            \"ethereum\": {\n                \"contractAddress\": \"0xbbbbca6a901c926f240b89eacb641d8aec7aeafd\",\n                \"decimals\": 18\n            }\n        },\n        \"depositOffline\": false,\n        \"settleOffline\": false\n    },\n    {\n        \"coin\": \"MATIC\",\n        \"networks\": [\n            \"ethereum\",\n            \"polygon\"\n        ],\n        \"mainnet\": \"polygon\",\n        \"name\": \"Matic\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": [\n            \"ethereum\"\n        ],\n        \"tokenDetails\": {\n            \"ethereum\": {\n                \"contractAddress\": \"0x7d1afa7b718fb893db30a3abc0cfc608aacfebb0\",\n                \"decimals\": 18\n            }\n        },\n        \"depositOffline\": false,\n        \"settleOffline\": false\n    },\n    {\n        \"coin\": \"OP\",\n        \"networks\": [\n            \"optimism\"\n        ],\n        \"name\": \"Optimism\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": false,\n        \"tokenDetails\": {\n            \"optimism\": {\n                \"contractAddress\": \"0x4200000000000000000000000000000000000042\",\n                \"decimals\": 18\n            }\n        },\n        \"depositOffline\": false,\n        \"settleOffline\": false\n    },\n    {\n        \"coin\": \"UNI\",\n        \"networks\": [\n            \"ethereum\"\n        ],\n        \"name\": \"Uniswap\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": [\n            \"ethereum\"\n        ],\n        \"tokenDetails\": {\n            \"ethereum\": {\n                \"contractAddress\": \"0x1f9840a85d5af5bf1d1762f925bdaddc4201f984\",\n                \"decimals\": 18\n            }\n        },\n        \"depositOffline\": false,\n        \"settleOffline\": false\n    },\n    {\n        \"coin\": \"WBTC\",\n        \"networks\": [\n            \"ethereum\"\n        ],\n        \"name\": \"WBTC\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": [\n            \"ethereum\"\n        ],\n        \"tokenDetails\": {\n            \"ethereum\": {\n                \"contractAddress\": \"0x2260fac5e5542a773aa44fbcfedf7c193bc2c599\",\n                \"decimals\": 8\n            }\n        },\n        \"depositOffline\": false,\n        \"settleOffline\": false\n    },\n    {\n        \"coin\": \"YFI\",\n        \"networks\": [\n            \"ethereum\"\n        ],\n        \"name\": \"yearn.finance\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": [\n            \"ethereum\"\n        ],\n        \"tokenDetails\": {\n            \"ethereum\": {\n                \"contractAddress\": \"0x0bc529c00c6401aef6d220be8c6ea1667f6ad93e\",\n                \"decimals\": 18\n            }\n        },\n        \"depositOffline\": false,\n        \"settleOffline\": false\n    },\n    {\n        \"coin\": \"DASH\",\n        \"networks\": [\n            \"dash\"\n        ],\n        \"mainnet\": \"dash\",\n        \"name\": \"Dash\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": false,\n        \"depositOffline\": false,\n        \"settleOffline\": false\n    },\n    {\n        \"coin\": \"GNS\",\n        \"networks\": [\n            \"polygon\"\n        ],\n        \"name\": \"Gains Network\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": [\n            \"polygon\"\n        ],\n        \"tokenDetails\": {\n            \"polygon\": {\n                \"contractAddress\": \"0xe5417af564e4bfda1c483642db72007871397896\",\n                \"decimals\": 18\n            }\n        },\n        \"depositOffline\": false,\n        \"settleOffline\": false\n    },\n    {\n        \"coin\": \"LINK\",\n        \"networks\": [\n            \"ethereum\"\n        ],\n        \"name\": \"LINK\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": [\n            \"ethereum\"\n        ],\n        \"tokenDetails\": {\n            \"ethereum\": {\n                \"contractAddress\": \"0x514910771af9ca656af840dff83e8264ecf986ca\",\n                \"decimals\": 18\n            }\n        },\n        \"depositOffline\": false,\n        \"settleOffline\": false\n    },\n    {\n        \"coin\": \"LTC\",\n        \"networks\": [\n            \"litecoin\"\n        ],\n        \"mainnet\": \"litecoin\",\n        \"name\": \"Litecoin\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": false,\n        \"depositOffline\": false,\n        \"settleOffline\": false\n    },\n    {\n        \"coin\": \"SNX\",\n        \"networks\": [\n            \"ethereum\"\n        ],\n        \"name\": \"Synthetix\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": [\n            \"ethereum\"\n        ],\n        \"tokenDetails\": {\n            \"ethereum\": {\n                \"contractAddress\": \"0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f\",\n                \"decimals\": 18\n            }\n        },\n        \"depositOffline\": false,\n        \"settleOffline\": false\n    },\n    {\n        \"coin\": \"XTZ\",\n        \"networks\": [\n            \"tezos\"\n        ],\n        \"name\": \"Tezos\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": false,\n        \"depositOffline\": false,\n        \"settleOffline\": false\n    },\n    {\n        \"coin\": \"BAT\",\n        \"networks\": [\n            \"ethereum\"\n        ],\n        \"name\": \"Basic Attention Token\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": [\n            \"ethereum\"\n        ],\n        \"tokenDetails\": {\n            \"ethereum\": {\n                \"contractAddress\": \"0x0d8775f648430679a709e98d2b0cb6250d2887ef\",\n                \"decimals\": 18\n            }\n        },\n        \"depositOffline\": false,\n        \"settleOffline\": false\n    },\n    {\n        \"coin\": \"BCH\",\n        \"networks\": [\n            \"bitcoincash\"\n        ],\n        \"mainnet\": \"bitcoincash\",\n        \"name\": \"Bitcoin Cash\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": false,\n        \"depositOffline\": false,\n        \"settleOffline\": false\n    },\n    {\n        \"coin\": \"BNB\",\n        \"networks\": [\n            \"bsc\"\n        ],\n        \"mainnet\": \"bsc\",\n        \"name\": \"Binance Coin\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": false,\n        \"depositOffline\": false,\n        \"settleOffline\": false\n    },\n    {\n        \"coin\": \"DOGE\",\n        \"networks\": [\n            \"doge\"\n        ],\n        \"mainnet\": \"doge\",\n        \"name\": \"Dogecoin\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": false,\n        \"depositOffline\": false,\n        \"settleOffline\": false\n    },\n    {\n        \"coin\": \"WETH\",\n        \"networks\": [\n            \"ethereum\"\n        ],\n        \"name\": \"Wrapped Ether\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": [\n            \"ethereum\"\n        ],\n        \"tokenDetails\": {\n            \"ethereum\": {\n                \"contractAddress\": \"0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2\",\n                \"decimals\": 18\n            }\n        },\n        \"depositOffline\": false,\n        \"settleOffline\": false\n    },\n    {\n        \"coin\": \"XMR\",\n        \"networks\": [\n            \"monero\"\n        ],\n        \"mainnet\": \"monero\",\n        \"name\": \"Monero\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": false,\n        \"depositOffline\": false,\n        \"settleOffline\": false\n    },\n    {\n        \"coin\": \"ZEC\",\n        \"networks\": [\n            \"zcash\"\n        ],\n        \"name\": \"Zcash\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": false,\n        \"depositOffline\": false,\n        \"settleOffline\": false\n    },\n    {\n        \"coin\": \"AVAX\",\n        \"networks\": [\n            \"avax\"\n        ],\n        \"mainnet\": \"avax\",\n        \"name\": \"Avalanche\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": false,\n        \"depositOffline\": false,\n        \"settleOffline\": false\n    },\n    {\n        \"coin\": \"BUSD\",\n        \"networks\": [\n            \"bsc\"\n        ],\n        \"name\": \"BUSD\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": false,\n        \"tokenDetails\": {\n            \"bsc\": {\n                \"contractAddress\": \"0xe9e7cea3dedca5984780bafc599bd69add087d56\",\n                \"decimals\": 18\n            }\n        },\n        \"depositOffline\": false,\n        \"settleOffline\": false\n    },\n    {\n        \"coin\": \"FRAX\",\n        \"networks\": [\n            \"ethereum\"\n        ],\n        \"name\": \"Frax\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": [\n            \"ethereum\"\n        ],\n        \"tokenDetails\": {\n            \"ethereum\": {\n                \"contractAddress\": \"0x853d955acef822db058eb8505911ed77f175b99e\",\n                \"decimals\": 18\n            }\n        },\n        \"depositOffline\": false,\n        \"settleOffline\": false\n    },\n    {\n        \"coin\": \"LOOKS\",\n        \"networks\": [\n            \"ethereum\"\n        ],\n        \"name\": \"Looks Rare Token\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": [\n            \"ethereum\"\n        ],\n        \"tokenDetails\": {\n            \"ethereum\": {\n                \"contractAddress\": \"0xf4d2888d29d722226fafa5d9b24f9164c092421e\",\n                \"decimals\": 18\n            }\n        },\n        \"depositOffline\": false,\n        \"settleOffline\": false\n    },\n    {\n        \"coin\": \"XRP\",\n        \"networks\": [\n            \"ripple\"\n        ],\n        \"mainnet\": \"ripple\",\n        \"name\": \"XRP\",\n        \"hasMemo\": true,\n        \"fixedOnly\": false,\n        \"variableOnly\": false,\n        \"depositOffline\": false,\n        \"settleOffline\": false\n    },\n    {\n        \"coin\": \"SAND\",\n        \"networks\": [\n            \"ethereum\"\n        ],\n        \"name\": \"The Sandbox\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": [\n            \"ethereum\"\n        ],\n        \"tokenDetails\": {\n            \"ethereum\": {\n                \"contractAddress\": \"0x3845badAde8e6dFF049820680d1F14bD3903a5d0\",\n                \"decimals\": 18\n            }\n        },\n        \"depositOffline\": false,\n        \"settleOffline\": false\n    },\n    {\n        \"coin\": \"PAXG\",\n        \"networks\": [\n            \"ethereum\"\n        ],\n        \"name\": \"Paxos Gold\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": [\n            \"ethereum\"\n        ],\n        \"tokenDetails\": {\n            \"ethereum\": {\n                \"contractAddress\": \"0x45804880de22913dafe09f4980848ece6ecbaf78\",\n                \"decimals\": 18\n            }\n        },\n        \"depositOffline\": true,\n        \"settleOffline\": true\n    },\n    {\n        \"coin\": \"CHZ\",\n        \"networks\": [\n            \"ethereum\"\n        ],\n        \"name\": \"Chilliz\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": [\n            \"ethereum\"\n        ],\n        \"tokenDetails\": {\n            \"ethereum\": {\n                \"contractAddress\": \"0x3506424f91fd33084466f402d5d97f05f8e3b4af\",\n                \"decimals\": 18\n            }\n        },\n        \"depositOffline\": false,\n        \"settleOffline\": false\n    },\n    {\n        \"coin\": \"AXS\",\n        \"networks\": [\n            \"ethereum\"\n        ],\n        \"name\": \"Axie Infinity\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": [\n            \"ethereum\"\n        ],\n        \"tokenDetails\": {\n            \"ethereum\": {\n                \"contractAddress\": \"0xbb0e17ef65f82ab018d8edd776e8dd940327b28b\",\n                \"decimals\": 18\n            }\n        },\n        \"depositOffline\": false,\n        \"settleOffline\": false\n    },\n    {\n        \"coin\": \"SRM\",\n        \"networks\": [\n            \"ethereum\"\n        ],\n        \"name\": \"Serum\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": [\n            \"ethereum\"\n        ],\n        \"tokenDetails\": {\n            \"ethereum\": {\n                \"contractAddress\": \"0x476c5e26a75bd202a9683ffd34359c0cc15be0ff\",\n                \"decimals\": 6\n            }\n        },\n        \"depositOffline\": true,\n        \"settleOffline\": true\n    },\n    {\n        \"coin\": \"MIM\",\n        \"networks\": [\n            \"avax\"\n        ],\n        \"name\": \"Magic Internet Money\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": [\n            \"avax\"\n        ],\n        \"tokenDetails\": {\n            \"avax\": {\n                \"contractAddress\": \"0x130966628846bfd36ff31a822705796e8cb8c18d\",\n                \"decimals\": 18\n            }\n        },\n        \"depositOffline\": true,\n        \"settleOffline\": true\n    },\n    {\n        \"coin\": \"APE\",\n        \"networks\": [\n            \"ethereum\"\n        ],\n        \"name\": \"ApeCoin\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": [\n            \"ethereum\"\n        ],\n        \"tokenDetails\": {\n            \"ethereum\": {\n                \"contractAddress\": \"0x4d224452801ACEd8B2F0aebE155379bb5D594381\",\n                \"decimals\": 18\n            }\n        },\n        \"depositOffline\": false,\n        \"settleOffline\": false\n    },\n    {\n        \"coin\": \"SLP\",\n        \"networks\": [\n            \"ethereum\"\n        ],\n        \"name\": \"Smooth Love Potion\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": [\n            \"ethereum\"\n        ],\n        \"tokenDetails\": {\n            \"ethereum\": {\n                \"contractAddress\": \"0xcc8fa225d80b9c7d42f96e9570156c65d6caaa25\",\n                \"decimals\": 0\n            }\n        },\n        \"depositOffline\": true,\n        \"settleOffline\": true\n    },\n    {\n        \"coin\": \"SUSHI\",\n        \"networks\": [\n            \"ethereum\"\n        ],\n        \"name\": \"Sushi\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": [\n            \"ethereum\"\n        ],\n        \"tokenDetails\": {\n            \"ethereum\": {\n                \"contractAddress\": \"0x6b3595068778dd592e39a122f4f5a5cf09c90fe2\",\n                \"decimals\": 18\n            }\n        },\n        \"depositOffline\": false,\n        \"settleOffline\": false\n    },\n    {\n        \"coin\": \"DAI\",\n        \"networks\": [\n            \"ethereum\"\n        ],\n        \"name\": \"Dai\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": false,\n        \"tokenDetails\": {\n            \"ethereum\": {\n                \"contractAddress\": \"0x6b175474e89094c44da98b954eedeac495271d0f\",\n                \"decimals\": 18\n            }\n        },\n        \"depositOffline\": false,\n        \"settleOffline\": false\n    },\n    {\n        \"coin\": \"XAI\",\n        \"networks\": [\n            \"internal\",\n            \"ethereum\"\n        ],\n        \"name\": \"SideShift Token\",\n        \"hasMemo\": false,\n        \"fixedOnly\": false,\n        \"variableOnly\": [\n            \"ethereum\"\n        ],\n        \"tokenDetails\": {\n            \"ethereum\": {\n                \"contractAddress\": \"0x35e78b3982e87ecfd5b3f3265b601c046cdbe232\",\n                \"decimals\": 18\n            }\n        },\n        \"depositOffline\": false,\n        \"settleOffline\": false\n    }\n]"}],"_postman_id":"5dd7cc07-5f24-45c3-8961-a6323219a9dd"},{"name":"coin icon","id":"5c7d6fad-b43c-4d1e-b8f2-053495cc5264","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sideshift.ai/api/v2/coins/icon/usdt-ethereum","description":"<p>Returns the icon of the coin in svg format.</p>\n<p>The coin can be <code>coin-network</code> or if <code>network</code> is omitted, it will default to the <code>mainnet</code>. E.g <code>btc-bitcoin</code>, <code>btc-mainnet</code> or <code>btc</code> all return the BTC on chain logo. <code>btc-liquid</code> return the Liquid BTC logo.</p>\n","urlObject":{"protocol":"https","path":["api","v2","coins","icon","usdt-ethereum"],"host":["sideshift","ai"],"query":[],"variable":[]}},"response":[{"id":"9c85ae80-f996-4735-a451-3907743648fe","name":"coin icon","originalRequest":{"method":"GET","header":[],"url":"https://sideshift.ai/api/v2/coins/icon/usdt-ethereum"},"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"image/svg","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"5c7d6fad-b43c-4d1e-b8f2-053495cc5264"},{"name":"permissions","id":"dcfc206e-0bff-4b5d-b36d-3fb5f655ac7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sideshift.ai/api/v2/permissions","description":"<p>Returns whether or not the user is allowed to create shifts on SideShift.ai. Learn <a href=\"https://help.sideshift.ai/en/articles/2874595-why-am-i-blocked-from-using-sideshift-ai\">more</a>.</p>\n","urlObject":{"protocol":"https","path":["api","v2","permissions"],"host":["sideshift","ai"],"query":[],"variable":[]}},"response":[{"id":"b0e053c9-982f-4940-b5c5-b650e3ca2f2d","name":"permissions","originalRequest":{"method":"GET","header":[],"url":"https://sideshift.ai/api/v2/permissions"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"createShift\": false\n}"}],"_postman_id":"dcfc206e-0bff-4b5d-b36d-3fb5f655ac7d"},{"name":"pair","id":"aaf2b4f5-91c7-4ca1-b11c-548e274a7bcb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sideshift.ai/api/v2/pair/btc-lightning/usdt-polygon?amount=0.1","description":"<p>Returns the minimum and maximum deposit amount and the rate for a pair of coins.</p>\n<p><code>from</code> and <code>to</code> can be <code>coin-network</code> or if <code>network</code> is omitted, it will default to the <code>mainnet</code>. E.g <code>eth-ethereum</code>, <code>eth-mainnet</code> or <code>eth</code> all refer to ETH on the Ethereum network. <code>eth-arbitrum</code> refers to ETH on Arbitrum network.</p>\n<p>The rate is determined after incorporating network fees. Without specifying an <code>amount</code>, the system will assume a deposit value of <code>500 USD</code>. This can be adjusted by adding the <code>amount</code> query parameter.</p>\n<p><strong>Example:</strong></p>\n<ul>\n<li>BTC price: 30000 USD</li>\n<li>USDT price: 1 USD</li>\n<li>depositCoin: USDT</li>\n<li>depositNetwork: ethereum</li>\n<li>settleCoin: BTC</li>\n<li>USDT receiving fee: 10 USD</li>\n<li>BTC sending fee: 5 USD</li>\n<li>Default deposit amount: 500 USD</li>\n</ul>\n<p><strong><code>/pair/usdt-eth/btc</code></strong></p>\n<p>Without specifying the amount at the endpoint, we can calculate the rate as follows:</p>\n<p>Rate X = ( default deposit amount - (USDT receiving fee + BTC sending fee) / default deposit amount) / BTC price<br />Rate X = 0.000032333333333</p>\n<p><strong><code>/pair/usdt-eth/btc?amount=10000</code></strong></p>\n<p>With a specified amount at the endpoint, such as 10000, we can calculate the rate as follows:</p>\n<p>Rate Y = ( specified amount - (USDT receiving fee + BTC sending fee) / specified amount) / BTC price<br />Rate Y = 0.000033283333333</p>\n<p>With a specified amount of 10000, the rate is higher. This is because the 15 USD combined network fee has a reduced impact on larger shifts, making it less significant in the overall cost of the 500 USD shift.</p>\n","urlObject":{"protocol":"https","path":["api","v2","pair","btc-lightning","usdt-polygon"],"host":["sideshift","ai"],"query":[{"key":"amount","value":"0.1"}],"variable":[]}},"response":[{"id":"14d6cf49-1e61-4316-bcde-4f0146ef327d","name":"pair","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://sideshift.ai/api/v2/pair/btc-lightning/usdt-polygon?amount=1","protocol":"https","host":["sideshift","ai"],"path":["api","v2","pair","btc-lightning","usdt-polygon"],"query":[{"key":"amount","value":"1","type":"text"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"min\": \"0.00044795\",\n    \"max\": \"0.89589107\",\n    \"rate\": \"21939.576770036362\",\n    \"depositCoin\": \"BTC\",\n    \"settleCoin\": \"USDT\",\n    \"depositNetwork\": \"lightning\",\n    \"settleNetwork\": \"polygon\"\n}"}],"_postman_id":"aaf2b4f5-91c7-4ca1-b11c-548e274a7bcb"},{"name":"pairs","id":"25b775a1-9444-4f3e-b59f-bb0ee122dd61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sideshift.ai/api/v2/pairs?pairs=btc-mainnet,usdc-bsc,bch,bch-smartbch","description":"<p>Returns the minimum and maximum deposit amount and the rate for every possible pair of coins listed in the query string.</p>\n","urlObject":{"protocol":"https","path":["api","v2","pairs"],"host":["sideshift","ai"],"query":[{"key":"pairs","value":"btc-mainnet,usdc-bsc,bch,bch-smartbch"}],"variable":[]}},"response":[{"id":"53cdfc2d-76d6-40a1-be75-14b720f91ac0","name":"pairs","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://sideshift.ai/api/v2/pairs?pairs=btc-mainnet,usdc-bsc,bch,bch-smartbch","protocol":"https","host":["sideshift","ai"],"path":["api","v2","pairs"],"query":[{"key":"pairs","value":"btc-mainnet,usdc-bsc,bch,bch-smartbch"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"depositCoin\": \"BTC\",\n        \"settleCoin\": \"USDC\",\n        \"depositNetwork\": \"bitcoin\",\n        \"settleNetwork\": \"bsc\",\n        \"min\": \"0.00044941\",\n        \"max\": \"0.87408996\",\n        \"rate\": \"21887.563045788374\"\n    },\n    {\n        \"depositCoin\": \"BTC\",\n        \"settleCoin\": \"BCH\",\n        \"depositNetwork\": \"bitcoin\",\n        \"settleNetwork\": \"bitcoincash\",\n        \"min\": \"0.00044941\",\n        \"max\": \"1.79774967\",\n        \"rate\": \"175.13482901067\"\n    },\n    {\n        \"depositCoin\": \"BTC\",\n        \"settleCoin\": \"BCH\",\n        \"depositNetwork\": \"bitcoin\",\n        \"settleNetwork\": \"smartbch\",\n        \"min\": \"0.00044941\",\n        \"max\": \"0.81547875\",\n        \"rate\": \"175.134828640695\"\n    },\n    {\n        \"depositCoin\": \"USDC\",\n        \"settleCoin\": \"BTC\",\n        \"depositNetwork\": \"bsc\",\n        \"settleNetwork\": \"bitcoin\",\n        \"min\": \"12.992790370284\",\n        \"max\": \"40103.648762886316\",\n        \"rate\": \"0.000043872537\"\n    },\n    {\n        \"depositCoin\": \"USDC\",\n        \"settleCoin\": \"BCH\",\n        \"depositNetwork\": \"bsc\",\n        \"settleNetwork\": \"bitcoincash\",\n        \"min\": \"10.025301211639\",\n        \"max\": \"40103.648762886316\",\n        \"rate\": \"0.007841029355\"\n    },\n    {\n        \"depositCoin\": \"USDC\",\n        \"settleCoin\": \"BCH\",\n        \"depositNetwork\": \"bsc\",\n        \"settleNetwork\": \"smartbch\",\n        \"min\": \"10.025301211639\",\n        \"max\": \"18191.450117929832\",\n        \"rate\": \"0.007841029358\"\n    },\n    {\n        \"depositCoin\": \"BCH\",\n        \"settleCoin\": \"BTC\",\n        \"depositNetwork\": \"bitcoincash\",\n        \"settleNetwork\": \"bitcoin\",\n        \"min\": \"0.10000718\",\n        \"max\": \"320.55538026\",\n        \"rate\": \"0.005482784285\"\n    },\n    {\n        \"depositCoin\": \"BCH\",\n        \"settleCoin\": \"USDC\",\n        \"depositNetwork\": \"bitcoincash\",\n        \"settleNetwork\": \"bsc\",\n        \"min\": \"0.08013396\",\n        \"max\": \"155.85831775\",\n        \"rate\": \"122.463657260154\"\n    },\n    {\n        \"depositCoin\": \"BCH\",\n        \"settleCoin\": \"BCH\",\n        \"depositNetwork\": \"bitcoincash\",\n        \"settleNetwork\": \"smartbch\",\n        \"min\": \"0.08013396\",\n        \"max\": \"145.40739783\",\n        \"rate\": \"0.979901634074\"\n    },\n    {\n        \"depositCoin\": \"BCH\",\n        \"settleCoin\": \"BTC\",\n        \"depositNetwork\": \"smartbch\",\n        \"settleNetwork\": \"bitcoin\",\n        \"min\": \"0.100007183832\",\n        \"max\": \"320.555380258763\",\n        \"rate\": \"0.005482784281\"\n    },\n    {\n        \"depositCoin\": \"BCH\",\n        \"settleCoin\": \"USDC\",\n        \"depositNetwork\": \"smartbch\",\n        \"settleNetwork\": \"bsc\",\n        \"min\": \"0.080133961404\",\n        \"max\": \"155.85831774617\",\n        \"rate\": \"122.463657262452\"\n    },\n    {\n        \"depositCoin\": \"BCH\",\n        \"settleCoin\": \"BCH\",\n        \"depositNetwork\": \"smartbch\",\n        \"settleNetwork\": \"bitcoincash\",\n        \"min\": \"0.080133961404\",\n        \"max\": \"320.555380258763\",\n        \"rate\": \"0.979901633678\"\n    }\n]"}],"_postman_id":"25b775a1-9444-4f3e-b59f-bb0ee122dd61"},{"name":"bulk shifts","id":"d8ccfefc-c0a5-4a9b-81c9-8c4185e92692","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sideshift.ai/api/v2/shifts?ids=f173118220f1461841da,dda3867168da23927b62","description":"<p>Returns the shift data for every <code>shiftId</code> listed in the query string.</p>\n","urlObject":{"protocol":"https","path":["api","v2","shifts"],"host":["sideshift","ai"],"query":[{"key":"ids","value":"f173118220f1461841da,dda3867168da23927b62"}],"variable":[]}},"response":[{"id":"43c8a814-0bdc-4373-8f61-ff1471b19345","name":"bulk shifts","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://sideshift.ai/api/v2/shifts?ids=f173118220f1461841da,dda3867168da23927b62","protocol":"https","host":["sideshift","ai"],"path":["api","v2","shifts"],"query":[{"key":"ids","value":"f173118220f1461841da,dda3867168da23927b62"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n    \"id\": f173118220f1461841da,\n    \"createdAt\": \"2022-06-14T10:58:44.868Z\",\n    \"depositCoin\": \"LTC\",\n    \"settleCoin\": \"BTC\",\n    \"depositNetwork\": \"litecoin\",\n    \"settleNetwork\": \"bitcoin\",\n    \"depositAddress\": \"MRHrYyu9H5dFXvqHcUMfY3h7Nsyt1dhR5T\",\n    \"settleAddress\": \"3213dAuUQB9CFK1s9vUJLSmhTxdHPSCRne\",\n    \"depositMin\": \"0.28164145\",\n    \"depositMax\": \"902.69693964\",\n    \"type\": \"variable\",\n    \"depositAmount\": \"1.34673526\",\n    \"settleAmount\": \"0.00256814\",\n    \"expiresAt\": \"2022-06-21T10:58:44.818Z\",\n    \"status\": \"settled\",\n    \"updatedAt\": \"2022-06-14T11:00:16.437Z\",\n    \"depositHash\": \"f3140b39b1e5ab28332ffc6108bf469907ecf4b339001179d277ac38aa08d732\",\n    \"settleHash\": \"4d079bdb671716563796706e383aa3d9135b123f8f238ae1e39c836fe89f87a6\",\n    \"depositReceivedAt\": \"2022-06-14T10:59:17.182Z\",\n    \"rate\": \"0.001906937522\"\n    },\n    {\n        \"id\": dda3867168da23927b62,\n        \"createdAt\": \"2022-06-14T11:29:11.661Z\",\n        \"depositCoin\": \"BTC\",\n        \"settleCoin\": \"BCH\",\n        \"depositNetwork\": \"bitcoin\",\n        \"settleNetwork\": \"bitcoincash\",\n        \"depositAddress\": \"19dENFt4wVwos6xtgwStA6n8bbA57WCS58\",\n        \"settleAddress\": \"bitcoincash:qplfzeasde8cedsd4wq5zwnlp2qwtl7j25rf69kwkr\",\n        \"depositMin\": \"0.0013171\",\n        \"depositMax\": \"0.0013171\",\n        \"refundAddress\": \"19dENFt4wVwos6xtgwStA6n8bbA57WCS58\",\n        \"type\": \"fixed\",\n        \"quoteId\": \"459abd73-71cd-40ac-b4b0-58b90386ce53\",\n        \"depositAmount\": \"0.0013171\",\n        \"settleAmount\": \"0.2293151\",\n        \"expiresAt\": \"2022-06-14T11:44:09.386Z\",\n        \"status\": \"settled\",\n        \"updatedAt\": \"2022-06-14T11:31:26.068Z\",\n        \"depositHash\": \"e23491d7125c0ed36182a12b6eddeda0bed466a2239a6bd1f8838fe30dd38a96\",\n        \"settleHash\": \"d1cc670a82903aaf0de38dabde519b0c1e07b123456b3e5cd0f43e9d014cd4a7\",\n        \"depositReceivedAt\": \"2022-06-14T11:29:29.114Z\",\n        \"rate\": \"174.106066357908\"\n    }\n]"}],"_postman_id":"d8ccfefc-c0a5-4a9b-81c9-8c4185e92692"},{"name":"request quote","id":"3690a344-ec75-4a1c-9ec5-6dfded355637","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-sideshift-secret","value":"6c9d7e02b8281fe34df3daf98429f39a","type":"text"},{"key":"x-user-ip","value":"1.2.3.4","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"depositCoin\": \"btc\",\n    \"depositNetwork\": \"mainnet\",\n    \"settleCoin\": \"eth\",\n    \"settleNetwork\": \"ethereum\",\n    \"depositAmount\": \"10\",\n    \"settleAmount\": null,\n    \"affiliateId\": oTtUpnpVm,\n}\n"},"url":"https://sideshift.ai/api/v2/quotes","description":"<p>For fixed rate shifts, a quote should be requested first.</p>\n<p>A quote can be requested for either a <code>depositAmount</code> or a <code>settleAmount</code>.</p>\n<p>When defining non-native tokens like AXS and USDT for <code>depositCoin</code> and/or <code>settleCoin</code>, the <code>depositNetwork</code> and <code>settleNetwork</code> fields must also be specified. This also applies to native tokens like ETH that supports multiple networks.</p>\n<p><code>commissionRate</code> optional parameter can be used to offer a better rate for your users by reducing the affiliate commission paid by SideShift. If <code>commissionRate</code> is defined, <code>affiliateId</code> must be defined as well.</p>\n<p>If the API requests are sent from the integrations own server, the <code>x-user-ip</code> header must be set to the end-user IP address. Otherwise the requests will be blocked. See <code>Permissions</code> above.</p>\n<p>After the quote request, a fixed rate shift should be created using the `id` returned by the <code>/quotes</code> endpoint.</p>\n<p>A quote expires after <strong>15 minutes</strong>.</p>\n","urlObject":{"protocol":"https","path":["api","v2","quotes"],"host":["sideshift","ai"],"query":[],"variable":[]}},"response":[{"id":"0029913c-ca8c-43ba-9787-9c40d8bf9b78","name":"request quote","originalRequest":{"method":"POST","header":[{"key":"x-sideshift-secret","value":"2d880aab08340f43c3803515f19a0ebf","type":"text"},{"key":"x-user-ip","value":"1.2.3.4","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"depositCoin\": \"eth\",\n    \"depositNetwork\": \"arbitrum\",\n    \"settleCoin\": \"eth\",\n    \"settleNetwork\": \"mainnet\",\n    \"depositAmount\": \"0.14364577\",\n    \"settleAmount\": null,\n    \"affiliateId\": \"YQMi62XMb\"\n}\n"},"url":"https://sideshift.ai/api/v2/quotes"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"459abd73-71cd-40ac-b4b0-58b90386ce53\",\n    \"createdAt\": \"2022-06-14T11:45:03.365Z\",\n    \"depositCoin\": \"ETH\",\n    \"settleCoin\": \"ETH\",\n    \"depositNetwork\": \"arbitrum\",\n    \"settleNetwork\": \"ethereum\",\n    \"expiresAt\": \"2022-06-14T12:00:03.365Z\",\n    \"depositAmount\": \"0.14364577\",\n    \"settleAmount\": \"0.14002146\",\n    \"rate\": \"0.974769114329\",\n    \"affiliateId\": \"YQMi62XMb\",\n}"}],"_postman_id":"3690a344-ec75-4a1c-9ec5-6dfded355637"},{"name":"create fixed shift","id":"f8faf05a-1043-46ea-9228-1ff4d942509d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-sideshift-secret","value":"\"2d880aab08340f43c3803515f19a0ebf\"","type":"text"},{"key":"x-user-ip","value":"1.2.3.4","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"settleAddress\": \"0x0123456789B57d85F8BccCFf3fE3cf5a74E97b73\",\n    \"affiliateId\": \"YQMi62XMb\",\n    \"quoteId\": \"459abd73-71cd-40ac-b4b0-58b90386ce53\",\n    \"refundAddress\": \"0x0123456789B57d85F8BccCFf3fE3cf5a74E97b73\"\n}\n"},"url":"https://sideshift.ai/api/v2/shifts/fixed","description":"<p>After requesting a quote, use the <code>quoteId</code> to create a fixed rate shift with the quote. The <code>affiliateId</code> must match the one used to request the quote.</p>\n<p>For fixed rate shifts, a deposit of exactly the amount of <code>depositAmount</code> must be made before the <code>expiresAt</code> timestamp, otherwise the deposit will be refunded.</p>\n<p>For shifts that return a <code>depositMemo</code>, the deposit transaction must include this memo, otherwise the deposit might be lost.</p>\n<p>For shifts settling in coins where <code>hasMemo</code> is <code>true</code> in the <code>/coins</code> endpoint, API users are allowed to specify a <code>settleMemo</code> field, for example <code>\"settleMemo\": \"123343245\"</code>.</p>\n<p><code>x-sideshift-secret</code> header is optional, but required in order to make <a href=\"https://sideshift.ai/hooks\">webhooks</a> work. It can be obtained from the <a href=\"https://sideshift.ai/account\">account page</a> under the account secret.</p>\n<p><code>refundAddress</code> and <code>refundMemo</code> are optional, if not defined, user will be prompted to enter a refund address manually on the SideShift.ai order page if the shift needs to be refunded. NOTE: SideShift.ai cannot refund BTC on the lightning network, only on chain. Therefore on chain BTC addresses can be provided as <code>refundAddress</code> for lightning deposits.</p>\n<p>If the API requests are sent from the integrations own server, the <code>x-user-ip</code> header must be set to the end-user IP address. Otherwise the requests will be blocked. See <code>Permissions</code> above.</p>\n<p><code>averageShiftSeconds</code> represent the average time in seconds it takes for SideShift to process a shift once the users deposit in <strong>confirmed</strong> in the blockchain</p>\n","urlObject":{"protocol":"https","path":["api","v2","shifts","fixed"],"host":["sideshift","ai"],"query":[],"variable":[]}},"response":[{"id":"e155e28f-3fd3-47b7-a9ab-ac7ccce98287","name":"create fixed shift","originalRequest":{"method":"POST","header":[{"key":"x-sideshift-secret","value":"2d880aab08340f43c3803515f19a0ebf","type":"text"},{"key":"x-user-ip","value":"1.2.3.4","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"settleAddress\": \"0x0123456789B57d85F8BccCFf3fE3cf5a74E97b73\",\n    \"affiliateId\": \"YQMi62XMb\",\n    \"quoteId\": \"459abd73-71cd-40ac-b4b0-58b90386ce53\",\n    \"refundAddress\": \"0x0123456789B57d85F8BccCFf3fE3cf5a74E97b73\"\n}\n"},"url":"https://sideshift.ai/api/v2/shifts/fixed"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n        \"id\": dda3867168da23927b62,\n        \"createdAt\": \"2022-06-14T11:29:11.661Z\",\n        \"depositCoin\": \"ETH\",\n        \"settleCoin\": \"ETH\",\n        \"depositNetwork\": \"arbitrum\",\n        \"settleNetwork\": \"ethereum\",\n        \"depositAddress\": \"0x9876543210B57d85F8BccCFf3fE3cf5a74E97b37\",\n        \"settleAddress\": \"0x0123456789B57d85F8BccCFf3fE3cf5a74E97b73\",\n        \"depositMin\": \"0.0013171\",\n        \"depositMax\": \"0.0013171\",\n        \"refundAddress\": \"0x0123456789B57d85F8BccCFf3fE3cf5a74E97b73\",\n        \"type\": \"fixed\",\n        \"quoteId\": \"459abd73-71cd-40ac-b4b0-58b90386ce53\",\n        \"depositAmount\": \"0.0013171\",\n        \"settleAmount\": \"0.2293151\",\n        \"expiresAt\": \"2022-06-14T11:44:09.386Z\",\n        \"status\": \"waiting\",\n        \"updatedAt\": \"2022-06-14T11:31:26.068Z\",\n        \"rate\": \"174.106066357908\",\n        \"averageShiftSeconds\": \"70.20567\"\n    }"}],"_postman_id":"f8faf05a-1043-46ea-9228-1ff4d942509d"},{"name":"create variable shift","id":"de7ea10d-06ad-464f-9bf0-a03bc6d32c1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-sideshift-secret","value":"\"2d880aab08340f43c3803515f19a0ebf\"","type":"text"},{"key":"x-user-ip","value":"1.2.3.4","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"settleAddress\": \"3213dAuUQB9CFK1s9vUJLSmhTxdHPSCRne\",\n    \"refundAddress\": \"MRHrYyu9H5dFXvqHcUMfY3h7Nsyt1dhR5T\",\n    \"affiliateId\": \"YQMi62XMb\",\n    \"depositCoin\": \"btc\",\n    \"settleCoin\": \"ltc\",\n    \"depositNetwork\": \"mainnet\",\n    \"settleNetwork\": null\n}\n","options":{"raw":{"language":"json"}}},"url":"https://sideshift.ai/api/v2/shifts/variable","description":"<p>For variable rate shifts, the settlement rate is determined when the user's deposit is received.</p>\n<p>For shifts that return a <code>depositMemo</code>, the deposit transaction must include this memo, otherwise the deposit might be lost.</p>\n<p>For shifts settling in coins where <code>hasMemo</code> is <code>true</code> in the <code>/coins</code> endpoint, API users are allowed to specify a <code>settleMemo</code> field, for example <code>\"settleMemo\": \"123343245\"</code>.</p>\n<p>When defining non-native tokens like AXS and USDT for <code>depositCoin</code> and/or <code>settleCoin</code>, the <code>depositNetwork</code> and <code>settleNetwork</code> fields must also be specified. This also applies to native tokens like ETH that supports multiple networks.</p>\n<p><code>x-sideshift-secret</code> header is optional, but required in order to make <a href=\"https://sideshift.ai/hooks\">webhooks</a> work. It can be obtained from the <a href=\"https://sideshift.ai/account\">account page</a> under the account secret.</p>\n<p><code>refundAddress</code> and <code>refundMemo</code>are optional, if not defined, user will be prompted to enter a refund address manually on the SideShift.ai order page if the shift needs to be refunded. NOTE: SideShift.ai cannot refund BTC on the lightning network, only on chain. Therefore on chain BTC addresses can be provided as <code>refundAddress</code> for lightning deposits.</p>\n<p><code>commissionRate</code> optional parameter can be used to offer a better rate for your users by reducing the affiliate commission paid by SideShift. If <code>commissionRate</code> is defined, <code>affiliateId</code> must be defined as well.</p>\n<p>If the API requests are sent from the integrations own server, the <code>x-user-ip</code> header must be set to the end-user IP address. Otherwise the requests will be blocked. See <code>Permissions</code> above.</p>\n<p><code>averageShiftSeconds</code>: represent the average time in seconds it takes for SideShift to process a shift once the users deposit in <strong>confirmed</strong> in the blockchain</p>\n","urlObject":{"protocol":"https","path":["api","v2","shifts","variable"],"host":["sideshift","ai"],"query":[],"variable":[]}},"response":[{"id":"de881e87-d5a9-41d2-b5bf-ee1486b2aeb5","name":"create variable shift","originalRequest":{"method":"POST","header":[{"key":"x-sideshift-secret","value":"2d880aab08340f43c3803515f19a0ebf","type":"text"},{"key":"x-user-ip","value":"1.2.3.4","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"settleAddress\": \"3213dAuUQB9CFK1s9vUJLSmhTxdHPSCRne\",\n    \"refundAddress\": \"MRHrYyu9H5dFXvqHcUMfY3h7Nsyt1dhR5T\",\n    \"affiliateId\": \"YQMi62XMb\",\n    \"depositCoin\": \"btc\",\n    \"settleCoin\": \"ltc\"\n}\n","options":{"raw":{"language":"json"}}},"url":"https://sideshift.ai/api/v2/shifts/variable"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"de7ea10d-06ad-464f-9bf0-a03bc6d32c1a"},{"name":"shift","id":"047938b8-8610-4c94-a401-1be42a7ee764","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sideshift.ai/api/v2/shifts/f173118220f1461841da","description":"<p>Returns the shift data.</p>\n","urlObject":{"protocol":"https","path":["api","v2","shifts","f173118220f1461841da"],"host":["sideshift","ai"],"query":[],"variable":[]}},"response":[{"id":"77983db7-b239-433b-973e-500f5ce8b4ff","name":"shift","originalRequest":{"method":"GET","header":[],"url":"https://sideshift.ai/api/v2/shifts/f173118220f1461841da"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": f173118220f1461841da,\n    \"createdAt\": \"2022-06-14T10:58:44.868Z\",\n    \"depositCoin\": \"LTC\",\n    \"settleCoin\": \"BTC\",\n    \"depositNetwork\": \"litecoin\",\n    \"settleNetwork\": \"bitcoin\",\n    \"depositAddress\": \"MRHrYyu9H5dFXvqHcUMfY3h7Nsyt1dhR5T\",\n    \"settleAddress\": \"3213dAuUQB9CFK1s9vUJLSmhTxdHPSCRne\",\n    \"depositMin\": \"0.28164145\",\n    \"depositMax\": \"902.69693964\",\n    \"type\": \"variable\",\n    \"depositAmount\": \"1.34673526\",\n    \"settleAmount\": \"0.00256814\",\n    \"expiresAt\": \"2022-06-21T10:58:44.818Z\",\n    \"status\": \"settled\",\n    \"updatedAt\": \"2022-06-14T11:00:16.437Z\",\n    \"depositHash\": \"f3140b39b1e5ab28332ffc6108bf469907ecf4b339001179d277ac38aa08d732\",\n    \"settleHash\": \"4d079bdb671716563796706e383aa3d9135b123f8f238ae1e39c836fe89f87a6\",\n    \"depositReceivedAt\": \"2022-06-14T10:59:17.182Z\",\n    \"rate\": \"0.001906937522\",\n    \"averageShiftSeconds\": \"70.20567\"\n}"}],"_postman_id":"047938b8-8610-4c94-a401-1be42a7ee764"},{"name":"set refund address","id":"83b230aa-12f4-4516-bc16-7b2460c34b73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-sideshift-secret","value":"\"2d880aab08340f43c3803515f19a0ebf\"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"address\": \"0x0123456789B57d85F8BccCFf3fE3cf5a74E97b73\"\n}"},"url":"https://sideshift.ai/api/v2/shifts/f173118220f1461841da/set-refund-address","description":"<p>SideShift.ai cannot refund BTC on the lightning network, only on chain. Therefore on chain BTC addresses should be provided as <code>address</code> for lightning deposits.</p>\n","urlObject":{"protocol":"https","path":["api","v2","shifts","f173118220f1461841da","set-refund-address"],"host":["sideshift","ai"],"query":[],"variable":[]}},"response":[{"id":"afd48e66-740f-4e59-bc48-37dd85c90fa9","name":"set refund address","originalRequest":{"method":"POST","header":[{"key":"x-sideshift-secret","value":"\"2d880aab08340f43c3803515f19a0ebf\"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"address\": \"0x0123456789B57d85F8BccCFf3fE3cf5a74E97b73\"\n}"},"url":"https://sideshift.ai/api/v2/shifts/f173118220f1461841da/set-refund-address"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n        \"id\": dda3867168da23927b62,\n        \"createdAt\": \"2022-06-14T11:29:11.661Z\",\n        \"depositCoin\": \"ETH\",\n        \"settleCoin\": \"ETH\",\n        \"depositNetwork\": \"arbitrum\",\n        \"settleNetwork\": \"ethereum\",\n        \"depositAddress\": \"0x9876543210B57d85F8BccCFf3fE3cf5a74E97b37\",\n        \"settleAddress\": \"0x0123456789B57d85F8BccCFf3fE3cf5a74E97b73\",\n        \"depositMin\": \"0.0013171\",\n        \"depositMax\": \"0.0013171\",\n        \"refundAddress\": \"0x0123456789B57d85F8BccCFf3fE3cf5a74E97b73\",\n        \"type\": \"fixed\",\n        \"quoteId\": \"459abd73-71cd-40ac-b4b0-58b90386ce53\",\n        \"depositAmount\": \"0.0013171\",\n        \"settleAmount\": \"0.2293151\",\n        \"expiresAt\": \"2022-06-14T11:44:09.386Z\",\n        \"status\": \"refund\",\n        \"updatedAt\": \"2022-06-14T11:31:26.068Z\",\n        \"depositHash\": \"0x76988a123ce6901f54faf4eed745469967eb1234a753f223f54cfd234e6f61cb\",\n        \"depositReceivedAt\": \"2022-05-23T09:14:11.874Z\",\n        \"rate\": \"174.106066357908\"\n    }"}],"_postman_id":"83b230aa-12f4-4516-bc16-7b2460c34b73"},{"name":"XAI stats","id":"5d796c1a-059d-4113-8610-cc5521690ac8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sideshift.ai/api/v2/xai/stats","description":"<p>Returns the statistics about XAI coin, including it's current USD price.</p>\n","urlObject":{"path":["v2","xai","stats"],"host":["https://sideshift.ai/api"],"query":[],"variable":[]}},"response":[{"id":"cf49081c-02c4-43ef-a39a-fb11ba2a495c","name":"XAI stats","originalRequest":{"method":"GET","header":[],"url":"https://sideshift.ai/api/v2/xai/stats"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"totalSupply\": 210000000,\n    \"circulatingSupply\": \"42389362\",\n    \"numberOfStakers\": 690,\n    \"latestAnnualPercentageYield\": \"24.97\",\n    \"latestDistributedXai\": \"17988.59\",\n    \"totalStaked\": \"29495408.89\",\n    \"averageAnnualPercentageYield\": \"20.97\",\n    \"totalValueLocked\": \"5765723.10616519139933\",\n    \"totalValueLockedRatio\": \"1.44\",\n    \"xaiPriceUsd\": \"0.199477101495\"\n}"}],"_postman_id":"5d796c1a-059d-4113-8610-cc5521690ac8"},{"name":"Account","id":"2b7ebf92-1406-416c-a4ce-5730aa27620f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-sideshift-secret","value":"\"2d880aab08340f43c3803515f19a0ebf\"","type":"text"}],"url":"https://sideshift.ai/api/v2/account","description":"<p>Returns the data related to an account. In order to get the data, send the account secret in the <code>x-sideshift-secret</code> header.</p>\n","urlObject":{"path":["v2","account"],"host":["https://sideshift.ai/api"],"query":[],"variable":[]}},"response":[{"id":"9683e50d-4dbc-4f9f-b211-86bdce8eea2d","name":"Account","originalRequest":{"method":"GET","header":[{"key":"x-sideshift-secret","value":"\"2d880aab08340f43c3803515f19a0ebf\"","type":"text"}],"url":{"raw":"https://sideshift.ai/api/v1/account","host":["https://sideshift.ai/api"],"path":["v1","account"],"query":[{"key":"","value":"","disabled":true}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"YQMi62XMb\",\n    \"lifetimeStakingRewards\": \"89190.63\",\n    \"unstaking\": \"0\",\n    \"staked\": \"1079394.1646\",\n    \"available\": \"43034.51598382\",\n    \"totalBalance\": \"1122428.68058382\"\n}"}],"_postman_id":"2b7ebf92-1406-416c-a4ce-5730aa27620f"},{"name":"recent shifts","id":"e7918952-a820-4739-84c5-87018c04ab48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sideshift.ai/api/v2/recent-shifts","description":"<p>Returns the 10 most recent completed shifts. Use query param <code>limit</code> to change the number of recent shifts returned. <code>limit</code> must be between 1-100.</p>\n<p>Note: To preserve users privacy, shifts involving privacy coins will return <code>null</code> for both deposit and settle amount.</p>\n","urlObject":{"protocol":"https","path":["api","v2","recent-shifts"],"host":["sideshift","ai"],"query":[],"variable":[]}},"response":[{"id":"cb3dc7f2-6eec-4e50-8330-e03f4c54badc","name":"recent shifts","originalRequest":{"method":"GET","header":[],"url":"https://sideshift.ai/api/v2/recent-shifts"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"createdAt\": \"2022-06-22T10:29:15.559Z\",\n        \"depositCoin\": \"XMR\",\n        \"depositNetwork\": \"monero\",\n        \"settleCoin\": \"ETH\",\n        \"settleNetwork\": \"ethereum\"\n    },\n    {\n        \"createdAt\": \"2022-06-22T10:23:25.513Z\",\n        \"depositCoin\": \"BTC\",\n        \"depositNetwork\": \"bitcoin\",\n        \"settleCoin\": \"ZEC\",\n        \"settleNetwork\": \"zcash\"\n    },\n    {\n        \"createdAt\": \"2022-06-22T10:19:27.188Z\",\n        \"depositCoin\": \"BTC\",\n        \"depositNetwork\": \"bitcoin\",\n        \"depositAmount\": \"0.14414308\",\n        \"settleCoin\": \"USDC\",\n        \"settleNetwork\": \"ethereum\",\n        \"settleAmount\": \"2882.238158\"\n    },\n    {\n        \"createdAt\": \"2022-06-22T10:25:24.653Z\",\n        \"depositCoin\": \"BTC\",\n        \"depositNetwork\": \"bitcoin\",\n        \"depositAmount\": \"0.01628658\",\n        \"settleCoin\": \"ETH\",\n        \"settleNetwork\": \"ethereum\",\n        \"settleAmount\": \"0.29942282\"\n    },\n    {\n        \"createdAt\": \"2022-06-22T10:22:51.635Z\",\n        \"depositCoin\": \"BTC\",\n        \"depositNetwork\": \"bitcoin\",\n        \"depositAmount\": \"0.00504956\",\n        \"settleCoin\": \"USDT\",\n        \"settleNetwork\": \"ethereum\",\n        \"settleAmount\": \"99.946963\"\n    },\n    {\n        \"createdAt\": \"2022-06-22T10:22:52.358Z\",\n        \"depositCoin\": \"BTC\",\n        \"depositNetwork\": \"bitcoin\",\n        \"depositAmount\": \"0.00489262\",\n        \"settleCoin\": \"DASH\",\n        \"settleNetwork\": \"dash\",\n        \"settleAmount\": \"2.15545524\"\n    },\n    {\n        \"createdAt\": \"2022-06-22T10:29:39.033Z\",\n        \"depositCoin\": \"BNB\",\n        \"depositNetwork\": \"bsc\",\n        \"depositAmount\": \"0.2785\",\n        \"settleCoin\": \"MATIC\",\n        \"settleNetwork\": \"polygon\",\n        \"settleAmount\": \"143.31990619\"\n    },\n    {\n        \"createdAt\": \"2022-06-22T10:24:53.889Z\",\n        \"depositCoin\": \"SOL\",\n        \"depositNetwork\": \"solana\",\n        \"depositAmount\": \"3\",\n        \"settleCoin\": \"ETH\",\n        \"settleNetwork\": \"ethereum\",\n        \"settleAmount\": \"0.0950562\"\n    },\n    {\n        \"createdAt\": \"2022-06-22T10:19:58.000Z\",\n        \"depositCoin\": \"ETH\",\n        \"depositNetwork\": \"ethereum\",\n        \"depositAmount\": \"0.043359028556388769\",\n        \"settleCoin\": \"USDT\",\n        \"settleNetwork\": \"ethereum\",\n        \"settleAmount\": \"44.304538\"\n    },\n    {\n        \"createdAt\": \"2022-06-22T10:17:28.748Z\",\n        \"depositCoin\": \"BNB\",\n        \"depositNetwork\": \"bsc\",\n        \"depositAmount\": \"0.379998726847537933\",\n        \"settleCoin\": \"ETH\",\n        \"settleNetwork\": \"ethereum\",\n        \"settleAmount\": \"0.07290531\"\n    }\n]"}],"_postman_id":"e7918952-a820-4739-84c5-87018c04ab48"}],"id":"f7af3db9-0882-4a05-801e-ed4b85641f7f","_postman_id":"f7af3db9-0882-4a05-801e-ed4b85641f7f","description":""},{"name":"V1 - DEPRECATED","item":[{"name":"Fetch facts","id":"81e02401-f38f-4374-b0df-147c1c2c36e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sideshift.ai/api/v1/facts","description":"<p>Fetch facts, such as assets (currencies), deposit and settle methods</p>\n","urlObject":{"path":["v1","facts"],"host":["https://sideshift.ai/api"],"query":[],"variable":[]}},"response":[{"id":"9f5eb464-2f74-40f9-a2d8-0b0ea6f18477","name":"Fetch facts","originalRequest":{"method":"GET","header":[],"url":"https://sideshift.ai/api/v1/facts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"8485"},{"key":"ETag","value":"W/\"2125-3EHHQixVqVx0rCH8E1UXXtNI69I\""},{"key":"Date","value":"Thu, 10 Sep 2020 05:57:39 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"assets\": {\n        \"BTC\": {\n            \"id\": \"BTC\",\n            \"name\": \"Bitcoin\"\n        },\n        \"BCH\": {\n            \"id\": \"BCH\",\n            \"name\": \"Bitcoin Cash\"\n        },\n        \"LTC\": {\n            \"id\": \"LTC\",\n            \"name\": \"Litecoin\"\n        },\n        \"ZEC\": {\n            \"id\": \"ZEC\",\n            \"name\": \"Zcash\"\n        },\n        \"USDT\": {\n            \"id\": \"USDT\",\n            \"name\": \"Tether\"\n        },\n        \"XMR\": {\n            \"id\": \"XMR\",\n            \"name\": \"Monero\"\n        },\n        \"DASH\": {\n            \"id\": \"DASH\",\n            \"name\": \"Dash\"\n        },\n        \"ETC\": {\n            \"id\": \"ETC\",\n            \"name\": \"Ethereum Classic\"\n        },\n        \"ETH\": {\n            \"id\": \"ETH\",\n            \"name\": \"Ethereum\"\n        },\n        \"BNB\": {\n            \"id\": \"BNB\",\n            \"name\": \"Binance Coin\"\n        },\n        \"USDC\": {\n            \"id\": \"USDC\",\n            \"name\": \"USDC\"\n        },\n        \"DAI\": {\n            \"id\": \"DAI\",\n            \"name\": \"Dai\"\n        },\n        \"TUSD\": {\n            \"id\": \"TUSD\",\n            \"name\": \"TrueUSD\"\n        },\n        \"SAI\": {\n            \"id\": \"SAI\",\n            \"name\": \"Sai\"\n        },\n        \"SPANK\": {\n            \"id\": \"SPANK\",\n            \"name\": \"SpankChain\"\n        },\n        \"BSV\": {\n            \"id\": \"BSV\",\n            \"name\": \"Bitcoin (SV)\"\n        },\n        \"GRIN\": {\n            \"id\": \"GRIN\",\n            \"name\": \"Grincoin\"\n        },\n        \"GRS\": {\n            \"id\": \"GRS\",\n            \"name\": \"Groestlcoin\"\n        },\n        \"TBTC\": {\n            \"id\": \"TBTC\",\n            \"name\": \"Bitcoin Testnet\"\n        },\n        \"DOGE\": {\n            \"id\": \"DOGE\",\n            \"name\": \"Dogecoin\"\n        },\n        \"VIA\": {\n            \"id\": \"VIA\",\n            \"name\": \"Viacoin\"\n        },\n        \"PPC\": {\n            \"id\": \"PPC\",\n            \"name\": \"Peercoin\"\n        },\n        \"USD\": {\n            \"id\": \"USD\",\n            \"name\": \"US Dollar\"\n        },\n        \"OMNI\": {\n            \"id\": \"OMNI\",\n            \"name\": \"Omni Token\"\n        },\n        \"PAX\": {\n            \"id\": \"PAX\",\n            \"name\": \"Paxos Standard\"\n        },\n        \"BTC2\": {\n            \"id\": \"BTC2\",\n            \"name\": \"Bitcoin (Core Cash)\"\n        },\n        \"USDH\": {\n            \"id\": \"USDH\",\n            \"name\": \"HonestCoin\"\n        },\n        \"L-BCH\": {\n            \"id\": \"L-BCH\",\n            \"name\": \"Bitcoin Cash (Liquid)\"\n        },\n        \"SPICE\": {\n            \"id\": \"SPICE\",\n            \"name\": \"Spice Token\"\n        },\n        \"XLM\": {\n            \"id\": \"XLM\",\n            \"name\": \"Lumen\"\n        },\n        \"FOX\": {\n            \"id\": \"FOX\",\n            \"name\": \"ShapeShift\"\n        },\n        \"HNS\": {\n            \"id\": \"HNS\",\n            \"name\": \"Handshake\"\n        },\n        \"XAUT\": {\n            \"id\": \"XAUT\",\n            \"name\": \"XAUt\"\n        },\n        \"XTZ\": {\n            \"id\": \"XTZ\",\n            \"name\": \"Tezos\"\n        },\n        \"FTT\": {\n            \"id\": \"FTT\",\n            \"name\": \"FTX Token\"\n        },\n        \"SRM\": {\n            \"id\": \"SRM\",\n            \"name\": \"Serum\"\n        },\n        \"COMP\": {\n            \"id\": \"COMP\",\n            \"name\": \"Compound\"\n        },\n        \"SUSHI\": {\n            \"id\": \"SUSHI\",\n            \"name\": \"Sushi\"\n        },\n        \"YFI\": {\n            \"id\": \"YFI\",\n            \"name\": \"yearn.finance\"\n        },\n        \"UNI\": {\n            \"id\": \"UNI\",\n            \"name\": \"Uniswap\"\n        },\n        \"XAI\": {\n            \"id\": \"XAI\",\n            \"name\": \"SideShift Token\"\n        },\n        \"flexUSD\": {\n            \"id\": \"flexUSD\",\n            \"name\": \"flexUSD\"\n        },\n        \"WBTC\": {\n            \"id\": \"WBTC\",\n            \"name\": \"WBTC\"\n        },\n        \"SOL\": {\n            \"id\": \"SOL\",\n            \"name\": \"SOL\"\n        },\n        \"BUSD\": {\n            \"id\": \"BUSD\",\n            \"name\": \"BUSD\"\n        },\n        \"AVAX\": {\n            \"id\": \"AVAX\",\n            \"name\": \"Avalanche\"\n        },\n        \"AXS\": {\n            \"id\": \"AXS\",\n            \"name\": \"Axie Infinity\"\n        },\n        \"SLP\": {\n            \"id\": \"SLP\",\n            \"name\": \"Smooth Love Potion\"\n        },\n        \"XRP\": {\n            \"id\": \"XRP\",\n            \"name\": \"XRP\"\n        },\n        \"MATIC\": {\n            \"id\": \"MATIC\",\n            \"name\": \"Matic\"\n        },\n        \"FTM\": {\n            \"id\": \"FTM\",\n            \"name\": \"Fantom\"\n        },\n        \"SHIB\": {\n            \"id\": \"SHIB\",\n            \"name\": \"SHIBA INU\"\n        },\n        \"BAT\": {\n            \"id\": \"BAT\",\n            \"name\": \"Basic Attention Token\"\n        },\n        \"MIM\": {\n            \"id\": \"MIM\",\n            \"name\": \"Magic Internet Money\"\n        },\n        \"LUNA\": {\n            \"id\": \"LUNA\",\n            \"name\": \"Terra\"\n        },\n        \"UST\": {\n            \"id\": \"UST\",\n            \"name\": \"TerraUSD\"\n        },\n        \"LINK\": {\n            \"id\": \"LINK\",\n            \"name\": \"ChainLink\"\n        },\n        \"ADA\": {\n            \"id\": \"ADA\",\n            \"name\": \"Cardano\"\n        },\n        \"APE\": {\n            \"id\": \"APE\",\n            \"name\": \"ApeCoin\"\n        }\n    },\n    \"depositMethods\": {\n        \"flexusd\": {\n            \"asset\": \"flexUSD\",\n            \"displayName\": \"flexUSD\",\n            \"enabled\": false,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"slp\"\n        },\n        \"sai\": {\n            \"asset\": \"SAI\",\n            \"displayName\": \"Legacy SideShift Token\",\n            \"enabled\": false,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"ethereum\",\n            \"contractAddress\": \"0xf5b403abd806eff15b339909943e2c22ecbac54c\"\n        },\n        \"bch\": {\n            \"asset\": \"BCH\",\n            \"displayName\": \"Bitcoin Cash\",\n            \"enabled\": true,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"bitcoincash\"\n        },\n        \"ada\": {\n            \"asset\": \"ADA\",\n            \"displayName\": \"ADA\",\n            \"enabled\": true,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"cardano\"\n        },\n        \"polygon\": {\n            \"asset\": \"MATIC\",\n            \"displayName\": \"Matic\",\n            \"enabled\": true,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"polygon\"\n        },\n        \"btc\": {\n            \"asset\": \"BTC\",\n            \"displayName\": \"Bitcoin\",\n            \"enabled\": true,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"bitcoin\"\n        },\n        \"saibal\": {\n            \"asset\": \"XAI\",\n            \"displayName\": \"SideShift Token\",\n            \"enabled\": true,\n            \"invoice\": true,\n            \"invoiceRequiresAmount\": true\n        },\n        \"usdtla\": {\n            \"asset\": \"USDT\",\n            \"displayName\": \"Tether\",\n            \"enabled\": true,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"liquid\"\n        },\n        \"xtz\": {\n            \"asset\": \"XTZ\",\n            \"displayName\": \"Tezos\",\n            \"enabled\": false,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"tezos\"\n        },\n        \"tbtc\": {\n            \"asset\": \"TBTC\",\n            \"displayName\": \"Bitcoin Testnet\",\n            \"enabled\": false,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"tbtc\"\n        },\n        \"matic\": {\n            \"asset\": \"MATIC\",\n            \"displayName\": \"Matic\",\n            \"enabled\": true,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"ethereum\",\n            \"contractAddress\": \"0x7d1afa7b718fb893db30a3abc0cfc608aacfebb0\"\n        },\n        \"slp\": {\n            \"asset\": \"SLP\",\n            \"displayName\": \"Smooth Love Potion\",\n            \"enabled\": true,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"ethereum\",\n            \"contractAddress\": \"0xcc8fa225d80b9c7d42f96e9570156c65d6caaa25\"\n        },\n        \"axs\": {\n            \"asset\": \"AXS\",\n            \"displayName\": \"Axie Infinity\",\n            \"enabled\": true,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"ethereum\",\n            \"contractAddress\": \"0xbb0e17ef65f82ab018d8edd776e8dd940327b28b\"\n        },\n        \"yfi\": {\n            \"asset\": \"YFI\",\n            \"displayName\": \"yearn.finance\",\n            \"enabled\": true,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"ethereum\",\n            \"contractAddress\": \"0x0bc529c00c6401aef6d220be8c6ea1667f6ad93e\"\n        },\n        \"via\": {\n            \"asset\": \"VIA\",\n            \"displayName\": \"Viacoin\",\n            \"enabled\": false,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"via\"\n        },\n        \"eth\": {\n            \"asset\": \"ETH\",\n            \"displayName\": \"Ethereum\",\n            \"enabled\": true,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"ethereum\"\n        },\n        \"xaut\": {\n            \"asset\": \"XAUT\",\n            \"displayName\": \"Tether Gold\",\n            \"enabled\": true,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"ethereum\",\n            \"contractAddress\": \"0x68749665FF8D2d112Fa859AA293F07A622782F38\"\n        },\n        \"dash\": {\n            \"asset\": \"DASH\",\n            \"displayName\": \"Dash\",\n            \"enabled\": true,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"dash\"\n        },\n        \"pax\": {\n            \"asset\": \"PAX\",\n            \"displayName\": \"Paxos Standard\",\n            \"enabled\": false,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"ethereum\",\n            \"contractAddress\": \"0x8e870d67f660d95d5be530380d0ec0bd388289e1\"\n        },\n        \"bnb\": {\n            \"asset\": \"BNB\",\n            \"displayName\": \"Binance Coin\",\n            \"enabled\": false,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"ethereum\",\n            \"contractAddress\": \"0xB8c77482e45F1F44dE1745F52C74426C631bDD52\"\n        },\n        \"liquid\": {\n            \"asset\": \"BTC\",\n            \"displayName\": \"Bitcoin\",\n            \"enabled\": true,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"liquid\"\n        },\n        \"doge\": {\n            \"asset\": \"DOGE\",\n            \"displayName\": \"Dogecoin\",\n            \"enabled\": true,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"doge\"\n        },\n        \"ftt\": {\n            \"asset\": \"FTT\",\n            \"displayName\": \"FTX Token\",\n            \"enabled\": true,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"ethereum\",\n            \"contractAddress\": \"0x50d1c9771902476076ecfc8b2a83ad6b9355a4c9\"\n        },\n        \"link\": {\n            \"asset\": \"LINK\",\n            \"displayName\": \"LINK\",\n            \"enabled\": true,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"ethereum\",\n            \"contractAddress\": \"0x514910771af9ca656af840dff83e8264ecf986ca\"\n        },\n        \"mimavaxc\": {\n            \"asset\": \"MIM\",\n            \"displayName\": \"Magic Internet Money\",\n            \"enabled\": true,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"avax\",\n            \"contractAddress\": \"0x130966628846bfd36ff31a822705796e8cb8c18d\"\n        },\n        \"busd\": {\n            \"asset\": \"BUSD\",\n            \"displayName\": \"BUSD\",\n            \"enabled\": true,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"bsc\",\n            \"contractAddress\": \"0xe9e7cea3dedca5984780bafc599bd69add087d56\"\n        },\n        \"flexusdsb\": {\n            \"asset\": \"flexUSD\",\n            \"displayName\": \"flexUSD\",\n            \"enabled\": true,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"smartbch\",\n            \"contractAddress\": \"0x7b2B3C5308ab5b2a1d9a94d20D35CCDf61e05b72\"\n        },\n        \"hns\": {\n            \"asset\": \"HNS\",\n            \"displayName\": \"Handshake\",\n            \"enabled\": false,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"handshake\"\n        },\n        \"ln\": {\n            \"asset\": \"BTC\",\n            \"displayName\": \"Bitcoin\",\n            \"enabled\": true,\n            \"invoice\": true,\n            \"invoiceRequiresAmount\": true,\n            \"network\": \"lightning\"\n        },\n        \"usdc\": {\n            \"asset\": \"USDC\",\n            \"displayName\": \"USDC\",\n            \"enabled\": true,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"ethereum\",\n            \"contractAddress\": \"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48\"\n        },\n        \"uni\": {\n            \"asset\": \"UNI\",\n            \"displayName\": \"Uniswap\",\n            \"enabled\": true,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"ethereum\",\n            \"contractAddress\": \"0x1f9840a85d5af5bf1d1762f925bdaddc4201f984\"\n        },\n        \"bat\": {\n            \"asset\": \"BAT\",\n            \"displayName\": \"Basic Attention Token\",\n            \"enabled\": true,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"ethereum\",\n            \"contractAddress\": \"0x0d8775f648430679a709e98d2b0cb6250d2887ef\"\n        },\n        \"xai\": {\n            \"asset\": \"XAI\",\n            \"displayName\": \"SideShift Token\",\n            \"enabled\": true,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"ethereum\",\n            \"contractAddress\": \"0x35e78b3982e87ecfd5b3f3265b601c046cdbe232\"\n        },\n        \"dai\": {\n            \"asset\": \"DAI\",\n            \"displayName\": \"Dai\",\n            \"enabled\": true,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"ethereum\",\n            \"contractAddress\": \"0x6b175474e89094c44da98b954eedeac495271d0f\"\n        },\n        \"ape\": {\n            \"asset\": \"APE\",\n            \"displayName\": \"ApeCoin\",\n            \"enabled\": true,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"ethereum\",\n            \"contractAddress\": \"0x4d224452801ACEd8B2F0aebE155379bb5D594381\"\n        },\n        \"smartbch\": {\n            \"asset\": \"BCH\",\n            \"displayName\": \"Bitcoin Cash\",\n            \"enabled\": true,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"smartbch\"\n        },\n        \"avaxc\": {\n            \"asset\": \"AVAX\",\n            \"displayName\": \"Avalanche\",\n            \"enabled\": true,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"avax\"\n        },\n        \"usdcavaxc\": {\n            \"asset\": \"USDC\",\n            \"displayName\": \"USDC.e\",\n            \"enabled\": true,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"avax\",\n            \"contractAddress\": \"0xa7d7079b0fead91f3e65f86e8915cb59c1a4c664\"\n        },\n        \"lbch\": {\n            \"asset\": \"L-BCH\",\n            \"displayName\": \"Bitcoin Cash\",\n            \"enabled\": false,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"liquid\"\n        },\n        \"etharb\": {\n            \"asset\": \"ETH\",\n            \"displayName\": \"Ethereum\",\n            \"enabled\": true,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"arbitrum\"\n        },\n        \"usdcpolygon\": {\n            \"asset\": \"USDC\",\n            \"displayName\": \"USDC\",\n            \"enabled\": true,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"polygon\",\n            \"contractAddress\": \"0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174\"\n        },\n        \"ftm\": {\n            \"asset\": \"FTM\",\n            \"displayName\": \"Fantom\",\n            \"enabled\": true,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"fantom\"\n        },\n        \"sailca\": {\n            \"asset\": \"SAI\",\n            \"displayName\": \"Legacy SideShift Token\",\n            \"enabled\": true,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"liquid\"\n        },\n        \"etc\": {\n            \"asset\": \"ETC\",\n            \"displayName\": \"Ethereum Classic\",\n            \"enabled\": false,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"etc\"\n        },\n        \"sol\": {\n            \"asset\": \"SOL\",\n            \"displayName\": \"Solana\",\n            \"enabled\": true,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"solana\"\n        },\n        \"ethopt\": {\n            \"asset\": \"ETH\",\n            \"displayName\": \"Ethereum\",\n            \"enabled\": true,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"optimism\"\n        },\n        \"tusd\": {\n            \"asset\": \"TUSD\",\n            \"displayName\": \"TrueUSD\",\n            \"enabled\": false,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"ethereum\",\n            \"contractAddress\": \"0x0000000000085d4780B73119b644AE5ecd22b376\"\n        },\n        \"ppc\": {\n            \"asset\": \"PPC\",\n            \"displayName\": \"Peercoin\",\n            \"enabled\": false,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"ppc\"\n        },\n        \"usdtpolygon\": {\n            \"asset\": \"USDT\",\n            \"displayName\": \"Tether\",\n            \"enabled\": true,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"polygon\",\n            \"contractAddress\": \"0xc2132D05D31c914a87C6611C10748AEb04B58e8F\"\n        },\n        \"payjoin\": {\n            \"asset\": \"BTC\",\n            \"displayName\": \"Bitcoin\",\n            \"enabled\": false,\n            \"invoice\": true,\n            \"invoiceRequiresAmount\": true,\n            \"network\": \"btcpay\"\n        },\n        \"ltcln\": {\n            \"asset\": \"LTC\",\n            \"displayName\": \"Litecoin\",\n            \"enabled\": false,\n            \"invoice\": true,\n            \"invoiceRequiresAmount\": true,\n            \"network\": \"ltclnd\"\n        },\n        \"xmr\": {\n            \"asset\": \"XMR\",\n            \"displayName\": \"Monero\",\n            \"enabled\": true,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"monero\"\n        },\n        \"wbtc\": {\n            \"asset\": \"WBTC\",\n            \"displayName\": \"WBTC\",\n            \"enabled\": true,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"ethereum\",\n            \"contractAddress\": \"0x2260fac5e5542a773aa44fbcfedf7c193bc2c599\"\n        },\n        \"shib\": {\n            \"asset\": \"SHIB\",\n            \"displayName\": \"SHIBA INU\",\n            \"enabled\": true,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"ethereum\",\n            \"contractAddress\": \"0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce\"\n        },\n        \"usdh\": {\n            \"asset\": \"USDH\",\n            \"displayName\": \"HonestCoin\",\n            \"enabled\": false,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"slp\"\n        },\n        \"usdtBch\": {\n            \"asset\": \"USDT\",\n            \"displayName\": \"Tether\",\n            \"enabled\": false,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"slp\"\n        },\n        \"ust\": {\n            \"asset\": \"UST\",\n            \"displayName\": \"TerraUSD\",\n            \"enabled\": false,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"terra\"\n        },\n        \"saislp\": {\n            \"asset\": \"SAI\",\n            \"displayName\": \"Legacy SideShift Token\",\n            \"enabled\": false,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"slp\"\n        },\n        \"luna\": {\n            \"asset\": \"LUNA\",\n            \"displayName\": \"Terra\",\n            \"enabled\": false,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"terra\"\n        },\n        \"comp\": {\n            \"asset\": \"COMP\",\n            \"displayName\": \"Compound\",\n            \"enabled\": true,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"ethereum\",\n            \"contractAddress\": \"0xc00e94cb662c3520282e6f5717214004a7f26888\"\n        },\n        \"grs\": {\n            \"asset\": \"GRS\",\n            \"displayName\": \"Groestlcoin\",\n            \"enabled\": false,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"grs\"\n        },\n        \"ltc\": {\n            \"asset\": \"LTC\",\n            \"displayName\": \"Litecoin\",\n            \"enabled\": true,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"litecoin\"\n        },\n        \"btc2\": {\n            \"asset\": \"BTC2\",\n            \"displayName\": \"Bitcoin\",\n            \"enabled\": false,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"slp\"\n        },\n        \"xrp\": {\n            \"asset\": \"XRP\",\n            \"displayName\": \"XRP\",\n            \"enabled\": true,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"ripple\"\n        },\n        \"tln\": {\n            \"asset\": \"TBTC\",\n            \"displayName\": \"Bitcoin Testnet\",\n            \"enabled\": false,\n            \"invoice\": true,\n            \"invoiceRequiresAmount\": true,\n            \"network\": \"tlnd\"\n        },\n        \"spank\": {\n            \"asset\": \"SPANK\",\n            \"displayName\": \"SpankChain\",\n            \"enabled\": false,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"ethereum\",\n            \"contractAddress\": \"0x42d6622dece394b54999fbd73d108123806f6a18\"\n        },\n        \"grin\": {\n            \"asset\": \"GRIN\",\n            \"displayName\": \"Grincoin\",\n            \"enabled\": false,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false\n        },\n        \"usdcsol\": {\n            \"asset\": \"USDC\",\n            \"displayName\": \"USDC\",\n            \"enabled\": true,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"solana\"\n        },\n        \"usdtsol\": {\n            \"asset\": \"USDT\",\n            \"displayName\": \"Tether\",\n            \"enabled\": true,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"solana\"\n        },\n        \"usdtErc20\": {\n            \"asset\": \"USDT\",\n            \"displayName\": \"Tether\",\n            \"enabled\": true,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"ethereum\",\n            \"contractAddress\": \"0xdac17f958d2ee523a2206206994597c13d831ec7\"\n        },\n        \"sushi\": {\n            \"asset\": \"SUSHI\",\n            \"displayName\": \"Sushi\",\n            \"enabled\": true,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"ethereum\",\n            \"contractAddress\": \"0x6b3595068778dd592e39a122f4f5a5cf09c90fe2\"\n        },\n        \"spice\": {\n            \"asset\": \"SPICE\",\n            \"displayName\": \"Spice Token\",\n            \"enabled\": false,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"slp\"\n        },\n        \"fox\": {\n            \"asset\": \"FOX\",\n            \"displayName\": \"ShapeShift\",\n            \"enabled\": false,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"ethereum\",\n            \"contractAddress\": \"0xc770eefad204b5180df6a14ee197d99d808ee52d\"\n        },\n        \"usdcbsc\": {\n            \"asset\": \"USDC\",\n            \"displayName\": \"USDC\",\n            \"enabled\": true,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"bsc\",\n            \"contractAddress\": \"0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d\"\n        },\n        \"srm\": {\n            \"asset\": \"SRM\",\n            \"displayName\": \"Serum\",\n            \"enabled\": true,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"ethereum\",\n            \"contractAddress\": \"0x476c5e26a75bd202a9683ffd34359c0cc15be0ff\"\n        },\n        \"usdtavaxc\": {\n            \"asset\": \"USDT\",\n            \"displayName\": \"Tether (USDT.e)\",\n            \"enabled\": true,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"avax\",\n            \"contractAddress\": \"0xc7198437980c041c805a1edcba50c1ce5db95118\"\n        },\n        \"bsc\": {\n            \"asset\": \"BNB\",\n            \"displayName\": \"Binance Coin\",\n            \"enabled\": true,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"bsc\"\n        },\n        \"usdt\": {\n            \"asset\": \"USDT\",\n            \"displayName\": \"Tether\",\n            \"enabled\": false,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"omni\"\n        },\n        \"bsv\": {\n            \"asset\": \"BSV\",\n            \"displayName\": \"Bitcoin SV\",\n            \"enabled\": false,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"bsv\"\n        },\n        \"zec\": {\n            \"asset\": \"ZEC\",\n            \"displayName\": \"Zcash\",\n            \"enabled\": true,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"zcash\"\n        },\n        \"zaddr\": {\n            \"asset\": \"ZEC\",\n            \"displayName\": \"Zcash\",\n            \"enabled\": true,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"zcash\"\n        },\n        \"xlm\": {\n            \"asset\": \"XLM\",\n            \"displayName\": \"Stellar Lumens\",\n            \"enabled\": true,\n            \"invoice\": false,\n            \"invoiceRequiresAmount\": false,\n            \"network\": \"stellar\"\n        }\n    },\n    \"settleMethods\": {\n        \"flexusd\": {\n            \"asset\": \"flexUSD\",\n            \"displayName\": \"flexUSD\",\n            \"enabled\": false,\n            \"network\": \"slp\"\n        },\n        \"sai\": {\n            \"asset\": \"SAI\",\n            \"displayName\": \"Legacy SideShift Token\",\n            \"enabled\": false,\n            \"network\": \"ethereum\",\n            \"contractAddress\": \"0xf5b403abd806eff15b339909943e2c22ecbac54c\"\n        },\n        \"bch\": {\n            \"asset\": \"BCH\",\n            \"displayName\": \"Bitcoin Cash\",\n            \"enabled\": true,\n            \"network\": \"bitcoincash\"\n        },\n        \"ada\": {\n            \"asset\": \"ADA\",\n            \"displayName\": \"ADA\",\n            \"enabled\": true,\n            \"network\": \"cardano\"\n        },\n        \"polygon\": {\n            \"asset\": \"MATIC\",\n            \"displayName\": \"Matic\",\n            \"enabled\": true,\n            \"network\": \"polygon\"\n        },\n        \"btc\": {\n            \"asset\": \"BTC\",\n            \"displayName\": \"Bitcoin\",\n            \"enabled\": true,\n            \"network\": \"bitcoin\"\n        },\n        \"saibal\": {\n            \"asset\": \"XAI\",\n            \"displayName\": \"SideShift Token\",\n            \"enabled\": true\n        },\n        \"usdtla\": {\n            \"asset\": \"USDT\",\n            \"displayName\": \"Tether\",\n            \"enabled\": true,\n            \"network\": \"liquid\"\n        },\n        \"xtz\": {\n            \"asset\": \"XTZ\",\n            \"displayName\": \"Tezos\",\n            \"enabled\": false,\n            \"network\": \"tezos\"\n        },\n        \"tbtc\": {\n            \"asset\": \"TBTC\",\n            \"displayName\": \"Bitcoin Testnet\",\n            \"enabled\": false,\n            \"network\": \"tbtc\"\n        },\n        \"matic\": {\n            \"asset\": \"MATIC\",\n            \"displayName\": \"Matic\",\n            \"enabled\": true,\n            \"network\": \"ethereum\",\n            \"contractAddress\": \"0x7d1afa7b718fb893db30a3abc0cfc608aacfebb0\"\n        },\n        \"slp\": {\n            \"asset\": \"SLP\",\n            \"displayName\": \"Smooth Love Potion\",\n            \"enabled\": true,\n            \"network\": \"ethereum\",\n            \"contractAddress\": \"0xcc8fa225d80b9c7d42f96e9570156c65d6caaa25\"\n        },\n        \"axs\": {\n            \"asset\": \"AXS\",\n            \"displayName\": \"Axie Infinity\",\n            \"enabled\": true,\n            \"network\": \"ethereum\",\n            \"contractAddress\": \"0xbb0e17ef65f82ab018d8edd776e8dd940327b28b\"\n        },\n        \"yfi\": {\n            \"asset\": \"YFI\",\n            \"displayName\": \"yearn.finance\",\n            \"enabled\": true,\n            \"network\": \"ethereum\",\n            \"contractAddress\": \"0x0bc529c00c6401aef6d220be8c6ea1667f6ad93e\"\n        },\n        \"via\": {\n            \"asset\": \"VIA\",\n            \"displayName\": \"Viacoin\",\n            \"enabled\": false,\n            \"network\": \"via\"\n        },\n        \"eth\": {\n            \"asset\": \"ETH\",\n            \"displayName\": \"Ethereum\",\n            \"enabled\": true,\n            \"network\": \"ethereum\"\n        },\n        \"xaut\": {\n            \"asset\": \"XAUT\",\n            \"displayName\": \"Tether Gold\",\n            \"enabled\": true,\n            \"network\": \"ethereum\",\n            \"contractAddress\": \"0x68749665FF8D2d112Fa859AA293F07A622782F38\"\n        },\n        \"dash\": {\n            \"asset\": \"DASH\",\n            \"displayName\": \"Dash\",\n            \"enabled\": true,\n            \"network\": \"dash\"\n        },\n        \"pax\": {\n            \"asset\": \"PAX\",\n            \"displayName\": \"Paxos Standard\",\n            \"enabled\": false,\n            \"network\": \"ethereum\",\n            \"contractAddress\": \"0x8e870d67f660d95d5be530380d0ec0bd388289e1\"\n        },\n        \"bnb\": {\n            \"asset\": \"BNB\",\n            \"displayName\": \"Binance Coin\",\n            \"enabled\": false,\n            \"network\": \"ethereum\",\n            \"contractAddress\": \"0xB8c77482e45F1F44dE1745F52C74426C631bDD52\"\n        },\n        \"liquid\": {\n            \"asset\": \"BTC\",\n            \"displayName\": \"Bitcoin\",\n            \"enabled\": true,\n            \"network\": \"liquid\"\n        },\n        \"doge\": {\n            \"asset\": \"DOGE\",\n            \"displayName\": \"Dogecoin\",\n            \"enabled\": true,\n            \"network\": \"doge\"\n        },\n        \"ftt\": {\n            \"asset\": \"FTT\",\n            \"displayName\": \"FTX Token\",\n            \"enabled\": true,\n            \"network\": \"ethereum\",\n            \"contractAddress\": \"0x50d1c9771902476076ecfc8b2a83ad6b9355a4c9\"\n        },\n        \"link\": {\n            \"asset\": \"LINK\",\n            \"displayName\": \"LINK\",\n            \"enabled\": true,\n            \"network\": \"ethereum\",\n            \"contractAddress\": \"0x514910771af9ca656af840dff83e8264ecf986ca\"\n        },\n        \"mimavaxc\": {\n            \"asset\": \"MIM\",\n            \"displayName\": \"Magic Internet Money\",\n            \"enabled\": true,\n            \"network\": \"avax\",\n            \"contractAddress\": \"0x130966628846bfd36ff31a822705796e8cb8c18d\"\n        },\n        \"busd\": {\n            \"asset\": \"BUSD\",\n            \"displayName\": \"BUSD\",\n            \"enabled\": true,\n            \"network\": \"bsc\",\n            \"contractAddress\": \"0xe9e7cea3dedca5984780bafc599bd69add087d56\"\n        },\n        \"flexusdsb\": {\n            \"asset\": \"flexUSD\",\n            \"displayName\": \"flexUSD\",\n            \"enabled\": true,\n            \"network\": \"smartbch\",\n            \"contractAddress\": \"0x7b2B3C5308ab5b2a1d9a94d20D35CCDf61e05b72\"\n        },\n        \"hns\": {\n            \"asset\": \"HNS\",\n            \"displayName\": \"Handshake\",\n            \"enabled\": false,\n            \"network\": \"handshake\"\n        },\n        \"ln\": {\n            \"asset\": \"BTC\",\n            \"displayName\": \"Bitcoin\",\n            \"enabled\": true,\n            \"network\": \"lightning\"\n        },\n        \"usdc\": {\n            \"asset\": \"USDC\",\n            \"displayName\": \"USDC\",\n            \"enabled\": true,\n            \"network\": \"ethereum\",\n            \"contractAddress\": \"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48\"\n        },\n        \"uni\": {\n            \"asset\": \"UNI\",\n            \"displayName\": \"Uniswap\",\n            \"enabled\": true,\n            \"network\": \"ethereum\",\n            \"contractAddress\": \"0x1f9840a85d5af5bf1d1762f925bdaddc4201f984\"\n        },\n        \"bat\": {\n            \"asset\": \"BAT\",\n            \"displayName\": \"Basic Attention Token\",\n            \"enabled\": true,\n            \"network\": \"ethereum\",\n            \"contractAddress\": \"0x0d8775f648430679a709e98d2b0cb6250d2887ef\"\n        },\n        \"xai\": {\n            \"asset\": \"XAI\",\n            \"displayName\": \"SideShift Token\",\n            \"enabled\": true,\n            \"network\": \"ethereum\",\n            \"contractAddress\": \"0x35e78b3982e87ecfd5b3f3265b601c046cdbe232\"\n        },\n        \"dai\": {\n            \"asset\": \"DAI\",\n            \"displayName\": \"Dai\",\n            \"enabled\": true,\n            \"network\": \"ethereum\",\n            \"contractAddress\": \"0x6b175474e89094c44da98b954eedeac495271d0f\"\n        },\n        \"ape\": {\n            \"asset\": \"APE\",\n            \"displayName\": \"ApeCoin\",\n            \"enabled\": true,\n            \"network\": \"ethereum\",\n            \"contractAddress\": \"0x4d224452801ACEd8B2F0aebE155379bb5D594381\"\n        },\n        \"smartbch\": {\n            \"asset\": \"BCH\",\n            \"displayName\": \"Bitcoin Cash\",\n            \"enabled\": true,\n            \"network\": \"smartbch\"\n        },\n        \"avaxc\": {\n            \"asset\": \"AVAX\",\n            \"displayName\": \"Avalanche\",\n            \"enabled\": true,\n            \"network\": \"avax\"\n        },\n        \"usdcavaxc\": {\n            \"asset\": \"USDC\",\n            \"displayName\": \"USDC.e\",\n            \"enabled\": true,\n            \"network\": \"avax\",\n            \"contractAddress\": \"0xa7d7079b0fead91f3e65f86e8915cb59c1a4c664\"\n        },\n        \"lbch\": {\n            \"asset\": \"L-BCH\",\n            \"displayName\": \"Bitcoin Cash\",\n            \"enabled\": false,\n            \"network\": \"liquid\"\n        },\n        \"etharb\": {\n            \"asset\": \"ETH\",\n            \"displayName\": \"Ethereum\",\n            \"enabled\": true,\n            \"network\": \"arbitrum\"\n        },\n        \"usdcpolygon\": {\n            \"asset\": \"USDC\",\n            \"displayName\": \"USDC\",\n            \"enabled\": true,\n            \"network\": \"polygon\",\n            \"contractAddress\": \"0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174\"\n        },\n        \"ftm\": {\n            \"asset\": \"FTM\",\n            \"displayName\": \"Fantom\",\n            \"enabled\": true,\n            \"network\": \"fantom\"\n        },\n        \"sailca\": {\n            \"asset\": \"SAI\",\n            \"displayName\": \"Legacy SideShift Token\",\n            \"enabled\": false,\n            \"network\": \"liquid\"\n        },\n        \"etc\": {\n            \"asset\": \"ETC\",\n            \"displayName\": \"Ethereum Classic\",\n            \"enabled\": false,\n            \"network\": \"etc\"\n        },\n        \"sol\": {\n            \"asset\": \"SOL\",\n            \"displayName\": \"Solana\",\n            \"enabled\": true,\n            \"network\": \"solana\"\n        },\n        \"ethopt\": {\n            \"asset\": \"ETH\",\n            \"displayName\": \"Ethereum\",\n            \"enabled\": true,\n            \"network\": \"optimism\"\n        },\n        \"tusd\": {\n            \"asset\": \"TUSD\",\n            \"displayName\": \"TrueUSD\",\n            \"enabled\": false,\n            \"network\": \"ethereum\",\n            \"contractAddress\": \"0x0000000000085d4780B73119b644AE5ecd22b376\"\n        },\n        \"ppc\": {\n            \"asset\": \"PPC\",\n            \"displayName\": \"Peercoin\",\n            \"enabled\": false,\n            \"network\": \"ppc\"\n        },\n        \"usdtpolygon\": {\n            \"asset\": \"USDT\",\n            \"displayName\": \"Tether\",\n            \"enabled\": true,\n            \"network\": \"polygon\",\n            \"contractAddress\": \"0xc2132D05D31c914a87C6611C10748AEb04B58e8F\"\n        },\n        \"payjoin\": {\n            \"asset\": \"BTC\",\n            \"displayName\": \"Bitcoin\",\n            \"enabled\": false,\n            \"network\": \"btcpay\"\n        },\n        \"ltcln\": {\n            \"asset\": \"LTC\",\n            \"displayName\": \"Litecoin\",\n            \"enabled\": false,\n            \"network\": \"ltclnd\"\n        },\n        \"xmr\": {\n            \"asset\": \"XMR\",\n            \"displayName\": \"Monero\",\n            \"enabled\": true,\n            \"network\": \"monero\"\n        },\n        \"wbtc\": {\n            \"asset\": \"WBTC\",\n            \"displayName\": \"WBTC\",\n            \"enabled\": true,\n            \"network\": \"ethereum\",\n            \"contractAddress\": \"0x2260fac5e5542a773aa44fbcfedf7c193bc2c599\"\n        },\n        \"shib\": {\n            \"asset\": \"SHIB\",\n            \"displayName\": \"SHIBA INU\",\n            \"enabled\": true,\n            \"network\": \"ethereum\",\n            \"contractAddress\": \"0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce\"\n        },\n        \"usdh\": {\n            \"asset\": \"USDH\",\n            \"displayName\": \"HonestCoin\",\n            \"enabled\": false,\n            \"network\": \"slp\"\n        },\n        \"usdtBch\": {\n            \"asset\": \"USDT\",\n            \"displayName\": \"Tether\",\n            \"enabled\": false,\n            \"network\": \"slp\"\n        },\n        \"ust\": {\n            \"asset\": \"UST\",\n            \"displayName\": \"TerraUSD\",\n            \"enabled\": false,\n            \"network\": \"terra\"\n        },\n        \"saislp\": {\n            \"asset\": \"SAI\",\n            \"displayName\": \"Legacy SideShift Token\",\n            \"enabled\": false,\n            \"network\": \"slp\"\n        },\n        \"luna\": {\n            \"asset\": \"LUNA\",\n            \"displayName\": \"Terra\",\n            \"enabled\": false,\n            \"network\": \"terra\"\n        },\n        \"comp\": {\n            \"asset\": \"COMP\",\n            \"displayName\": \"Compound\",\n            \"enabled\": true,\n            \"network\": \"ethereum\",\n            \"contractAddress\": \"0xc00e94cb662c3520282e6f5717214004a7f26888\"\n        },\n        \"grs\": {\n            \"asset\": \"GRS\",\n            \"displayName\": \"Groestlcoin\",\n            \"enabled\": false,\n            \"network\": \"grs\"\n        },\n        \"ltc\": {\n            \"asset\": \"LTC\",\n            \"displayName\": \"Litecoin\",\n            \"enabled\": true,\n            \"network\": \"litecoin\"\n        },\n        \"btc2\": {\n            \"asset\": \"BTC2\",\n            \"displayName\": \"Bitcoin\",\n            \"enabled\": false,\n            \"network\": \"slp\"\n        },\n        \"xrp\": {\n            \"asset\": \"XRP\",\n            \"displayName\": \"XRP\",\n            \"enabled\": true,\n            \"network\": \"ripple\"\n        },\n        \"tln\": {\n            \"asset\": \"TBTC\",\n            \"displayName\": \"Bitcoin Testnet\",\n            \"enabled\": false,\n            \"network\": \"tlnd\"\n        },\n        \"spank\": {\n            \"asset\": \"SPANK\",\n            \"displayName\": \"SpankChain\",\n            \"enabled\": false,\n            \"network\": \"ethereum\",\n            \"contractAddress\": \"0x42d6622dece394b54999fbd73d108123806f6a18\"\n        },\n        \"grin\": {\n            \"asset\": \"GRIN\",\n            \"displayName\": \"Grincoin\",\n            \"enabled\": false\n        },\n        \"usdcsol\": {\n            \"asset\": \"USDC\",\n            \"displayName\": \"USDC\",\n            \"enabled\": true,\n            \"network\": \"solana\"\n        },\n        \"usdtsol\": {\n            \"asset\": \"USDT\",\n            \"displayName\": \"Tether\",\n            \"enabled\": true,\n            \"network\": \"solana\"\n        },\n        \"usdtErc20\": {\n            \"asset\": \"USDT\",\n            \"displayName\": \"Tether\",\n            \"enabled\": true,\n            \"network\": \"ethereum\",\n            \"contractAddress\": \"0xdac17f958d2ee523a2206206994597c13d831ec7\"\n        },\n        \"sushi\": {\n            \"asset\": \"SUSHI\",\n            \"displayName\": \"Sushi\",\n            \"enabled\": true,\n            \"network\": \"ethereum\",\n            \"contractAddress\": \"0x6b3595068778dd592e39a122f4f5a5cf09c90fe2\"\n        },\n        \"spice\": {\n            \"asset\": \"SPICE\",\n            \"displayName\": \"Spice Token\",\n            \"enabled\": false,\n            \"network\": \"slp\"\n        },\n        \"fox\": {\n            \"asset\": \"FOX\",\n            \"displayName\": \"ShapeShift\",\n            \"enabled\": false,\n            \"network\": \"ethereum\",\n            \"contractAddress\": \"0xc770eefad204b5180df6a14ee197d99d808ee52d\"\n        },\n        \"usdcbsc\": {\n            \"asset\": \"USDC\",\n            \"displayName\": \"USDC\",\n            \"enabled\": true,\n            \"network\": \"bsc\",\n            \"contractAddress\": \"0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d\"\n        },\n        \"srm\": {\n            \"asset\": \"SRM\",\n            \"displayName\": \"Serum\",\n            \"enabled\": true,\n            \"network\": \"ethereum\",\n            \"contractAddress\": \"0x476c5e26a75bd202a9683ffd34359c0cc15be0ff\"\n        },\n        \"usdtavaxc\": {\n            \"asset\": \"USDT\",\n            \"displayName\": \"Tether (USDT.e)\",\n            \"enabled\": true,\n            \"network\": \"avax\",\n            \"contractAddress\": \"0xc7198437980c041c805a1edcba50c1ce5db95118\"\n        },\n        \"bsc\": {\n            \"asset\": \"BNB\",\n            \"displayName\": \"Binance Coin\",\n            \"enabled\": true,\n            \"network\": \"bsc\"\n        },\n        \"usdt\": {\n            \"asset\": \"USDT\",\n            \"displayName\": \"Tether\",\n            \"enabled\": false,\n            \"network\": \"omni\"\n        },\n        \"bsv\": {\n            \"asset\": \"BSV\",\n            \"displayName\": \"Bitcoin SV\",\n            \"enabled\": false,\n            \"network\": \"bsv\"\n        },\n        \"zec\": {\n            \"asset\": \"ZEC\",\n            \"displayName\": \"Zcash\",\n            \"enabled\": true,\n            \"network\": \"zcash\"\n        },\n        \"zaddr\": {\n            \"asset\": \"ZEC\",\n            \"displayName\": \"Zcash\",\n            \"enabled\": true,\n            \"network\": \"zcash\"\n        },\n        \"xlm\": {\n            \"asset\": \"XLM\",\n            \"displayName\": \"Stellar Lumens\",\n            \"enabled\": true,\n            \"network\": \"stellar\"\n        }\n    }\n}"}],"_postman_id":"81e02401-f38f-4374-b0df-147c1c2c36e5"},{"name":"Fetch pair","id":"e799438b-b9e7-4d7c-bd25-5f6c7e0a5e01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sideshift.ai/api/v1/pairs/bch/btc?commissionRate=0.001&affiliateId=\"YQMi62XMb\"","description":"<p>Fetch current rate/price, min deposit, max deposit and the estimated network fees in USD for a pair.</p>\n<p><code>commissionRate</code> optional query parameter can be used to offer a better rate for your users by reducing the affiliate commission paid by SideShift. If <code>commissionRate</code> is defined, <code>affiliateId</code> must be defined as well.</p>\n","urlObject":{"path":["v1","pairs","bch","btc"],"host":["https://sideshift.ai/api"],"query":[{"key":"commissionRate","value":"0.001"},{"key":"affiliateId","value":"\"YQMi62XMb\""}],"variable":[]}},"response":[{"id":"bd97bf8a-b25d-4c0a-9960-ff445489778c","name":"Default","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://sideshift.ai/api/pairs/bch/btc?commissionRate=0.001&affiliateId=\"YQMi62XMb\"","protocol":"https","host":["sideshift","ai"],"path":["api","pairs","bch","btc"],"query":[{"key":"commissionRate","value":"0.001"},{"key":"affiliateId","value":"\"YQMi62XMb\""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"rate\": 0.0327324,\n    \"min\": \"0.007599\",\n    \"max\": \"75.99\",\n    \"estimatedNetworkFeesUsd\": \"0.7\"\n}"}],"_postman_id":"e799438b-b9e7-4d7c-bd25-5f6c7e0a5e01"},{"name":"Fetch bulk pairs","id":"8b26166c-a1a4-4141-87ad-dfb570bf5933","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"methodIds\": [\"bch\", \"btc\", \"eth\"],\n    \"commissionRate\": \"0.001\",\n    \"affiliateId\": \"YQMi62XMb\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sideshift.ai/api/v1/bulk-pairs/","description":"<p>Fetch current rate/price, min deposit, max deposit and the estimated network fees in USD for every possible pair from the supplied <code>methodId</code>s.</p>\n<p><code>commissionRate</code> optional body parameter can be used to offer a better rate for your users by reducing the affiliate commission paid by SideShift. If <code>commissionRate</code> is defined, <code>affiliateId</code> must be defined as well.</p>\n","urlObject":{"path":["v1","bulk-pairs",""],"host":["https://sideshift.ai/api"],"query":[],"variable":[]}},"response":[{"id":"17506d41-e91c-454c-a372-be8be8017a56","name":"Fetch bulk pairs","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"methodIds\": [\"bch\", \"btc\", \"eth\"],\n    \"commissionRate\": \"0.001\",\n    \"affiliateId\": \"YQMi62XMb\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sideshift.ai/api/v1/bulk-pairs/"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"depositMethod\": \"bch\",\n        \"settleMethod\": \"bch\",\n        \"min\": \"0.00193354\",\n        \"max\": \"48.338581\",\n        \"rate\": \"0.98411431\",\n        \"estimatedNetworkFeesUsd\": \"0\"\n    },\n    {\n        \"depositMethod\": \"bch\",\n        \"settleMethod\": \"btc\",\n        \"min\": \"0.08130549\",\n        \"max\": \"48.338581\",\n        \"rate\": \"0.01472199\",\n        \"estimatedNetworkFeesUsd\": \"0.7\"\n    },\n    {\n        \"depositMethod\": \"bch\",\n        \"settleMethod\": \"eth\",\n        \"min\": \"0.0046405\",\n        \"max\": \"48.338581\",\n        \"rate\": \"0.22114541\",\n        \"estimatedNetworkFeesUsd\": \"2.7\"\n    },\n    {\n        \"depositMethod\": \"btc\",\n        \"settleMethod\": \"bch\",\n        \"min\": \"0.00002906\",\n        \"max\": \"0.72649003\",\n        \"rate\": \"65.50961828\"\n    },\n    {\n        \"depositMethod\": \"btc\",\n        \"settleMethod\": \"btc\",\n        \"min\": \"0.00122196\",\n        \"max\": \"0.72649003\",\n        \"rate\": \"0.98\",\n        \"estimatedNetworkFeesUsd\": \"0.7\"\n    },\n    {\n        \"depositMethod\": \"btc\",\n        \"settleMethod\": \"eth\",\n        \"min\": \"0.00006974\",\n        \"max\": \"0.72649003\",\n        \"rate\": \"14.72100438\",\n        \"estimatedNetworkFeesUsd\": \"2.7\"\n    },\n    {\n        \"depositMethod\": \"eth\",\n        \"settleMethod\": \"bch\",\n        \"min\": \"0.0010450953\",\n        \"max\": \"10.886409\",\n        \"rate\": \"4.36009843\",.\n        \"estimatedNetworkFeesUsd\": \"5.4\"\n    },\n    {\n        \"depositMethod\": \"eth\",\n        \"settleMethod\": \"btc\",\n        \"min\": \"0.019356036\",\n        \"max\": \"10.886409\",\n        \"rate\": \"0.06522464\",\n        \"estimatedNetworkFeesUsd\": \"6.1\"\n    },\n    {\n        \"depositMethod\": \"eth\",\n        \"settleMethod\": \"eth\",\n        \"min\": \"0.0020901906\",\n        \"max\": \"10.886409\",\n        \"rate\": \"0.97977387\",\n        \"estimatedNetworkFeesUsd\": \"8.1\"\n    }\n]"}],"_postman_id":"8b26166c-a1a4-4141-87ad-dfb570bf5933"},{"name":"Get permissions","id":"8152884f-7bf5-4035-973a-80ecadf243e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sideshift.ai/api/v1/permissions","description":"<p>Retrieves the permissions of the caller, indicating what actions they're allowed to take on SideShift.ai</p>\n","urlObject":{"path":["v1","permissions"],"host":["https://sideshift.ai/api"],"query":[],"variable":[]}},"response":[{"id":"e460b955-fbbd-400d-9888-a6088178e4e1","name":"Get permissions","originalRequest":{"method":"GET","header":[],"url":"https://sideshift.ai/api/v1/permissions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"39"},{"key":"ETag","value":"W/\"27-2/JV4awA7pjnX0MAHwO4p7AQ2Dw\""},{"key":"Date","value":"Thu, 10 Sep 2020 05:58:53 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"createOrder\": true,\n    \"createQuote\": true\n}"}],"_postman_id":"8152884f-7bf5-4035-973a-80ecadf243e5"},{"name":"Request a quote","id":"84769b26-9537-410e-b4ad-2889d0cbdb21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-user-ip","value":"1.2.3.4","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"depositMethod\": \"btc\",\n    \"settleMethod\": \"ltc\",\n    \"affiliateId\": \"YQMi62XMb\", // change this\n    \"depositAmount\": \"0.0015\",\n    // or \"settleAmount\": \"0.282476\",\n    \"commissionRate\": \"0.001\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sideshift.ai/api/v1/quotes","description":"<p>For fixed rate orders, a quote should be requested first.</p>\n<p>A quote can be requested for either a <code>depositAmount</code> or a <code>settleAmount</code>.</p>\n<p>A quote expires after 15 minutes.</p>\n<p>After the quote request, a fixed rate order should be requested using the <code>id</code> returned by the <code>/quotes</code> endpoint</p>\n<p><code>commissionRate</code> optional parameter can be used to offer a better rate for your users by reducing the affiliate commission paid by SideShift. If <code>commissionRate</code> is defined, <code>affiliateId</code> must be defined as well.</p>\n<p><code>x-user-ip:</code> If the API requests are sent from the integrations own server, the <code>x-user-ip</code> header must be set to the endusers IP address. Otherwise the requests will be blocked. See \"Permissions\" above.</p>\n","urlObject":{"path":["v1","quotes"],"host":["https://sideshift.ai/api"],"query":[],"variable":[]}},"response":[{"id":"d2ef121a-612e-41ff-a251-f08a3c7c1e17","name":"Request a quote","originalRequest":{"method":"POST","header":[{"key":"x-sideshift-secret","value":"\"2d880aab08340f43c3803515f19a0ebf\"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-user-ip","value":"1.2.3.4","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"depositMethod\": \"btc\",\n    \"settleMethod\": \"ltc\",\n    \"affiliateId\": \"YQMi62XMb\", // change this\n    \"depositAmount\": \"0.0015\",\n    \"commissionRate\": \"0.001\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sideshift.ai/api/v1/quotes"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"234"},{"key":"ETag","value":"W/\"ea-Ytb1tkRm+tTNYpuU8/YDZROJ1BU\""},{"key":"Date","value":"Fri, 04 Sep 2020 06:26:45 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"createdAt\": \"2020-09-04T06:26:45.486Z\",\n    \"depositAmount\": \"0.0015\",\n    \"depositMethod\": \"btc\",\n    \"expiresAt\": \"2020-09-04T06:41:45.486Z\",\n    \"id\": \"459abd73-71cd-40ac-b4b0-58b90386ce53\",\n    \"rate\": \"188.317\",\n    \"settleAmount\": \"0.282476\",\n    \"settleMethod\": \"ltc\",\n    \"affiliateId\": \"YQMi62XMb\"\n}"}],"_postman_id":"84769b26-9537-410e-b4ad-2889d0cbdb21"},{"name":"Create order (fixed)","id":"84721d4d-be0c-423c-a61f-8b6ff226fb6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"x-sideshift-secret","value":"\"2d880aab08340f43c3803515f19a0ebf\"","type":"text"},{"key":"x-user-ip","value":"1.2.3.4","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"fixed\",\n    \"quoteId\": \"459abd73-71cd-40ac-b4b0-58b90386ce53\",\n    \"settleAddress\": \"MRHrYyu9H5dFXvqHcUMfY3h7Nsyt1dhR5T\",\n    // \"memo\": \"12345654565\",\n    \"affiliateId\": \"YQMi62XMb\", // change this\n    \"refundAddress\": \"19dENFt4wVwos6xtgwStA6n8bbA57WCS58\"\n}"},"url":"https://sideshift.ai/api/v1/orders","description":"<p>After requesting a quote, use the <code>quoteId</code> to create a fixed rate order with the quote.</p>\n<p>For fixed rate orders, a deposit of exactly the amount of <code>depositAmount</code> must be made before the <code>expiresAt</code> timestamp, otherwise the deposit will be refunded.</p>\n<p>For ll contain an additional <code>memo</code> field under <code>depositAddress</code>. The transaction must contain this <code>memo</code>, otherwise the deposit might be lost.</p>\n<p>For orders settling in XRP, XLM, LUNA and UST API users are allowed to specify a <code>memo</code> field, for example <code>\"memo\": \"123343245\"</code>.</p>\n<p>For XRP, XLM, LUNA and UST deposits, the API response will contain an additional `memo` field under <code>depositAddress</code>. The deposit transaction must contain this <code>memo</code>, otherwise the deposit will be rejected by the network.</p>\n<p><code>x-sideshift-secret</code> header is optional, but required in order to make <a href=\"https://sideshift.ai/hooks\">webhooks</a> work. It can be obtained from the <a href=\"https://sideshift.ai/account\">account page</a> under the account secret.</p>\n<p><code>affiliateId</code> is optional, but should be defined to get a commission after the shift is complete. It can be obtained <a href=\"https://sideshift.ai/account\">here</a>. Commissions are paid in SideShift.ai native XAI token, read more about XAI <a href=\"https://help.sideshift.ai/en/collections/1793701-sideshift-token-xai-rewards\">here</a>.</p>\n<p><code>refundAddress</code> is optional, if not defined, user will be prompted to enter a refund address manually on the SideShift.ai order page if the order needs to be refunded</p>\n<p><code>orderId</code> field is deprecated, use <code>id</code> instead.</p>\n<p>To create an order for XAI balance as settle method, the request should include the <code>sessionSecret</code>, <code>settleMethod</code> should be <code>saibal</code> and the <code>settleAddress</code> should be the <code>affiliateId</code>.</p>\n<p><code>x-user-ip:</code> If the API requests are sent from the integrations own server, the <code>x-user-ip</code> header must be set to the endusers IP address. Otherwise the requests will be blocked. See \"Permissions\" above.</p>\n","urlObject":{"path":["v1","orders"],"host":["https://sideshift.ai/api"],"query":[],"variable":[]}},"response":[{"id":"4d5a86b8-1d0b-45e2-a280-3741b8341cfa","name":"Create order (fixed)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"x-sideshift-secret","value":"\"2d880aab08340f43c3803515f19a0ebf\"","type":"text"},{"key":"x-user-ip","value":"1.2.3.4","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"fixed\",\n    \"quoteId\": \"459abd73-71cd-40ac-b4b0-58b90386ce53\",\n    \"settleAddress\": \"MRHrYyu9H5dFXvqHcUMfY3h7Nsyt1dhR5T\",\n    // \"memo\": \"12345654565\",\n    \"affiliateId\": \"YQMi62XMb\", // change this\n    \"refundAddress\": \"19dENFt4wVwos6xtgwStA6n8bbA57WCS58\"\n}"},"url":"https://sideshift.ai/api/orders"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"446"},{"key":"ETag","value":"W/\"1be-pzZVqnSvDm1rRjVC6q+i8savqFw\""},{"key":"Date","value":"Fri, 04 Sep 2020 06:32:31 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"createdAt\": \"1618240393327\",\n    \"createdAtISO\": \"2021-04-12T15:13:13.327Z\",\n    \"expiresAt\": \"1618241152864\",\n    \"expiresAtISO\": \"2021-04-12T15:25:52.864Z\",\n    \"depositAddress\": {\n        \"address\": \"3213dAuUQB9CFK1s9vUJLSmhTxdHPSCRne\"\n        // \"memo\": \"123456789\" for XLM/XRP/LUNA/UST orders\n    },\n    \"depositMethodId\": \"btc\",\n    \"id\": \"dda3867168da23927b62\",\n    \"orderId\": \"dda3867168da23927b62\",\n    \"settleAddress\": {\n        \"address\": \"MRHrYyu9H5dFXvqHcUMfY3h7Nsyt1dhR5T\"\n    },\n    \"settleMethodId\": \"ltc\",\n    \"depositMax\": \"0.01\",\n    \"depositMin\": \"0.01\",\n    \"quoteId\": \"459abd73-71cd-40ac-b4b0-58b90386ce53\",\n    \"settleAmount\": \"2.400251\",\n    \"depositAmount\": \"0.01\",\n    \"deposits\": []\n}"}],"_postman_id":"84721d4d-be0c-423c-a61f-8b6ff226fb6a"},{"name":"Create order (variable)","id":"36db0265-0d37-44cf-80ca-e4973bf90dc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"x-sideshift-secret","value":"\"2d880aab08340f43c3803515f19a0ebf\"","type":"text"},{"key":"x-user-ip","value":"1.2.3.4","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"variable\",\n    \"depositMethodId\": \"btc\",\n    \"settleMethodId\": \"ltc\",\n    \"settleAddress\": \"MRHrYyu9H5dFXvqHcUMfY3h7Nsyt1dhR5T\",\n    // \"memo\": \"12345654565\",\n    \"affiliateId\": \"YQMi62XMb\", // change this\n    \"refundAddress\": \"19dENFt4wVwos6xtgwStA6n8bbA57WCS58\",\n    \"commissionRate\": \"0.001\"\n}"},"url":"https://sideshift.ai/api/v1/orders","description":"<p>For variable rate orders, the settlement rate is determined when the user's payment is received.</p>\n<p>For XLM, XRP, LUNA and UST deposits, the API response will contain an additional <code>memo</code> field under <code>depositAddress</code>. The transaction must contain this <code>memo</code>, otherwise the deposit might be lost.</p>\n<p>For orders settling in XRP, XLM, LUNA and UST API users are allowed to specify a <code>memo</code> field, for example <code>\"memo\": \"123343245\"</code>.</p>\n<p><code>x-sideshift-secret</code> header is optional, but required in order to make <a href=\"https://sideshift.ai/hooks\">webhooks</a> work. It can be obtained from the <a href=\"https://sideshift.ai/account\">account page</a> under the account secret.</p>\n<p><code>affiliateId</code> is optional, but should be defined to get a commission after the shift is complete. It can be obtained <a href=\"https://sideshift.ai/account\">here</a>. Commissions are paid in SideShift.ai native XAI token, read more about XAI <a href=\"https://help.sideshift.ai/en/collections/1793701-sideshift-token-xai-rewards\">here</a>.</p>\n<p><code>refundAddress</code> is optional, if not defined, user will be prompted to enter a refund address manually on the SideShift.ai order page if the order needs to be refunded</p>\n<p><code>orderId</code> field is deprecated, use <code>id</code> instead.</p>\n<p><code>estimatedNetworkFeeUsd</code> represents the estimated amount in USD SideShift.ai will charge users for shifts involving BTC, ETH or ERC20 tokens. These fees will be deducted from the <code>settleAmount</code> the user receives. This field is only present in variable orders.</p>\n<p><code>networkFeePaidUsd</code> represents the amount in USD SideShift.ai charged the user for network fees. This field is only present in variable orders.</p>\n<p><code>commissionRate</code> optional parameter can be used to offer a better rate for your users by reducing the affiliate commission paid by SideShift. If <code>commissionRate</code> is defined, <code>affiliateId</code> must be defined as well.</p>\n<p>To create an order for XAI balance as settle method, the request should include the <code>sessionSecret</code>, <code>settleMethod</code> should be <code>saibal</code> and the <code>settleAddress</code> should be the <code>affiliateId</code>.</p>\n<p><code>x-user-ip:</code> If the API requests are sent from the integrations own server, the <code>x-user-ip</code> header must be set to the endusers IP address. Otherwise the requests will be blocked. See \"Permissions\" above.</p>\n","urlObject":{"path":["v1","orders"],"host":["https://sideshift.ai/api"],"query":[],"variable":[]}},"response":[{"id":"c7639b96-6745-4cec-844d-268f0e3aa707","name":"Create order (variable)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"x-sideshift-secret","value":"\"2d880aab08340f43c3803515f19a0ebf\"","type":"text"},{"key":"x-user-ip","value":"1.2.3.4","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"variable\",\n    \"depositMethodId\": \"btc\",\n    \"settleMethodId\": \"ltc\",\n    \"settleAddress\": \"MRHrYyu9H5dFXvqHcUMfY3h7Nsyt1dhR5T\",\n    // \"memo\": \"12345654565\",\n    \"affiliateId\": \"YQMi62XMb\", // change this\n    \"refundAddress\": \"19dENFt4wVwos6xtgwStA6n8bbA57WCS58\",\n    \"commissionRate\": \"0.001\"\n}"},"url":"https://sideshift.ai/api/orders"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"446"},{"key":"ETag","value":"W/\"1be-pzZVqnSvDm1rRjVC6q+i8savqFw\""},{"key":"Date","value":"Fri, 04 Sep 2020 06:32:31 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"createdAt\": \"1599201151850\",\n    \"createdAtISO\": \"2020-09-04T06:32:31.850Z\",\n    \"expiresAt\": \"1599805951848\",\n    \"expiresAtISO\": \"2020-09-04T06:32:31.850Z\",\n    \"depositAddress\": {\n        \"address\": \"3213dAuUQB9CFK1s9vUJLSmhTxdHPSCRne\"\n        // \"memo\": \"123456789\" for XLM/XRP/LUNA/UST orders\n    },\n    \"depositMethodId\": \"btc\",\n    \"id\": \"f173118220f1461841da\",\n    \"orderId\": \"f173118220f1461841da\",\n    \"settleAddress\": {\n        \"address\": \"MRHrYyu9H5dFXvqHcUMfY3h7Nsyt1dhR5T\"\n    },\n    \"settleMethodId\": \"ltc\",\n    \"depositMax\": \"0.419891\",\n    \"depositMin\": \"0.0000839782\",\n    \"estimatedNetworkFeeUsd\": \"0.03\",\n    \"deposits\": []\n}"}],"_postman_id":"36db0265-0d37-44cf-80ca-e4973bf90dc8"},{"name":"Set refund address","id":"7028c18a-09e1-41cd-8143-81d443145497","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"orderId\": \"f173118220f1461841da\",\n    \"address\": \"19dENFt4wVwos6xtgwStA6n8bbA57WCS58\"\n}"},"url":"https://sideshift.ai/api/refund-address","description":"<p>Use this endpoint to add a refund address to an already existing order. Overwriting a refund address for orders that already have one can only be done through support for security reasons.</p>\n<p>It is also possible to include a <code>memo</code> field for XLM, XRP, LUNA and UST refund addresses.</p>\n","urlObject":{"path":["refund-address"],"host":["https://sideshift.ai/api"],"query":[],"variable":[]}},"response":[{"id":"360c4832-a80d-420e-b9d6-3a9474f5fcfb","name":"Refund address","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"orderId\": \"f173118220f1461841da\",\n    \"address\": \"19dENFt4wVwos6xtgwStA6n8bbA57WCS58\"\n}"},"url":"https://sideshift.ai/api/refund-address"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"createdAt\": \"1599201151850\",\n    \"createdAtISO\": \"2020-09-04T06:32:31.850Z\",\n    \"expiresAt\": \"1599805951848\",\n    \"expiresAtISO\": \"2020-09-04T06:32:31.850Z\",\n    \"depositAddress\": {\n        \"address\": \"3213dAuUQB9CFK1s9vUJLSmhTxdHPSCRne\"\n    },\n    \"depositMethodId\": \"btc\",\n    \"id\": \"f173118220f1461841da\",\n    \"orderId\": \"f173118220f1461841da\",\n    \"settleAddress\": {\n        \"address\": \"MRHrYyu9H5dFXvqHcUMfY3h7Nsyt1dhR5T\"\n    },\n    \"settleMethodId\": \"ltc\",\n    \"depositMax\": \"0.419891\",\n    \"depositMin\": \"0.0000839782\",\n    \"estimatedNetworkFeeUsd\": \"0.03\",\n    \"refundAddress\": {\n        \"address\": \"19dENFt4wVwos6xtgwStA6n8bbA57WCS58\"\n    },\n    \"deposits\": [\n        {\n            \"createdAt\": \"1620383623283\",\n            \"createdAtISO\": \"2021-05-07T10:33:43.283Z\",\n            \"depositAmount\": \"1\",\n            \"depositTx\": {\n                \"txHash\": \"62ab122dc463a5d46e38082b75eb76b83e3da40edea4fbe3l6efqbcb20c7f9f4\",\n                \"outputIndex\": \"2\"\n            },\n            \"depositId\": \"7e28b7b6ee26e2a4c161\",\n            \"id\": \"7e28b7b6ee26e2a4c161\",\n            \"status\": \"refund\",\n            \"refundAddress\": {\n                \"address\": \"19dENFt4wVwos6xtgwStA6n8bbA57WCS58\"\n            },\n            \"refundTx\": null,\n            \"settleTx\": null,\n            \"orderId\": \"f173118220f1461841da\"\n        }\n    ]\n}"}],"_postman_id":"7028c18a-09e1-41cd-8143-81d443145497"},{"name":"Fetch order","id":"08d844d8-75bf-4e9c-840d-9d28e9d5bdd2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sideshift.ai/api/v1/orders/f173118220f1461841da","description":"<p>Fetch the order data, including the deposits.</p>\n<p><code>orderId</code> field is deprecated, use <code>id</code> instead.</p>\n<p><code>estimatedNetworkFeeUsd</code> represents the estimated amount in USD SideShift.ai will charge users for shifts involving BTC, ETH or ERC20 tokens. These fees will be deducted from the <code>settleAmount</code> the user receives. This field is only present in variable orders.</p>\n<p><code>networkFeePaidUsd</code> represents the amount in USD SideShift.ai charged the user for network fees. This field is only present in variable orders.</p>\n","urlObject":{"path":["v1","orders","f173118220f1461841da"],"host":["https://sideshift.ai/api"],"query":[],"variable":[]}},"response":[{"id":"9635feb9-4ab1-4f80-b427-fc571087e226","name":"Fetch BTC to LTC fixed order","originalRequest":{"method":"GET","header":[],"url":"https://sideshift.ai/api/orders/dda3867168da23927b62"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 27 Apr 2020 09:19:54 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Etag","value":"W/\"2da-4GnrG41vSuef35hQNeV/fZyLNgk\""},{"key":"Via","value":"1.1 vegur, 1.1 vegur"},{"key":"Vary","value":"Accept-Encoding"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"58a776eafb4eed43-SJC"},{"key":"Content-Encoding","value":"br"},{"key":"cf-request-id","value":"025c88a6d90000ed43039d9200000001"}],"cookie":[],"responseTime":null,"body":"{\n    \"createdAt\": \"1618242329556\",\n    \"createdAtISO\": \"2021-04-12T15:45:29.556Z\",\n    \"expiresAt\": \"1618243204118\",\n    \"expiresAtISO\": \"2021-04-12T16:00:04.118Z\",\n    \"depositAddress\": {\n        \"address\": \"3213dAuUQB9CFK1s9vUJLSmhTxdHPSCRne\"\n        // \"memo\": \"123456789\" for XLM orders\n    },\n    \"depositMethodId\": \"btc\",\n    \"id\": \"dda3867168da23927b62\",\n    \"orderId\": \"dda3867168da23927b62\",\n    \"settleAddress\": {\n        \"address\": \"MRHrYyu9H5dFXvqHcUMfY3h7Nsyt1dhR5T\"\n    },\n    \"settleMethodId\": \"ltc\",\n    \"depositMax\": \"0.01\",\n    \"depositMin\": \"0.01\",\n    \"quoteId\": \"459abd73-71cd-40ac-b4b0-58b90386ce53\",\n    \"settleAmount\": \"2.443565\",\n    \"depositAmount\": \"0.01\",\n    \"deposits\": [\n        {\n            \"depositId\": \"62c3edcc649404da5eae\",\n            \"createdAt\": \"2020-03-20T11:05:25.920Z\",\n            \"depositAmount\": \"0.09884586\",\n            \"settleRate\": \"28.0122\",\n            \"settleAmount\": \"2.443565\",\n            \"networkFeeAmount\": \"0.00000226\",\n            \"status\": \"settled\",\n            \"settleTx\": {\n                \"type\": \"simple\",\n                \"txHash\": \"e141dbfd7d708a8128fed7c2f788c23579e0bfe859e43e84c819ac8c523b639f\"\n            },\n            \"refundAddress\": null,\n            \"refundTx\": null,\n            \"reason\": null // See reason table above\n        }\n    ]\n}"}],"_postman_id":"08d844d8-75bf-4e9c-840d-9d28e9d5bdd2"},{"name":"Fetch bulk orders","id":"010a446d-09de-4779-b3de-d62eb5c6b35e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"orderIds\": [\"dda3867168da23927b62\", \"f173118220f1461841da\"]}","options":{"raw":{"language":"json"}}},"url":"https://sideshift.ai/api/v1/bulk-orders/","description":"<p>Fetch the order data for multiple orders, including the deposits.</p>\n<p><code>orderId</code> field is deprecated, use <code>id</code> instead.</p>\n<p><code>estimatedNetworkFeeUsd</code> represents the estimated amount in USD SideShift.ai will charge users for shifts involving BTC, ETH or ERC20 tokens. These fees will be deducted from the <code>settleAmount</code> the user receives. This field is only present in variable orders.</p>\n<p><code>networkFeePaidUsd</code> represents the amount in USD SideShift.ai charged the user for network fees. This field is only present in variable orders.</p>\n","urlObject":{"path":["v1","bulk-orders",""],"host":["https://sideshift.ai/api"],"query":[],"variable":[]}},"response":[{"id":"389f3510-e0f3-4601-aeff-9f08270c9354","name":"Fetch bulk orders","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"orderIds\": [\"dda3867168da23927b62\", \"f173118220f1461841da\"]}","options":{"raw":{"language":"json"}}},"url":"https://sideshift.ai/api/v1/bulk-orders/"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"createdAt\": \"1618242329556\",\n        \"createdAtISO\": \"2021-04-12T15:45:29.556Z\",\n        \"expiresAt\": \"1618243204118\",\n        \"expiresAtISO\": \"2021-04-12T16:00:04.118Z\",\n        \"depositAddress\": {\n            \"address\": \"3213dAuUQB9CFK1s9vUJLSmhTxdHPSCRne\"\n        },\n        \"depositMethodId\": \"btc\",\n        \"id\": \"dda3867168da23927b62\",\n        \"orderId\": \"dda3867168da23927b62\",\n        \"settleAddress\": {\n            \"address\": \"MRHrYyu9H5dFXvqHcUMfY3h7Nsyt1dhR5T\"\n        },\n        \"settleMethodId\": \"ltc\",\n        \"depositMax\": \"0.01\",\n        \"depositMin\": \"0.01\",\n        \"quoteId\": \"459abd73-71cd-40ac-b4b0-58b90386ce53\",\n        \"settleAmount\": \"2.443565\",\n        \"depositAmount\": \"0.01\",\n        \"deposits\": [\n            {\n                \"depositId\": \"62c3edcc649404da5eae\",\n                \"createdAt\": \"2020-03-20T11:05:25.920Z\",\n                \"depositAmount\": \"0.09884586\",\n                \"settleRate\": \"28.0122\",\n                \"settleAmount\": \"2.443565\",\n                \"networkFeeAmount\": \"0.00000226\",\n                \"status\": \"settled\",\n                \"settleTx\": {\n                    \"type\": \"simple\",\n                    \"txHash\": \"e141dbfd7d708a8128fed7c2f788c23579e0bfe859e43e84c819ac8c523b639f\"\n                },\n                \"refundAddress\": null,\n                \"refundTx\": null,\n                \"reason\": null // See reason table above\n            }\n        ]\n    },\n{\n        \"createdAt\": \"1625044261154\",\n        \"createdAtISO\": \"2021-06-30T09:11:01.154Z\",\n        \"expiresAt\": \"1625045006227\",\n        \"expiresAtISO\": \"2021-06-30T09:23:26.227Z\",\n        \"depositAddress\": {\n            \"address\": \"3213dAuUQB9CFK1s9vUJLSmhTxdHPSCRne\"\n        },\n        \"depositMethodId\": \"btc\",\n        \"id\": f173118220f1461841da,\n        \"orderId\": f173118220f1461841da,\n        \"settleAddress\": {\n            \"address\": \"MRHrYyu9H5dFXvqHcUMfY3h7Nsyt1dhR5T\"\n        },\n        \"settleMethodId\": \"ltc\",\n        \"depositMax\": \"0.105\",\n        \"depositMin\": \"0.005\",\n        \"estimatedNetworkFeeUsd\": \"0.03\",\n        \"deposits\": []\n    },\n]"}],"_postman_id":"010a446d-09de-4779-b3de-d62eb5c6b35e"},{"name":"XAI stats","id":"2cfacac2-d11b-4529-9402-57b3cc8efe7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sideshift.ai/api/v1/xai/stats","description":"<p>Use this endpoint to get statistics about XAI coin, including it's current USD price.</p>\n","urlObject":{"path":["v1","xai","stats"],"host":["https://sideshift.ai/api"],"query":[],"variable":[]}},"response":[{"id":"dde1101e-7d68-4a7b-abca-00ef3cda7c06","name":"XAI stats","originalRequest":{"method":"GET","header":[],"url":"https://sideshift.ai/api/v1/xai/stats"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"totalSupply\": 210000000,\n    \"circulatingSupply\": \"42389362\",\n    \"numberOfStakers\": 690,\n    \"latestAnnualPercentageYield\": \"24.97\",\n    \"latestDistributedXai\": \"17988.59\",\n    \"totalStaked\": \"29495408.89\",\n    \"averageAnnualPercentageYield\": \"20.97\",\n    \"totalValueLocked\": \"5765723.10616519139933\",\n    \"totalValueLockedRatio\": \"1.44\",\n    \"xaiPriceUsd\": \"0.199477101495\"\n}"}],"_postman_id":"2cfacac2-d11b-4529-9402-57b3cc8efe7c"},{"name":"Recent deposits","id":"e7608505-c8aa-4d83-b569-10da2fcfd508","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sideshift.ai/api/v1/recent-deposits","description":"<p>Returns the 10 most recent deposits. Use query param <code>limit</code> to change the number of recent deposits returned. <code>limit</code> must be between 1-100.</p>\n<p>Note: To preserve users privacy, shifts involving privacy coins will return <code>null</code> for both deposit and settle amount.</p>\n","urlObject":{"path":["v1","recent-deposits"],"host":["https://sideshift.ai/api"],"query":[],"variable":[]}},"response":[{"id":"99e55005-ebb7-4936-b5c8-fff1907aa10d","name":"Recent deposits","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://sideshift.ai/api/v1/recent-deposits?limit=20","host":["https://sideshift.ai/api"],"path":["v1","recent-deposits"],"query":[{"key":"limit","value":"20","type":"text"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"createdAt\": \"2021-11-29T09:17:06.401Z\",\n        \"depositAmount\": \"42.764577\",\n        \"settleAmount\": \"0.06846305\",\n        \"depositMethodId\": \"usdcsol\",\n        \"settleMethodId\": \"bsc\"\n    },\n    {\n        \"createdAt\": \"2021-11-29T09:10:43.896Z\",\n        \"depositAmount\": null,\n        \"settleAmount\": null,\n        \"depositMethodId\": \"xmr\",\n        \"settleMethodId\": \"btc\"\n    },\n    {\n        \"createdAt\": \"2021-11-29T09:09:58.326Z\",\n        \"depositAmount\": null,\n        \"settleAmount\": null,\n        \"depositMethodId\": \"xmr\",\n        \"settleMethodId\": \"ltc\"\n    },\n    {\n        \"createdAt\": \"2021-11-29T07:56:36.491Z\",\n        \"depositAmount\": \"0.0003\",\n        \"settleAmount\": \"0.02992246\",\n        \"depositMethodId\": \"btc\",\n        \"settleMethodId\": \"bch\"\n    },\n    {\n        \"createdAt\": \"2021-11-29T09:06:11.477Z\",\n        \"depositAmount\": \"0.00213504\",\n        \"settleAmount\": \"1.18205331\",\n        \"depositMethodId\": \"bch\",\n        \"settleMethodId\": \"usdtBch\"\n    },\n    {\n        \"createdAt\": \"2021-11-29T08:59:25.128Z\",\n        \"depositAmount\": null,\n        \"settleAmount\": null,\n        \"depositMethodId\": \"xmr\",\n        \"settleMethodId\": \"btc\"\n    },\n    {\n        \"createdAt\": \"2021-11-29T09:01:33.248Z\",\n        \"depositAmount\": null,\n        \"settleAmount\": null,\n        \"depositMethodId\": \"zaddr\",\n        \"settleMethodId\": \"ltc\"\n    },\n    {\n        \"createdAt\": \"2021-11-29T09:00:02.109Z\",\n        \"depositAmount\": \"0.031904563739769732\",\n        \"settleAmount\": \"0.00221609\",\n        \"depositMethodId\": \"eth\",\n        \"settleMethodId\": \"btc\"\n    },\n    {\n        \"createdAt\": \"2021-11-29T09:00:11.931Z\",\n        \"depositAmount\": \"15\",\n        \"settleAmount\": \"14.59675704\",\n        \"depositMethodId\": \"xrp\",\n        \"settleMethodId\": \"busd\"\n    },\n    {\n        \"createdAt\": \"2021-11-29T08:58:51.502Z\",\n        \"depositAmount\": \"30\",\n        \"settleAmount\": \"17.77749428\",\n        \"depositMethodId\": \"busd\",\n        \"settleMethodId\": \"polygon\"\n    },\n    {\n        \"createdAt\": \"2021-11-29T08:58:53.122Z\",\n        \"depositAmount\": \"9023.895500000000000000\",\n        \"settleAmount\": \"3.64320102\",\n        \"depositMethodId\": \"saibal\",\n        \"settleMethodId\": \"bch\"\n    },\n    {\n        \"createdAt\": \"2021-11-29T08:44:38.698Z\",\n        \"depositAmount\": \"0.49\",\n        \"settleAmount\": \"27703.833998\",\n        \"depositMethodId\": \"btc\",\n        \"settleMethodId\": \"usdtErc20\"\n    },\n    {\n        \"createdAt\": \"2021-11-29T08:47:51.551Z\",\n        \"depositAmount\": \"1.0\",\n        \"settleAmount\": \"4225.63503\",\n        \"depositMethodId\": \"eth\",\n        \"settleMethodId\": \"usdtErc20\"\n    },\n    {\n        \"createdAt\": \"2021-11-29T08:41:38.842Z\",\n        \"depositAmount\": \"0.01571709\",\n        \"settleAmount\": \"4.46292197\",\n        \"depositMethodId\": \"btc\",\n        \"settleMethodId\": \"ltc\"\n    },\n    {\n        \"createdAt\": \"2021-11-29T08:55:18.883Z\",\n        \"depositAmount\": null,\n        \"settleAmount\": null,\n        \"depositMethodId\": \"btc\",\n        \"settleMethodId\": \"xmr\"\n    },\n    {\n        \"createdAt\": \"2021-11-29T08:40:08.698Z\",\n        \"depositAmount\": \"0.00119071\",\n        \"settleAmount\": \"0.60362583\",\n        \"depositMethodId\": \"btc\",\n        \"settleMethodId\": \"avaxc\"\n    },\n    {\n        \"createdAt\": \"2021-11-29T08:45:25.833Z\",\n        \"depositAmount\": \"10000\",\n        \"settleAmount\": \"9904.92641072\",\n        \"depositMethodId\": \"saibal\",\n        \"settleMethodId\": \"xai\"\n    },\n    {\n        \"createdAt\": \"2021-11-29T08:45:21.839Z\",\n        \"depositAmount\": \"0.19\",\n        \"settleAmount\": \"0.33794992\",\n        \"depositMethodId\": \"sol\",\n        \"settleMethodId\": \"avaxc\"\n    },\n    {\n        \"createdAt\": \"2021-11-29T08:43:02.332Z\",\n        \"depositAmount\": \"1500.0\",\n        \"settleAmount\": \"4.00669998\",\n        \"depositMethodId\": \"polygon\",\n        \"settleMethodId\": \"bsc\"\n    },\n    {\n        \"createdAt\": \"2021-11-29T08:40:02.680Z\",\n        \"depositAmount\": \"1.5\",\n        \"settleAmount\": \"0.81708886\",\n        \"depositMethodId\": \"avaxc\",\n        \"settleMethodId\": \"sol\"\n    }\n]"}],"_postman_id":"e7608505-c8aa-4d83-b569-10da2fcfd508"},{"name":"Account","id":"925664ce-a387-4e05-a627-56ab539ccee6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-sideshift-secret","value":"1234567890qwertyuiopasdfghjklzxc","type":"text"}],"url":"https://sideshift.ai/api/v1/account","description":"<p>This endpoint returns data related to an account. In order to get the data, send the account secret in the <code>x-sideshift-secret</code> header.</p>\n","urlObject":{"path":["v1","account"],"host":["https://sideshift.ai/api"],"query":[],"variable":[]}},"response":[{"id":"f8a4518d-1203-4a73-9c3b-c87ac97e2613","name":"Account","originalRequest":{"method":"GET","header":[{"key":"x-sideshift-secret","value":"1234567890qwertyuiopasdfghjklzxc","type":"text"}],"url":{"raw":"https://sideshift.ai/api/v1/account","host":["https://sideshift.ai/api"],"path":["v1","account"],"query":[{"key":"","value":"","disabled":true}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"YQMi62XMb\",\n    \"lifetimeStakingRewards\": \"89190.63\",\n    \"unstaking\": \"0\",\n    \"staked\": \"1079394.1646\",\n    \"available\": \"43034.51598382\",\n    \"totalBalance\": \"1122428.68058382\"\n}"}],"_postman_id":"925664ce-a387-4e05-a627-56ab539ccee6"}],"id":"874cef19-e81b-4551-8a94-e8cb7eab78d7","_postman_id":"874cef19-e81b-4551-8a94-e8cb7eab78d7","description":""}],"event":[{"listen":"prerequest","script":{"id":"08797dd0-b81c-46f4-a345-f83c99d02db1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"686c0096-283a-43dd-8ed4-bc34f2c8ea7c","type":"text/javascript","exec":[""]}}],"variable":[{"key":"baseUrl","value":"https://sideshift.ai/api"},{"key":"exampleVariableOrderId","value":"f173118220f1461841da"},{"key":"exampleFixedOrderId","value":"dda3867168da23927b62"},{"key":"exampleQuoteId","value":"\"459abd73-71cd-40ac-b4b0-58b90386ce53\""},{"key":"exampleLtcAddress","value":"\"MRHrYyu9H5dFXvqHcUMfY3h7Nsyt1dhR5T\""},{"key":"exampleAffiliateId","value":"\"YQMi62XMb\""},{"key":"exampleBtcAddress","value":"\"3213dAuUQB9CFK1s9vUJLSmhTxdHPSCRne\""},{"key":"exampleBtcRefundAddress","value":"\"19dENFt4wVwos6xtgwStA6n8bbA57WCS58\""},{"key":"exampleAffiliateSecret","value":"\"2d880aab08340f43c3803515f19a0ebf\""}]}