{"info":{"_postman_id":"e5ccb658-608b-421d-9513-e53c90aab076","name":"Paysr Platform API Docs","description":"<html><head></head><body><p>The PaySR Platform API helps businesses and developers build their use-cases and cherry-pick the features and functionality they want individually.</p>\n<p>The purpose of the Platform API is to allow businesses/white-label partners to build their own business-case on top of the Wallet and Payment system of PaySR.</p>\n<p>This will allow partners to onboard their users, generate wallets, initiate transactions, deposits, payments, withdrawals and trades between different currencies and users within the PaySR Eco-System (whitelabeled users and native PaySR users alike).</p>\n<p>A white-label partner will enjoy their individual branded version of the Platform and onboard all of their users in their look-and-feel. PaySR remains in the background, powering the logistics of all the transactions behind the scenes.</p>\n<p>If you're looking to interface with the PaySR Platform via APIs and are a business, please reach out to <a href=\"mailto:support@paysr.co\">support@paysr.co</a> to apply for a White-Label of the PaySR Platform.</p>\n<p>if you're an individual looking to maximize automation of your user's account, feel free to continue onwards without any custom branding.</p>\n<h1 id=\"technology-concept\">Technology Concept</h1>\n<p>PaySR's Technology Stack is based on the concept of self-custody wallets (also called PaySR Vaults). This means that the API's are built in context of individual user accounts. Every User has their own public/private keys, and only the entity/user with these credentials can access and manage/withdraw/transfer/exchange funds.</p>\n<p>Any transction and interaction with 3rd parties (such as smart-contracts, credit-card acquirers, banking services, etc.) are automatically managed directly from the user's segregated self-custody wallet. There is no need for the operator (or PaySR) to be the counterparty of any trade or transaction, nor do funds need to be routed through any own account. This allows fast and efficient (time and costs) transactions initated by the user.</p>\n<h1 id=\"getting-started\">Getting Started:</h1>\n<p>This chapter lets you understand the general integration workflow. Be sure to read through the Business Cases Cookbook in the next chapter to see these flows being put into practice.</p>\n<h1 id=\"basic-integration-flow\">- Basic Integration Flow</h1>\n<p>As an ooperator integrating the Vault and Wallet system for your business purpose, the most simple integration always starts with user registration/setup.</p>\n<p>This can be achieved in very few steps, as indicated below:</p>\n<ul>\n<li>Register User</li>\n<li>Log the new user in</li>\n<li>Generate and submit 2FA Setup code</li>\n</ul>\n<p>Once the above has been done (per user), further information can be submitted to the system ( such as profile and personal information to activate banking features later on).</p>\n<p>In a next step, an operator would want to view the profile of a user, which contains all information and meta-data, including publiic deposit keys, transaction information, status codes of transfers/payments/referrals, etc.</p>\n<p>This can simply be achieved by calling the \"Get User Profile\" Endpoint (or alternatively, \"Get Basic User Profile\" for a faster, simplified dataset,</p>\n<p>To show deposit options (Crypto Deposit Keys, QR Codes, etc.) the \"Get Crypto Deposit PubKeys\" Endpoint is ideal. Other Endpoints are used to optimize lightweight interactions with the PaySR system, by providing specific infirmation, rather than the entire profile dataset.</p>\n<h1 id=\"advanced-integrations\">- Advanced Integrations</h1>\n<p>After the basic integration established, which allows for fast user-onboarding, operators can further chose to integrate and offer other features of the PaySR Platform, such as:</p>\n<ul>\n<li>NFT SuperStore</li>\n<li>Decentralized Trading</li>\n<li>Merchant/Payment Gateways</li>\n<li>Banking and Card Services</li>\n<li>ICO Token Offerings</li>\n<li>and much, much more...</li>\n</ul>\n<h1 id=\"mobile-integration\">- Mobile Integration</h1>\n<p>The PaySR Platform is perfectly capable of being integrated into various Mobile and Desktop Platforms.</p>\n<p>PaySR has already established the compliance aspects with leading mobile platforms (Apple's App Store and Google' PlayStore).</p>\n<p>This means that the integration and offering of a wallet system (and/or some of its functionalities) has already been vetted and approved by the mobile platforms. In practice, this means that submitting a new App and passing the review process will be dramatically accelerated when mentioning that PaySR is the underlying technology during the App submission process.</p>\n<h1 id=\"business-cases-cookbook\">Business Cases Cookbook:</h1>\n<p>PaySR offers a highly flexible platform to support and accelerate your business case and growth. In this chapter, we'll be looking at how, in a step-by-step fashion, business cases can be implemented in the most efficient way.</p>\n<h1 id=\"building-a-global-remittance-platform\">- Building a Global Remittance Platform</h1>\n<p>At the core of this business case, PaySR's Secure Send functionality lets users transmit digital assets and funds in a Peer2Peer fashion instantly, globally and without limits or barriers.</p>\n<p>Leveraging this functionality is the key to building a global Remittance System that allow the operator (you) to onboard virtually any user and allow them to fund/swap/send/remit funds within seconds.</p>\n<p>The integration path is laid out as follows:</p>\n<ul>\n<li>Register User, Log In, Register 2FA Setup</li>\n<li>Show deposit options (by showing the Crypto Deposit keys, or by shopwing additional deposit options via a pup-up linkl.</li>\n<li>Implement the Secure Send functionality, wherein users can send funds by using solely email-addresses (instead of publiuc keys, etc.).</li>\n<li>Optionally, you can allow users to then swap/trade or withdraw these funds to their local bank account, or purchase Tokens/NFT Products.</li>\n</ul>\n<h1 id=\"accepting-crypto-paymentsfunding\">- Accepting Crypto Payments/Funding</h1>\n<p>If you're currently operating a platform that requires users to fund their accounts on your system (i.e. a Gaming Platform, Loyalty Pioints, Memberships, etc.) you can easily implement a behind-the-scenes wallet system, that provides your users with individual wallets, public keys and deposit options.</p>\n<p>As you're the operator taking in the funds, the contept is to generate a wallet for every user individually, but only show the user the deposit keys in the operator platform when the user wants to initiate a funding operation. The Vault System also has a callback feature, which is used to inform the operator that a new deposit was made. From there, the operator (you)) can pull the funds from the user's wallet and send them to the master-account. This process is instantateous, and will allow the user to be credited with their deposit.</p>\n<p>The Integration path is laid out as follows:</p>\n<ul>\n<li>Register User, Log In, Register 2FA Setup (in this case, the 2FA Initial Key and Master Password must be securely stored by the operator to later generate the 2FA Key on the Secure Send Request).</li>\n<li>Show deposit options (by showing the Crypto Deposit keys, or by shopwing additional deposit options via a pup-up linkl.</li>\n<li>Set the Callback Link per wallet to be informed that there has been an update to the user's balance by an on-chain deposit.</li>\n</ul>\n<p>Once a Callback is received, the following flow can be executed:</p>\n<ul>\n<li>Log in to the user's wallet and use the stored 2FA Initial Key to authenticate.</li>\n<li>Get the balance/transaction history of the account</li>\n<li>Initiate a withdrawal via the Secure Send function from the user's wallet to the operator's Master Account (via email). This is done by loading the locally stored 2FA Initial Key and generating the time-based OTP pin for the withdrawal.</li>\n<li>Now that the tunds have moved form the user's wallet to the master account, the user can be credited with the balance.</li>\n<li>Optionally, the currency can be converted to a stable-currency if required. In this case a BTC Deposit would be converted to USD, eliminating the volatility and liquidity management concerns for the operator.</li>\n</ul>\n<p>Note: the Operator of the Master Account can cash-out their remaining funds directly to their own bank account (EUR within Europe or USD globally). There is no holding period for any funds received, they are disposable instantly.</p>\n<h1 id=\"launching-an-ico-token-offering\">- Launching an ICO Token Offering</h1>\n<p>If you're looking to offer an enhanced user experience when raising funds through and ICO Token offering, PaySR has the most secure, yet flexible solution on the market.</p>\n<p>You can create your own Token through the Whitelabel Admin Dashboard (web-interface), and later use the API Calls to trigger a purchase order, which is submitted, linked and delivered to the corresponding user.</p>\n<p>The Integration flow is the following:</p>\n<ul>\n<li>Log in to the web-platform as a Whitelabel Admin</li>\n<li>Navigate to the ICO Token Launcher and create your new token along with the various token packages, which will be available for sale</li>\n</ul>\n<p>Next either register the users via the API Calls (Register User, Log In, Register 2FA Setup), or let the users sign-up themselves.</p>\n<p>From there, you can use the APIs to get a list of available tokens and token packages, and allow the user to select theim in the custom interface (i.e. on your proprietary mobile app).<br>As soon as the user clicks on an item, or wants to check-out, the following sequence of API calls must be submitted to the PaySR Merchant system:</p>\n<ul>\n<li>Create new Invoice (including description, pricing, etc. for the items to be purchased)</li>\n<li>Forward the returned link to the user interface, so the user can check-out via a web-based view.</li>\n<li>Call the Get Invoice Status (or view the Payment Gateway Status/Overview in the Whitelabel Admin Dashboard) to check the Payment status.</li>\n<li>If the product purchased is an ICO Token or NFT, the delivery after payment will automatically be handled by the smart-contract routing system.</li>\n<li>Optionally, the operator can execute other functions based on a status being set to \"PAID\" (i.e. ship physical goods, change the status of a user on the main platform, etc.).</li>\n</ul>\n<p>Note: ICO Tokens may be subject to financial regulations, depending on the jurisdiction the operator is launching the token from. PaySR takes no liability. The PaySR terms and conditions always apply.</p>\n<h1 id=\"paysr-api-endpoints\">PaySR API Endpoints:</h1>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Technology Concept","slug":"technology-concept"},{"content":"Getting Started:","slug":"getting-started"},{"content":"- Basic Integration Flow","slug":"basic-integration-flow"},{"content":"- Advanced Integrations","slug":"advanced-integrations"},{"content":"- Mobile Integration","slug":"mobile-integration"},{"content":"Business Cases Cookbook:","slug":"business-cases-cookbook"},{"content":"- Building a Global Remittance Platform","slug":"building-a-global-remittance-platform"},{"content":"- Accepting Crypto Payments/Funding","slug":"accepting-crypto-paymentsfunding"},{"content":"- Launching an ICO Token Offering","slug":"launching-an-ico-token-offering"},{"content":"PaySR API Endpoints:","slug":"paysr-api-endpoints"}],"owner":"25573885","collectionId":"e5ccb658-608b-421d-9513-e53c90aab076","publishedId":"2s93Y6sydo","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"ffb92b"},"publishDate":"2023-06-01T10:50:59.000Z"},"item":[{"name":"Authentication","item":[{"name":"AUTH: Get Seed","id":"8830bcdd-bfe6-4973-a893-032be7e0a066","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/auth/seed?email=user@paysr.co","description":"<p><strong>Seeds are required and needed when passing around passwords and very sensitive information.</strong></p>\n<p>For instance, the seed is used to hash the password when logging in a user.</p>\n<p><strong>Use the Unique User Identifier ('email' or 'msisdn' parameter) to correctly link the user profile.</strong></p>\n","urlObject":{"protocol":"https","path":["api","v1","auth","seed"],"host":["api","paysr","co"],"query":[{"key":"email","value":"user@paysr.co"}],"variable":[]}},"response":[{"id":"18ceb68b-c966-4726-a18f-e391ca795529","name":"AUTH: Get Seed - SUCCESS","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.paysr.co/api/v1/auth/seed?email=user@paysr.co","protocol":"https","host":["api","paysr","co"],"path":["api","v1","auth","seed"],"query":[{"key":"email","value":"user@paysr.co"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Thu, 23 Dec 2021 10:15:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"141"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"random_key\": \"Y1JxRGlwYWw5eUZUaWJOdVpWM0tFZTdj\",\n    \"second_factor_enabled\": false,\n    \"seed_key\": \"ZDlmbFI2VkNjT01nNk1xdXhoZk1QV1dS\",\n    \"success\": true\n}"},{"id":"08600976-e97c-4f00-98cb-8155610c826c","name":"AUTH: Get Seed - FAIL","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.paysr.co/api/v1/auth/seed","protocol":"https","host":["api","paysr","co"],"path":["api","v1","auth","seed"],"query":[{"key":"signature","value":"2d9bcd72a99b28ef9dc82d377d95a97248cd167e3faef320312f24db82924bf5","disabled":true}]}},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"103"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5, max=30"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.10"},{"key":"Date","value":"Wed, 17 Nov 2021 12:16:21 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Error: Unknown user or invalid request sent.\",\n    \"random_key\": null,\n    \"seed\": null,\n    \"success\": false\n}"}],"_postman_id":"8830bcdd-bfe6-4973-a893-032be7e0a066"},{"name":"AUTH: Log a User in","id":"111258d3-00fa-4680-8fd2-4a6688f84855","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"email\":\"user@paysr.com\",\r\n\t\"password\":\"2b563e6b0e91b9795bb1cd49ba3486a0cbf1311ee1d12c4c2b4cb67067069ae3\",\r\n\t\"randomkey\":\"WlpoUWhtMjNvY2toRXlYVlBVenBXeHVr\",\r\n    \"2fa_code\":\"123456\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/auth/login","description":"<p>As described in the \"AUTH: Get Seed\" Endpoint, before the login credentials can be passed to the backend, the seed must be requested using the appropriate parameters.</p>\n<p><strong>Use the Unique User Identifier ('email' or 'msisdn' parameter) to correctly link the user profile.</strong></p>\n<p>Before submitting the password data in this request, it must first be SHA256-hashed as follows:</p>\n<p>* var hashed_password = SHA256(password + seed);<br />* the HASHED_PASSWORD must then be hashed <em>again</em> with the random_key from the \"Get Seed\" Request:<br />* var randomized_password = SHA256(hashed_password + random_key );</p>\n<p>Now the randomized password is ready to be submitted.</p>\n<p>For verification and as an example, the clear-text password \"starwars\" results into \"2b563e6b0e91b9795bb1cd49ba3486a0cbf1311ee1d12c4c2b4cb67067069ae3\" when using the seed (\"ZDlmbFI2VkNjT01nNk1xdXhoZk1QV1dS\") and the random key (\"WlpoUWhtMjNvY2toRXlYVlBVenBXeHVr\") correctly.</p>\n<p>(Please see the \"Register User Endpoint\" for a Linux Console example)</p>\n<p><strong>Ultimately, the returned bearer token is to be used in the header of every request that requires authentication.</strong></p>\n","urlObject":{"protocol":"https","path":["api","v1","auth","login"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[{"id":"b9043472-8759-480b-859b-e4640de554ad","name":"AUTH: Log a User in - SUCCESS","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"email\":\"user@paysr.com\",\r\n\t\"password\":\"2b563e6b0e91b9795bb1cd49ba3486a0cbf1311ee1d12c4c2b4cb67067069ae3\",\r\n\t\"randomkey\":\"WlpoUWhtMjNvY2toRXlYVlBVenBXeHVr\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/auth/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"120"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5, max=30"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.10"},{"key":"Date","value":"Wed, 17 Nov 2021 12:15:10 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"bearer_token\": \"TmdQRWtyUzZBbmRSRWw5enFqdTlxeEk4\",\n    \"message\": \"Credentials are valid, Login successful.\",\n    \"success\": true\n}"},{"id":"141c4b4a-ccf2-4078-9b48-ea36ed0df2b1","name":"AUTH: Log a User in - FAIL","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"email\":\"user@paysr.com\",\r\n\t\"password\":\"2b563e6b0e91b9795bb1cd49ba3486a0cbf1311ee1d12c4c2b4cb67067069ae3XXX\",\r\n\t\"randomkey\":\"WlpoUWhtMjNvY2toRXlYVlBVenBXeHVr\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/auth/login"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"75"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5, max=30"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.10"},{"key":"Date","value":"Wed, 17 Nov 2021 12:15:28 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Login Failed, incorrect credentials submitted.\",\n    \"success\": false\n}"}],"_postman_id":"111258d3-00fa-4680-8fd2-4a6688f84855"},{"name":"AUTH: Log a User out","id":"5c45c7fd-f1be-49a2-9e83-2f8f6c7ffa61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/auth/logout","description":"<p>This end-point will log the user out of any API-based sessions on all devices.</p>\n","urlObject":{"protocol":"https","path":["api","v1","auth","logout"],"host":["api","paysr","co"],"query":[{"disabled":true,"key":"signature","value":"2d9bcd72a99b28ef9dc82d377d95a97248cd167e3faef320312f24db82924bf5"}],"variable":[]}},"response":[],"_postman_id":"5c45c7fd-f1be-49a2-9e83-2f8f6c7ffa61"},{"name":"AUTH: Register a User","id":"d0fc8499-a526-4699-bf96-c26f4a751434","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"whitelabel_hash\": \"93a8de05ed6d4596a2b913f12aaa024d\",\r\n\t\"email\": \"user@paysr.com\",\r\n\t\"first_name\": \"John\",\r\n\t\"last_name\": \"Connor\",\r\n\t\"password\": \"680da295d551f23b65ab419e773f2d0780f9d373a3b25e344dd504d95761e294\",\r\n\t\"accept_terms\": true,\r\n\t\"seed_key\": \"ME00VkdxMmtxV29jY01GcnVvWlJJQ0s0XXX\", \r\n\t\"ref_code\": \"SGYWWWDRNL\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/auth/registration","description":"<p>This end-point allows a new user to be registered/signed-up.</p>\n<p><strong>Using the ref-code ensures that the user is correctly linked to the corresponding partner or Whitelabel - it cannot be left blank.</strong></p>\n<p><strong>The ref-code CANNOT be changed or amended.</strong></p>\n<p>The Unique User Identifier can either be the email address (specified with the 'email' parameter), or an international phone number (in the +XXX format (eg. +18228923310), specified with the 'msisdn' parameter). <em>Only one of the two identifiers can be submitted per request.</em></p>\n<p>Note: This Endpoint does NOT require any authorization (Bearer Token).</p>\n<hr />\n<p><strong>The Password must be SHA256 hashed before submission in the following way:</strong></p>\n<ul>\n<li>var hashed_pw = SHA256(input_password+seed_key)</li>\n</ul>\n<p>or</p>\n<ul>\n<li>var hashed_pw = SHA256('starwars'+'ME00VkdxMmtxV29jY01GcnVvWlJJQ0s0XXX')</li>\n</ul>\n<p><em>A Linux Console example would be this:</em></p>\n<p>$ echo -n starwarsME00VkdxMmtxV29jY01GcnVvWlJJQ0s0XXX | openssl dgst -sha256</p>\n<p>result = 8f45ccbf12845c9be659d8cb1ec1973b7c291908c48969bb9f8582e855ed7da4</p>\n","urlObject":{"protocol":"https","path":["api","v1","auth","registration"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[{"id":"c7222eae-e794-4e5a-b121-3a4810454d4c","name":"AUTH: Register a User","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"email\":\"user@paysr.co\",\r\n\t\"first_name\":\"User\",\r\n\t\"last_name\":\"PaySR\",\r\n\t\"password\": \"c1321636d45fe6847ef387d48ee088289028cd1c304217e295644f9f0c5955c5\",\r\n\t\"accept_terms\":true,\r\n\t\"seed_key\": \"eUM3bWZyUmlEaGh5eGVwRFk2TnA1TVNx\", \r\n\t\"ref_code\":\"BMJ5EJJNZM\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/auth/registration"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 23 Nov 2021 18:18:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"121"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"clientid\": \"SEDM-BJFW-OTDS\",\n    \"email\": \"user@paysr.co\",\n    \"status\": \"Account Registration Successful\",\n    \"success\": true\n}"}],"_postman_id":"d0fc8499-a526-4699-bf96-c26f4a751434"},{"name":"AUTH: Generate new 2FA Registration Code","id":"c6d7533c-e71f-4748-b1d3-c8bddf2dadc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/auth/new2facode","description":"<p>To start the 2FA Initiation process, a 2FA Initiation Key must be generated. This endpoint provides the text and image (QR Code) version as a response, which the user must import/scan in Google Authenticator (or similar).<br />Then the user must submit the first PIN code to fully enable and \"link\" the Mechanism.</p>\n","urlObject":{"protocol":"https","path":["api","v1","auth","new2facode"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[{"id":"e5c4be87-98e6-4f2a-a50a-d9ef58ea5a2e","name":"AUTH: Request new 2FA Registration Code - SUCCESS","originalRequest":{"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/auth/new2facode"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"8424"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5, max=30"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.10"},{"key":"Date","value":"Tue, 21 Dec 2021 21:47:00 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"2fa_initial_key\": \"IOGZBA4HYM7V6ZM6\",\n    \"qrcode_img_data\": {\n        \"qr_image_data\": \"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\"\n    },\n    \"success\": true\n}"}],"_postman_id":"c6d7533c-e71f-4748-b1d3-c8bddf2dadc2"},{"name":"AUTH: Submit first 2FA Code","id":"304ccefc-c774-42e0-9746-18078f5e811b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"first_2fa_code\":\"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/auth/submitfirst2facode","description":"<p>To \"link\" the 2FA Code to the Account, a first code needs to be submitted to the system to verify that the 2FA Mechanism has generated a valid token on the client's Authenticator Software app.<br />On success, 2FA will be enabled for the account.</p>\n","urlObject":{"protocol":"https","path":["api","v1","auth","submitfirst2facode"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[{"id":"b4fb19c3-4727-4b0c-9881-56ce63885db2","name":"AUTH: Submit first 2FA Code - SUCCESS","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"first_2fa_code\":123456\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/auth/submitfirst2facode"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"51"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5, max=30"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.10"},{"key":"Date","value":"Tue, 21 Dec 2021 22:07:49 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"2FA has been enabled.\",\n    \"success\": true\n}"},{"id":"74fb9a20-34b4-4329-9ef1-77f3a0c9c176","name":"AUTH: Submit first 2FA Code - FAIL","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"first_2fa_code\":123456\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/auth/submitfirst2facode"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"71"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5, max=30"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.10"},{"key":"Date","value":"Tue, 21 Dec 2021 22:09:11 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"User must first generate a new 2FA Code.\",\n    \"success\": false\n}"},{"id":"acae7c6f-1b13-4396-a5e3-e9e386cdaa36","name":"AUTH: Submit first 2FA Code - FAIL","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"first_2fa_code\":123456\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/auth/submitfirst2facode"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"57"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5, max=30"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.10"},{"key":"Date","value":"Tue, 21 Dec 2021 22:09:26 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Incorrect Initial 2FA PIN.\",\n    \"success\": false\n}"}],"_postman_id":"304ccefc-c774-42e0-9746-18078f5e811b"},{"name":"AUTH: Close an Account","id":"d7f46f0a-6e50-4666-8754-c33ef0b0724c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"clientid\":\"XXXX-XXXX-XXXX\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/auth/close_account","description":"<p>This Endpoint permanently closes the User's Account.<br />The user must be logged in and the Client ID must be submitted for additional security.</p>\n<p>This call is typically not reversible.</p>\n","urlObject":{"protocol":"https","path":["api","v1","auth","close_account"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"d7f46f0a-6e50-4666-8754-c33ef0b0724c"}],"id":"35addacc-ae14-452c-b213-24ed48cb74b2","description":"<p>Authentication is encrypted and hashed through a unique seed per user profile.<br />The seed is used to hash the passwords and other sensitive information at any point of data being in transit.</p>\n<p>The AUTH Endpoints are documented accordingly:</p>\n","_postman_id":"35addacc-ae14-452c-b213-24ed48cb74b2"},{"name":"User Profile Data","item":[{"name":"PROFILE: Reset Password","id":"0c65aaf4-7e9d-4b06-a753-7695f20caf62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/profile/resetpassword?email=user@paysr.co","urlObject":{"protocol":"https","path":["api","v1","profile","resetpassword"],"host":["api","paysr","co"],"query":[{"key":"email","value":"user@paysr.co"}],"variable":[]}},"response":[{"id":"edecfbad-1e1a-4c01-949b-e5c50df624db","name":"PROFILE: Reset Password","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.paysr.co/api/v1/profile/resetpassword?email=user@paysr.co","protocol":"https","host":["api","paysr","co"],"path":["api","v1","profile","resetpassword"],"query":[{"key":"email","value":"user@paysr.co"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"76"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5, max=30"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.10"},{"key":"Date","value":"Tue, 23 Nov 2021 18:21:10 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Reset Code has been set to your email address.\",\n    \"success\": true\n}"}],"_postman_id":"0c65aaf4-7e9d-4b06-a753-7695f20caf62"},{"name":"PROFILE: Set new Password","id":"68e4839a-71f5-46e2-a720-f877dae739e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"old_password\":\"81abe8a5192e7c497adda42a3cfb378b0afc743c7f668588333157bbab977b71\",\r\n\t\"new_password\":\"f42791414b55ac6c2088a399669720396ee0b627b3d9cf4b187935d69844a8aa\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/profile/setpassword","description":"<p>The old and new password must be hashed as described in the \"REGISTER USER\" endpoint to succeed.</p>\n","urlObject":{"protocol":"https","path":["api","v1","profile","setpassword"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[{"id":"ed88802f-f968-4927-992a-a59d93916a0f","name":"PROFILE: Set new Password SUCCESS","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"old_password\":\"81abe8a5192e7c497adda42a3cfb378b0afc743c7f668588333157bbab977b71\",\r\n\t\"new_password\":\"f42791414b55ac6c2088a399669720396ee0b627b3d9cf4b187935d69844a8aa\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/profile/setpassword"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"18"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5, max=30"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.10"},{"key":"Date","value":"Wed, 01 Dec 2021 11:15:43 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true\n}"}],"_postman_id":"68e4839a-71f5-46e2-a720-f877dae739e1"},{"name":"PROFILE: Submit Profile Data","id":"b4b6cc7e-3fde-4035-a6bd-4b0cb2ced271","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"first_name\":\"John\",\r\n\t\"last_name\":\"Connor\",\r\n\t\"street_name\":\"Some Street\",\r\n\t\"street_number\":\"111\",\r\n\t\"city_name\":\"New York\",\r\n\t\"zip_code\":\"10001\",\r\n\t\"country_code\":\"US\",\r\n\t\"state\":\"NY\",\r\n\t\"int_phone_number\":\"+1000000001\",\r\n\t\"date_of_birth\":\"1984-11-21\",\r\n\t\"auto_convert_volatile_to_stable_coins\":false,\r\n    \"dark_theme\":false,\r\n    \"preferred_base_currency\":\"USD\",\r\n    \"preferred_language\":\"EN\",\r\n    \"msisdn\":\"+1000000002\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/profile/personaldata","description":"<p>Profile Data can be updated by using the following keys/values. They can be submitted separately, in combination, or all together.</p>\n<p>The Date Formats must follow YYYY-MM-DD formats a the telephone number must meet the international standards, as indicated.</p>\n<p>State is to be set to \"\" for non-USA addresses.</p>\n<p>IMPORTANT: the int_phone_number parameter is used for information purposes only, while the MSISDN parameter will allow the user to log in via the unique phone number. The MSISDN can only be set once and CANNOT be changed as it links directly to the corresponding self-custody wallet. This parameter is optional, yet useful when building a mobile app that uses phone-numbers instead of email addresses as the unique identifier.</p>\n","urlObject":{"protocol":"https","path":["api","v1","profile","personaldata"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[{"id":"9ac2463c-8274-406b-8777-ed9a88cca6d9","name":"PROFILE: Submit Profile Data - SUCCESS","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"first_name\":\"John\",\r\n\t\"last_name\":\"Connor\",\r\n\t\"street_name\":\"Some Street\",\r\n\t\"street_number\":\"111\",\r\n\t\"city_name\":\"New York\",\r\n\t\"zip_code\":\"10001\",\r\n\t\"country_code\":\"US\",\r\n\t\"state\":\"NY\",\r\n\t\"int_phone_number\":\"+1000000000\",\r\n\t\"date_of_birth\":\"1984-11-21\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/profile/personaldata"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"17"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5, max=30"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.10"},{"key":"Date","value":"Wed, 17 Nov 2021 20:33:28 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true\n}"}],"_postman_id":"b4b6cc7e-3fde-4035-a6bd-4b0cb2ced271"},{"name":"PROFILE: Get Basic User Profile Data","id":"8c7bca0d-0f85-419f-86a4-a170aa5e7155","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/profile_basic","urlObject":{"protocol":"https","path":["api","v1","profile_basic"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[{"id":"83ce530e-1517-4603-be38-8af5d383e459","name":"PROFILE: Get Basic User Profile Data - SUCCESS","originalRequest":{"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/profile_basic"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Thu, 19 May 2022 17:48:14 GMT"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"1256"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"affiliate_admin_id\": null,\n    \"affiliator\": {\n        \"PAYSR\": {\n            \"activate_products\": true,\n            \"affiliate_merchant_key\": \"MKEY-PSRY-GRP0-0001\",\n            \"affiliator_auto_gen_savings_wallets\": false,\n            \"affiliator_show_hybrid_wallets\": false,\n            \"affiliator_show_savings_wallets\": true,\n            \"allow_dark_mode\": true,\n            \"allow_multi_factor\": true,\n            \"allow_quick_funding\": false,\n            \"bg_dark_url\": \"/static/img/backgrounds/unitymatterhorn_2880x1800-1-8-blurred-blue.jpg\",\n            \"bg_light_url\": \"/static/img/backgrounds/unitymatterhorn_2880x1800-1-8-blurred.jpg\",\n            \"commission_reinvestment\": 100,\n            \"created\": \"2021-04-01 13:28:37\",\n            \"custom_css\": null,\n            \"dbid\": 1,\n            \"description\": null,\n            \"dex_exclusive\": false,\n            \"disable_ref_system\": false,\n            \"disabled\": false,\n            \"force_multi_factor\": false,\n            \"force_to_ultra_light\": false,\n            \"forwards_to_affiliator\": false,\n            \"has_back_button_url\": null,\n            \"has_ranks\": false,\n            \"has_stars\": false,\n            \"ico_meta\": {\n                \"current_price\": 1,\n                \"ico_allow_sending\": false,\n                \"ico_id\": 1,\n                \"ico_name\": \"Pro-Active Mining Token\",\n                \"ico_product_name\": \"Pro-Active Mining Token\",\n                \"ico_symbol\": \"PSR\",\n                \"ico_web_url\": \"https://paysr.co\"\n            },\n            \"info_message\": null,\n            \"intro_video\": null,\n            \"is_active\": true,\n            \"is_dark_theme\": false,\n            \"logo_dark_url\": \"/static/img/logos/PaySR-Logo-onBlack.png\",\n            \"logo_light_url\": \"/static/img/logos/PaySR-Logo-onWhite.png\",\n            \"max_visible_network_depth\": 10,\n            \"name\": \"PaySR\",\n            \"outline_master_buttons\": true,\n            \"portal_url\": \"https://paysr.co\",\n            \"powered_by\": \"PaySR\",\n            \"rank_data\": [\n                {\n                    \"commission_data\": [\n                        {\n                            \"affiliate_program_fk\": 1,\n                            \"commissions_array\": [\n                                10,\n                                5,\n                                5,\n                                5,\n                                5,\n                                5,\n                                5,\n                                5,\n                                5,\n                                5\n                            ],\n                            \"created\": \"2020-07-04 16:59:52\",\n                            \"dbid\": 3,\n                            \"level_10_commissions\": 5,\n                            \"level_1_commissions\": 10,\n                            \"level_2_commissions\": 5,\n                            \"level_3_commissions\": 5,\n                            \"level_4_commissions\": 5,\n                            \"level_5_commissions\": 5,\n                            \"level_6_commissions\": 5,\n                            \"level_7_commissions\": 5,\n                            \"level_8_commissions\": 5,\n                            \"level_9_commissions\": 5,\n                            \"name\": \"Gold\",\n                            \"rank_number\": 1\n                        },\n                        {\n                            \"affiliate_program_fk\": 1,\n                            \"commissions_array\": [\n                                20,\n                                10,\n                                10,\n                                5,\n                                5,\n                                5,\n                                5,\n                                10,\n                                5,\n                                5\n                            ],\n                            \"created\": \"2020-07-04 16:59:52\",\n                            \"dbid\": 4,\n                            \"level_10_commissions\": 5,\n                            \"level_1_commissions\": 20,\n                            \"level_2_commissions\": 10,\n                            \"level_3_commissions\": 10,\n                            \"level_4_commissions\": 5,\n                            \"level_5_commissions\": 5,\n                            \"level_6_commissions\": 5,\n                            \"level_7_commissions\": 5,\n                            \"level_8_commissions\": 10,\n                            \"level_9_commissions\": 5,\n                            \"name\": \"Platinum\",\n                            \"rank_number\": 2\n                        },\n                        {\n                            \"affiliate_program_fk\": 1,\n                            \"commissions_array\": [\n                                25,\n                                12,\n                                12,\n                                5,\n                                4,\n                                4,\n                                4,\n                                6,\n                                4,\n                                4\n                            ],\n                            \"created\": \"2020-07-04 17:00:21\",\n                            \"dbid\": 5,\n                            \"level_10_commissions\": 4,\n                            \"level_1_commissions\": 25,\n                            \"level_2_commissions\": 12,\n                            \"level_3_commissions\": 12,\n                            \"level_4_commissions\": 5,\n                            \"level_5_commissions\": 4,\n                            \"level_6_commissions\": 4,\n                            \"level_7_commissions\": 4,\n                            \"level_8_commissions\": 6,\n                            \"level_9_commissions\": 4,\n                            \"name\": \"Diamond\",\n                            \"rank_number\": 3\n                        }\n                    ],\n                    \"created\": \"Thu, 19 May 2022 17:48:14 GMT\",\n                    \"rank_name\": \"Gold\",\n                    \"rank_number\": 1\n                }\n            ],\n            \"ref_split_percent\": 10,\n            \"require_user_data_at_registration\": true,\n            \"role\": \"USER\",\n            \"savings_wallets_external_tokens\": true,\n            \"star_count\": 0,\n            \"star_data\": [\n                {\n                    \"affiliate_program_fk\": 1,\n                    \"created\": \"2020-07-04 18:29:48\",\n                    \"dbid\": 1,\n                    \"minimum_revenue\": 5000,\n                    \"star_level\": 1\n                },\n                {\n                    \"affiliate_program_fk\": 1,\n                    \"created\": \"2020-07-04 18:29:54\",\n                    \"dbid\": 2,\n                    \"minimum_revenue\": 10000,\n                    \"star_level\": 2\n                },\n                {\n                    \"affiliate_program_fk\": 1,\n                    \"created\": \"2020-07-04 18:30:00\",\n                    \"dbid\": 3,\n                    \"minimum_revenue\": 30000,\n                    \"star_level\": 3\n                },\n                {\n                    \"affiliate_program_fk\": 1,\n                    \"created\": \"2020-07-04 18:30:08\",\n                    \"dbid\": 4,\n                    \"minimum_revenue\": 100000,\n                    \"star_level\": 4\n                },\n                {\n                    \"affiliate_program_fk\": 1,\n                    \"created\": \"2020-07-04 18:30:15\",\n                    \"dbid\": 5,\n                    \"minimum_revenue\": 300000,\n                    \"star_level\": 5\n                }\n            ],\n            \"supervisor\": false,\n            \"symbol\": \"PaySR\",\n            \"warn_multi_factor_to_downline\": true,\n            \"warning_message\": null,\n            \"website_url\": \"https://paysr.co\"\n        }\n    },\n    \"client_id\": \"RGT0-SWFH-RDNB\",\n    \"created\": \"2021-06-15 16:22:36\",\n    \"email\": \"user@paysr.co\",\n    \"external_wallets\": [],\n    \"fname\": \"John\",\n    \"is_corporate\": false,\n    \"join_time\": \"2021-06-15 16:22:36\",\n    \"last_timezone\": 0,\n    \"lname\": \"Doe\",\n    \"login_id\": 12532163,\n    \"notifications\": null,\n    \"preferred_locale\": \"en\",\n    \"profile_id\": 12532224,\n    \"show_all_savings_fiats\": false,\n    \"show_all_savings_tokens\": true,\n    \"trashed\": false,\n    \"username\": \"user-MWJG\"\n}"}],"_postman_id":"8c7bca0d-0f85-419f-86a4-a170aa5e7155"},{"name":"PROFILE: Get Full User Profile Data","id":"40957b5e-0b5d-4c0e-bfc4-1edbb3572fb7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/profile","urlObject":{"protocol":"https","path":["api","v1","profile"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[{"id":"008840b3-c780-4507-9445-ed81ca942a45","name":"PROFILE: Get All User Profile Data - SUCCESS","originalRequest":{"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/profile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"5364"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5, max=30"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.10"},{"key":"Date","value":"Wed, 17 Nov 2021 14:47:43 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"account_balance\": {\n        \"conf_bch\": 0,\n        \"conf_btc\": 0,\n        \"conf_eth\": 0,\n        \"conf_ltc\": 0,\n        \"conf_usd\": 0,\n        \"conf_usdt\": 0,\n        \"unconf_usd\": 0,\n        \"unty_usd_owned\": 0\n    },\n    \"account_withdrawals\": [],\n    \"affiliate_admin_id\": null,\n    \"affiliate_admin_meta\": [],\n    \"affiliate_admin_symbol\": null,\n    \"affiliator\": {\n        \"PAYSR\": {\n            \"activate_products\": true,\n            \"affiliate_merchant_key\": \"MKEY-PSRY-GRP0-0001\",\n            \"affiliator_auto_gen_savings_wallets\": false,\n            \"affiliator_show_hybrid_wallets\": false,\n            \"affiliator_show_savings_wallets\": true,\n            \"allow_multi_factor\": true,\n            \"allow_quick_funding\": false,\n            \"bg_dark_url\": \"/static/img/backgrounds/unitymatterhorn_2880x1800-1-8-blurred-blue.jpg\",\n            \"bg_light_url\": \"/static/img/backgrounds/unitymatterhorn_2880x1800-1-8-blurred.jpg\",\n            \"commission_reinvestment\": 100,\n            \"created\": \"2021-04-01 13:28:37\",\n            \"custom_css\": null,\n            \"dbid\": 1,\n            \"description\": null,\n            \"disable_ref_system\": false,\n            \"disabled\": false,\n            \"force_multi_factor\": false,\n            \"force_to_ultra_light\": false,\n            \"forwards_to_affiliator\": false,\n            \"has_back_button_url\": null,\n            \"has_ranks\": false,\n            \"has_stars\": false,\n            \"ico_meta\": {\n                \"current_price\": 1,\n                \"fiat_fk\": 2,\n                \"ico_allow_sending\": false,\n                \"ico_id\": 1,\n                \"ico_name\": \"Pro-Active Mining Token\",\n                \"ico_product_name\": \"Pro-Active Mining Token\",\n                \"ico_symbol\": \"PSRY\",\n                \"ico_web_url\": \"https://paysr.co\"\n            },\n            \"info_message\": null,\n            \"intro_video\": null,\n            \"is_active\": true,\n            \"is_dark_theme\": false,\n            \"logo_dark_url\": \"/static/img/logos/PaySR-Logo-onBlack.png\",\n            \"logo_light_url\": \"/static/img/logos/PaySR-Logo-onWhite.png\",\n            \"max_visible_network_depth\": 10,\n            \"name\": \"PaySR\",\n            \"outline_master_buttons\": true,\n            \"portal_url\": \"https://paysr.co\",\n            \"powered_by\": \"PaySR\",\n            \"rank_data\": [\n                {\n                    \"commission_data\": [\n                        {\n                            \"affiliate_program_fk\": 1,\n                            \"commissions_array\": [\n                                10,\n                                5,\n                                5,\n                                5,\n                                5,\n                                5,\n                                5,\n                                5,\n                                5,\n                                5\n                            ],\n                            \"created\": \"2020-07-04 16:59:52\",\n                            \"dbid\": 3,\n                            \"level_10_commissions\": 5,\n                            \"level_1_commissions\": 10,\n                            \"level_2_commissions\": 5,\n                            \"level_3_commissions\": 5,\n                            \"level_4_commissions\": 5,\n                            \"level_5_commissions\": 5,\n                            \"level_6_commissions\": 5,\n                            \"level_7_commissions\": 5,\n                            \"level_8_commissions\": 5,\n                            \"level_9_commissions\": 5,\n                            \"name\": \"Gold\",\n                            \"rank_number\": 1\n                        },\n                        {\n                            \"affiliate_program_fk\": 1,\n                            \"commissions_array\": [\n                                20,\n                                10,\n                                10,\n                                5,\n                                5,\n                                5,\n                                5,\n                                10,\n                                5,\n                                5\n                            ],\n                            \"created\": \"2020-07-04 16:59:52\",\n                            \"dbid\": 4,\n                            \"level_10_commissions\": 5,\n                            \"level_1_commissions\": 20,\n                            \"level_2_commissions\": 10,\n                            \"level_3_commissions\": 10,\n                            \"level_4_commissions\": 5,\n                            \"level_5_commissions\": 5,\n                            \"level_6_commissions\": 5,\n                            \"level_7_commissions\": 5,\n                            \"level_8_commissions\": 10,\n                            \"level_9_commissions\": 5,\n                            \"name\": \"Platinum\",\n                            \"rank_number\": 2\n                        },\n                        {\n                            \"affiliate_program_fk\": 1,\n                            \"commissions_array\": [\n                                25,\n                                12,\n                                12,\n                                5,\n                                4,\n                                4,\n                                4,\n                                6,\n                                4,\n                                4\n                            ],\n                            \"created\": \"2020-07-04 17:00:21\",\n                            \"dbid\": 5,\n                            \"level_10_commissions\": 4,\n                            \"level_1_commissions\": 25,\n                            \"level_2_commissions\": 12,\n                            \"level_3_commissions\": 12,\n                            \"level_4_commissions\": 5,\n                            \"level_5_commissions\": 4,\n                            \"level_6_commissions\": 4,\n                            \"level_7_commissions\": 4,\n                            \"level_8_commissions\": 6,\n                            \"level_9_commissions\": 4,\n                            \"name\": \"Diamond\",\n                            \"rank_number\": 3\n                        }\n                    ],\n                    \"created\": \"2021-06-15 16:22:36\",\n                    \"rank_name\": \"Gold\",\n                    \"rank_number\": 1\n                }\n            ],\n            \"require_user_data_at_registration\": true,\n            \"role\": \"USER\",\n            \"savings_wallets_external_tokens\": true,\n            \"star_count\": 0,\n            \"star_data\": [\n                {\n                    \"affiliate_program_fk\": 1,\n                    \"created\": \"2020-07-04 18:29:48\",\n                    \"dbid\": 1,\n                    \"minimum_revenue\": 5000,\n                    \"star_level\": 1\n                },\n                {\n                    \"affiliate_program_fk\": 1,\n                    \"created\": \"2020-07-04 18:29:54\",\n                    \"dbid\": 2,\n                    \"minimum_revenue\": 10000,\n                    \"star_level\": 2\n                },\n                {\n                    \"affiliate_program_fk\": 1,\n                    \"created\": \"2020-07-04 18:30:00\",\n                    \"dbid\": 3,\n                    \"minimum_revenue\": 30000,\n                    \"star_level\": 3\n                },\n                {\n                    \"affiliate_program_fk\": 1,\n                    \"created\": \"2020-07-04 18:30:08\",\n                    \"dbid\": 4,\n                    \"minimum_revenue\": 100000,\n                    \"star_level\": 4\n                },\n                {\n                    \"affiliate_program_fk\": 1,\n                    \"created\": \"2020-07-04 18:30:15\",\n                    \"dbid\": 5,\n                    \"minimum_revenue\": 300000,\n                    \"star_level\": 5\n                }\n            ],\n            \"supervisor\": false,\n            \"symbol\": \"PaySR\",\n            \"warn_multi_factor_to_downline\": true,\n            \"warning_message\": null,\n            \"website_url\": \"https://paysr.co\"\n        }\n    },\n    \"auto_convert_volatile_to_internal_ico_fk\": null,\n    \"auto_convert_volatile_to_stable_coins\": false,\n    \"auto_ship_opt_ins\": {},\n    \"bank_accounts\": [\n        {\n            \"account_description\": \"Personal Bank Account\",\n            \"bank_account_id\": 213,\n            \"bank_clearing\": \"NTSBDEB1XXX\",\n            \"bank_name\": \"N26 Bank GmbH\",\n            \"currency_id\": 3,\n            \"currency_symbol\": \"EUR\",\n            \"iban\": \"DE83100110012600000030\"\n        }\n    ],\n    \"cards\": [],\n    \"clientid\": \"RGT0-SWFH-RDNB\",\n    \"created\": \"2021-06-15\",\n    \"custom_widget\": null,\n    \"dark_theme\": false,\n    \"external_wallets\": [\n        {\n            \"approved\": \"2019-07-22 10:50:42\",\n            \"created\": \"2020-02-10 10:36:29\",\n            \"crypto_address\": \"0x071bBD12f4d7c0917267fE1Dd13a3c589aFC34A9\",\n            \"crypto_id\": 4,\n            \"crypto_symbol\": \"ETH\",\n            \"description\": \"Load Credit-Card from Ethereum (ETH) Account\",\n            \"is_card_wallet\": 1,\n            \"is_hidden\": 0,\n            \"smart_contract_fk\": null,\n            \"wallet_id\": 161,\n            \"withdrawals\": [\n                {\n                    \"amount\": 1,\n                    \"cancelled\": null,\n                    \"confirmed\": null,\n                    \"created\": \"2020-07-28 15:31:18\",\n                    \"error\": null,\n                    \"external_wallet_id\": 161,\n                    \"sent\": null,\n                    \"tx_hash\": \"0x06252ccd804e4323a459504dc6aafed88cc0d0fb249d150560774aa6236fb1fc\",\n                    \"withdrawal_id\": 1854\n                },\n                {\n                    \"amount\": 0.004,\n                    \"cancelled\": null,\n                    \"confirmed\": null,\n                    \"created\": \"2019-12-13 10:32:03\",\n                    \"error\": null,\n                    \"external_wallet_id\": 161,\n                    \"sent\": null,\n                    \"tx_hash\": \"0x79a0df1f5487a5ccfd127a94eac053aa9fe06aa7850145b55b6c6565572ba51c\",\n                    \"withdrawal_id\": 839\n                },\n                {\n                    \"amount\": 0.03,\n                    \"cancelled\": null,\n                    \"confirmed\": null,\n                    \"created\": \"2019-10-19 09:22:49\",\n                    \"error\": null,\n                    \"external_wallet_id\": 161,\n                    \"sent\": null,\n                    \"tx_hash\": \"0x822560c2a9485b8145c880fdf59a0af3da417c3357424d8050988ce014b03a09\",\n                    \"withdrawal_id\": 607\n                },\n                {\n                    \"amount\": 0.004,\n                    \"cancelled\": \"2019-10-16 13:35:16\",\n                    \"confirmed\": null,\n                    \"created\": \"2019-10-16 13:34:56\",\n                    \"error\": null,\n                    \"external_wallet_id\": 161,\n                    \"sent\": null,\n                    \"tx_hash\": null,\n                    \"withdrawal_id\": 595\n                },\n                {\n                    \"amount\": 0.03,\n                    \"cancelled\": null,\n                    \"confirmed\": null,\n                    \"created\": \"2019-07-22 21:42:26\",\n                    \"error\": null,\n                    \"external_wallet_id\": 161,\n                    \"sent\": null,\n                    \"tx_hash\": \"0xa12e99bd321d7cf7ebabf1312f427067925ce2edf275efa6608436f8796327b0\",\n                    \"withdrawal_id\": 197\n                },\n                {\n                    \"amount\": 0.03,\n                    \"cancelled\": null,\n                    \"confirmed\": null,\n                    \"created\": \"2019-07-22 17:23:36\",\n                    \"error\": null,\n                    \"external_wallet_id\": 161,\n                    \"sent\": null,\n                    \"tx_hash\": \"0x74b4f5467e12a223fd62380d71dd901236ab152c143094eb2b3860b8e3719fb8\",\n                    \"withdrawal_id\": 196\n                },\n                {\n                    \"amount\": 0.02,\n                    \"cancelled\": null,\n                    \"confirmed\": null,\n                    \"created\": \"2019-07-22 14:40:51\",\n                    \"error\": null,\n                    \"external_wallet_id\": 161,\n                    \"sent\": null,\n                    \"tx_hash\": \"0x5e0b7e1aa20bc55d00f746a29bc6af5a97c1c55c4cbcea1cf8e6cacf2c5d3efc\",\n                    \"withdrawal_id\": 195\n                },\n                {\n                    \"amount\": 0.01,\n                    \"cancelled\": null,\n                    \"confirmed\": null,\n                    \"created\": \"2019-07-22 14:36:05\",\n                    \"error\": null,\n                    \"external_wallet_id\": 161,\n                    \"sent\": null,\n                    \"tx_hash\": \"0x1f84ec48fcec64a8b8f3a19a2b5acfb074346595c58ed9b8633eaf4aa92ca235\",\n                    \"withdrawal_id\": 194\n                },\n                {\n                    \"amount\": 0.01,\n                    \"cancelled\": null,\n                    \"confirmed\": null,\n                    \"created\": \"2019-07-22 14:13:56\",\n                    \"error\": null,\n                    \"external_wallet_id\": 161,\n                    \"sent\": null,\n                    \"tx_hash\": \"0x5283a98609a990107a8392d7f2b307b9d32aa82f6777953f11cf73198519bc39\",\n                    \"withdrawal_id\": 192\n                }\n            ]\n        },\n        {\n            \"approved\": \"2019-07-22 10:50:31\",\n            \"created\": \"2020-02-10 10:36:01\",\n            \"crypto_address\": \"13mDPTzYf66FJTcDoyVuznvSiSbv8DN1dc\",\n            \"crypto_id\": 1,\n            \"crypto_symbol\": \"BTC\",\n            \"description\": \"Load Credit-Card from Bitcoin (BTC) Account\",\n            \"is_card_wallet\": 1,\n            \"is_hidden\": 0,\n            \"smart_contract_fk\": null,\n            \"wallet_id\": 420,\n            \"withdrawals\": []\n        },\n        {\n            \"approved\": \"2021-06-22 09:08:43\",\n            \"created\": \"2021-06-22 09:08:43\",\n            \"crypto_address\": \"1Mdxv1hiipBx34sNGcgAX9piEHN6ABGWdS\",\n            \"crypto_id\": 4,\n            \"crypto_symbol\": \"ETH\",\n            \"description\": \"Friend's BTC Wallet\",\n            \"is_card_wallet\": 0,\n            \"is_hidden\": 0,\n            \"smart_contract_fk\": 1,\n            \"wallet_id\": 5989,\n            \"withdrawals\": []\n        },\n        {\n            \"approved\": \"2021-07-18 23:57:54\",\n            \"created\": \"2021-07-18 23:57:54\",\n            \"crypto_address\": \"Test wallet address\",\n            \"crypto_id\": 4,\n            \"crypto_symbol\": \"ETH\",\n            \"description\": \"Test wallet desc\",\n            \"is_card_wallet\": 0,\n            \"is_hidden\": 0,\n            \"smart_contract_fk\": 1,\n            \"wallet_id\": 6056,\n            \"withdrawals\": []\n        },\n        {\n            \"approved\": \"2021-11-08 08:09:28\",\n            \"created\": \"2021-11-08 08:09:27\",\n            \"crypto_address\": \"1Mdxv1hiipBx34sNGcgAX9piEHN6ABGWdS\",\n            \"crypto_id\": 4,\n            \"crypto_symbol\": \"ETH\",\n            \"description\": \"Friend's BTC Wallet\",\n            \"is_card_wallet\": 0,\n            \"is_hidden\": 0,\n            \"smart_contract_fk\": 1,\n            \"wallet_id\": 6636,\n            \"withdrawals\": []\n        },\n        {\n            \"approved\": \"2021-11-12 14:47:52\",\n            \"created\": \"2021-11-12 14:47:52\",\n            \"crypto_address\": \"1Mdxv1hiipBx34sNGcgAX9piEHN6ABGWdS\",\n            \"crypto_id\": 4,\n            \"crypto_symbol\": \"ETH\",\n            \"description\": \"Friend's BTC Wallet\",\n            \"is_card_wallet\": 0,\n            \"is_hidden\": 0,\n            \"smart_contract_fk\": 1,\n            \"wallet_id\": 6666,\n            \"withdrawals\": []\n        },\n        {\n            \"approved\": \"2021-11-14 13:19:23\",\n            \"created\": \"2021-11-14 13:19:22\",\n            \"crypto_address\": \"1Mdxv1hiipBx34sNGcgAX9piEHN6ABGWdS\",\n            \"crypto_id\": 4,\n            \"crypto_symbol\": \"ETH\",\n            \"description\": \"Friend's BTC Wallet\",\n            \"is_card_wallet\": 0,\n            \"is_hidden\": 0,\n            \"smart_contract_fk\": 1,\n            \"wallet_id\": 6672,\n            \"withdrawals\": []\n        },\n        {\n            \"approved\": \"2021-11-14 13:19:33\",\n            \"created\": \"2021-11-14 13:19:33\",\n            \"crypto_address\": \"1Mdxv1hiipBx34sNGcgAX9piEHN6AGWdS\",\n            \"crypto_id\": 4,\n            \"crypto_symbol\": \"ETH\",\n            \"description\": \"Friend's BTC Wallet\",\n            \"is_card_wallet\": 0,\n            \"is_hidden\": 0,\n            \"smart_contract_fk\": 1,\n            \"wallet_id\": 6673,\n            \"withdrawals\": []\n        },\n        {\n            \"approved\": \"2021-11-14 13:19:47\",\n            \"created\": \"2021-11-14 13:19:47\",\n            \"crypto_address\": \"1Mdxv1hiipBx34sNGcgAX9piEHN6AGWdS\",\n            \"crypto_id\": 4,\n            \"crypto_symbol\": \"ETH\",\n            \"description\": \"Friend's BTC Wallet\",\n            \"is_card_wallet\": 0,\n            \"is_hidden\": 0,\n            \"smart_contract_fk\": 1,\n            \"wallet_id\": 6674,\n            \"withdrawals\": []\n        }\n    ],\n    \"features\": {\n        \"AFFILIATEADMIN\": {\n            \"dbid\": 17,\n            \"feature_code\": \"AFFILIATEADMIN\",\n            \"feature_description\": \"Affiliate Admin Section\",\n            \"group_name\": \"General Features\",\n            \"is_advanced_feature\": 1,\n            \"is_basic_feature\": 0,\n            \"is_premium_feature\": 0,\n            \"is_pro_feature\": 0,\n            \"is_ultra_light_feature\": 0,\n            \"nice_icon_name\": \"li-users\",\n            \"nice_name\": \"Affiliate Admin\",\n            \"user_activated\": false\n        },\n        \"CANADDBANKINFO\": {\n            \"dbid\": 11,\n            \"feature_code\": \"CANADDBANKINFO\",\n            \"feature_description\": \"Can add new Banking Infos for withdrawal\",\n            \"group_name\": \"Withdrawal Features\",\n            \"is_advanced_feature\": 0,\n            \"is_basic_feature\": 1,\n            \"is_premium_feature\": 1,\n            \"is_pro_feature\": 1,\n            \"is_ultra_light_feature\": 0,\n            \"nice_icon_name\": \"li-exit\",\n            \"nice_name\": \"Can add Banking Information\",\n            \"user_activated\": true\n        },\n        \"CANADDCRYPTOINFO\": {\n            \"dbid\": 12,\n            \"feature_code\": \"CANADDCRYPTOINFO\",\n            \"feature_description\": \"Can add new Crypto Wallet withdrawal data\",\n            \"group_name\": \"Withdrawal Features\",\n            \"is_advanced_feature\": 0,\n            \"is_basic_feature\": 1,\n            \"is_premium_feature\": 1,\n            \"is_pro_feature\": 1,\n            \"is_ultra_light_feature\": 0,\n            \"nice_icon_name\": \"li-exit\",\n            \"nice_name\": \"Can add External Crypto Wallet\",\n            \"user_activated\": true\n        },\n        \"CANADDCUSTOMTOKEN\": {\n            \"dbid\": 13,\n            \"feature_code\": \"CANADDCUSTOMTOKEN\",\n            \"feature_description\": \"Can add Custom ETH Token\",\n            \"group_name\": \"Deposit Features\",\n            \"is_advanced_feature\": 0,\n            \"is_basic_feature\": 0,\n            \"is_premium_feature\": 1,\n            \"is_pro_feature\": 1,\n            \"is_ultra_light_feature\": 0,\n            \"nice_icon_name\": \"li-exit\",\n            \"nice_name\": \"Can add Custom ETH Token\",\n            \"user_activated\": false\n        },\n        \"CANCHANGEAVATAR\": {\n            \"dbid\": 14,\n            \"feature_code\": \"CANCHANGEAVATAR\",\n            \"feature_description\": \"Can change their own Avatar Icon\",\n            \"group_name\": \"General Features\",\n            \"is_advanced_feature\": 0,\n            \"is_basic_feature\": 1,\n            \"is_premium_feature\": 1,\n            \"is_pro_feature\": 1,\n            \"is_ultra_light_feature\": 0,\n            \"nice_icon_name\": \"li-exit\",\n            \"nice_name\": \"Can Change Avatar\",\n            \"user_activated\": true\n        },\n        \"CC2CRYPTO\": {\n            \"dbid\": 10,\n            \"feature_code\": \"CC2CRYPTO\",\n            \"feature_description\": \"Buy Crypto with Credit-Card\",\n            \"group_name\": \"Deposit Features\",\n            \"is_advanced_feature\": 0,\n            \"is_basic_feature\": 1,\n            \"is_premium_feature\": 1,\n            \"is_pro_feature\": 1,\n            \"is_ultra_light_feature\": 1,\n            \"nice_icon_name\": \"li-credit-card\",\n            \"nice_name\": \"Credit-Card to Crypto\",\n            \"user_activated\": true\n        },\n        \"CRYPTOATM\": {\n            \"dbid\": 7,\n            \"feature_code\": \"CRYPTOATM\",\n            \"feature_description\": \"Crypto ATM as a Service\",\n            \"group_name\": \"General Features\",\n            \"is_advanced_feature\": 0,\n            \"is_basic_feature\": 0,\n            \"is_premium_feature\": 0,\n            \"is_pro_feature\": 1,\n            \"is_ultra_light_feature\": 0,\n            \"nice_icon_name\": \"li-calculator2\",\n            \"nice_name\": \"Crypto ATM Service\",\n            \"user_activated\": false\n        },\n        \"CRYPTOAUTOSHIP\": {\n            \"dbid\": 26,\n            \"feature_code\": \"CRYPTOAUTOSHIP\",\n            \"feature_description\": \"Crypto Auto-Ship\",\n            \"group_name\": \"General Features\",\n            \"is_advanced_feature\": 1,\n            \"is_basic_feature\": 0,\n            \"is_premium_feature\": 0,\n            \"is_pro_feature\": 0,\n            \"is_ultra_light_feature\": 0,\n            \"nice_icon_name\": \"li-repeat-one\",\n            \"nice_name\": \"Crypto Auto-Ship\",\n            \"user_activated\": false\n        },\n        \"CRYPTOCARD\": {\n            \"dbid\": 6,\n            \"feature_code\": \"CRYPTOCARD\",\n            \"feature_description\": \"Withdraw Crypto to Card\",\n            \"group_name\": \"Withdrawal Features\",\n            \"is_advanced_feature\": 0,\n            \"is_basic_feature\": 0,\n            \"is_premium_feature\": 0,\n            \"is_pro_feature\": 1,\n            \"is_ultra_light_feature\": 0,\n            \"nice_icon_name\": \"li-credit-card\",\n            \"nice_name\": \"Withdraw to Card\",\n            \"user_activated\": false\n        },\n        \"CRYPTOTRADING\": {\n            \"dbid\": 3,\n            \"feature_code\": \"CRYPTOTRADING\",\n            \"feature_description\": \"Standard Small Scale Trading\",\n            \"group_name\": \"General Features\",\n            \"is_advanced_feature\": 0,\n            \"is_basic_feature\": 0,\n            \"is_premium_feature\": 0,\n            \"is_pro_feature\": 0,\n            \"is_ultra_light_feature\": 0,\n            \"nice_icon_name\": \"li-contract\",\n            \"nice_name\": \"Crypto Trading\",\n            \"user_activated\": false\n        },\n        \"FIATDEPOSITS\": {\n            \"dbid\": 9,\n            \"feature_code\": \"FIATDEPOSITS\",\n            \"feature_description\": \"Fiat Deposits from Bank Account\",\n            \"group_name\": \"Deposit Features\",\n            \"is_advanced_feature\": 0,\n            \"is_basic_feature\": 0,\n            \"is_premium_feature\": 1,\n            \"is_pro_feature\": 1,\n            \"is_ultra_light_feature\": 0,\n            \"nice_icon_name\": \"li-enter\",\n            \"nice_name\": \"Fiat Deposits\",\n            \"user_activated\": false\n        },\n        \"FIATWITHDRAWALS\": {\n            \"dbid\": 8,\n            \"feature_code\": \"FIATWITHDRAWALS\",\n            \"feature_description\": \"Fiat Withdrawals to Bank Account\",\n            \"group_name\": \"Withdrawal Features\",\n            \"is_advanced_feature\": 0,\n            \"is_basic_feature\": 1,\n            \"is_premium_feature\": 1,\n            \"is_pro_feature\": 1,\n            \"is_ultra_light_feature\": 1,\n            \"nice_icon_name\": \"li-exit\",\n            \"nice_name\": \"Fiat Withdrawals\",\n            \"user_activated\": true\n        },\n        \"FULLHYBRIDWALLET\": {\n            \"dbid\": 28,\n            \"feature_code\": \"FULLHYBRIDWALLET\",\n            \"feature_description\": \"Full Hybrid Wallet\",\n            \"group_name\": \"General Features\",\n            \"is_advanced_feature\": 1,\n            \"is_basic_feature\": 0,\n            \"is_premium_feature\": 0,\n            \"is_pro_feature\": 0,\n            \"is_ultra_light_feature\": 0,\n            \"nice_icon_name\": \"li-wallet\",\n            \"nice_name\": \"Full Hybrid Wallet\",\n            \"user_activated\": false\n        },\n        \"HYPERFUND\": {\n            \"dbid\": 16,\n            \"feature_code\": \"HYPERFUND\",\n            \"feature_description\": \"Unity Hyper Fund\",\n            \"group_name\": \"General Features\",\n            \"is_advanced_feature\": 1,\n            \"is_basic_feature\": 0,\n            \"is_premium_feature\": 0,\n            \"is_pro_feature\": 0,\n            \"is_ultra_light_feature\": 0,\n            \"nice_icon_name\": \"li-contract\",\n            \"nice_name\": \"Unity Hyper Fund\",\n            \"user_activated\": false\n        },\n        \"ICOADMIN\": {\n            \"dbid\": 24,\n            \"feature_code\": \"ICOADMIN\",\n            \"feature_description\": \"ICO Token Admin\",\n            \"group_name\": \"General Features\",\n            \"is_advanced_feature\": 1,\n            \"is_basic_feature\": 0,\n            \"is_premium_feature\": 0,\n            \"is_pro_feature\": 0,\n            \"is_ultra_light_feature\": 0,\n            \"nice_icon_name\": \"li-star\",\n            \"nice_name\": \"ICO Token Admin\",\n            \"user_activated\": false\n        },\n        \"MARKETDATA\": {\n            \"dbid\": 2,\n            \"feature_code\": \"MARKETDATA\",\n            \"feature_description\": \"Market Data Access\",\n            \"group_name\": \"General Features\",\n            \"is_advanced_feature\": 0,\n            \"is_basic_feature\": 0,\n            \"is_premium_feature\": 1,\n            \"is_pro_feature\": 1,\n            \"is_ultra_light_feature\": 0,\n            \"nice_icon_name\": \"li-chart-growth\",\n            \"nice_name\": \"Market Data Feed\",\n            \"user_activated\": false\n        },\n        \"MASSPAYOUTS\": {\n            \"dbid\": 21,\n            \"feature_code\": \"MASSPAYOUTS\",\n            \"feature_description\": \"Make Mass Payouts\",\n            \"group_name\": \"Withdrawal Features\",\n            \"is_advanced_feature\": 0,\n            \"is_basic_feature\": 0,\n            \"is_premium_feature\": 0,\n            \"is_pro_feature\": 0,\n            \"is_ultra_light_feature\": 0,\n            \"nice_icon_name\": \"li-arrows-split\",\n            \"nice_name\": \"Make Mass Payouts\",\n            \"user_activated\": false\n        },\n        \"MASSSAVINGSPAYOUTS\": {\n            \"dbid\": 27,\n            \"feature_code\": \"MASSSAVINGSPAYOUTS\",\n            \"feature_description\": \"Multi Payments\",\n            \"group_name\": \"General Features\",\n            \"is_advanced_feature\": 1,\n            \"is_basic_feature\": 0,\n            \"is_premium_feature\": 0,\n            \"is_pro_feature\": 0,\n            \"is_ultra_light_feature\": 0,\n            \"nice_icon_name\": \"li-arrows-split\",\n            \"nice_name\": \"Multi Payments\",\n            \"user_activated\": false\n        },\n        \"MERCHANT\": {\n            \"dbid\": 5,\n            \"feature_code\": \"MERCHANT\",\n            \"feature_description\": \"Access to Merchant Mgmt System\",\n            \"group_name\": \"General Features\",\n            \"is_advanced_feature\": 1,\n            \"is_basic_feature\": 0,\n            \"is_premium_feature\": 0,\n            \"is_pro_feature\": 0,\n            \"is_ultra_light_feature\": 0,\n            \"nice_icon_name\": \"li-eye\",\n            \"nice_name\": \"Merchant Console\",\n            \"user_activated\": false\n        },\n        \"NETWORKMANAGER\": {\n            \"dbid\": 19,\n            \"feature_code\": \"NETWORKMANAGER\",\n            \"feature_description\": \"Network Manager\",\n            \"group_name\": \"General Features\",\n            \"is_advanced_feature\": 0,\n            \"is_basic_feature\": 1,\n            \"is_premium_feature\": 1,\n            \"is_pro_feature\": 1,\n            \"is_ultra_light_feature\": 1,\n            \"nice_icon_name\": \"li-group-work\",\n            \"nice_name\": \"Network Manager\",\n            \"user_activated\": true\n        },\n        \"OTCTRADING\": {\n            \"dbid\": 1,\n            \"feature_code\": \"OTCTRADING\",\n            \"feature_description\": \"OTC Trading Functionality\",\n            \"group_name\": \"General Features\",\n            \"is_advanced_feature\": 0,\n            \"is_basic_feature\": 0,\n            \"is_premium_feature\": 0,\n            \"is_pro_feature\": 1,\n            \"is_ultra_light_feature\": 0,\n            \"nice_icon_name\": \"li-shuffle\",\n            \"nice_name\": \"Trading Floor\",\n            \"user_activated\": false\n        },\n        \"PAYMENTSERVICES\": {\n            \"dbid\": 15,\n            \"feature_code\": \"PAYMENTSERVICES\",\n            \"feature_description\": \"Payment Services (SEPA)\",\n            \"group_name\": \"General Features\",\n            \"is_advanced_feature\": 1,\n            \"is_basic_feature\": 0,\n            \"is_premium_feature\": 0,\n            \"is_pro_feature\": 0,\n            \"is_ultra_light_feature\": 0,\n            \"nice_icon_name\": \"li-receipt\",\n            \"nice_name\": \"Payment Services\",\n            \"user_activated\": false\n        },\n        \"PROACTIVEMINING\": {\n            \"dbid\": 18,\n            \"feature_code\": \"PROACTIVEMINING\",\n            \"feature_description\": \"Pro-Active Mining Dashboard\",\n            \"group_name\": \"General Features\",\n            \"is_advanced_feature\": 0,\n            \"is_basic_feature\": 1,\n            \"is_premium_feature\": 1,\n            \"is_pro_feature\": 1,\n            \"is_ultra_light_feature\": 0,\n            \"nice_icon_name\": \"li-factory2\",\n            \"nice_name\": \"Pro-Active Mining\",\n            \"user_activated\": true\n        },\n        \"REFUNDTRANSACTION\": {\n            \"dbid\": 29,\n            \"feature_code\": \"REFUNDTRANSACTION\",\n            \"feature_description\": \"Refund Transaction\",\n            \"group_name\": \"General Features\",\n            \"is_advanced_feature\": 1,\n            \"is_basic_feature\": 0,\n            \"is_premium_feature\": 0,\n            \"is_pro_feature\": 0,\n            \"is_ultra_light_feature\": 0,\n            \"nice_icon_name\": \"li-undo\",\n            \"nice_name\": \"Refund Transaction\",\n            \"user_activated\": false\n        },\n        \"SAVINGSWALLETS\": {\n            \"dbid\": 25,\n            \"feature_code\": \"SAVINGSWALLETS\",\n            \"feature_description\": \"Savings Wallets\",\n            \"group_name\": \"General Features\",\n            \"is_advanced_feature\": 1,\n            \"is_basic_feature\": 0,\n            \"is_premium_feature\": 0,\n            \"is_pro_feature\": 0,\n            \"is_ultra_light_feature\": 0,\n            \"nice_icon_name\": \"li-wallet\",\n            \"nice_name\": \"Savings Wallets\",\n            \"user_activated\": false\n        },\n        \"SENDTOFRIEND\": {\n            \"dbid\": 20,\n            \"feature_code\": \"SENDTOFRIEND\",\n            \"feature_description\": \"Send Crypto to Friend\",\n            \"group_name\": \"Withdrawal Features\",\n            \"is_advanced_feature\": 0,\n            \"is_basic_feature\": 0,\n            \"is_premium_feature\": 0,\n            \"is_pro_feature\": 0,\n            \"is_ultra_light_feature\": 1,\n            \"nice_icon_name\": \"li-group-work\",\n            \"nice_name\": \"Send Crypto to Friend\",\n            \"user_activated\": false\n        },\n        \"SWAPCRYPTO\": {\n            \"dbid\": 23,\n            \"feature_code\": \"SWAPCRYPTO\",\n            \"feature_description\": \"Swap Crypto with another Currency\",\n            \"group_name\": \"General Features\",\n            \"is_advanced_feature\": 0,\n            \"is_basic_feature\": 0,\n            \"is_premium_feature\": 0,\n            \"is_pro_feature\": 0,\n            \"is_ultra_light_feature\": 1,\n            \"nice_icon_name\": \"li-shuffle\",\n            \"nice_name\": \"Swap Cryptos\",\n            \"user_activated\": false\n        },\n        \"WIDGET\": {\n            \"dbid\": 22,\n            \"feature_code\": \"WIDGET\",\n            \"feature_description\": \"Access to Widget Transactions Overview\",\n            \"group_name\": \"General Features\",\n            \"is_advanced_feature\": 1,\n            \"is_basic_feature\": 0,\n            \"is_premium_feature\": 0,\n            \"is_pro_feature\": 0,\n            \"is_ultra_light_feature\": 0,\n            \"nice_icon_name\": \"li-abacus\",\n            \"nice_name\": \"Widget Transactions\",\n            \"user_activated\": false\n        }\n    },\n    \"global_notifications\": [],\n    \"hide_intro_video\": false,\n    \"ico_investments\": {},\n    \"is_activated\": 1,\n    \"is_corporate\": false,\n    \"is_group\": 0,\n    \"join_time\": \"Tue, 15 Jun 2021 16:22:36 GMT\",\n    \"last_activity\": [\n        {\n            \"activity\": \"http://10.20.0.149:3001/logoff\",\n            \"created\": \"2021-11-17 12:08:59\",\n            \"params\": \"{}\"\n        },\n        {\n            \"activity\": \"http://10.20.0.149:3001/account/dashboard/sbalances-data\",\n            \"created\": \"2021-11-17 12:08:57\",\n            \"params\": \"{}\"\n        },\n        {\n            \"activity\": \"http://10.20.0.149:3001/account/get-currency-rate\",\n            \"created\": \"2021-11-17 12:08:57\",\n            \"params\": \"{\\\"curr\\\": \\\"BTC\\\"}\"\n        },\n        {\n            \"activity\": \"http://10.20.0.149:3001/account/savings-balance\",\n            \"created\": \"2021-11-17 12:08:57\",\n            \"params\": \"{\\\"curr\\\": \\\"BTC\\\"}\"\n        },\n        {\n            \"activity\": \"http://10.20.0.149:3001/account/dashboard/sbalances\",\n            \"created\": \"2021-11-17 12:08:55\",\n            \"params\": \"{}\"\n        }\n    ],\n    \"last_logins\": [\n        {\n            \"created\": \"2021-11-17 12:08:46\",\n            \"error\": null,\n            \"ipaddress\": \"10.22.0.4\"\n        },\n        {\n            \"created\": \"2021-06-20 16:00:12\",\n            \"error\": null,\n            \"ipaddress\": \"10.22.0.3\"\n        },\n        {\n            \"created\": \"2021-06-15 16:38:14\",\n            \"error\": null,\n            \"ipaddress\": \"\"\n        },\n        {\n            \"created\": \"2021-06-15 16:31:16\",\n            \"error\": null,\n            \"ipaddress\": \"\"\n        }\n    ],\n    \"last_timezone\": 0,\n    \"light_mode\": true,\n    \"login_id\": 12532163,\n    \"meta\": {\n        \"address\": {\n            \"city\": \"Beverly Hills\",\n            \"country_code\": \"US\",\n            \"country_is_banned\": 0,\n            \"country_name\": \"United States\",\n            \"description\": null,\n            \"number\": \"1\",\n            \"state\": null,\n            \"street1\": \"Somestreet\",\n            \"street2\": null,\n            \"zipcode\": \"90210\"\n        },\n        \"approved\": 1,\n        \"avatar\": null,\n        \"blocked\": false,\n        \"date_of_birth\": \"1984-11-21\",\n        \"has_master_password\": false,\n        \"has_master_savings_password\": true,\n        \"has_rsa_key\": 0,\n        \"kyc_validation\": null,\n        \"phonenumbers\": [\n            {\n                \"description\": \"Mobile\",\n                \"number_id\": 10995,\n                \"phone_number\": \"+41000000000\"\n            }\n        ],\n        \"trashed\": 0\n    },\n    \"names\": {\n        \"company_name\": \"\",\n        \"email\": \"user@paysr.co\",\n        \"first_name\": \"John\",\n        \"gender\": null,\n        \"identifier\": \"John Connor\",\n        \"last_name\": \"Connor\",\n        \"username\": \"user-MWJG\"\n    },\n    \"notifications\": {},\n    \"otc_deals\": {},\n    \"pancake_closed\": false,\n    \"permission\": {\n        \"permission_id\": 4,\n        \"permission_type\": \"Member\",\n        \"redacted\": 0\n    },\n    \"preferred_locale\": \"en\",\n    \"privileged_fees\": false,\n    \"profile_id\": 12532224,\n    \"rank\": {\n        \"rank_description\": \"Member\",\n        \"rank_level\": 1\n    },\n    \"referrals\": {\n        \"refcodes\": [\n            {\n                \"description\": \"Personal Referral Code\",\n                \"ref_fk\": 12532561,\n                \"refcode\": \"BMJ5EJJNZM\"\n            }\n        ],\n        \"referrals_used\": 0,\n        \"used_referrals\": {\n            \"referral_used_id\": 1,\n            \"referral_used_owner_name\": \"sprescott\",\n            \"referral_used_owner_profile_id\": 1,\n            \"referral_used_refcode\": \"SPRFQDDOYE\"\n        }\n    },\n    \"savings_wallets\": {\n        \"balances\": {\n            \"AAVE\": {\n                \"amount\": 0,\n                \"is_crypto\": 1,\n                \"name\": \"Aave\",\n                \"unconfirmed\": 0\n            },\n            \"AUD\": {\n                \"amount\": 0,\n                \"is_crypto\": 0,\n                \"name\": \"Australian Dollar\",\n                \"unconfirmed\": 0\n            },\n            \"BAT\": {\n                \"amount\": 0,\n                \"is_crypto\": 1,\n                \"name\": \"Basic Attention Token\",\n                \"unconfirmed\": 0\n            },\n            \"BGN\": {\n                \"amount\": 0,\n                \"is_crypto\": 0,\n                \"name\": \"Bulgarian Lev\",\n                \"unconfirmed\": 0\n            },\n            \"BRL\": {\n                \"amount\": 0,\n                \"is_crypto\": 0,\n                \"name\": \"Brazilian Real\",\n                \"unconfirmed\": 0\n            },\n            \"BTC\": {\n                \"amount\": 0,\n                \"is_crypto\": 1,\n                \"name\": \"Bitcoin\",\n                \"unconfirmed\": 0\n            },\n            \"CAD\": {\n                \"amount\": 0,\n                \"is_crypto\": 0,\n                \"name\": \"Canadian Dollar\",\n                \"unconfirmed\": 0\n            },\n            \"CHF\": {\n                \"amount\": 0,\n                \"is_crypto\": 0,\n                \"name\": \"Swiss Franc\",\n                \"unconfirmed\": 0\n            },\n            \"COMP\": {\n                \"amount\": 0,\n                \"is_crypto\": 1,\n                \"name\": \"Compound\",\n                \"unconfirmed\": 0\n            },\n            \"CRV\": {\n                \"amount\": 0,\n                \"is_crypto\": 1,\n                \"name\": \"Curve\",\n                \"unconfirmed\": 0\n            },\n            \"DAI\": {\n                \"amount\": 0,\n                \"is_crypto\": 1,\n                \"name\": \"MakerDao Dai\",\n                \"unconfirmed\": 0\n            },\n            \"ETH\": {\n                \"amount\": 0,\n                \"is_crypto\": 1,\n                \"name\": \"Ethereum\",\n                \"unconfirmed\": 0\n            },\n            \"EUR\": {\n                \"amount\": 0,\n                \"is_crypto\": 0,\n                \"name\": \"European Euro\",\n                \"unconfirmed\": 0\n            },\n            \"GBP\": {\n                \"amount\": 0,\n                \"is_crypto\": 0,\n                \"name\": \"British Pound Sterling\",\n                \"unconfirmed\": 0\n            },\n            \"HKD\": {\n                \"amount\": 0,\n                \"is_crypto\": 0,\n                \"name\": \"Hong Kong Dollar\",\n                \"unconfirmed\": 0\n            },\n            \"JPY\": {\n                \"amount\": 0,\n                \"is_crypto\": 0,\n                \"name\": \"Japanese Yen\",\n                \"unconfirmed\": 0\n            },\n            \"LINK\": {\n                \"amount\": 0,\n                \"is_crypto\": 1,\n                \"name\": \"ChainLink\",\n                \"unconfirmed\": 0\n            },\n            \"MXN\": {\n                \"amount\": 0,\n                \"is_crypto\": 0,\n                \"name\": \"Mexican Pesos\",\n                \"unconfirmed\": 0\n            },\n            \"NZD\": {\n                \"amount\": 0,\n                \"is_crypto\": 0,\n                \"name\": \"New Zealand Dollar\",\n                \"unconfirmed\": 0\n            },\n            \"PAX\": {\n                \"amount\": 0,\n                \"is_crypto\": 1,\n                \"name\": \"Paxos Standard\",\n                \"unconfirmed\": 0\n            },\n            \"PHP\": {\n                \"amount\": 0,\n                \"is_crypto\": 0,\n                \"name\": \"Philippine Pesos\",\n                \"unconfirmed\": 0\n            },\n            \"SGD\": {\n                \"amount\": 0,\n                \"is_crypto\": 0,\n                \"name\": \"Singapore Dollar\",\n                \"unconfirmed\": 0\n            },\n            \"SNX\": {\n                \"amount\": 0,\n                \"is_crypto\": 1,\n                \"name\": \"Synthetix\",\n                \"unconfirmed\": 0\n            },\n            \"UMA\": {\n                \"amount\": 0,\n                \"is_crypto\": 1,\n                \"name\": \"UMA\",\n                \"unconfirmed\": 0\n            },\n            \"UNI\": {\n                \"amount\": 0,\n                \"is_crypto\": 1,\n                \"name\": \"UniSwap\",\n                \"unconfirmed\": 0\n            },\n            \"USD\": {\n                \"amount\": 0,\n                \"is_crypto\": 0,\n                \"name\": \"United States Dollar\",\n                \"unconfirmed\": 0\n            },\n            \"USDC\": {\n                \"amount\": 0,\n                \"is_crypto\": 1,\n                \"name\": \"USD Coin\",\n                \"unconfirmed\": 0\n            },\n            \"USDT\": {\n                \"amount\": 0,\n                \"is_crypto\": 1,\n                \"name\": \"Tether\",\n                \"unconfirmed\": 0\n            },\n            \"YFI\": {\n                \"amount\": 0,\n                \"is_crypto\": 1,\n                \"name\": \"Yearn Finance\",\n                \"unconfirmed\": 0\n            }\n        },\n        \"data\": [\n            {\n                \"created\": \"2021-06-15 16:31:18\",\n                \"dbid\": 15259,\n                \"deposit_address_btc\": \"16MxGpLMDWtN9JZY2iz4LronG5obvNhmKr\",\n                \"deposit_address_eth\": \"0xe4070154e4c70de0ec80a90e6b3501ae9e069f83\",\n                \"profile_fk\": 12532224,\n                \"sort_index\": 1,\n                \"updated\": \"2021-06-15 16:31:18\",\n                \"wallet_name\": \"RGT0-SWFH-RDNB_SAVINGS_000001\",\n                \"wallet_srn\": \"wallet:WA_PRM6U4DM72L\"\n            }\n        ],\n        \"meta\": {\n            \"total_chf_value\": {\n                \"amount\": 0,\n                \"is_crypto\": -1\n            },\n            \"total_eur_value\": {\n                \"amount\": 0,\n                \"is_crypto\": -1\n            },\n            \"total_usd_value\": {\n                \"amount\": 0,\n                \"is_crypto\": -1\n            }\n        }\n    },\n    \"second_fa_enabled\": 0,\n    \"second_fa_hash\": null,\n    \"show_all_savings_fiats\": false,\n    \"show_all_savings_tokens\": true,\n    \"show_custom_tokens\": 1,\n    \"ultra_light_mode\": false,\n    \"unread_notifications\": 0,\n    \"upgrade_status\": {\n        \"expiration\": null,\n        \"fee_split\": [\n            0,\n            0,\n            0\n        ],\n        \"fees\": 0.01,\n        \"is_basic\": true,\n        \"is_premium\": false,\n        \"is_pro\": false,\n        \"level\": \"Basic\",\n        \"level_short\": \"Basic\",\n        \"stars\": 1,\n        \"subscription_log\": []\n    },\n    \"wallet_data\": {},\n    \"wallet_instances\": [],\n    \"wallet_override\": false,\n    \"xco_tokens\": []\n}"}],"_postman_id":"40957b5e-0b5d-4c0e-bfc4-1edbb3572fb7"},{"name":"PROFILE: Get Profile Avatar Image","id":"21b9ae30-c9e0-4423-aaf1-cadb13015686","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/profile/avatar","urlObject":{"protocol":"https","path":["api","v1","profile","avatar"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[{"id":"e98e03ec-535b-4f72-b193-7a6f336e14d3","name":"PROFILE: Get Profile Avatar Image (SUCCESS)","originalRequest":{"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/profile/avatar"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Werkzeug/2.1.2 Python/3.8.10"},{"key":"Date","value":"Sat, 23 Jul 2022 16:39:45 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"16707"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Connection","value":"keep-alive"},{"key":"Connection","value":"close"},{"key":"keep-alive","value":"timeout=5, max=30"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"avatar_data\": {\n        \"avatar_image_data\": \"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b25nAAAAAAAAAA1jcm9wUmVjdFJpZ2h0bG9uZwAAAAAAAAALY3JvcFJlY3RUb3Bsb25nAAAAAAA4QklNA+0AAAAAABABLAAAAAEAAgEsAAAAAQACOEJJTQQmAAAAAAAOAAAAAAAAAAAAAD+AAAA4QklNA/IAAAAAAAoAAP///////wAAOEJJTQQNAAAAAAAEAAAAHjhCSU0EGQAAAAAABAAAAB44QklNA/MAAAAAAAkAAAAAAAAAAAEAOEJJTScQAAAAAAAKAAEAAAAAAAAAAThCSU0D9QAAAAAASAAvZmYAAQBsZmYABgAAAAAAAQAvZmYAAQChmZoABgAAAAAAAQAyAAAAAQBaAAAABgAAAAAAAQA1AAAAAQAtAAAABgAAAAAAAThCSU0D+AAAAAAAcAAA/////////////////////////////wPoAAAAAP////////////////////////////8D6AAAAAD/////////////////////////////A+gAAAAA/////////////////////////////wPoAAA4QklNBAgAAAAAABAAAAABAAACQAAAAkAAAAAAOEJJTQQeAAAAAAAEAAAAADhCSU0EGgAAAAADYwAAAAYAAAAAAAAAAAAAAE8AAABOAAAAFwBhAHYAYQB0AGEAcgBfAGQAYQB0AGEALQBpAG0AYQBnAGUAXwBkAGEAdABhAD0AAAABAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAE4AAABPAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAEAAAAAAABudWxsAAAAAgAAAAZib3VuZHNPYmpjAAAAAQAAAAAAAFJjdDEAAAAEAAAAAFRvcCBsb25nAAAAAAAAAABMZWZ0bG9uZwAAAAAAAAAAQnRvbWxvbmcAAABPAAAAAFJnaHRsb25nAAAATgAAAAZzbGljZXNWbExzAAAAAU9iamMAAAABAAAAAAAFc2xpY2UAAAASAAAAB3NsaWNlSURsb25nAAAAAAAAAAdncm91cElEbG9uZwAAAAAAAAAGb3JpZ2luZW51bQAAAAxFU2xpY2VPcmlnaW4AAAANYXV0b0dlbmVyYXRlZAAAAABUeXBlZW51bQAAAApFU2xpY2VUeXBlAAAAAEltZyAAAAAGYm91bmRzT2JqYwAAAAEAAAAAAABSY3QxAAAABAAAAABUb3AgbG9uZwAAAAAAAAAATGVmdGxvbmcAAAAAAAAAAEJ0b21sb25nAAAATwAAAABSZ2h0bG9uZwAAAE4AAAADdXJsVEVYVAAAAAEAAAAAAABudWxsVEVYVAAAAAEAAAAAAABNc2dlVEVYVAAAAAEAAAAAAAZhbHRUYWdURVhUAAAAAQAAAAAADmNlbGxUZXh0SXNIVE1MYm9vbAEAAAAIY2VsbFRleHRURVhUAAAAAQAAAAAACWhvcnpBbGlnbmVudW0AAAAPRVNsaWNlSG9yekFsaWduAAAAB2RlZmF1bHQAAAAJdmVydEFsaWduZW51bQAAAA9FU2xpY2VWZXJ0QWxpZ24AAAAHZGVmYXVsdAAAAAtiZ0NvbG9yVHlwZWVudW0AAAARRVNsaWNlQkdDb2xvclR5cGUAAAAATm9uZQAAAAl0b3BPdXRzZXRsb25nAAAAAAAAAApsZWZ0T3V0c2V0bG9uZwAAAAAAAAAMYm90dG9tT3V0c2V0bG9uZwAAAAAAAAALcmlnaHRPdXRzZXRsb25nAAAAAAA4QklNBCgAAAAAAAwAAAACP/AAAAAAAAA4QklNBBQAAAAAAAQAAAABOEJJTQQMAAAAAANOAAAAAQAAABMAAAATAAAAPAAABHQAAAMyABgAAf/Y/+0ADEFkb2JlX0NNAAH/7gAOQWRvYmUAZIAAAAAB/9sAhAAMCAgICQgMCQkMEQsKCxEVDwwMDxUYExMVExMYEQwMDAwMDBEMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMAQ0LCw0ODRAODhAUDg4OFBQODg4OFBEMDAwMDBERDAwMDAwMEQwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAz/wAARCAATABMDASIAAhEBAxEB/90ABAAC/8QBPwAAAQUBAQEBAQEAAAAAAAAAAwABAgQFBgcICQoLAQABBQEBAQEBAQAAAAAAAAABAAIDBAUGBwgJCgsQAAEEAQMCBAIFBwYIBQMMMwEAAhEDBCESMQVBUWETInGBMgYUkaGxQiMkFVLBYjM0coLRQwclklPw4fFjczUWorKDJkSTVGRFwqN0NhfSVeJl8rOEw9N14/NGJ5SkhbSVxNTk9KW1xdXl9VZmdoaWprbG1ub2N0dXZ3eHl6e3x9fn9xEAAgIBAgQEAwQFBgcHBgU1AQACEQMhMRIEQVFhcSITBTKBkRShsUIjwVLR8DMkYuFygpJDUxVjczTxJQYWorKDByY1wtJEk1SjF2RFVTZ0ZeLys4TD03Xj80aUpIW0lcTU5PSltcXV5fVWZnaGlqa2xtbm9ic3R1dnd4eXp7fH/9oADAMBAAIRAxEAPwDss91zaGCkuYbLWV2WMG57K3bvVtqb7v0jfb+asvFf1Dpv1sw+nszr+odOz67hY3KG91VlLPVbZVkwz6f0HM+gi0/WHGuysPErzqzl5npuqxWkGyHM+0OF3pjZX+h+j6j6lU6j9Y+nfV76xU19Rs3wx9bq6AbPstdxbe7JybI325GRaypv2PFq/Q4nqZG+z9F6zKlxCtmSJjwSvfo9ptE/L+CSzP8AnT9W9vqftLG2eh9p3+oI9Ld6G/d/x/6H0/531f0fppKVif/QzfqJH/PvH3+nu3ZEep9Ldsf9D0v0f2r/AMB9H1f+CWR1if2vmb/U3/aLJ+0x687vd63pfoftH9T9F/ovYuTSUg3Q7nt3/wDoT5zG3/z9/wBNJYaSH/fJf//ZOEJJTQQhAAAAAABXAAAAAQEAAAAPAEEAZABvAGIAZQAgAFAAaABvAHQAbwBzAGgAbwBwAAAAFABBAGQAbwBiAGUAIABQAGgAbwB0AG8AcwBoAG8AcAAgADIAMAAyADEAAAABADhCSU0EBgAAAAAABwAIAQEAAQEA/+Eh1Wh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8APD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDIgNzkuMTY0NDg4LCAyMDIwLzA3LzEwLTIyOjA2OjUzICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmF1eD0iaHR0cDovL25zLmFkb2JlLmNvbS9leGlmLzEuMC9hdXgvIiB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczpjcnM9Imh0dHA6Ly9ucy5hZG9iZS5jb20vY2FtZXJhLXJhdy1zZXR0aW5ncy8xLjAvIiB4bXA6UmF0aW5nPSIxIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMC0xMS0wNlQxMjo0Nzo1NiswMTowMCIgeG1wOkNyZWF0ZURhdGU9IjIwMTgtMDctMTBUMTA6MzE6NDgiIHhtcDpNZXRhZGF0YURhdGU9IjIwMjAtMTEtMDZUMTI6NDc6NTYrMDE6MDAiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgYXV4OlNlcmlhbE51bWJlcj0iMTkzMDI5MDA2Mjk3IiBhdXg6TGVuc0luZm89IjI0LzEgNzAvMSAwLzAgMC8wIiBhdXg6TGVucz0iRUYyNC03MG1tIGYvMi44TCBJSSBVU00iIGF1eDpMZW5zSUQ9IjQ5NSIgYXV4OkxlbnNTZXJpYWxOdW1iZXI9IjA5MjUwMDA5MzIiIGF1eDpJbWFnZU51bWJlcj0iMCIgYXV4OkFwcHJveGltYXRlRm9jdXNEaXN0YW5jZT0iMjgyLzEwMCIgYXV4OkZsYXNoQ29tcGVuc2F0aW9uPSIwLzEiIGF1eDpGaXJtd2FyZT0iMS4yLjEiIHBob3Rvc2hvcDpEYXRlQ3JlYXRlZD0iMjAxOC0wNy0xMFQxMDozMTo0OCIgcGhvdG9zaG9wOkxlZ2FjeUlQVENEaWdlc3Q9IkJDQTUyRUIzN0YzRTQwQ0Y1RjkwMTA0QUQ0M0MwQUFBIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiBwaG90b3Nob3A6SUNDUHJvZmlsZT0ic1JHQiBJRUM2MTk2Ni0yLjEiIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDozNDI5ZmU0MS1iNTUxLWI2NDMtOTFlOC1hM2U5YWFiZDMwMWIiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0iQjY1QUYwOEI5RDA5NTcwQ0I1MDY3OEJCMjJENzAxODIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ZGU0N2QyNDAtMzgzMS00Yjc0LThiMTgtM2IzYmIyZjNmZjU5IiBkYzpmb3JtYXQ9ImltYWdlL2pwZWciIGNyczpWZXJzaW9uPSI5LjAiIGNyczpQcm9jZXNzVmVyc2lvbj0iNi43IiBjcnM6V2hpdGVCYWxhbmNlPSJBcyBTaG90IiBjcnM6QXV0b1doaXRlVmVyc2lvbj0iMTM0MzQ4ODAwIiBjcnM6SW5jcmVtZW50YWxUZW1wZXJhdHVyZT0iMCIgY3JzOkluY3JlbWVudGFsVGludD0iMCIgY3JzOlNhdHVyYXRpb249IjAiIGNyczpTaGFycG5lc3M9IjAiIGNyczpMdW1pbmFuY2VTbW9vdGhpbmc9IjAiIGNyczpDb2xvck5vaXNlUmVkdWN0aW9uPSIwIiBjcnM6VmlnbmV0dGVBbW91bnQ9IjAiIGNyczpTaGFkb3dUaW50PSIwIiBjcnM6UmVkSHVlPSIwIiBjcnM6UmVkU2F0dXJhdGlvbj0iMCIgY3JzOkdyZWVuSHVlPSIwIiBjcnM6R3JlZW5TYXR1cmF0aW9uPSIwIiBjcnM6Qmx1ZUh1ZT0iMCIgY3JzOkJsdWVTYXR1cmF0aW9uPSIwIiBjcnM6VmlicmFuY2U9IjAiIGNyczpIdWVBZGp1c3RtZW50UmVkPSIwIiBjcnM6SHVlQWRqdXN0bWVudE9yYW5nZT0iMCIgY3JzOkh1ZUFkanVzdG1lbnRZZWxsb3c9IjAiIGNyczpIdWVBZGp1c3RtZW50R3JlZW49IjAiIGNyczpIdWVBZGp1c3RtZW50QXF1YT0iMCIgY3JzOkh1ZUFkanVzdG1lbnRCbHVlPSIwIiBjcnM6SHVlQWRqdXN0bWVudFB1cnBsZT0iMCIgY3JzOkh1ZUFkanVzdG1lbnRNYWdlbnRhPSIwIiBjcnM6U2F0dXJhdGlvbkFkanVzdG1lbnRSZWQ9IjAiIGNyczpTYXR1cmF0aW9uQWRqdXN0bWVudE9yYW5nZT0iMCIgY3JzOlNhdHVyYXRpb25BZGp1c3RtZW50WWVsbG93PSIwIiBjcnM6U2F0dXJhdGlvbkFkanVzdG1lbnRHcmVlbj0iMCIgY3JzOlNhdHVyYXRpb25BZGp1c3RtZW50QXF1YT0iMCIgY3JzOlNhdHVyYXRpb25BZGp1c3RtZW50Qmx1ZT0iMCIgY3JzOlNhdHVyYXRpb25BZGp1c3RtZW50UHVycGxlPSIwIiBjcnM6U2F0dXJhdGlvbkFkanVzdG1lbnRNYWdlbnRhPSIwIiBjcnM6THVtaW5hbmNlQWRqdXN0bWVudFJlZD0iMCIgY3JzOkx1bWluYW5jZUFkanVzdG1lbnRPcmFuZ2U9IjAiIGNyczpMdW1pbmFuY2VBZGp1c3RtZW50WWVsbG93PSIwIiBjcnM6THVtaW5hbmNlQWRqdXN0bWVudEdyZWVuPSIwIiBjcnM6THVtaW5hbmNlQWRqdXN0bWVudEFxdWE9IjAiIGNyczpMdW1pbmFuY2VBZGp1c3RtZW50Qmx1ZT0iMCIgY3JzOkx1bWluYW5jZUFkanVzdG1lbnRQdXJwbGU9IjAiIGNyczpMdW1pbmFuY2VBZGp1c3RtZW50TWFnZW50YT0iMCIgY3JzOlNwbGl0VG9uaW5nU2hhZG93SHVlPSIwIiBjcnM6U3BsaXRUb25pbmdTaGFkb3dTYXR1cmF0aW9uPSIwIiBjcnM6U3BsaXRUb25pbmdIaWdobGlnaHRIdWU9IjAiIGNyczpTcGxpdFRvbmluZ0hpZ2hsaWdodFNhdHVyYXRpb249IjAiIGNyczpTcGxpdFRvbmluZ0JhbGFuY2U9IjAiIGNyczpQYXJhbWV0cmljU2hhZG93cz0iMCIgY3JzOlBhcmFtZXRyaWNEYXJrcz0iMCIgY3JzOlBhcmFtZXRyaWNMaWdodHM9IjAiIGNyczpQYXJhbWV0cmljSGlnaGxpZ2h0cz0iMCIgY3JzOlBhcmFtZXRyaWNTaGFkb3dTcGxpdD0iMjUiIGNyczpQYXJhbWV0cmljTWlkdG9uZVNwbGl0PSI1MCIgY3JzOlBhcmFtZXRyaWNIaWdobGlnaHRTcGxpdD0iNzUiIGNyczpTaGFycGVuUmFkaXVzPSIrMS4wIiBjcnM6U2hhcnBlbkRldGFpbD0iMjUiIGNyczpTaGFycGVuRWRnZU1hc2tpbmc9IjAiIGNyczpQb3N0Q3JvcFZpZ25ldHRlQW1vdW50PSIwIiBjcnM6R3JhaW5BbW91bnQ9IjAiIGNyczpMZW5zUHJvZmlsZUVuYWJsZT0iMCIgY3JzOkxlbnNNYW51YWxEaXN0b3J0aW9uQW1vdW50PSIwIiBjcnM6UGVyc3BlY3RpdmVWZXJ0aWNhbD0iMCIgY3JzOlBlcnNwZWN0aXZlSG9yaXpvbnRhbD0iMCIgY3JzOlBlcnNwZWN0aXZlUm90YXRlPSIwLjAiIGNyczpQZXJzcGVjdGl2ZVNjYWxlPSIxMDAiIGNyczpQZXJzcGVjdGl2ZUFzcGVjdD0iMCIgY3JzOlBlcnNwZWN0aXZlVXByaWdodD0iMCIgY3JzOkF1dG9MYXRlcmFsQ0E9IjAiIGNyczpFeHBvc3VyZTIwMTI9IjAuMDAiIGNyczpDb250cmFzdDIwMTI9IjAiIGNyczpIaWdobGlnaHRzMjAxMj0iMCIgY3JzOlNoYWRvd3MyMDEyPSIwIiBjcnM6V2hpdGVzMjAxMj0iMCIgY3JzOkJsYWNrczIwMTI9IjAiIGNyczpDbGFyaXR5MjAxMj0iMCIgY3JzOkRlZnJpbmdlUHVycGxlQW1vdW50PSIwIiBjcnM6RGVmcmluZ2VQdXJwbGVIdWVMbz0iMzAiIGNyczpEZWZyaW5nZVB1cnBsZUh1ZUhpPSI3MCIgY3JzOkRlZnJpbmdlR3JlZW5BbW91bnQ9IjAiIGNyczpEZWZyaW5nZUdyZWVuSHVlTG89IjQwIiBjcnM6RGVmcmluZ2VHcmVlbkh1ZUhpPSI2MCIgY3JzOkNvbnZlcnRUb0dyYXlzY2FsZT0iRmFsc2UiIGNyczpUb25lQ3VydmVOYW1lPSJMaW5lYXIiIGNyczpUb25lQ3VydmVOYW1lMjAxMj0iTGluZWFyIiBjcnM6Q2FtZXJhUHJvZmlsZT0iRW1iZWRkZWQiIGNyczpMZW5zUHJvZmlsZVNldHVwPSJMZW5zRGVmYXVsdHMiIGNyczpIYXNTZXR0aW5ncz0iVHJ1ZSIgY3JzOkhhc0Nyb3A9IkZhbHNlIiBjcnM6QWxyZWFkeUFwcGxpZWQ9IlRydWUiIGNyczpSYXdGaWxlTmFtZT0iU2hvb3RpbmdHYXJhZ2UtNS5qcGciPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQjkyMjdEODM0ODRFODExODA3M0NEOTUzODYyNkMyNiIgc3RFdnQ6d2hlbj0iMjAxOC0wNy0xMFQxMzozMjo0MiswMjowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENhbWVyYSBSYXcgNy4wIiBzdEV2dDpjaGFuZ2VkPSIvbWV0YWRhdGEiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjg2MkMyQUQ4MzQ4NEU4MTFCRkZBOTZDQUJDNTcyQkQxIiBzdEV2dDp3aGVuPSIyMDE4LTA3LTEwVDEzOjMyOjQyKzAyOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ2FtZXJhIFJhdyA3LjAgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvbWV0YWRhdGEiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImRlcml2ZWQiIHN0RXZ0OnBhcmFtZXRlcnM9InNhdmVkIHRvIG5ldyBsb2NhdGlvbiIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6ZWVkOTQ5N2QtZGMwMy1jYTRmLThlZWYtMmE2ODZkZmMyMTI1IiBzdEV2dDp3aGVuPSIyMDE4LTA3LTEwVDE4OjI5OjE4KzAyOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgTGlnaHRyb29tIDYuMCAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmQxODZkYjI4LTE4ZDktZDI0Yi05NzNlLTZmM2NjNmQ4NDcyYSIgc3RFdnQ6d2hlbj0iMjAxOC0wNy0xMFQxODoyOToyMCswMjowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIExpZ2h0cm9vbSA2LjAgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvbWV0YWRhdGEiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjk0YjI3YjMyLTk3YWQtNmI0YS04MzFmLWYzMzBlZDQ5YTMxNSIgc3RFdnQ6d2hlbj0iMjAxOC0wNy0xMVQxODoxOTo0NSswMjowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6ZGU0N2QyNDAtMzgzMS00Yjc0LThiMTgtM2IzYmIyZjNmZjU5IiBzdEV2dDp3aGVuPSIyMDIwLTExLTA2VDEyOjQ3OjU2KzAxOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjIuMCAoTWFjaW50b3NoKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODYyQzJBRDgzNDg0RTgxMUJGRkE5NkNBQkM1NzJCRDEiIHN0UmVmOmRvY3VtZW50SUQ9IkI2NUFGMDhCOUQwOTU3MENCNTA2NzhCQjIyRDcwMTgyIiBzdFJlZjpvcmlnaW5hbERvY3VtZW50SUQ9IkI2NUFGMDhCOUQwOTU3MENCNTA2NzhCQjIyRDcwMTgyIi8+IDxjcnM6VG9uZUN1cnZlPiA8cmRmOlNlcT4gPHJkZjpsaT4wLCAwPC9yZGY6bGk+IDxyZGY6bGk+MjU1LCAyNTU8L3JkZjpsaT4gPC9yZGY6U2VxPiA8L2NyczpUb25lQ3VydmU+IDxjcnM6VG9uZUN1cnZlUmVkPiA8cmRmOlNlcT4gPHJkZjpsaT4wLCAwPC9yZGY6bGk+IDxyZGY6bGk+MjU1LCAyNTU8L3JkZjpsaT4gPC9yZGY6U2VxPiA8L2NyczpUb25lQ3VydmVSZWQ+IDxjcnM6VG9uZUN1cnZlR3JlZW4+IDxyZGY6U2VxPiA8cmRmOmxpPjAsIDA8L3JkZjpsaT4gPHJkZjpsaT4yNTUsIDI1NTwvcmRmOmxpPiA8L3JkZjpTZXE+IDwvY3JzOlRvbmVDdXJ2ZUdyZWVuPiA8Y3JzOlRvbmVDdXJ2ZUJsdWU+IDxyZGY6U2VxPiA8cmRmOmxpPjAsIDA8L3JkZjpsaT4gPHJkZjpsaT4yNTUsIDI1NTwvcmRmOmxpPiA8L3JkZjpTZXE+IDwvY3JzOlRvbmVDdXJ2ZUJsdWU+IDxjcnM6VG9uZUN1cnZlUFYyMDEyPiA8cmRmOlNlcT4gPHJkZjpsaT4wLCAwPC9yZGY6bGk+IDxyZGY6bGk+MjU1LCAyNTU8L3JkZjpsaT4gPC9yZGY6U2VxPiA8L2NyczpUb25lQ3VydmVQVjIwMTI+IDxjcnM6VG9uZUN1cnZlUFYyMDEyUmVkPiA8cmRmOlNlcT4gPHJkZjpsaT4wLCAwPC9yZGY6bGk+IDxyZGY6bGk+MjU1LCAyNTU8L3JkZjpsaT4gPC9yZGY6U2VxPiA8L2NyczpUb25lQ3VydmVQVjIwMTJSZWQ+IDxjcnM6VG9uZUN1cnZlUFYyMDEyR3JlZW4+IDxyZGY6U2VxPiA8cmRmOmxpPjAsIDA8L3JkZjpsaT4gPHJkZjpsaT4yNTUsIDI1NTwvcmRmOmxpPiA8L3JkZjpTZXE+IDwvY3JzOlRvbmVDdXJ2ZVBWMjAxMkdyZWVuPiA8Y3JzOlRvbmVDdXJ2ZVBWMjAxMkJsdWU+IDxyZGY6U2VxPiA8cmRmOmxpPjAsIDA8L3JkZjpsaT4gPHJkZjpsaT4yNTUsIDI1NTwvcmRmOmxpPiA8L3JkZjpTZXE+IDwvY3JzOlRvbmVDdXJ2ZVBWMjAxMkJsdWU+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDw/eHBhY2tldCBlbmQ9InciPz7/4gxYSUNDX1BST0ZJTEUAAQEAAAxITGlubwIQAABtbnRyUkdCIFhZWiAHzgACAAkABgAxAABhY3NwTVNGVAAAAABJRUMgc1JHQgAAAAAAAAAAAAAAAAAA9tYAAQAAAADTLUhQICAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABFjcHJ0AAABUAAAADNkZXNjAAABhAAAAGx3dHB0AAAB8AAAABRia3B0AAACBAAAABRyWFlaAAACGAAAABRnWFlaAAACLAAAABRiWFlaAAACQAAAABRkbW5kAAACVAAAAHBkbWRkAAACxAAAAIh2dWVkAAADTAAAAIZ2aWV3AAAD1AAAACRsdW1pAAAD+AAAABRtZWFzAAAEDAAAACR0ZWNoAAAEMAAAAAxyVFJDAAAEPAAACAxnVFJDAAAEPAAACAxiVFJDAAAEPAAACAx0ZXh0AAAAAENvcHlyaWdodCAoYykgMTk5OCBIZXdsZXR0LVBhY2thcmQgQ29tcGFueQAAZGVzYwAAAAAAAAASc1JHQiBJRUM2MTk2Ni0yLjEAAAAAAAAAAAAAABJzUkdCIElFQzYxOTY2LTIuMQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWFlaIAAAAAAAAPNRAAEAAAABFsxYWVogAAAAAAAAAAAAAAAAAAAAAFhZWiAAAAAAAABvogAAOPUAAAOQWFlaIAAAAAAAAGKZAAC3hQAAGNpYWVogAAAAAAAAJKAAAA+EAAC2z2Rlc2MAAAAAAAAAFklFQyBodHRwOi8vd3d3LmllYy5jaAAAAAAAAAAAAAAAFklFQyBodHRwOi8vd3d3LmllYy5j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\",\n        \"image_url\": \"rokas.jpg.jpg\"\n    },\n    \"success\": true\n}"}],"_postman_id":"21b9ae30-c9e0-4423-aaf1-cadb13015686"},{"name":"PROFILE: Get Profile Whitelabel Data","id":"653966c4-e89e-4f66-bdfd-fceec83d0920","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/profile/whitelabel","urlObject":{"protocol":"https","path":["api","v1","profile","whitelabel"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[{"id":"a264f05b-179e-4af8-8763-de2d4ddce545","name":"PROFILE: Get Profile Whitelabel Data (SUCCESS)","originalRequest":{"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/profile/whitelabel"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Werkzeug/2.1.2 Python/3.8.10"},{"key":"Date","value":"Sat, 23 Jul 2022 16:30:13 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1076"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Connection","value":"keep-alive"},{"key":"Connection","value":"close"},{"key":"keep-alive","value":"timeout=5, max=30"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"whitelabel_data\": {\n        \"PASYR\": {\n            \"activate_products\": true,\n            \"affiliate_merchant_key\": \"MKEY-PSRY-GRP0-0001\",\n            \"affiliator_auto_gen_savings_wallets\": false,\n            \"affiliator_show_hybrid_wallets\": false,\n            \"affiliator_show_savings_wallets\": true,\n            \"allow_dark_mode\": true,\n            \"allow_multi_factor\": true,\n            \"allow_quick_funding\": false,\n            \"bg_dark_url\": \"/static/img/backgrounds/unitymatterhorn_2880x1800-1-8-blurred-blue.jpg\",\n            \"bg_light_url\": \"/static/img/backgrounds/unitymatterhorn_2880x1800-1-8-blurred.jpg\",\n            \"commission_reinvestment\": 100,\n            \"created\": \"2021-04-01 13:28:37\",\n            \"custom_css\": null,\n            \"dbid\": 1,\n            \"description\": null,\n            \"dex_exclusive\": false,\n            \"disable_ref_system\": false,\n            \"disabled\": false,\n            \"force_multi_factor\": false,\n            \"force_to_ultra_light\": false,\n            \"forwards_to_affiliator\": false,\n            \"has_back_button_url\": null,\n            \"has_ranks\": false,\n            \"has_stars\": false,\n            \"ico_meta\": {\n                \"current_price\": 1,\n                \"fiat_fk\": 2,\n                \"ico_allow_sending\": false,\n                \"ico_id\": 1,\n                \"ico_name\": \"Pro-Active Mining Token\",\n                \"ico_product_name\": \"Pro-Active Mining Token\",\n                \"ico_symbol\": \"UNTY\",\n                \"ico_web_url\": \"https://paysr.co\"\n            },\n            \"info_message\": null,\n            \"intro_video\": null,\n            \"is_active\": true,\n            \"is_dark_theme\": false,\n            \"logo_dark_url\": \"/static/img/logos/PaySR-Logo-onBlack.png\",\n            \"logo_light_url\": \"/static/img/logos/PaySR-Logo-onWhite.png\",\n            \"max_visible_network_depth\": 10,\n            \"name\": \"PaySR\",\n            \"outline_master_buttons\": true,\n            \"portal_url\": \"https://account.paysr.co\",\n            \"powered_by\": \"PaySR\",\n            \"rank_data\": [\n                {\n                    \"commission_data\": [\n                        {\n                            \"affiliate_program_fk\": 1,\n                            \"commissions_array\": [\n                                10,\n                                5,\n                                5,\n                                5,\n                                5,\n                                5,\n                                5,\n                                5,\n                                5,\n                                5\n                            ],\n                            \"created\": \"2020-07-04 16:59:52\",\n                            \"dbid\": 3,\n                            \"level_10_commissions\": 5,\n                            \"level_1_commissions\": 10,\n                            \"level_2_commissions\": 5,\n                            \"level_3_commissions\": 5,\n                            \"level_4_commissions\": 5,\n                            \"level_5_commissions\": 5,\n                            \"level_6_commissions\": 5,\n                            \"level_7_commissions\": 5,\n                            \"level_8_commissions\": 5,\n                            \"level_9_commissions\": 5,\n                            \"name\": \"Gold\",\n                            \"rank_number\": 1\n                        },\n                        {\n                            \"affiliate_program_fk\": 1,\n                            \"commissions_array\": [\n                                20,\n                                10,\n                                10,\n                                5,\n                                5,\n                                5,\n                                5,\n                                10,\n                                5,\n                                5\n                            ],\n                            \"created\": \"2020-07-04 16:59:52\",\n                            \"dbid\": 4,\n                            \"level_10_commissions\": 5,\n                            \"level_1_commissions\": 20,\n                            \"level_2_commissions\": 10,\n                            \"level_3_commissions\": 10,\n                            \"level_4_commissions\": 5,\n                            \"level_5_commissions\": 5,\n                            \"level_6_commissions\": 5,\n                            \"level_7_commissions\": 5,\n                            \"level_8_commissions\": 10,\n                            \"level_9_commissions\": 5,\n                            \"name\": \"Platinum\",\n                            \"rank_number\": 2\n                        },\n                        {\n                            \"affiliate_program_fk\": 1,\n                            \"commissions_array\": [\n                                25,\n                                12,\n                                12,\n                                5,\n                                4,\n                                4,\n                                4,\n                                6,\n                                4,\n                                4\n                            ],\n                            \"created\": \"2020-07-04 17:00:21\",\n                            \"dbid\": 5,\n                            \"level_10_commissions\": 4,\n                            \"level_1_commissions\": 25,\n                            \"level_2_commissions\": 12,\n                            \"level_3_commissions\": 12,\n                            \"level_4_commissions\": 5,\n                            \"level_5_commissions\": 4,\n                            \"level_6_commissions\": 4,\n                            \"level_7_commissions\": 4,\n                            \"level_8_commissions\": 6,\n                            \"level_9_commissions\": 4,\n                            \"name\": \"Diamond\",\n                            \"rank_number\": 3\n                        }\n                    ],\n                    \"created\": \"2022-07-23 16:30:09.709441\",\n                    \"rank_name\": \"Gold\",\n                    \"rank_number\": 1\n                }\n            ],\n            \"ref_split_percent\": 10,\n            \"require_user_data_at_registration\": true,\n            \"role\": \"USER\",\n            \"savings_wallets_external_tokens\": true,\n            \"star_count\": 0,\n            \"star_data\": [\n                {\n                    \"affiliate_program_fk\": 1,\n                    \"created\": \"2020-07-04 18:29:48\",\n                    \"dbid\": 1,\n                    \"minimum_revenue\": 5000,\n                    \"star_level\": 1\n                },\n                {\n                    \"affiliate_program_fk\": 1,\n                    \"created\": \"2020-07-04 18:29:54\",\n                    \"dbid\": 2,\n                    \"minimum_revenue\": 10000,\n                    \"star_level\": 2\n                },\n                {\n                    \"affiliate_program_fk\": 1,\n                    \"created\": \"2020-07-04 18:30:00\",\n                    \"dbid\": 3,\n                    \"minimum_revenue\": 30000,\n                    \"star_level\": 3\n                },\n                {\n                    \"affiliate_program_fk\": 1,\n                    \"created\": \"2020-07-04 18:30:08\",\n                    \"dbid\": 4,\n                    \"minimum_revenue\": 100000,\n                    \"star_level\": 4\n                },\n                {\n                    \"affiliate_program_fk\": 1,\n                    \"created\": \"2020-07-04 18:30:15\",\n                    \"dbid\": 5,\n                    \"minimum_revenue\": 300000,\n                    \"star_level\": 5\n                }\n            ],\n            \"supervisor\": false,\n            \"symbol\": \"PaySR\",\n            \"warn_multi_factor_to_downline\": false,\n            \"warning_message\": null,\n            \"website_url\": \"https://paysr.co\"\n        }\n    }\n}"}],"_postman_id":"653966c4-e89e-4f66-bdfd-fceec83d0920"},{"name":"PROFILE: Get Linked Bank Accounts","id":"5c35e69e-d91d-49de-b979-5a0e0dcdeed5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/profile/bank_accounts","urlObject":{"protocol":"https","path":["api","v1","profile","bank_accounts"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[{"id":"fabc677a-e3c2-408b-b34b-a605674be92f","name":"PROFILE: Get Linked Bank Accounts (SUCCESS)","originalRequest":{"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/profile/bank_accounts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Werkzeug/2.1.2 Python/3.8.10"},{"key":"Date","value":"Sat, 23 Jul 2022 16:29:16 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"223"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Connection","value":"keep-alive"},{"key":"Connection","value":"close"},{"key":"keep-alive","value":"timeout=5, max=30"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"bank_accounts\": [\n        {\n            \"bank_account_id\": 364,\n            \"bank_account_hash\": \"777da8ea8327411289b2b22531c21d2d\",\n            \"account_description\": \"My Bank Account\",\n            \"bank_name\": \"N26 AG\",\n            \"iban\": \"DE00000000000000\",\n            \"currency_id\": 3,\n            \"currency_symbol\": \"EUR\",\n            \"bank_clearing\": \"NTSBDEB1XXX\"\n        },\n        {\n            \"bank_account_id\": 417,\n            \"bank_account_hash\": \"ef2a83a191f54af9adb037665c8331e8\",\n            \"account_description\": \"My Bank Account\",\n            \"bank_name\": \"N26 AG\",\n            \"iban\": \"DE00000000000000\",\n            \"currency_id\": 3,\n            \"currency_symbol\": \"EUR\",\n            \"bank_clearing\": \"NTSBDEB1XXX\"\n        }\n    ]\n}"}],"_postman_id":"5c35e69e-d91d-49de-b979-5a0e0dcdeed5"},{"name":"PROFILE: Get Enabled Features","id":"6f22abb2-a531-4f82-8a07-d3e92fd39e9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/profile/features","urlObject":{"protocol":"https","path":["api","v1","profile","features"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[{"id":"f156cd5c-5aad-49de-92fe-3b5598e9c734","name":"PROFILE: Get Enabled Features (SUCCESS)","originalRequest":{"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/profile/features"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Werkzeug/2.1.2 Python/3.8.10"},{"key":"Date","value":"Sat, 23 Jul 2022 16:34:50 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"620"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Connection","value":"keep-alive"},{"key":"Connection","value":"close"},{"key":"keep-alive","value":"timeout=5, max=30"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"enabled_features\": {\n        \"CANADDBANKINFO\": {\n            \"dbid\": 11,\n            \"feature_code\": \"CANADDBANKINFO\",\n            \"feature_description\": \"Can add new Banking Infos for withdrawal\",\n            \"group_name\": \"Withdrawal Features\",\n            \"is_advanced_feature\": 0,\n            \"is_basic_feature\": 1,\n            \"is_premium_feature\": 1,\n            \"is_pro_feature\": 1,\n            \"is_ultra_light_feature\": 0,\n            \"nice_icon_name\": \"li-exit\",\n            \"nice_name\": \"Can add Banking Information\",\n            \"user_activated\": true\n        },\n        \"CANADDCRYPTOINFO\": {\n            \"dbid\": 12,\n            \"feature_code\": \"CANADDCRYPTOINFO\",\n            \"feature_description\": \"Can add new Crypto Wallet withdrawal data\",\n            \"group_name\": \"Withdrawal Features\",\n            \"is_advanced_feature\": 0,\n            \"is_basic_feature\": 1,\n            \"is_premium_feature\": 1,\n            \"is_pro_feature\": 1,\n            \"is_ultra_light_feature\": 0,\n            \"nice_icon_name\": \"li-exit\",\n            \"nice_name\": \"Can add External Crypto Wallet\",\n            \"user_activated\": true\n        },\n        \"CANCHANGEAVATAR\": {\n            \"dbid\": 14,\n            \"feature_code\": \"CANCHANGEAVATAR\",\n            \"feature_description\": \"Can change their own Avatar Icon\",\n            \"group_name\": \"General Features\",\n            \"is_advanced_feature\": 0,\n            \"is_basic_feature\": 1,\n            \"is_premium_feature\": 1,\n            \"is_pro_feature\": 1,\n            \"is_ultra_light_feature\": 0,\n            \"nice_icon_name\": \"li-exit\",\n            \"nice_name\": \"Can Change Avatar\",\n            \"user_activated\": true\n        },\n        \"CC2CRYPTO\": {\n            \"dbid\": 10,\n            \"feature_code\": \"CC2CRYPTO\",\n            \"feature_description\": \"Buy Crypto with Credit-Card\",\n            \"group_name\": \"Deposit Features\",\n            \"is_advanced_feature\": 0,\n            \"is_basic_feature\": 1,\n            \"is_premium_feature\": 1,\n            \"is_pro_feature\": 1,\n            \"is_ultra_light_feature\": 1,\n            \"nice_icon_name\": \"li-credit-card\",\n            \"nice_name\": \"Credit-Card to Crypto\",\n            \"user_activated\": true\n        },\n        \"FIATWITHDRAWALS\": {\n            \"dbid\": 8,\n            \"feature_code\": \"FIATWITHDRAWALS\",\n            \"feature_description\": \"Fiat Withdrawals to Bank Account\",\n            \"group_name\": \"Withdrawal Features\",\n            \"is_advanced_feature\": 0,\n            \"is_basic_feature\": 1,\n            \"is_premium_feature\": 1,\n            \"is_pro_feature\": 1,\n            \"is_ultra_light_feature\": 1,\n            \"nice_icon_name\": \"li-exit\",\n            \"nice_name\": \"Fiat Withdrawals\",\n            \"user_activated\": true\n        },\n        \"NETWORKMANAGER\": {\n            \"dbid\": 19,\n            \"feature_code\": \"NETWORKMANAGER\",\n            \"feature_description\": \"Network Manager\",\n            \"group_name\": \"General Features\",\n            \"is_advanced_feature\": 0,\n            \"is_basic_feature\": 1,\n            \"is_premium_feature\": 1,\n            \"is_pro_feature\": 1,\n            \"is_ultra_light_feature\": 1,\n            \"nice_icon_name\": \"li-group-work\",\n            \"nice_name\": \"Network Manager\",\n            \"user_activated\": true\n        },\n        \"OTCTRADING\": {\n            \"dbid\": 1,\n            \"feature_code\": \"OTCTRADING\",\n            \"feature_description\": \"OTC Trading Functionality\",\n            \"group_name\": \"General Features\",\n            \"is_advanced_feature\": 0,\n            \"is_basic_feature\": 0,\n            \"is_premium_feature\": 0,\n            \"is_pro_feature\": 1,\n            \"is_ultra_light_feature\": 0,\n            \"nice_icon_name\": \"li-shuffle\",\n            \"nice_name\": \"Trading Floor\",\n            \"user_activated\": true\n        },\n        \"PROACTIVEMINING\": {\n            \"dbid\": 18,\n            \"feature_code\": \"PROACTIVEMINING\",\n            \"feature_description\": \"Pro-Active Mining Dashboard\",\n            \"group_name\": \"General Features\",\n            \"is_advanced_feature\": 0,\n            \"is_basic_feature\": 1,\n            \"is_premium_feature\": 1,\n            \"is_pro_feature\": 1,\n            \"is_ultra_light_feature\": 0,\n            \"nice_icon_name\": \"li-factory2\",\n            \"nice_name\": \"Pro-Active Mining\",\n            \"user_activated\": true\n        }\n    },\n    \"success\": true\n}"}],"_postman_id":"6f22abb2-a531-4f82-8a07-d3e92fd39e9e"},{"name":"PROFILE: Get Last Logins","id":"e5d3e96c-a1dc-4f08-9bf4-2888f40c23d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/profile/last_logins","urlObject":{"protocol":"https","path":["api","v1","profile","last_logins"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[{"id":"d779beab-c72e-44ab-9dbb-be3e9e0a136b","name":"PROFILE: Get Last Logins (SUCCESS)","originalRequest":{"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/profile/last_logins"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Werkzeug/2.1.2 Python/3.8.10"},{"key":"Date","value":"Sat, 23 Jul 2022 16:36:47 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"487"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Connection","value":"keep-alive"},{"key":"Connection","value":"close"},{"key":"keep-alive","value":"timeout=5, max=30"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"last_logins\": [\n        {\n            \"created\": \"2022-06-28 12:24:34\",\n            \"error\": \"Invalid Credentials. Please try again.\",\n            \"ipaddress\": \"\"\n        },\n        {\n            \"created\": \"2022-05-22 10:43:47\",\n            \"error\": null,\n            \"ipaddress\": \"\"\n        },\n        {\n            \"created\": \"2022-02-06 20:23:39\",\n            \"error\": \"Invalid Credentials. Please try again.\",\n            \"ipaddress\": \"\"\n        },\n        {\n            \"created\": \"2022-02-06 20:23:39\",\n            \"error\": \"Invalid Credentials. Please try again.\",\n            \"ipaddress\": \"\"\n        },\n        {\n            \"created\": \"2022-02-06 20:23:37\",\n            \"error\": \"Invalid Credentials. Please try again.\",\n            \"ipaddress\": \"\"\n        }\n    ],\n    \"success\": true\n}"}],"_postman_id":"e5d3e96c-a1dc-4f08-9bf4-2888f40c23d4"},{"name":"PROFILE: Get Referral Data","id":"c0dfd02b-0323-4ab9-9fc5-cd3fdf103dec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/profile/referral_data","urlObject":{"protocol":"https","path":["api","v1","profile","referral_data"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[{"id":"4cdd9cf4-704c-493c-90b8-e220b2fb5398","name":"PROFILE: Get Referral Data (SUCCESS)","originalRequest":{"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/profile/referral_data"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Werkzeug/2.1.2 Python/3.8.10"},{"key":"Date","value":"Sat, 23 Jul 2022 17:13:00 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"300"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Connection","value":"keep-alive"},{"key":"Connection","value":"close"},{"key":"keep-alive","value":"timeout=5, max=30"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"referral_data\": {\n        \"refcodes\": [\n            {\n                \"description\": \"Personal Referral Code\",\n                \"ref_fk\": 12532561,\n                \"refcode\": \"BMJ5EJJNZM\"\n            }\n        ],\n        \"referrals_used\": 18,\n        \"used_referrals\": {\n            \"referral_used_id\": 1,\n            \"referral_used_owner_name\": \"paysr\",\n            \"referral_used_owner_profile_id\": 1,\n            \"referral_used_refcode\": \"Y1HESFLIVL\"\n        }\n    },\n    \"success\": true\n}"}],"_postman_id":"c0dfd02b-0323-4ab9-9fc5-cd3fdf103dec"},{"name":"PROFILE: Toggle Symbol to Watchlist","id":"4f95d540-9396-4f36-b821-c4d4796978b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"bid_symbol\":\"BTC\",\r\n    \"ask_symbol\":\"USDT\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/profile/togglesymbolwatchlist","description":"<p>Profile Data can be updated by using the following keys/values. They can be submitted separately, in combination, or all together.</p>\n<p>The Date Formats must follow YYYY-MM-DD formats a the telephone number must meet the international standards, as indicated.</p>\n<p>State is to be set to \"\" for non-USA addresses.</p>\n<p>IMPORTANT: the int_phone_number parameter is used for information purposes only, while the MSISDN parameter will allow the user to log in via the unique phone number. The MSISDN can only be set once and CANNOT be changed as it links directly to the corresponding self-custody wallet. This parameter is optional, yet useful when building a mobile app that uses phone-numbers instead of email addresses as the unique identifier.</p>\n","urlObject":{"protocol":"https","path":["api","v1","profile","togglesymbolwatchlist"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[{"id":"092c2ba5-9775-4af6-b2f1-9e88940e4b16","name":"PROFILE: Submit Profile Data - SUCCESS","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"first_name\":\"John\",\r\n\t\"last_name\":\"Connor\",\r\n\t\"street_name\":\"Some Street\",\r\n\t\"street_number\":\"111\",\r\n\t\"city_name\":\"New York\",\r\n\t\"zip_code\":\"10001\",\r\n\t\"country_code\":\"US\",\r\n\t\"state\":\"NY\",\r\n\t\"int_phone_number\":\"+1000000000\",\r\n\t\"date_of_birth\":\"1984-11-21\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/profile/personaldata"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"17"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5, max=30"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.10"},{"key":"Date","value":"Wed, 17 Nov 2021 20:33:28 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true\n}"}],"_postman_id":"4f95d540-9396-4f36-b821-c4d4796978b4"},{"name":"PROFILE: Get Symbol Watchlist","id":"fa6ad74f-190d-4df2-9f27-2d81b706afd7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/profile/market_watchlist","urlObject":{"protocol":"https","path":["api","v1","profile","market_watchlist"],"host":["api","paysr","co"],"query":[{"disabled":true,"key":"symbol","value":"BTC/USDT"}],"variable":[]}},"response":[{"id":"38b21ba0-d7a8-4425-8598-7a7d750d25f0","name":"PROFILE: Get Referral Data (SUCCESS)","originalRequest":{"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/profile/referral_data"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Werkzeug/2.1.2 Python/3.8.10"},{"key":"Date","value":"Sat, 23 Jul 2022 17:13:00 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"300"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Connection","value":"keep-alive"},{"key":"Connection","value":"close"},{"key":"keep-alive","value":"timeout=5, max=30"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"referral_data\": {\n        \"refcodes\": [\n            {\n                \"description\": \"Personal Referral Code\",\n                \"ref_fk\": 12532561,\n                \"refcode\": \"BMJ5EJJNZM\"\n            }\n        ],\n        \"referrals_used\": 18,\n        \"used_referrals\": {\n            \"referral_used_id\": 1,\n            \"referral_used_owner_name\": \"paysr\",\n            \"referral_used_owner_profile_id\": 1,\n            \"referral_used_refcode\": \"Y1HESFLIVL\"\n        }\n    },\n    \"success\": true\n}"}],"_postman_id":"fa6ad74f-190d-4df2-9f27-2d81b706afd7"}],"id":"1dd07faf-062d-4cce-8e32-d887fbe6b4e9","description":"<p>Profiles are data-objects containing all information about a user (such as trades, transactions, personal details, phone numbers, linked bank accounts, etc.).<br />Depending on the past activity of a user, this request can be relatively sizable and take a while to return the data object.</p>\n<p>Please consider using the Basic User Profile Endpoint to fetch a reduced data object on the user where possible.</p>\n<p><strong>Note</strong>: Wallet balances, transactions, deposit keys, and more can be pulled via the Wallet Functions Endpoints.</p>\n","_postman_id":"1dd07faf-062d-4cce-8e32-d887fbe6b4e9"},{"name":"Referral System","item":[{"name":"NETWORK: Get Referral Key","id":"fb63fbfc-7130-4d30-b2f1-b39e5d658eea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/network/refkey","urlObject":{"protocol":"https","path":["api","v1","network","refkey"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[{"id":"af342cf9-537a-4d23-9803-735c1f64b33b","name":"NETWORK: Get Referral Key - SUCCESS","originalRequest":{"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/network/refkey"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"94"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5, max=30"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.10"},{"key":"Date","value":"Wed, 17 Nov 2021 20:43:14 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"refcode\": {\n        \"description\": \"Personal Referral Code\",\n        \"ref_fk\": 12532561,\n        \"refcode\": \"BMJ5EJJNZM\"\n    }\n}"}],"_postman_id":"fb63fbfc-7130-4d30-b2f1-b39e5d658eea"},{"name":"NETWORK: Get Network Downline","id":"3fa44891-0a4c-4ed3-b9b2-ff802c5afade","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/network","urlObject":{"protocol":"https","path":["api","v1","network"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[{"id":"b1c82f03-eb7e-44ac-a5e6-0f9a29acef38","name":"NETWORK: Get Network Downline - SUCCESS","originalRequest":{"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/network"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1302"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5, max=30"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.10"},{"key":"Date","value":"Wed, 17 Nov 2021 20:53:33 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"13139101\": {\n        \"commissions\": 0,\n        \"downline\": {},\n        \"meta\": {\n            \"affiliate_admin_id\": null,\n            \"affiliator\": {\n                \"PAYSR\": {\n                    \"activate_products\": true,\n                    \"affiliate_merchant_key\": \"MKEY-PSRY-GRP0-0001\",\n                    \"affiliator_auto_gen_savings_wallets\": false,\n                    \"affiliator_show_hybrid_wallets\": false,\n                    \"affiliator_show_savings_wallets\": true,\n                    \"allow_multi_factor\": true,\n                    \"allow_quick_funding\": false,\n                    \"bg_dark_url\": \"/static/img/backgrounds/unitymatterhorn_2880x1800-1-8-blurred-blue.jpg\", \n                    \"bg_light_url\": \"/static/img/backgrounds/unitymatterhorn_2880x1800-1-8-blurred.jpg\",\n                    \"commission_reinvestment\": 100,\n                    \"created\": \"2021-04-01 13:28:37\",\n                    \"custom_css\": null,\n                    \"dbid\": 1,\n                    \"description\": null,\n                    \"disable_ref_system\": false,\n                    \"disabled\": false,\n                    \"force_multi_factor\": false,\n                    \"force_to_ultra_light\": false,\n                    \"forwards_to_affiliator\": false,\n                    \"has_back_button_url\": null,\n                    \"has_ranks\": false,\n                    \"has_stars\": false,\n                    \"ico_meta\": {\n                        \"current_price\": 1,\n                        \"fiat_fk\": 2,\n                        \"ico_allow_sending\": false,\n                        \"ico_id\": 1,\n                        \"ico_name\": \"Pro-Active Mining Token\",\n                        \"ico_product_name\": \"Pro-Active Mining Token\",\n                        \"ico_symbol\": \"PSRY\",\n                        \"ico_web_url\": \"https://paysr.co\"\n                    },\n                    \"info_message\": null,\n                    \"intro_video\": null,\n                    \"is_active\": true,\n                    \"is_dark_theme\": false,\n                    \"logo_dark_url\": \"/static/img/logos/PaySR-Logo-onBlack.png\", \n                    \"logo_light_url\": \"/static/img/logos/PaySR-Logo-onWhite.png\",\n                    \"max_visible_network_depth\": 10,\n                    \"name\": \"PaySR\",\n                    \"outline_master_buttons\": true,\n                    \"portal_url\": \"https://paysr.co\",\n                    \"powered_by\": \"PaySR\",\n                    \"rank_data\": [\n                        {\n                            \"commission_data\": [\n                                {\n                                    \"affiliate_program_fk\": 1,\n                                    \"commissions_array\": [\n                                        10,\n                                        5,\n                                        5,\n                                        5,\n                                        5,\n                                        5,\n                                        5,\n                                        5,\n                                        5,\n                                        5\n                                    ],\n                                    \"created\": \"2020-07-04 16:59:52\",\n                                    \"dbid\": 3,\n                                    \"level_10_commissions\": 5,\n                                    \"level_1_commissions\": 10,\n                                    \"level_2_commissions\": 5,\n                                    \"level_3_commissions\": 5,\n                                    \"level_4_commissions\": 5,\n                                    \"level_5_commissions\": 5,\n                                    \"level_6_commissions\": 5,\n                                    \"level_7_commissions\": 5,\n                                    \"level_8_commissions\": 5,\n                                    \"level_9_commissions\": 5,\n                                    \"name\": \"Gold\",\n                                    \"rank_number\": 1\n                                },\n                                {\n                                    \"affiliate_program_fk\": 1,\n                                    \"commissions_array\": [\n                                        20,\n                                        10,\n                                        10,\n                                        5,\n                                        5,\n                                        5,\n                                        5,\n                                        10,\n                                        5,\n                                        5\n                                    ],\n                                    \"created\": \"2020-07-04 16:59:52\",\n                                    \"dbid\": 4,\n                                    \"level_10_commissions\": 5,\n                                    \"level_1_commissions\": 20,\n                                    \"level_2_commissions\": 10,\n                                    \"level_3_commissions\": 10,\n                                    \"level_4_commissions\": 5,\n                                    \"level_5_commissions\": 5,\n                                    \"level_6_commissions\": 5,\n                                    \"level_7_commissions\": 5,\n                                    \"level_8_commissions\": 10,\n                                    \"level_9_commissions\": 5,\n                                    \"name\": \"Platinum\",\n                                    \"rank_number\": 2\n                                },\n                                {\n                                    \"affiliate_program_fk\": 1,\n                                    \"commissions_array\": [\n                                        25,\n                                        12,\n                                        12,\n                                        5,\n                                        4,\n                                        4,\n                                        4,\n                                        6,\n                                        4,\n                                        4\n                                    ],\n                                    \"created\": \"2020-07-04 17:00:21\",\n                                    \"dbid\": 5,\n                                    \"level_10_commissions\": 4,\n                                    \"level_1_commissions\": 25,\n                                    \"level_2_commissions\": 12,\n                                    \"level_3_commissions\": 12,\n                                    \"level_4_commissions\": 5,\n                                    \"level_5_commissions\": 4,\n                                    \"level_6_commissions\": 4,\n                                    \"level_7_commissions\": 4,\n                                    \"level_8_commissions\": 6,\n                                    \"level_9_commissions\": 4,\n                                    \"name\": \"Diamond\",\n                                    \"rank_number\": 3\n                                }\n                            ],\n                            \"created\": \"2021-11-17 20:52:35\",\n                            \"rank_name\": \"Gold\",\n                            \"rank_number\": 1\n                        }\n                    ],\n                    \"require_user_data_at_registration\": true,\n                    \"role\": \"USER\",\n                    \"savings_wallets_external_tokens\": true,\n                    \"star_count\": 0,\n                    \"star_data\": [\n                        {\n                            \"affiliate_program_fk\": 1,\n                            \"created\": \"2020-07-04 18:29:48\",\n                            \"dbid\": 1,\n                            \"minimum_revenue\": 5000,\n                            \"star_level\": 1\n                        },\n                        {\n                            \"affiliate_program_fk\": 1,\n                            \"created\": \"2020-07-04 18:29:54\",\n                            \"dbid\": 2,\n                            \"minimum_revenue\": 10000,\n                            \"star_level\": 2\n                        },\n                        {\n                            \"affiliate_program_fk\": 1,\n                            \"created\": \"2020-07-04 18:30:00\",\n                            \"dbid\": 3,\n                            \"minimum_revenue\": 30000,\n                            \"star_level\": 3\n                        },\n                        {\n                            \"affiliate_program_fk\": 1,\n                            \"created\": \"2020-07-04 18:30:08\",\n                            \"dbid\": 4,\n                            \"minimum_revenue\": 100000,\n                            \"star_level\": 4\n                        },\n                        {\n                            \"affiliate_program_fk\": 1,\n                            \"created\": \"2020-07-04 18:30:15\",\n                            \"dbid\": 5,\n                            \"minimum_revenue\": 300000,\n                            \"star_level\": 5\n                        }\n                    ],\n                    \"supervisor\": false,\n                    \"symbol\": \"PaySR\",\n                    \"warn_multi_factor_to_downline\": true,\n                    \"warning_message\": null,\n                    \"website_url\": \"https://paysr.co\"\n                }\n            },\n            \"client_id\": \"UG9K-N0HL-RELD\",\n            \"created\": \"2021-11-17 20:52:35\",\n            \"email\": \"user_two@paysr.co\",\n            \"fname\": \"User\",\n            \"is_corporate\": false,\n            \"join_time\": \"2021-11-17 20:52:35\",\n            \"last_timezone\": 0,\n            \"lname\": \"Two\",\n            \"login_id\": 13138498,\n            \"preferred_locale\": \"en\",\n            \"profile_id\": 13139101,\n            \"show_all_savings_fiats\": false,\n            \"show_all_savings_tokens\": true,\n            \"trashed\": false,\n            \"username\": \"user_two\"\n        },\n        \"net_size\": 0,\n        \"sales\": 0\n    },\n    \"13139102\": {\n        \"commissions\": 0,\n        \"downline\": {},\n        \"meta\": {\n            \"affiliate_admin_id\": null,\n            \"affiliator\": {\n                \"PaySR\": {\n                    \"activate_products\": true,\n                    \"affiliate_merchant_key\": \"MKEY-PSRY-GRP0-0001\",\n                    \"affiliator_auto_gen_savings_wallets\": false,\n                    \"affiliator_show_hybrid_wallets\": false,\n                    \"affiliator_show_savings_wallets\": true,\n                    \"allow_multi_factor\": true,\n                    \"allow_quick_funding\": false,\n                    \"bg_dark_url\": \"/static/img/backgrounds/unitymatterhorn_2880x1800-1-8-blurred-blue.jpg\",\n                    \"bg_light_url\": \"/static/img/backgrounds/unitymatterhorn_2880x1800-1-8-blurred.jpg\",\n                    \"commission_reinvestment\": 100,\n                    \"created\": \"2021-04-01 13:28:37\",\n                    \"custom_css\": null,\n                    \"dbid\": 1,\n                    \"description\": null,\n                    \"disable_ref_system\": false,\n                    \"disabled\": false,\n                    \"force_multi_factor\": false,\n                    \"force_to_ultra_light\": false,\n                    \"forwards_to_affiliator\": false,\n                    \"has_back_button_url\": null,\n                    \"has_ranks\": false,\n                    \"has_stars\": false,\n                    \"ico_meta\": {\n                        \"current_price\": 1,\n                        \"fiat_fk\": 2,\n                        \"ico_allow_sending\": false,\n                        \"ico_id\": 1,\n                        \"ico_name\": \"Pro-Active Mining Token\",\n                        \"ico_product_name\": \"Pro-Active Mining Token\",\n                        \"ico_symbol\": \"PSRY\",\n                        \"ico_web_url\": \"https://paysr.co\"\n                    },\n                    \"info_message\": null,\n                    \"intro_video\": null,\n                    \"is_active\": true,\n                    \"is_dark_theme\": false,\n                    \"logo_dark_url\": \"/static/img/logos/UniCrypt-Logo-onBlack.png\",\n                    \"logo_light_url\": \"/static/img/logos/UniCrypt-Logo-onWhite.png\",\n                    \"max_visible_network_depth\": 10,\n                    \"name\": \"PaySR\",\n                    \"outline_master_buttons\": true,\n                    \"portal_url\": \"https://paysr.co\",\n                    \"powered_by\": \"PaySR\",\n                    \"rank_data\": [\n                        {\n                            \"commission_data\": [\n                                {\n                                    \"affiliate_program_fk\": 1,\n                                    \"commissions_array\": [\n                                        10,\n                                        5,\n                                        5,\n                                        5,\n                                        5,\n                                        5,\n                                        5,\n                                        5,\n                                        5,\n                                        5\n                                    ],\n                                    \"created\": \"2020-07-04 16:59:52\",\n                                    \"dbid\": 3,\n                                    \"level_10_commissions\": 5,\n                                    \"level_1_commissions\": 10,\n                                    \"level_2_commissions\": 5,\n                                    \"level_3_commissions\": 5,\n                                    \"level_4_commissions\": 5,\n                                    \"level_5_commissions\": 5,\n                                    \"level_6_commissions\": 5,\n                                    \"level_7_commissions\": 5,\n                                    \"level_8_commissions\": 5,\n                                    \"level_9_commissions\": 5,\n                                    \"name\": \"Gold\",\n                                    \"rank_number\": 1\n                                },\n                                {\n                                    \"affiliate_program_fk\": 1,\n                                    \"commissions_array\": [\n                                        20,\n                                        10,\n                                        10,\n                                        5,\n                                        5,\n                                        5,\n                                        5,\n                                        10,\n                                        5,\n                                        5\n                                    ],\n                                    \"created\": \"2020-07-04 16:59:52\",\n                                    \"dbid\": 4,\n                                    \"level_10_commissions\": 5,\n                                    \"level_1_commissions\": 20,\n                                    \"level_2_commissions\": 10,\n                                    \"level_3_commissions\": 10,\n                                    \"level_4_commissions\": 5,\n                                    \"level_5_commissions\": 5,\n                                    \"level_6_commissions\": 5,\n                                    \"level_7_commissions\": 5,\n                                    \"level_8_commissions\": 10,\n                                    \"level_9_commissions\": 5,\n                                    \"name\": \"Platinum\",\n                                    \"rank_number\": 2\n                                },\n                                {\n                                    \"affiliate_program_fk\": 1,\n                                    \"commissions_array\": [\n                                        25,\n                                        12,\n                                        12,\n                                        5,\n                                        4,\n                                        4,\n                                        4,\n                                        6,\n                                        4,\n                                        4\n                                    ],\n                                    \"created\": \"2020-07-04 17:00:21\",\n                                    \"dbid\": 5,\n                                    \"level_10_commissions\": 4,\n                                    \"level_1_commissions\": 25,\n                                    \"level_2_commissions\": 12,\n                                    \"level_3_commissions\": 12,\n                                    \"level_4_commissions\": 5,\n                                    \"level_5_commissions\": 4,\n                                    \"level_6_commissions\": 4,\n                                    \"level_7_commissions\": 4,\n                                    \"level_8_commissions\": 6,\n                                    \"level_9_commissions\": 4,\n                                    \"name\": \"Diamond\",\n                                    \"rank_number\": 3\n                                }\n                            ],\n                            \"created\": \"2021-11-17 20:52:47\",\n                            \"rank_name\": \"Gold\",\n                            \"rank_number\": 1\n                        }\n                    ],\n                    \"require_user_data_at_registration\": true,\n                    \"role\": \"USER\",\n                    \"savings_wallets_external_tokens\": true,\n                    \"star_count\": 0,\n                    \"star_data\": [\n                        {\n                            \"affiliate_program_fk\": 1,\n                            \"created\": \"2020-07-04 18:29:48\",\n                            \"dbid\": 1,\n                            \"minimum_revenue\": 5000,\n                            \"star_level\": 1\n                        },\n                        {\n                            \"affiliate_program_fk\": 1,\n                            \"created\": \"2020-07-04 18:29:54\",\n                            \"dbid\": 2,\n                            \"minimum_revenue\": 10000,\n                            \"star_level\": 2\n                        },\n                        {\n                            \"affiliate_program_fk\": 1,\n                            \"created\": \"2020-07-04 18:30:00\",\n                            \"dbid\": 3,\n                            \"minimum_revenue\": 30000,\n                            \"star_level\": 3\n                        },\n                        {\n                            \"affiliate_program_fk\": 1,\n                            \"created\": \"2020-07-04 18:30:08\",\n                            \"dbid\": 4,\n                            \"minimum_revenue\": 100000,\n                            \"star_level\": 4\n                        },\n                        {\n                            \"affiliate_program_fk\": 1,\n                            \"created\": \"2020-07-04 18:30:15\",\n                            \"dbid\": 5,\n                            \"minimum_revenue\": 300000,\n                            \"star_level\": 5\n                        }\n                    ],\n                    \"supervisor\": false,\n                    \"symbol\": \"PaySR\",\n                    \"warn_multi_factor_to_downline\": true,\n                    \"warning_message\": null,\n                    \"website_url\": \"https://paysr.co\"\n                }\n            },\n            \"client_id\": \"NGPP-SUVR-ZNLF\",\n            \"created\": \"2021-11-17 20:52:47\",\n            \"email\": \"user_three@paysr.co\",\n            \"fname\": \"User\",\n            \"is_corporate\": false,\n            \"join_time\": \"2021-11-17 20:52:47\",\n            \"last_timezone\": 0,\n            \"lname\": \"Three\",\n            \"login_id\": 13138499,\n            \"preferred_locale\": \"en\",\n            \"profile_id\": 13139102,\n            \"show_all_savings_fiats\": false,\n            \"show_all_savings_tokens\": true,\n            \"trashed\": false,\n            \"username\": \"user_three\"\n        },\n        \"net_size\": 0,\n        \"sales\": 0\n    }\n}"}],"_postman_id":"3fa44891-0a4c-4ed3-b9b2-ff802c5afade"},{"name":"NETWORK: Invite/Refer a new User","id":"8c261bc9-8855-4c5b-8fb2-d7a0336bcbba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"email\":\"new_user_42@paysr.com\",\r\n\t\"first_name\":\"Peter\",\r\n\t\"last_name\":\"Miller\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/network/invite","urlObject":{"protocol":"https","path":["api","v1","network","invite"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[{"id":"51fb5b72-ba63-4ac4-92eb-73e45a350803","name":"NETWORK: Invite/Refer a new User - SUCCESS","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"email\":\"new_user_1@veroway.com\",\r\n\t\"first_name\":\"Peter\",\r\n\t\"last_name\":\"Miller\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/network/invite"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"17"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5, max=30"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.10"},{"key":"Date","value":"Wed, 17 Nov 2021 21:16:34 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true\n}"},{"id":"bd50278b-5183-4bc0-aeed-dfde0baef9c8","name":"NETWORK: Invite/Refer a new User - FAIL","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"email\":\"new_user_1@veroway.com\",\r\n\t\"first_name\":\"Peter\",\r\n\t\"last_name\":\"Miller\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/network/invite"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"128"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5, max=30"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.10"},{"key":"Date","value":"Wed, 17 Nov 2021 21:16:55 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"The User is already registered on the Platform. Please try inviting a different user/email address.\",\n    \"success\": false\n}"}],"_postman_id":"8c261bc9-8855-4c5b-8fb2-d7a0336bcbba"}],"id":"ddc21e68-c421-4c9f-a2ca-57060ecc07ad","description":"<p>The Referral System lets your user-base grow organically.<br />Leveraging the ability to share a referral code or directly inviting contacts allows for new clients to sign-up within the referrer's down-line.<br />Depending on the White-label setup, the referrer will then receive incentives, rewards, or airdrops based on the activity of the referred user.</p>\n","_postman_id":"ddc21e68-c421-4c9f-a2ca-57060ecc07ad"},{"name":"Wallet Functions","item":[{"name":"WALLET: Add new Crypto Wallet for Withdrawals","id":"92130f67-2d90-4cc2-9765-fba9b3727062","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"address\": \"0xbee688807f288907bc34508ffbda9ab2b347bfa5\",\r\n\t\"description\": \"Friend's USDC Wallet\",\r\n\t\"currency\": \"USDC\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/wallet/addwallet","urlObject":{"protocol":"https","path":["api","v1","wallet","addwallet"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[{"id":"c048d952-be4d-467c-835d-a867b0692bd8","name":"WALLET: Add new Crypto Wallet for Withdrawals - SUCCESS","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"address\": \"1Mdxv1hiipBx34sNGcgAX9piEHN6ABGWdS\",\r\n\t\"description\": \"Friend's BTC Wallet\",\r\n\t\"currency\": \"BTC\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/wallet/addwallet"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"17"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5, max=30"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.10"},{"key":"Date","value":"Wed, 17 Nov 2021 21:44:05 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true\n}"},{"id":"ec78cf13-6eb1-4301-831d-eb9bd3ad762c","name":"WALLET: Add new Crypto Wallet for Withdrawals - FAIL","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"address\": \"1Mdxv1hiipBx34sNGcgAX9piEHN6ABGWdS\",\r\n\t\"description\": \"Friend's BTC Wallet\",\r\n\t\"currency\": \"BTC\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/wallet/addwallet"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"85"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5, max=30"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.10"},{"key":"Date","value":"Wed, 17 Nov 2021 21:49:58 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Wallet Address already registered (duplicate warning).\",\n    \"success\": false\n}"}],"_postman_id":"92130f67-2d90-4cc2-9765-fba9b3727062"},{"name":"WALLET: Get all Withdrawal Wallets","id":"6b5a783a-4c8d-4620-8e00-6977fdb087c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/wallet/withdrawalwallets","urlObject":{"protocol":"https","path":["api","v1","wallet","withdrawalwallets"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[{"id":"2e0c568e-bda9-49d3-98c5-3fe9554c8387","name":"WALLET: Get all Withdrawal Wallets - SUCCESS","originalRequest":{"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/wallet/withdrawalwallets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"360"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5, max=30"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.10"},{"key":"Date","value":"Wed, 17 Nov 2021 21:58:51 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"approved\": \"2021-06-22 09:08:43\",\n            \"created\": \"2021-06-22 09:08:43\",\n            \"crypto_address\": \"1Mdxv1hiipBx34sNGcgAX9piEHN6ABGWdS\",\n            \"crypto_id\": 4,\n            \"crypto_symbol\": \"ETH\",\n            \"description\": \"Friend's BTC Wallet\",\n            \"is_card_wallet\": 0,\n            \"is_hidden\": 0,\n            \"smart_contract_fk\": 1,\n            \"wallet_id\": 5989,\n            \"withdrawals\": []\n        },\n        {\n            \"approved\": \"2021-07-18 23:57:54\",\n            \"created\": \"2021-07-18 23:57:54\",\n            \"crypto_address\": \"Test wallet address\",\n            \"crypto_id\": 4,\n            \"crypto_symbol\": \"ETH\",\n            \"description\": \"Test wallet desc\",\n            \"is_card_wallet\": 0,\n            \"is_hidden\": 0,\n            \"smart_contract_fk\": 1,\n            \"wallet_id\": 6056,\n            \"withdrawals\": []\n        },\n        {\n            \"approved\": \"2021-11-08 08:09:28\",\n            \"created\": \"2021-11-08 08:09:27\",\n            \"crypto_address\": \"1Mdxv1hiipBx34sNGcgAX9piEHN6ABGWdS\",\n            \"crypto_id\": 4,\n            \"crypto_symbol\": \"ETH\",\n            \"description\": \"Friend's BTC Wallet\",\n            \"is_card_wallet\": 0,\n            \"is_hidden\": 0,\n            \"smart_contract_fk\": 1,\n            \"wallet_id\": 6636,\n            \"withdrawals\": []\n        },\n        {\n            \"approved\": \"2021-11-12 14:47:52\",\n            \"created\": \"2021-11-12 14:47:52\",\n            \"crypto_address\": \"1Mdxv1hiipBx34sNGcgAX9piEHN6ABGWdS\",\n            \"crypto_id\": 4,\n            \"crypto_symbol\": \"ETH\",\n            \"description\": \"Friend's BTC Wallet\",\n            \"is_card_wallet\": 0,\n            \"is_hidden\": 0,\n            \"smart_contract_fk\": 1,\n            \"wallet_id\": 6666,\n            \"withdrawals\": []\n        },\n        {\n            \"approved\": \"2021-11-14 13:19:23\",\n            \"created\": \"2021-11-14 13:19:22\",\n            \"crypto_address\": \"1Mdxv1hiipBx34sNGcgAX9piEHN6ABGWdS\",\n            \"crypto_id\": 4,\n            \"crypto_symbol\": \"ETH\",\n            \"description\": \"Friend's BTC Wallet\",\n            \"is_card_wallet\": 0,\n            \"is_hidden\": 0,\n            \"smart_contract_fk\": 1,\n            \"wallet_id\": 6672,\n            \"withdrawals\": []\n        },\n        {\n            \"approved\": \"2021-11-14 13:19:33\",\n            \"created\": \"2021-11-14 13:19:33\",\n            \"crypto_address\": \"1Mdxv1hiipBx34sNGcgAX9piEHN6AGWdS\",\n            \"crypto_id\": 4,\n            \"crypto_symbol\": \"ETH\",\n            \"description\": \"Friend's BTC Wallet\",\n            \"is_card_wallet\": 0,\n            \"is_hidden\": 0,\n            \"smart_contract_fk\": 1,\n            \"wallet_id\": 6673,\n            \"withdrawals\": []\n        },\n        {\n            \"approved\": \"2021-11-14 13:19:47\",\n            \"created\": \"2021-11-14 13:19:47\",\n            \"crypto_address\": \"1Mdxv1hiipBx34sNGcgAX9piEHN6AGWdS\",\n            \"crypto_id\": 4,\n            \"crypto_symbol\": \"ETH\",\n            \"description\": \"Friend's BTC Wallet\",\n            \"is_card_wallet\": 0,\n            \"is_hidden\": 0,\n            \"smart_contract_fk\": 1,\n            \"wallet_id\": 6674,\n            \"withdrawals\": []\n        },\n        {\n            \"approved\": \"2021-11-17 21:44:01\",\n            \"created\": \"2021-11-17 21:44:00\",\n            \"crypto_address\": \"1Mdxv1hiipBx34sNGcgAX9piEHN6ABGWdS\",\n            \"crypto_id\": 4,\n            \"crypto_symbol\": \"ETH\",\n            \"description\": \"Friend's BTC Wallet\",\n            \"is_card_wallet\": 0,\n            \"is_hidden\": 0,\n            \"smart_contract_fk\": 1,\n            \"wallet_id\": 6806,\n            \"withdrawals\": []\n        }\n    ]\n}"}],"_postman_id":"6b5a783a-4c8d-4620-8e00-6977fdb087c0"},{"name":"WALLET: Remove External Crypto Wallet","id":"bd8d8271-a707-4024-840f-ce1705e5ef7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"external_wallet_hash\": \"6f9420baba084ddca462f7d33bfa59fe\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/wallet/removewallet","urlObject":{"protocol":"https","path":["api","v1","wallet","removewallet"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[{"id":"373d0093-d515-4117-a5bb-86dc02130529","name":"WALLET: Remove External Crypto Wallet - SUCCESS","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"external_wallet_hash\": \"f26665b4ca6f44bd866955a400b1779c\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/wallet/removewallet"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Thu, 19 May 2022 15:13:23 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"128"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"external_wallet_hash\": \"f26665b4ca6f44bd866955a400b1779c\",\n    \"message\": \"Wallet Address was successfully removed.\",\n    \"success\": true\n}"},{"id":"c41ad2ac-e227-4346-979f-dc50c486d45c","name":"WALLET: Remove External Crypto Wallet - FAIL","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"external_wallet_hash\": \"f26665b4ca6f44bd866955a400b1779c\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/wallet/removewallet"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Thu, 19 May 2022 15:14:27 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"115"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"external_wallet_hash\": \"f26665b4ca6f44bd866955a400b1779c\",\n    \"message\": \"Wallet Address is unknown.\",\n    \"success\": false\n}"}],"_postman_id":"bd8d8271-a707-4024-840f-ce1705e5ef7f"},{"name":"WALLET: Validate Friend's Email Address","id":"a45d17c8-32ff-4c8e-a0c4-4c261eb5bdc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/wallet/verifyfriend?email=friend@paysr.co","description":"<p>This helps users validate an Email address, Username, or MSISDN (international phone number) before sending funds using the \"Send to a Friend\" function.</p>\n<p>Note: allowed params: 'email', 'username', 'msisdn'.</p>\n","urlObject":{"protocol":"https","path":["api","v1","wallet","verifyfriend"],"host":["api","paysr","co"],"query":[{"key":"email","value":"friend@paysr.co"}],"variable":[]}},"response":[{"id":"4d91d006-69f8-4520-a6a9-f060bc69226a","name":"WALLET: Validate Friend's Email Address - SUCCESS","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.paysr.co/api/v1/wallet/verifyfriend?email=friend@paysr.co","protocol":"https","host":["api","paysr","co"],"path":["api","v1","wallet","verifyfriend"],"query":[{"key":"email","value":"friend@paysr.co"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"40"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5, max=30"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.10"},{"key":"Date","value":"Tue, 21 Dec 2021 21:26:49 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"User valid\",\n    \"success\": true\n}"},{"id":"24a596e0-f6e8-45ac-a6bd-6d09286c4494","name":"WALLET: Validate Friend's Email Address - FAIL","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.paysr.co/api/v1/wallet/verifyfriend?email=unknown@paysr.co","protocol":"https","host":["api","paysr","co"],"path":["api","v1","wallet","verifyfriend"],"query":[{"key":"email","value":"unknown@paysr.co"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"44"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5, max=30"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.10"},{"key":"Date","value":"Tue, 21 Dec 2021 21:27:05 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"User unknown.\",\n    \"success\": false\n}"}],"_postman_id":"a45d17c8-32ff-4c8e-a0c4-4c261eb5bdc5"},{"name":"WALLET: Withdraw Crypto (External Wallet)","id":"3fab3e44-1a1c-47f5-a38c-9d66727b6a1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"destination_address\": \"0x4c445b91353f81a1011b3fc6799b2ae1249db8e9\",\r\n\t\"description\": \"Transfer to external wallet\",\r\n\t\"source_currency\": \"ETH\",\r\n\t\"source_amount\":0.01,\r\n\t\"2fa_code\":\"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/wallet/withdraw","urlObject":{"protocol":"https","path":["api","v1","wallet","withdraw"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[{"id":"23ab7cda-db9e-4e48-acf0-f7d05d740455","name":"WALLET: Withdraw Crypto","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"api_token\":\"TmdQRWtyUzZBbmRSRWw5enFqdTlxeEk4\",\r\n\t\"destination_address\": \"1Mdxv1hiipBx34sNGcgAX9piEHN6ABGWdS\",\r\n\t\"destination_email\":\"friend@veroway.com\",\r\n\t\"description\": \"Transfer to Friend\",\r\n\t\"currency\": \"BTC\",\r\n\t\"source_amount\":0.123\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/wallet/withdraw"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"97"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5, max=30"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.6"},{"key":"Date","value":"Tue, 22 Jun 2021 09:22:04 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true\n}"}],"_postman_id":"3fab3e44-1a1c-47f5-a38c-9d66727b6a1a"},{"name":"WALLET: Withdraw Crypto (Send to a Friend)","id":"4839e238-d24e-4e0b-9242-4b91fcd53100","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"destination_email\":\"friend@paysr.com\",\r\n\t\"description\": \"Transfer to Friend\",\r\n\t\"source_currency\": \"USDC\",\r\n\t\"source_amount\":0.01,\r\n\t\"2fa_code\":\"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/wallet/sendtofriend","description":"<p>The send to a friend system allows for quick and convenient sending between users on the VeroWay system (even between white-labels).<br />The destination can be either of the following:<br />\"destination_email\", \"destination_username\", \"destination_msisdn\", or \"destination_address\" with valid params being \"<a href=\"user@veroway.com\">user@veroway.com</a>\", '@verowayuser', '+10000000000', or \"1LQPcBcG8heQjySkj3EBu6s97EXEbAaGAp\", respectively.</p>\n","urlObject":{"protocol":"https","path":["api","v1","wallet","sendtofriend"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[{"id":"4be0c17c-3b76-40d4-8879-e98fe6f9cab8","name":"WALLET: Withdraw via Send to a Friend - FAIL","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\r\n\t\"destination_username\":\"@user-QmVw\",\r\n\t\"description\": \"Transfer to Friend\",\r\n\t\"source_currency\": \"BTC\",\r\n\t\"source_amount\":0.001,\r\n\t\"2fa_code\":123456\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/wallet/sendtofriend"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"49"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5, max=30"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.10"},{"key":"Date","value":"Wed, 17 Nov 2021 22:45:33 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Insufficient Funds\",\n    \"success\": false\n}"},{"id":"3089f116-1177-4ec3-b8ed-2ff23880944f","name":"WALLET: Withdraw via Send to a Friend - SUCCESS","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"destination_email\":\"sean@prescott.ch\",\r\n\t\"description\": \"Transfer to Friend\",\r\n\t\"source_currency\": \"ETH\",\r\n\t\"source_amount\":0.001,\r\n\t\"2fa_code\":\"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/wallet/sendtofriend"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Wed, 09 Mar 2022 18:05:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"107"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"uuid\": \"9b66340cd3fa4623b41047ad865fb776\"\n    },\n    \"message\": \"Transfer to WA_ML9MWHLHGNV\",\n    \"success\": true\n}"}],"_postman_id":"4839e238-d24e-4e0b-9242-4b91fcd53100"},{"name":"WALLET: Swap/Convert Currencies","id":"a53b87e3-8c51-42fe-ae03-31ae9fe3bbe5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"source_currency\":\"USDC\",\r\n\t\"destination_currency\":\"BTC\",\r\n\t\"source_amount\":1\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/wallet/swap","urlObject":{"protocol":"https","path":["api","v1","wallet","swap"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[{"id":"3472506a-159a-4387-901b-ba9e11a66cc6","name":"WALLET: Swap/Convert Currencies - SUCCESS","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"source_currency\":\"ETH\",\r\n\t\"destination_currency\":\"USDC\",\r\n\t\"source_amount\":0.0001\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/wallet/swap"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Wed, 09 Mar 2022 18:13:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"159"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"dest_amount\": 0.266633,\n        \"exchange_rate\": 2673,\n        \"uuid\": \"b1e047e96e91436ba7daa9f0cdf7346a\"\n    },\n    \"message\": \"Conversion of 0.0001 ETH to USDC\",\n    \"success\": true\n}"}],"_postman_id":"a53b87e3-8c51-42fe-ae03-31ae9fe3bbe5"},{"name":"WALLET: Get Crypto Deposit PubKeys","id":"33708e0d-8be4-469c-bbaa-247ba3e0efcb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/wallet/deposit","description":"<p>This end-point returns the Public Keys per Wallet Currency of the Account. They are shown as strings and prepared QR-codes (as BASE64 encoded PNG images).</p>\n<p>Deposits can be made from external sources, exchanges, wallets, etc. All USDT and USDC deposits MUST BE MADE VIA THE ERC20 STANDARD (ETHEREUM CHAIN).</p>\n","urlObject":{"protocol":"https","path":["api","v1","wallet","deposit"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[{"id":"a745b51b-c26b-4def-88e1-e09d64abe2d9","name":"WALLET: Get Crypto Deposit PubKeys (SUCCESS)","originalRequest":{"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/wallet/deposit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Fri, 22 Apr 2022 11:13:18 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"9991"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"btc_address\": \"16MxGpLMDWtN9JZY2iz4LronG5obvNhmKr\",\n    \"btc_qr_base64_png_data\": {\n        \"qr_image_data\": \"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2H/abk4nXUFBwdmzZx999NEGv6nvIvXPgwcP3r59e/optm7dOnDgQK98f7PSvfJ//PFHr9o5aUl5gnwfwis5PPTO8P9c11VKderUafKkybG8WCKRyHZXc+f8Mf7Nmzf37dt34sSJR48ePXLkyPjx4wcMGPDZZ581/olBA7pYXbHJkyd37NhR8fpGpDOVo6bqnKt2y22tgtQ5jDPu2rVr2LBhuvwG3ajMvbN03k3rpZdeWlRU5AS4SUzv9N1yyy27d+3y97l8nDrSgnwHwis5PPTO0FAymbzuuus2bNjw7rvvduvWTXejfMSQN/B/4sSJP/74w/dsW2/leffu3d97773169eXXncdkznwv4gzNOQNz9911127d+9+7rnn2rZtq2dX+As113X9zSbT/btkMtm2bdvnn3tu165dd955p/fYIdvSIB5xhgvwJk+0bt16+vTpe/bsuf/++9XfTyd9DKgpX8Nkun83fvz4qqqqJ6dPb926tTcpJKvS0EzwtcA/8u7ySkpKli9frp9LJhKJVCr1T+NlwelhMr3+adCgQdu2bVu2bFlxcbHve140H8QZMkkPl/79+2/ZsqWysrKkpOTMmTPO31te5pAXoFdccUVlZeXmzZv79eun+2i+J3ag+eB9Z/h3Orb0jd599903cuTIhQsXJhKJs2fPpu99mZNTXHzxxVOnTp02bVqbNm2UUgyTofGIMzSWjpVkMllYWDhr1izHcTp37qyUOnfunH56kO0AmeYtHnAcZ8yYMbNmzerSpYs+USwWI8uQhaaeGfK35lar8K5R07dkKpXSI2hKqQ0bNvTu3VufK9v7wfTZZDfccMPHH3+sy6+vr9eF51x4bRWk5PCONVUrU1xlaG6hnRt2RHGbCYMtqZTSEyleffXVOXPmHD161Pn7pf7/eqz3a5dffvnTM2b894EHdB9Nd9ZCqrCp6xveFRT5vfKNODsPcZYtfUvoOM5vv/02d+7cV155pa6uTufRPy0s9/61RYsWkydPfvLJJ9u1a5deVHiIs1yVTJydf2IrG4s48yeRSOjbxr179z7zzDNr1651HEdvI5BegfRhslGjRs2ePbtnz57ph4eNOMtVyXbGGRM1kAPxeFwppXcsX7NmzapVq3r06KFnink55f3O1Vdf/eGHH65evbpnz54NfgcIgt7ZeeidBaRvMPPy8s6dO7do0aJ58+YdP35c11Ap1b59++nTp0+aNKmgoMD7zaasHr2zXJVsZ++MODsPcZYT3ijYL7/8Ul5evnTpUsdxysrKnn766Y4dOzpNMkx2QcRZrkomzs4/sZWNRZzlir6v1HeR27dvd133pptuchxHv63M1Px+4ixXJRNn55/YysYiznJLpU3r14sKzC5UIs5yVbKdccYQLEKkl0DpR5nM70fYBMaZnX+vTP3ltwFBFh76bumYqAFACOIMgBDEGQAhiDMAQhBnAIQgzgAIQZwBEII4AyAEcQZACEvXbNrJzhnY4ZFXKzuvoJ2fKDM716LQOwMgBHEGQAjiDIAQxBkAIYgzAEIQZwCEIM4ACEGcARCCOAMghLFVAXYKb154kPPaucNQEHa2lanzmmpnU9/28NA7AyAEcQZACOIMgBDEGQAhiDMAQhBnAIQgzgAIQZwBEII4AyBE3HQF/Ahvfradc52juGagubVkEKZWFERxbUZm9M4ACEGcARCCOAMgBHEGQAjiDIAQxBkAIYgzAEIQZwCEIM4ACGFsVUB4s5ntLDk8dn5eO2eNhyeK340oftszo3cGQAjiDIAQxBkAIYgzAEIQZwCEIM4ACEGcARCCOAMgBHEGQAhX3vxsO9k5P9vU1Tf1hvvMorhzgql9JDJjrwAACIQ4AyAEcQZACOIMgBDEGQAhiDMAQhBnAIQgzgAIQZwBECKSewXYyc4Z2OG1s7x58KbYObM/Mzvbmd4ZACGIMwBCEGcAhCDOAAhBnAEQgjgDIARxBkAI4gyAEMQZACGMrQrIzM45x3auZLBzFwJTtbLzGmVm6ttu6rsRHnpnAIQgzgAIQZwBEII4AyAEcQZACOIMgBDEGQAhiDMAQhBnAISwdFVAZs3tDejyZm9nZudVCCKK1yiKV4HeGQAhiDMAQhBnAIQgzgAIQZwBEII4AyAEcQZACOIMgBDEGQAhIrkqIIqi+M5+O9m5JiTIsaauUZCWtPObQ+8MgBDEGQAhiDMAQhBnAIQgzgAIQZwBEII4AyAEcQZACOIMgBCsCrCCqTnWpuaF2/nufFOtYWdL2jnvPzN6ZwCEIM4ACEGcARCCOAMgBHEGQAjiDIAQxBkAIYgzAEIQZwCEiOSqgCjOVw4iyLvk7Zz3b+f7702R985+U+idARCCOAMgBHEGQAjiDIAQxBkAIYgzAEIQZwCEIM4ACEGcARDC0lUBUZzbbYqpNQOZNbfZ6qZWQWQWXq3s/Lz0zgAIQZwBEII4AyAEcQZACOIMgBDEGQAhiDMAQhBnAIQgzgAI4Ta32dsApKJ3BkAI4gyAEMQZACGIMwBCEGcAhCDOAAhBnAEQgjgDIARxBkAI4gyAEMQZACGIMwBCEGcAhCDOAAhBnAEQgjgDIARxBkAI4gyAEMQZACGIMwBCEGcAhCDOAAhBnAEQgjgDIARxBkAI4gyAEMQZACGIMwBCEGcAhCDOAAhBnAEQgjgDIARxBkAI4gyAEMQZACGIMwBCEGcAhCDOAAhBnAEQ4v8AS9Md1mpaWuEAAAAASUVORK5CYII=\"\n    },\n    \"created\": \"2021-06-15 16:31:18\",\n    \"eth_address\": \"0xe4070154e4c70de0ec80a90e6b3501ae9e069f83\",\n    \"eth_qr_base64_png_data\": {\n        \"qr_image_data\": \"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4hc3b9582WWXZVnWfEdJeoAp7fniiy/evHnzdddd96Y3vSm9IGqk1/hD9wwdIUYpTLprlOZVP/axj23atOmWW26ZPHlyelfTfoPN9FxUo9GYNGnS8uXLN23a9PGPfzxtO5ovb4b/JkYpQJoGTQPDOXPm/PznP//JT35y7LHHpov3FlfrtVoty7J6vX7MMcf84Ac/WLNmzfve9740UG17whSCxCgFSFF4+OGHf+1rX9uwYcNZZ52V7psPJwpTBKc3j5xxxhm/+tWv7rrrrmnTpqUIHp3+w1BilFGVbvL09fVdddVVW7du/exnP5veNDrSJ5maE6a1Wm3BggVbt2695pprDjnkkPZucEGEGGX0pIAbN27cmjVrvvrVr7797W9P711uu0gpbViv16dOnXrbbbc98sgj6V8kKaOpzZeSQXuyLBs3btzs2bPT7fK2X4s3VBrPViqVmTNnplfii1FGk9Eooy3Lsl27dnX29nq6s7979+5O7RCGT4xSgJwWnstvPTtoobCL+vyW0yrntvmJ9JlOyW/hufy2LefnuagjGeGvN0CIGOWg01wCDzrCnXoOImnydM+ePcrq6SAxykEh3cpPj6mecsopkydPzrLMmJSOcFHP2NesxD/iiCO+973vrV+/vrlCVNFdYywQo4xlzbfw9fX1felLX3ruuefOPPPMSy65ZNu2bdVqdXBwsOgOMhaIUcam/d7Ct3379htvvHHFihUzZsxYtWqVJ0zpIHOjjDXpFVADAwONRuO444674447TjvttAcffHDevHnbt2+vVCrjx48vuo+MKf4mM6akadCBgYGpU6euXLlyy5YtU6ZMmT9//kc/+tHt27ePGzeuWq2mG03QKYWNRvOrN8jvvkE5K0bKWYtSiGq1umvXrmq1evVVV918yy0DAwMLFixYuXJlZchdprYPSH7nKNJuUXfJurHWKD9Go4wd/f39Z5999p///Ofb77jj7rvvnj59ejND02uhi+4gY5O5UYqRbv506lZPulR/5zvfuXr16scee+y88857+umnK5VKb29vvV73sD25MhqlAFmW9fT0NN8TGpReMNrb2/u73/3unHPOOeOMM55++um0HolpUEaBGGW0ZVl2yCGHrFu3bseOHWnKsu0wbb77+Z///OeiRYve+973PvTQQ+lZUUszMWrEKKOt0Wi85S1vue+++44//vh77rmnkrUzd5mWtEtPhq5cufI973nPbbfd1t/f33xWNL/+w37EKAUYHBycOHHiSy+9dPnll5908klr165NS9oNZwiZbrinJe0ee+z/TjzxxAULFjz//PPpKt40KKNPjFKMRqNRrVbHjx+/YcOG+fPnf+ITn3j22Wf/ZxSmrXp7e5955pkLL7zwjDPO/M1vfpPWI3EVT1HEKIVJs6JpKvP++++fc/ycr3zlK//5z3/ShOl+F+aNRiPLslqt9sorryxZsmTOnDk//OEPmyXzApQCiVE6qY2F6tJUZq1We3XnqzfccMOcOXPuu+++arXazMeUtmnPq1atOv7445cvX/7aa6+1Nw2aau1HtAm0VtK1mFobexVQ5TwaIzU4ONjf3195/WnNEW2brtZrtdq2bdsuuuii73znO8uXLz/ppJPS/9ZqtfXr1y9ZsuTJJ5+svL6ichvToOmVo/39/W3cgyrqHBVV/8bwGY3SAdVqNcuyI444YuGVC2s9tXq9nm4ZjWgnQ+8dPf744yeffPLll1/+wgsvPP/885deeuncuXOffPLJ4d+J2k/aberYwoULp02b5rXNdExWkHL2uVNHdaR9zm/Po2/jxo1nnnlm6lu6ZdTsavq6r69v9+7dn/vc59I3HPCHak4OvO1tb5s8eXIlcDGebkmlrz/0oQ9t2rixvZ+rjaabIseznHsu6miUk9EondRoNE444YRHH330Rz/60cyZM9OwsY34a95Qevnll//1r3+1/ZR+840kxx577I9//ONHHnlkzgkneCiKzhKjdFLzts8FF1ywadOmm2666bDDDmvOe450b2nD9p4GTePZRqNx2GGH3XzTTRs3bjz//PObt7NGujdoQYzSYc2HkA499NDFixdv3rz5U5/6VPb63fY2JkyztqZB03j20ksv3bJly7WLFx966KHNh6tGtDf4n3ykyEXzanrGjBn33nvvunXrTjvttHq9Pjg4+EbzoXFpGjTVic6bN2/9+vX33HPP9OnT255bgOEQo+RlaKideuqpTzzxxKpVq2bMmLFr167K60vGd1AzuI866qhVq1Y9/vjjp5xyShqT7nenCzrL+0bJV4rLdEF90UUXnXPOObfffnu9Xt+9e/fQteM70sSb3/zma665ZtGiRRMnTsyyzDQoo0OMMhpSnDUajUmTJi1durRSqRx55JFZlu3duzfdlRrp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\"\n    },\n    \"updated\": \"2022-04-20 14:11:25\",\n    \"usdc_address_erc20\": \"0xe4070154e4c70de0ec80a90e6b3501ae9e069f83\",\n    \"usdc_erc20_qr_base64_png_data\": {\n        \"qr_image_data\": \"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4hc3b9582WWXZVnWfEdJeoAp7fniiy/evHnzdddd96Y3vSm9IGqk1/hD9wwdIUYpTLprlOZVP/axj23atOmWW26ZPHlyelfTfoPN9FxUo9GYNGnS8uXLN23a9PGPfzxtO5ovb4b/JkYpQJoGTQPDOXPm/PznP//JT35y7LHHpov3FlfrtVoty7J6vX7MMcf84Ac/WLNmzfve9740UG17whSCxCgFSFF4+OGHf+1rX9uwYcNZZ52V7psPJwpTBKc3j5xxxhm/+tWv7rrrrmnTpqUIHp3+w1BilFGVbvL09fVdddVVW7du/exnP5veNDrSJ5maE6a1Wm3BggVbt2695pprDjnkkPZucEGEGGX0pIAbN27cmjVrvvrVr7797W9P711uu0gpbViv16dOnXrbbbc98sgj6V8kKaOpzZeSQXuyLBs3btzs2bPT7fK2X4s3VBrPViqVmTNnplfii1FGk9Eooy3Lsl27dnX29nq6s7979+5O7RCGT4xSgJwWnstvPTtoobCL+vyW0yrntvmJ9JlOyW/hufy2LefnuagjGeGvN0CIGOWg01wCDzrCnXoOImnydM+ePcrq6SAxykEh3cpPj6mecsopkydPzrLMmJSOcFHP2NesxD/iiCO+973vrV+/vrlCVNFdYywQo4xlzbfw9fX1felLX3ruuefOPPPMSy65ZNu2bdVqdXBwsOgOMhaIUcam/d7Ct3379htvvHHFihUzZsxYtWqVJ0zpIHOjjDXpFVADAwONRuO444674447TjvttAcffHDevHnbt2+vVCrjx48vuo+MKf4mM6akadCBgYGpU6euXLlyy5YtU6ZMmT9//kc/+tHt27ePGzeuWq2mG03QKYWNRvOrN8jvvkE5K0bKWYtSiGq1umvXrmq1evVVV918yy0DAwMLFixYuXJlZchdprYPSH7nKNJuUXfJurHWKD9Go4wd/f39Z5999p///Ofb77jj7rvvnj59ejND02uhi+4gY5O5UYqRbv506lZPulR/5zvfuXr16scee+y88857+umnK5VKb29vvV73sD25MhqlAFmW9fT0NN8TGpReMNrb2/u73/3unHPOOeOMM55++um0HolpUEaBGGW0ZVl2yCGHrFu3bseOHWnKsu0wbb77+Z///OeiRYve+973PvTQQ+lZUUszMWrEKKOt0Wi85S1vue+++44//vh77rmnkrUzd5mWtEtPhq5cufI973nPbbfd1t/f33xWNL/+w37EKAUYHBycOHHiSy+9dPnll5908klr165NS9oNZwiZbrinJe0ee+z/TjzxxAULFjz//PPpKt40KKNPjFKMRqNRrVbHjx+/YcOG+fPnf+ITn3j22Wf/ZxSmrXp7e5955pkLL7zwjDPO/M1vfpPWI3EVT1HEKIVJs6JpKvP++++fc/ycr3zlK//5z3/ShOl+F+aNRiPLslqt9sorryxZsmTOnDk//OEPmyXzApQCiVE6qY2F6tJUZq1We3XnqzfccMOcOXPuu+++arXazMeUtmnPq1atOv7445cvX/7aa6+1Nw2aau1HtAm0VtK1mFobexVQ5TwaIzU4ONjf3195/WnNEW2brtZrtdq2bdsuuuii73znO8uXLz/ppJPS/9ZqtfXr1y9ZsuTJJ5+svL6ichvToOmVo/39/W3cgyrqHBVV/8bwGY3SAdVqNcuyI444YuGVC2s9tXq9nm4ZjWgnQ+8dPf744yeffPLll1/+wgsvPP/885deeuncuXOffPLJ4d+J2k/aberYwoULp02b5rXNdExWkHL2uVNHdaR9zm/Po2/jxo1nnnlm6lu6ZdTsavq6r69v9+7dn/vc59I3HPCHak4OvO1tb5s8eXIlcDGebkmlrz/0oQ9t2rixvZ+rjaabIseznHsu6miUk9EondRoNE444YRHH330Rz/60cyZM9OwsY34a95Qevnll//1r3+1/ZR+840kxx577I9//ONHHnlkzgkneCiKzhKjdFLzts8FF1ywadOmm2666bDDDmvOe450b2nD9p4GTePZRqNx2GGH3XzTTRs3bjz//PObt7NGujdoQYzSYc2HkA499NDFixdv3rz5U5/6VPb63fY2JkyztqZB03j20ksv3bJly7WLFx966KHNh6tGtDf4n3ykyEXzanrGjBn33nvvunXrTjvttHq9Pjg4+EbzoXFpGjTVic6bN2/9+vX33HPP9OnT255bgOEQo+RlaKideuqpTzzxxKpVq2bMmLFr167K60vGd1AzuI866qhVq1Y9/vjjp5xyShqT7nenCzrL+0bJV4rLdEF90UUXnXPOObfffnu9Xt+9e/fQteM70sSb3/zma665ZtGiRRMnTsyyzDQoo0OMMhpSnDUajUmTJi1durRSqRx55JFZlu3duzfdlRrp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\"\n    },\n    \"usdt_address_erc20\": \"0xe4070154e4c70de0ec80a90e6b3501ae9e069f83\",\n    \"usdt_erc20_qr_base64_png_data\": {\n        \"qr_image_data\": \"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4hc3b9582WWXZVnWfEdJeoAp7fniiy/evHnzdddd96Y3vSm9IGqk1/hD9wwdIUYpTLprlOZVP/axj23atOmWW26ZPHlyelfTfoPN9FxUo9GYNGnS8uXLN23a9PGPfzxtO5ovb4b/JkYpQJoGTQPDOXPm/PznP//JT35y7LHHpov3FlfrtVoty7J6vX7MMcf84Ac/WLNmzfve9740UG17whSCxCgFSFF4+OGHf+1rX9uwYcNZZ52V7psPJwpTBKc3j5xxxhm/+tWv7rrrrmnTpqUIHp3+w1BilFGVbvL09fVdddVVW7du/exnP5veNDrSJ5maE6a1Wm3BggVbt2695pprDjnkkPZucEGEGGX0pIAbN27cmjVrvvrVr7797W9P711uu0gpbViv16dOnXrbbbc98sgj6V8kKaOpzZeSQXuyLBs3btzs2bPT7fK2X4s3VBrPViqVmTNnplfii1FGk9Eooy3Lsl27dnX29nq6s7979+5O7RCGT4xSgJwWnstvPTtoobCL+vyW0yrntvmJ9JlOyW/hufy2LefnuagjGeGvN0CIGOWg01wCDzrCnXoOImnydM+ePcrq6SAxykEh3cpPj6mecsopkydPzrLMmJSOcFHP2NesxD/iiCO+973vrV+/vrlCVNFdYywQo4xlzbfw9fX1felLX3ruuefOPPPMSy65ZNu2bdVqdXBwsOgOMhaIUcam/d7Ct3379htvvHHFihUzZsxYtWqVJ0zpIHOjjDXpFVADAwONRuO444674447TjvttAcffHDevHnbt2+vVCrjx48vuo+MKf4mM6akadCBgYGpU6euXLlyy5YtU6ZMmT9//kc/+tHt27ePGzeuWq2mG03QKYWNRvOrN8jvvkE5K0bKWYtSiGq1umvXrmq1evVVV918yy0DAwMLFixYuXJlZchdprYPSH7nKNJuUXfJurHWKD9Go4wd/f39Z5999p///Ofb77jj7rvvnj59ejND02uhi+4gY5O5UYqRbv506lZPulR/5zvfuXr16scee+y88857+umnK5VKb29vvV73sD25MhqlAFmW9fT0NN8TGpReMNrb2/u73/3unHPOOeOMM55++um0HolpUEaBGGW0ZVl2yCGHrFu3bseOHWnKsu0wbb77+Z///OeiRYve+973PvTQQ+lZUUszMWrEKKOt0Wi85S1vue+++44//vh77rmnkrUzd5mWtEtPhq5cufI973nPbbfd1t/f33xWNL/+w37EKAUYHBycOHHiSy+9dPnll5908klr165NS9oNZwiZbrinJe0ee+z/TjzxxAULFjz//PPpKt40KKNPjFKMRqNRrVbHjx+/YcOG+fPnf+ITn3j22Wf/ZxSmrXp7e5955pkLL7zwjDPO/M1vfpPWI3EVT1HEKIVJs6JpKvP++++fc/ycr3zlK//5z3/ShOl+F+aNRiPLslqt9sorryxZsmTOnDk//OEPmyXzApQCiVE6qY2F6tJUZq1We3XnqzfccMOcOXPuu+++arXazMeUtmnPq1atOv7445cvX/7aa6+1Nw2aau1HtAm0VtK1mFobexVQ5TwaIzU4ONjf3195/WnNEW2brtZrtdq2bdsuuuii73znO8uXLz/ppJPS/9ZqtfXr1y9ZsuTJJ5+svL6ichvToOmVo/39/W3cgyrqHBVV/8bwGY3SAdVqNcuyI444YuGVC2s9tXq9nm4ZjWgnQ+8dPf744yeffPLll1/+wgsvPP/885deeuncuXOffPLJ4d+J2k/aberYwoULp02b5rXNdExWkHL2uVNHdaR9zm/Po2/jxo1nnnlm6lu6ZdTsavq6r69v9+7dn/vc59I3HPCHak4OvO1tb5s8eXIlcDGebkmlrz/0oQ9t2rixvZ+rjaabIseznHsu6miUk9EondRoNE444YRHH330Rz/60cyZM9OwsY34a95Qevnll//1r3+1/ZR+840kxx577I9//ONHHnlkzgkneCiKzhKjdFLzts8FF1ywadOmm2666bDDDmvOe450b2nD9p4GTePZRqNx2GGH3XzTTRs3bjz//PObt7NGujdoQYzSYc2HkA499NDFixdv3rz5U5/6VPb63fY2JkyztqZB03j20ksv3bJly7WLFx966KHNh6tGtDf4n3ykyEXzanrGjBn33nvvunXrTjvttHq9Pjg4+EbzoXFpGjTVic6bN2/9+vX33HPP9OnT255bgOEQo+RlaKideuqpTzzxxKpVq2bMmLFr167K60vGd1AzuI866qhVq1Y9/vjjp5xyShqT7nenCzrL+0bJV4rLdEF90UUXnXPOObfffnu9Xt+9e/fQteM70sSb3/zma665ZtGiRRMnTsyyzDQoo0OMMhpSnDUajUmTJi1durRSqRx55JFZlu3duzfdlRrp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\"\n    }\n}"}],"_postman_id":"33708e0d-8be4-469c-bbaa-247ba3e0efcb"},{"name":"WALLET: Get Card Deposit Link","id":"54dbf380-3e07-46b2-8461-67f5e2df763d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/wallet/card_deposit","description":"<p>This end-point returns a URL Link that can be shown in the browser (or within a Web-View on a mobile device) which will allow the user to buy crypto via their Credit/Debit Cards and other payment methods depending on their location and region (Payment methods may include: Apple Pay, Google Pay, Bank Transfer, etc).</p>\n","urlObject":{"protocol":"https","path":["api","v1","wallet","card_deposit"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[{"id":"15d41f4f-46da-4121-a487-f816b4de1565","name":"WALLET: Get Card Deposit Link (SUCCESS)","originalRequest":{"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/wallet/card_deposit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Mon, 16 May 2022 16:48:26 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"413"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"https://widget.onramper.com/?defaultFiat=EUR&defaultCrypto=BTC&defaultAmount=500&onlyCryptos=BTC,ETH,USDT,USDC&wallets=BTC:16MxGpLMDWtN9JZY2iz4LronG5obvNhmKr,ETH:0xe4070154e4c70de0ec80a90e6b3501ae9e069f83,USDT:0xe4070154e4c70de0ec80a90e6b3501ae9e069f83,USDC:0xe4070154e4c70de0ec80a90e6b3501ae9e069f83&isAddressEditable=true&apiKey=pk_prod_VUj8emI1m4WJguKpBKgkC2_kGmg0kEyP_oGu8MgD8_E0\",\n    \"success\": true\n}"}],"_postman_id":"54dbf380-3e07-46b2-8461-67f5e2df763d"},{"name":"WALLET: Get All Transactions","id":"5a6b0879-3f05-4658-b41c-e4816a1dcbba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/wallet/transactions","urlObject":{"protocol":"https","path":["api","v1","wallet","transactions"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[{"id":"3209d5b6-e69c-40c9-8df0-71d1fdb9b6bb","name":"WALLET: Get All Transactions - SUCCESS","originalRequest":{"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/wallet/transactions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Wed, 09 Mar 2022 18:00:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2070"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"1637189219\": [\n        {\n            \"charged_fees\": 0.01,\n            \"created\": \"2021-11-17 22:46:59\",\n            \"created_timestamp\": 1637189219,\n            \"currency\": \"USDC\",\n            \"dest_srn\": \"wallet:WA_PRM6U4DM72L\",\n            \"destination_email\": \"user@paysr.co\",\n            \"destination_msisdn\": null,\n            \"direction\": \"INBOUND\",\n            \"error\": null,\n            \"event_reason\": \"TRANSFER\",\n            \"exchange_rate\": 1,\n            \"external_transfer_code\": \"TF_RUYJ6QJAJ82\",\n            \"internal_fees\": 0,\n            \"is_auto_converted\": false,\n            \"is_fee_charge\": false,\n            \"message\": \"Transfer to user@paysr.co\",\n            \"personal_note\": \"Play Money\",\n            \"sender_email\": \"paysr.co\",\n            \"sender_msisdn\": \"+41794137961\",\n            \"source_amount\": 10,\n            \"source_srn\": \"wallet:WA_ML9MWHLHGNV\",\n            \"uuid\": \"90a236a1f4c54efba87b634fa6b0bf1d\"\n        }\n    ],\n    \"1637189297\": [\n        {\n            \"charged_fees\": 0.0001,\n            \"created\": \"2021-11-17 22:48:17\",\n            \"created_timestamp\": 1637189297,\n            \"currency\": \"USDC\",\n            \"dest_srn\": \"wallet:WA_8Y34XFP7WRJ\",\n            \"destination_email\": \"user@paysr1234.co\",\n            \"destination_msisdn\": null,\n            \"direction\": \"OUTBOUND\",\n            \"error\": null,\n            \"event_reason\": \"TRANSFER\",\n            \"exchange_rate\": 1,\n            \"external_transfer_code\": \"TF_84NYLNG8P49\",\n            \"internal_fees\": 0,\n            \"is_auto_converted\": false,\n            \"is_fee_charge\": false,\n            \"message\": \"Transfer to WA_8Y34XFP7WRJ\",\n            \"personal_note\": \"Transfer to Friend\",\n            \"sender_email\": \"user@paysr.co\",\n            \"sender_msisdn\": null,\n            \"source_amount\": 0.01,\n            \"source_srn\": \"wallet:WA_PRM6U4DM72L\",\n            \"uuid\": \"a3fc694ec0dc414ab4cd46acdbd8165b\"\n        }\n    ],\n    \"1637189438\": [\n        {\n            \"charged_fees\": 0.0001,\n            \"created\": \"2021-11-17 22:50:38\",\n            \"created_timestamp\": 1637189438,\n            \"currency\": \"USDC\",\n            \"dest_srn\": \"wallet:WA_8Y34XFP7WRJ\",\n            \"destination_email\": \"user@paysr1234.co\",\n            \"destination_msisdn\": null,\n            \"direction\": \"OUTBOUND\",\n            \"error\": null,\n            \"event_reason\": \"TRANSFER\",\n            \"exchange_rate\": 1,\n            \"external_transfer_code\": \"TF_RCPVR4LNF9L\",\n            \"internal_fees\": 0,\n            \"is_auto_converted\": false,\n            \"is_fee_charge\": false,\n            \"message\": \"Transfer to WA_8Y34XFP7WRJ\",\n            \"personal_note\": \"Transfer to Friend\",\n            \"sender_email\": \"user@paysr.co\",\n            \"sender_msisdn\": null,\n            \"source_amount\": 0.01,\n            \"source_srn\": \"wallet:WA_PRM6U4DM72L\",\n            \"uuid\": \"12a9d2eea5d04b65b6fd91ec06b021e3\"\n        }\n    ],\n    \"1637610026\": [\n        {\n            \"charged_fees\": 1.779797979797987e-7,\n            \"created\": \"2021-11-22 19:40:26\",\n            \"created_timestamp\": 1637610026,\n            \"dest_amount\": 0.00001762,\n            \"dest_currency\": \"BTC\",\n            \"direction\": \"NEUTRAL\",\n            \"error\": null,\n            \"exchange_rate\": 0.000017661599999999997,\n            \"external_transfer_code\": \"TF_WY3YTCFJPAB\",\n            \"internal_fees\": 0.002494,\n            \"message\": \"Conversion of 1.0 USDC to BTC\",\n            \"source_amount\": 1,\n            \"source_currency\": \"USDC\",\n            \"uuid\": \"59dea07f61be4f75b1aabe714070aaa6\"\n        }\n    ],\n    \"1637610082\": [\n        {\n            \"charged_fees\": 1.779797979797987e-7,\n            \"created\": \"2021-11-22 19:41:22\",\n            \"created_timestamp\": 1637610082,\n            \"dest_amount\": 0.00001762,\n            \"dest_currency\": \"BTC\",\n            \"direction\": \"NEUTRAL\",\n            \"error\": null,\n            \"exchange_rate\": 0.000017661599999999997,\n            \"external_transfer_code\": \"TF_ZUZEZMYH6MQ\",\n            \"internal_fees\": 0.002494,\n            \"message\": \"Conversion of 1.0 USDC to BTC\",\n            \"source_amount\": 1,\n            \"source_currency\": \"USDC\",\n            \"uuid\": \"8a282fe6252a4f359bc66b87de75affa\"\n        }\n    ],\n    \"1637790307\": [\n        {\n            \"charged_fees\": 0.0000010000000000000002,\n            \"created\": \"2021-11-24 21:45:07\",\n            \"created_timestamp\": 1637790307,\n            \"currency\": \"BTC\",\n            \"dest_srn\": \"bitcoin:1KjgeLosz9BLreugczZcGqEbN2KLKSTadK\",\n            \"destination_email\": null,\n            \"destination_msisdn\": null,\n            \"direction\": \"OUTBOUND\",\n            \"error\": null,\n            \"event_reason\": \"TRANSFER\",\n            \"exchange_rate\": 57302.72,\n            \"external_transfer_code\": \"TF_VVBBYR3W2Y4\",\n            \"internal_fees\": 0,\n            \"is_auto_converted\": false,\n            \"is_fee_charge\": false,\n            \"message\": \"Transfer to 1KjgeLosz9BLreugczZcGqEbN2KLKSTadK\",\n            \"personal_note\": \"Transfer to external wallet\",\n            \"sender_email\": \"user@paysr.co\",\n            \"sender_msisdn\": null,\n            \"source_amount\": 0.0001,\n            \"source_srn\": \"wallet:WA_PRM6U4DM72L\",\n            \"uuid\": \"52efb7ac43864717a9efba556d528744\"\n        }\n    ],\n    \"1639312514\": [\n        {\n            \"charged_fees\": 0,\n            \"created\": \"2021-12-12 12:35:14\",\n            \"created_timestamp\": 1639312514,\n            \"currency\": \"BTC\",\n            \"dest_srn\": \"wallet:WA_PRM6U4DM72L\",\n            \"destination_email\": \"user@paysr.co\",\n            \"destination_msisdn\": null,\n            \"direction\": \"INBOUND\",\n            \"error\": null,\n            \"event_reason\": \"TRANSFER\",\n            \"exchange_rate\": 49503.01,\n            \"external_transfer_code\": \"TR_ULEDRH2HFGV\",\n            \"internal_fees\": 0,\n            \"is_auto_converted\": true,\n            \"is_fee_charge\": false,\n            \"message\": null,\n            \"personal_note\": null,\n            \"sender_email\": null,\n            \"sender_msisdn\": null,\n            \"source_amount\": 0.000426,\n            \"source_srn\": null,\n            \"uuid\": \"13a548cf0bb34522aaa651c24474b4cb\"\n        }\n    ],\n    \"1639312528\": [\n        {\n            \"charged_fees\": 0.00000426,\n            \"created\": \"2021-12-12 12:35:28\",\n            \"created_timestamp\": 1639312528,\n            \"dest_amount\": 20.856658,\n            \"dest_currency\": \"USDC\",\n            \"direction\": \"NEUTRAL\",\n            \"error\": null,\n            \"exchange_rate\": 49081.6901408451,\n            \"external_transfer_code\": \"TF_2RH4XEQLWGP\",\n            \"internal_fees\": 0.00000106,\n            \"message\": \"Auto-Convert On-Chain Deposit (BTC 0.000426 to USDC)\",\n            \"source_amount\": 0.000426,\n            \"source_currency\": \"BTC\",\n            \"uuid\": \"cdc2bb58ed504df991ac6da9f2694397\"\n        }\n    ],\n    \"1639352912\": [\n        {\n            \"charged_fees\": 0.0000040690909090909015,\n            \"created\": \"2021-12-12 23:48:32\",\n            \"created_timestamp\": 1639352912,\n            \"dest_amount\": 0.00040284,\n            \"dest_currency\": \"BTC\",\n            \"direction\": \"NEUTRAL\",\n            \"error\": null,\n            \"exchange_rate\": 0.000019783954157368106,\n            \"external_transfer_code\": \"TF_A4UQ63LFT8A\",\n            \"internal_fees\": 0.050905,\n            \"message\": \"Conversion of 20.41304265 USDC to BTC\",\n            \"source_amount\": 20.41304265,\n            \"source_currency\": \"USDC\",\n            \"uuid\": \"0094f4b50a7e4270bb7f4a0183f2068c\"\n        }\n    ],\n    \"1639352931\": [\n        {\n            \"charged_fees\": 0.00005526399152819706,\n            \"created\": \"2021-12-12 23:48:51\",\n            \"created_timestamp\": 1639352931,\n            \"dest_amount\": 0.005471135161291478,\n            \"dest_currency\": \"ETH\",\n            \"direction\": \"NEUTRAL\",\n            \"error\": null,\n            \"exchange_rate\": 12.003775243136072,\n            \"external_transfer_code\": \"TF_MD7XAZ82JPN\",\n            \"internal_fees\": 0.00000114,\n            \"message\": \"Conversion of 0.000456924 BTC to ETH\",\n            \"source_amount\": 0.000456924,\n            \"source_currency\": \"BTC\",\n            \"uuid\": \"1f544d13eb624141a6ae7666c79633f9\"\n        }\n    ],\n    \"1639400170\": [\n        {\n            \"charged_fees\": 0.000004329898989898981,\n            \"created\": \"2021-12-13 12:56:10\",\n            \"created_timestamp\": 1639400170,\n            \"dest_amount\": 0.00042866,\n            \"dest_currency\": \"BTC\",\n            \"direction\": \"NEUTRAL\",\n            \"error\": null,\n            \"exchange_rate\": 0.0813808307806502,\n            \"external_transfer_code\": \"TF_PZHV23R9E7L\",\n            \"internal_fees\": 0.000013168262468828,\n            \"message\": \"Conversion of 0.00528047325 ETH to BTC\",\n            \"source_amount\": 0.00528047325,\n            \"source_currency\": \"ETH\",\n            \"uuid\": \"eca2ae3c8b83496eae8ae20d5de03376\"\n        }\n    ],\n    \"1640092660\": [\n        {\n            \"charged_fees\": 0.0000514512754849596,\n            \"created\": \"2021-12-21 13:17:40\",\n            \"created_timestamp\": 1640092660,\n            \"dest_amount\": 0.005093676273010982,\n            \"dest_currency\": \"ETH\",\n            \"direction\": \"NEUTRAL\",\n            \"error\": null,\n            \"exchange_rate\": 12.010844322459153,\n            \"external_transfer_code\": \"TF_YHFWTQGZBUY\",\n            \"internal_fees\": 0.00000106,\n            \"message\": \"Conversion of 0.00042515 BTC to ETH\",\n            \"source_amount\": 0.00042515,\n            \"source_currency\": \"BTC\",\n            \"uuid\": \"fbfd3995b248469a941a895c87088ca7\"\n        }\n    ],\n    \"1640125715\": [\n        {\n            \"charged_fees\": 0.0001,\n            \"created\": \"2021-12-21 22:28:35\",\n            \"created_timestamp\": 1640125715,\n            \"currency\": \"USDC\",\n            \"dest_srn\": \"wallet:WA_8Y34XFP7WRJ\",\n            \"destination_email\": \"user@paysr1234.com\",\n            \"destination_msisdn\": null,\n            \"direction\": \"OUTBOUND\",\n            \"error\": null,\n            \"event_reason\": \"TRANSFER\",\n            \"exchange_rate\": 1,\n            \"external_transfer_code\": \"TF_DYXXA4ARLWZ\",\n            \"internal_fees\": 0,\n            \"is_auto_converted\": false,\n            \"is_fee_charge\": false,\n            \"message\": \"Transfer to WA_8Y34XFP7WRJ\",\n            \"personal_note\": \"Transfer to Friend\",\n            \"sender_email\": \"user@paysr.co\",\n            \"sender_msisdn\": null,\n            \"source_amount\": 0.01,\n            \"source_srn\": \"wallet:WA_PRM6U4DM72L\",\n            \"uuid\": \"b09d6768824d422db132402f3d7aa742\"\n        }\n    ],\n    \"1640125812\": [\n        {\n            \"charged_fees\": 0.0001,\n            \"created\": \"2021-12-21 22:30:12\",\n            \"created_timestamp\": 1640125812,\n            \"currency\": \"USDC\",\n            \"dest_srn\": \"wallet:WA_ML9MWHLHGNV\",\n            \"destination_email\": \"paysr.co\",\n            \"destination_msisdn\": \"+41794137961\",\n            \"direction\": \"OUTBOUND\",\n            \"error\": null,\n            \"event_reason\": \"TRANSFER\",\n            \"exchange_rate\": 1,\n            \"external_transfer_code\": \"TF_Y7WJN2D3FR7\",\n            \"internal_fees\": 0,\n            \"is_auto_converted\": false,\n            \"is_fee_charge\": false,\n            \"message\": \"Transfer to WA_ML9MWHLHGNV\",\n            \"personal_note\": \"Transfer to Friend\",\n            \"sender_email\": \"user@paysr.co\",\n            \"sender_msisdn\": null,\n            \"source_amount\": 0.01,\n            \"source_srn\": \"wallet:WA_PRM6U4DM72L\",\n            \"uuid\": \"754f5625471f4a87aca170b03c8203dd\"\n        }\n    ],\n    \"1640125995\": [\n        {\n            \"charged_fees\": 0.0001,\n            \"created\": \"2021-12-21 22:33:15\",\n            \"created_timestamp\": 1640125995,\n            \"currency\": \"USDC\",\n            \"dest_srn\": \"wallet:WA_ML9MWHLHGNV\",\n            \"destination_email\": \"paysr.co\",\n            \"destination_msisdn\": \"+41794137961\",\n            \"direction\": \"OUTBOUND\",\n            \"error\": null,\n            \"event_reason\": \"TRANSFER\",\n            \"exchange_rate\": 1,\n            \"external_transfer_code\": \"TF_84QJPWC8U9W\",\n            \"internal_fees\": 0,\n            \"is_auto_converted\": false,\n            \"is_fee_charge\": false,\n            \"message\": \"Transfer to WA_ML9MWHLHGNV\",\n            \"personal_note\": \"Transfer to Friend\",\n            \"sender_email\": \"user@paysr.co\",\n            \"sender_msisdn\": null,\n            \"source_amount\": 0.01,\n            \"source_srn\": \"wallet:WA_PRM6U4DM72L\",\n            \"uuid\": \"23b163986f2b47439462611a2906c5e4\"\n        }\n    ],\n    \"1640126012\": [\n        {\n            \"charged_fees\": 0.0001,\n            \"created\": \"2021-12-21 22:33:32\",\n            \"created_timestamp\": 1640126012,\n            \"currency\": \"USDC\",\n            \"dest_srn\": \"wallet:WA_ML9MWHLHGNV\",\n            \"destination_email\": \"paysr.co\",\n            \"destination_msisdn\": \"+41794137961\",\n            \"direction\": \"OUTBOUND\",\n            \"error\": null,\n            \"event_reason\": \"TRANSFER\",\n            \"exchange_rate\": 1,\n            \"external_transfer_code\": \"TF_MRN4VTFTRGT\",\n            \"internal_fees\": 0,\n            \"is_auto_converted\": false,\n            \"is_fee_charge\": false,\n            \"message\": \"Transfer to WA_ML9MWHLHGNV\",\n            \"personal_note\": \"Transfer to Friend\",\n            \"sender_email\": \"user@paysr.co\",\n            \"sender_msisdn\": null,\n            \"source_amount\": 0.01,\n            \"source_srn\": \"wallet:WA_PRM6U4DM72L\",\n            \"uuid\": \"98e85e6f3fea482194674aec6cf8a9c2\"\n        }\n    ],\n    \"1646328900\": [\n        {\n            \"charged_fees\": 0.0001,\n            \"created\": \"2022-03-03 17:35:00\",\n            \"created_timestamp\": 1646328900,\n            \"currency\": \"USDC\",\n            \"dest_srn\": \"wallet:WA_H7HZFNV76XH\",\n            \"destination_email\": \"sean3123@prescott.ch\",\n            \"destination_msisdn\": null,\n            \"direction\": \"OUTBOUND\",\n            \"error\": null,\n            \"event_reason\": \"TRANSFER\",\n            \"exchange_rate\": 1,\n            \"external_transfer_code\": \"TF_XNGBTYMF3F3\",\n            \"internal_fees\": 0,\n            \"is_auto_converted\": false,\n            \"is_fee_charge\": false,\n            \"message\": \"Transfer to WA_H7HZFNV76XH\",\n            \"personal_note\": \"Transfer to Friend\",\n            \"sender_email\": \"user@paysr.co\",\n            \"sender_msisdn\": null,\n            \"source_amount\": 0.01,\n            \"source_srn\": \"wallet:WA_PRM6U4DM72L\",\n            \"uuid\": \"e1f2cde77b4f48b99531d78a367e2348\"\n        }\n    ],\n    \"1646741917\": [\n        {\n            \"charged_fees\": 0.01,\n            \"created\": \"2022-03-08 12:18:37\",\n            \"created_timestamp\": 1646741917,\n            \"currency\": \"USDC\",\n            \"dest_srn\": \"wallet:WA_28HUPCNPQBD\",\n            \"destination_email\": \"alin@connexcom.net\",\n            \"destination_msisdn\": null,\n            \"direction\": \"OUTBOUND\",\n            \"error\": null,\n            \"event_reason\": \"TRANSFER\",\n            \"exchange_rate\": 1,\n            \"external_transfer_code\": \"TF_CYVLAV6FC6A\",\n            \"internal_fees\": 0,\n            \"is_auto_converted\": false,\n            \"is_fee_charge\": false,\n            \"message\": \"Transfer to WA_28HUPCNPQBD\",\n            \"personal_note\": \"Transfer to Friend\",\n            \"sender_email\": \"user@paysr.co\",\n            \"sender_msisdn\": null,\n            \"source_amount\": 0.46818189000000004,\n            \"source_srn\": \"wallet:WA_PRM6U4DM72L\",\n            \"uuid\": \"282ced614034441f8e6b982371a9bd9d\"\n        }\n    ],\n    \"1646848638\": [\n        {\n            \"charged_fees\": 0.00001,\n            \"created\": \"2022-03-09 17:57:18\",\n            \"created_timestamp\": 1646848638,\n            \"currency\": \"ETH\",\n            \"dest_srn\": \"wallet:WA_ML9MWHLHGNV\",\n            \"destination_email\": \"paysr.co\",\n            \"destination_msisdn\": \"+41794137961\",\n            \"direction\": \"OUTBOUND\",\n            \"error\": null,\n            \"event_reason\": \"TRANSFER\",\n            \"exchange_rate\": 2600.71,\n            \"external_transfer_code\": \"TF_PPXXZBUAAYR\",\n            \"internal_fees\": 0,\n            \"is_auto_converted\": false,\n            \"is_fee_charge\": false,\n            \"message\": \"Transfer to WA_ML9MWHLHGNV\",\n            \"personal_note\": \"Transfer to Friend\",\n            \"sender_email\": \"user@paysr.co\",\n            \"sender_msisdn\": null,\n            \"source_amount\": 0.001,\n            \"source_srn\": \"wallet:WA_PRM6U4DM72L\",\n            \"uuid\": \"34311878d01d446a9aa02a44c584e508\"\n        }\n    ]\n}"}],"_postman_id":"5a6b0879-3f05-4658-b41c-e4816a1dcbba"},{"name":"WALLET: Get All Available ICO Tokens","id":"23f030fe-6193-4104-89e4-8133ae96f236","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/wallet/ico_tokens","urlObject":{"protocol":"https","path":["api","v1","wallet","ico_tokens"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[{"id":"2f84dc99-b273-4cfc-8030-ba78e374d77c","name":"WALLET: Get All Available ICO Tokens (SUCCESS)","originalRequest":{"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/wallet/ico_tokens"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Werkzeug/2.1.2 Python/3.8.10"},{"key":"Date","value":"Sat, 23 Jul 2022 12:59:16 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"238"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Connection","value":"keep-alive"},{"key":"Connection","value":"close"},{"key":"keep-alive","value":"timeout=5, max=30"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"ico_meta\": {\n        \"current_price\": 1,\n        \"fiat_fk\": 2,\n        \"ico_allow_sending\": false,\n        \"ico_id\": 1,\n        \"ico_name\": \"Pro-Active Mining Token\",\n        \"ico_product_name\": \"Pro-Active Mining Token\",\n        \"ico_symbol\": \"PSR\", \n        \"ico_web_url\": \"https://paysr.co\"\n    },\n    \"success\": true\n}"}],"_postman_id":"23f030fe-6193-4104-89e4-8133ae96f236"},{"name":"WALLET: Get Master Password Seed Copy","id":"3b21e715-dce8-4445-8c51-98ba3385e1fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/wallet/master_password_seed","description":"<p><strong>Seeds are required and needed when passing around passwords and very sensitive information.</strong></p>\n<p>For instance, the seed is used to hash the password when logging in a user.</p>\n<p><strong>You must be logged in and using the BEARER Token to correctly authorize the user in order to use this function.</strong></p>\n<p>The Master Password Seed is required for submitting and setting the Master Password.</p>\n","urlObject":{"protocol":"https","path":["api","v1","wallet","master_password_seed"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[{"id":"b5d61594-7dfc-4c93-b3d8-a23a113a6d3e","name":"WALLET: Get Master Password Seed (SUCCESS)","originalRequest":{"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/wallet/master_password_seed"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Mon, 05 Sep 2022 10:43:25 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"75"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"master_password_seed\": \"aktxS1BNODBvd0NsUzNaU1pzejlOWWNw\",\n    \"success\": true\n}"}],"_postman_id":"3b21e715-dce8-4445-8c51-98ba3385e1fb"},{"name":"WALLET: Set Master Password","id":"fa6e60cb-5561-4de8-8628-e4185bd1717a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"master_password\":\"870f4fd3c6063f2ab058b93bc538693ed0eb867fd029acd91553f4ac0ab72e84\",\r\n    \"master_seed\":\"VzBlc2ZhaDZ6a201N2JjTXE3Qkd6SFBT\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/wallet/setmasterpassword","description":"<p>The Master Password acts as a recovery key in the event where the 2-FA Device or Biometrics are lost or inaccessible.<br />The Master Password has the ability to cryptographically reset these Multi-Factor Authentication measures, so they can be re-instated.</p>\n<p>The Master Password cannot be changed once set and must be stored in a secure location to avoid any unauthorized third-parties from accessing the wallet and corresponding funds.</p>\n<p>Submitting the Master Password requires a Master Seed to be generated. Please use the \"Get Master Seed\" Endpoint to receive the Master Seed.</p>\n<p><strong>The Master Password must be SHA256 hashed before submission in the following way:</strong></p>\n<ul>\n<li>var hashed_mp = SHA256(master_password+master_seed)</li>\n</ul>\n<p>or</p>\n<ul>\n<li>var hashed_mp = SHA256('starwars'+'VzBlc2ZhaDZ6a201N2JjTXE3Qkd6SFBT')</li>\n</ul>\n<p><em>A Linux Console example would be this:</em></p>\n<p>$ echo -n starwarsVzBlc2ZhaDZ6a201N2JjTXE3Qkd6SFBT | openssl dgst -sha256</p>\n<p>result = 870f4fd3c6063f2ab058b93bc538693ed0eb867fd029acd91553f4ac0ab72e84</p>\n","urlObject":{"protocol":"https","path":["api","v1","wallet","setmasterpassword"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[{"id":"23481b6c-7bf0-4946-ad86-dc8edaf2a62d","name":"WALLET: Set Master Password (SUCCESS)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"master_password\":\"870f4fd3c6063f2ab058b93bc538693ed0eb867fd029acd91553f4ac0ab72e84\",\r\n    \"master_seed\":\"VzBlc2ZhaDZ6a201N2JjTXE3Qkd6SFBT\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/wallet/setmasterpassword"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Mon, 05 Sep 2022 10:43:57 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"67"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Accept-Encoding, Cookie"},{"key":"Set-Cookie","value":"session=.eJwdjEEKwkAMRa_yzbon6M4DCIILESkSx9Qu4gQmGUspvbtjV5_3HvyVHqOyT-LU31dCtKGPuPNbqKNLTalBj5vVghN7SMExJas5cGb32coLEzueIhku0WGximxzs1_BWFXB-wnC_q3gyqoSBxq2YfsBKNAtAQ.YxXS7Q.2kLalweUoiZxu7Dvu7mp2qe08O4; HttpOnly; Path=/"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Master Password was set successfully.\",\n    \"success\": true\n}"}],"_postman_id":"fa6e60cb-5561-4de8-8628-e4185bd1717a"},{"name":"WALLET: Get Wallet Meta Data","id":"2ebaa402-c19a-4d5a-a3c6-1e0f6065bb98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/wallet","description":"<p>This end-point delivers some quick information on buying power and currencies held in the wallets throughout all currencies in real-time exchange-rates.</p>\n<p>This can be useful to check the balance before issuing a transfer or making a payment.</p>\n<p>This function is much more light-weight and faster compared to pulling the entire Profile Data and parsing through the balances manually.</p>\n","urlObject":{"protocol":"https","path":["api","v1","wallet"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[{"id":"f1072477-beb1-4d06-8820-39f093d6fe4f","name":"WALLET: Get Wallet Meta Data - SUCCESS","originalRequest":{"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/wallet"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"516"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5, max=30"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.10"},{"key":"Date","value":"Wed, 17 Nov 2021 20:37:11 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"balances\": {\n        \"AAVE\": {\n            \"amount\": 0,\n            \"is_crypto\": 1,\n            \"name\": \"Aave\",\n            \"unconfirmed\": 0\n        },\n        \"AUD\": {\n            \"amount\": 0,\n            \"is_crypto\": 0,\n            \"name\": \"Australian Dollar\",\n            \"unconfirmed\": 0\n        },\n        \"BAT\": {\n            \"amount\": 0,\n            \"is_crypto\": 1,\n            \"name\": \"Basic Attention Token\",\n            \"unconfirmed\": 0\n        },\n        \"BGN\": {\n            \"amount\": 0,\n            \"is_crypto\": 0,\n            \"name\": \"Bulgarian Lev\",\n            \"unconfirmed\": 0\n        },\n        \"BRL\": {\n            \"amount\": 0,\n            \"is_crypto\": 0,\n            \"name\": \"Brazilian Real\",\n            \"unconfirmed\": 0\n        },\n        \"BTC\": {\n            \"amount\": 0,\n            \"is_crypto\": 1,\n            \"name\": \"Bitcoin\",\n            \"unconfirmed\": 0\n        },\n        \"CAD\": {\n            \"amount\": 0,\n            \"is_crypto\": 0,\n            \"name\": \"Canadian Dollar\",\n            \"unconfirmed\": 0\n        },\n        \"CHF\": {\n            \"amount\": 0,\n            \"is_crypto\": 0,\n            \"name\": \"Swiss Franc\",\n            \"unconfirmed\": 0\n        },\n        \"COMP\": {\n            \"amount\": 0,\n            \"is_crypto\": 1,\n            \"name\": \"Compound\",\n            \"unconfirmed\": 0\n        },\n        \"CRV\": {\n            \"amount\": 0,\n            \"is_crypto\": 1,\n            \"name\": \"Curve\",\n            \"unconfirmed\": 0\n        },\n        \"DAI\": {\n            \"amount\": 0,\n            \"is_crypto\": 1,\n            \"name\": \"MakerDao Dai\",\n            \"unconfirmed\": 0\n        },\n        \"ETH\": {\n            \"amount\": 0,\n            \"is_crypto\": 1,\n            \"name\": \"Ethereum\",\n            \"unconfirmed\": 0\n        },\n        \"EUR\": {\n            \"amount\": 0,\n            \"is_crypto\": 0,\n            \"name\": \"European Euro\",\n            \"unconfirmed\": 0\n        },\n        \"GBP\": {\n            \"amount\": 0,\n            \"is_crypto\": 0,\n            \"name\": \"British Pound Sterling\",\n            \"unconfirmed\": 0\n        },\n        \"HKD\": {\n            \"amount\": 0,\n            \"is_crypto\": 0,\n            \"name\": \"Hong Kong Dollar\",\n            \"unconfirmed\": 0\n        },\n        \"JPY\": {\n            \"amount\": 0,\n            \"is_crypto\": 0,\n            \"name\": \"Japanese Yen\",\n            \"unconfirmed\": 0\n        },\n        \"LINK\": {\n            \"amount\": 0,\n            \"is_crypto\": 1,\n            \"name\": \"ChainLink\",\n            \"unconfirmed\": 0\n        },\n        \"MXN\": {\n            \"amount\": 0,\n            \"is_crypto\": 0,\n            \"name\": \"Mexican Pesos\",\n            \"unconfirmed\": 0\n        },\n        \"NZD\": {\n            \"amount\": 0,\n            \"is_crypto\": 0,\n            \"name\": \"New Zealand Dollar\",\n            \"unconfirmed\": 0\n        },\n        \"PAX\": {\n            \"amount\": 0,\n            \"is_crypto\": 1,\n            \"name\": \"Paxos Standard\",\n            \"unconfirmed\": 0\n        },\n        \"PHP\": {\n            \"amount\": 0,\n            \"is_crypto\": 0,\n            \"name\": \"Philippine Pesos\",\n            \"unconfirmed\": 0\n        },\n        \"SGD\": {\n            \"amount\": 0,\n            \"is_crypto\": 0,\n            \"name\": \"Singapore Dollar\",\n            \"unconfirmed\": 0\n        },\n        \"SNX\": {\n            \"amount\": 0,\n            \"is_crypto\": 1,\n            \"name\": \"Synthetix\",\n            \"unconfirmed\": 0\n        },\n        \"UMA\": {\n            \"amount\": 0,\n            \"is_crypto\": 1,\n            \"name\": \"UMA\",\n            \"unconfirmed\": 0\n        },\n        \"UNI\": {\n            \"amount\": 0,\n            \"is_crypto\": 1,\n            \"name\": \"UniSwap\",\n            \"unconfirmed\": 0\n        },\n        \"USD\": {\n            \"amount\": 0,\n            \"is_crypto\": 0,\n            \"name\": \"United States Dollar\",\n            \"unconfirmed\": 0\n        },\n        \"USDC\": {\n            \"amount\": 0,\n            \"is_crypto\": 1,\n            \"name\": \"USD Coin\",\n            \"unconfirmed\": 0\n        },\n        \"USDT\": {\n            \"amount\": 0,\n            \"is_crypto\": 1,\n            \"name\": \"Tether\",\n            \"unconfirmed\": 0\n        },\n        \"YFI\": {\n            \"amount\": 0,\n            \"is_crypto\": 1,\n            \"name\": \"Yearn Finance\",\n            \"unconfirmed\": 0\n        }\n    },\n    \"fiat_value\": {\n        \"total_chf_value\": {\n            \"amount\": 0,\n            \"is_crypto\": -1\n        },\n        \"total_eur_value\": {\n            \"amount\": 0,\n            \"is_crypto\": -1\n        },\n        \"total_usd_value\": {\n            \"amount\": 0,\n            \"is_crypto\": -1\n        }\n    }\n}"}],"_postman_id":"2ebaa402-c19a-4d5a-a3c6-1e0f6065bb98"}],"id":"fa1f7b00-6429-4f07-b94b-d78e224a0adf","description":"<p>Wallet functions allow for direct interaction with the wallet in a segregated/non-custodial fashion.</p>\n","_postman_id":"fa1f7b00-6429-4f07-b94b-d78e224a0adf"},{"name":"Card / IBAN Functions","item":[{"name":"CARD: Get List of Available Cards","id":"adb3e889-d7a4-43a1-8f17-f8d6ff03730d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/cards/available","urlObject":{"protocol":"https","path":["api","v1","cards","available"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"adb3e889-d7a4-43a1-8f17-f8d6ff03730d"},{"name":"CARD: Get List of Owned Cards","id":"08e17840-6c3b-4fad-9c0d-0b8b6de2f678","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/cards/all","urlObject":{"protocol":"https","path":["api","v1","cards","all"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"08e17840-6c3b-4fad-9c0d-0b8b6de2f678"},{"name":"CARD: Order New Virtual Card","id":"ead9b80e-ec2e-4015-84e5-f197d7cdc076","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"card_type_uuid\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXX\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/cards/new_virtual","urlObject":{"protocol":"https","path":["api","v1","cards","new_virtual"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"ead9b80e-ec2e-4015-84e5-f197d7cdc076"},{"name":"CARD: Ship Physical Clone of Virtual Card","id":"22019001-ea6f-4f4e-b4ff-eca5f4ed72ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"card_uuid\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\r\n    \"card_design_uuid\":\"XXXXXXXXXXXXXXXXXXXXXXXX\",\r\n\t\"post_first_name\":\"John\",\r\n\t\"post_last_name\":\"Doe\",\r\n\t\"post_street_name\":\"Some Street\",\r\n\t\"post_street_number\":\"111\",\r\n\t\"post_city_name\":\"New York\",\r\n\t\"post_zip_code\":\"10001\",\r\n\t\"post_country_code\":\"US\",\r\n\t\"post_state\":\"NY\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/cards/order_physical","urlObject":{"protocol":"https","path":["api","v1","cards","order_physical"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"22019001-ea6f-4f4e-b4ff-eca5f4ed72ac"},{"name":"CARD: Get Card Detail Information","id":"6f20188c-d3f2-446e-9a99-9a6b80b40350","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/cards/details?card_uuid=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX","urlObject":{"protocol":"https","path":["api","v1","cards","details"],"host":["api","paysr","co"],"query":[{"key":"card_uuid","value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}],"variable":[]}},"response":[],"_postman_id":"6f20188c-d3f2-446e-9a99-9a6b80b40350"},{"name":"CARD: Get Linked IBAN for Card","id":"4c27e329-1c69-4bb7-9019-b64c8397ef1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/cards/iban?card_uuid=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX","urlObject":{"protocol":"https","path":["api","v1","cards","iban"],"host":["api","paysr","co"],"query":[{"key":"card_uuid","value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}],"variable":[]}},"response":[],"_postman_id":"4c27e329-1c69-4bb7-9019-b64c8397ef1c"},{"name":"CARD: Set Card Pin","id":"51cd5c9a-e644-4f23-ab14-a90840ccd39a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"card_uuid\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\r\n\t\"new_pin\": 123456\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/cards/set_pin","urlObject":{"protocol":"https","path":["api","v1","cards","set_pin"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"51cd5c9a-e644-4f23-ab14-a90840ccd39a"},{"name":"CARD: Set Card Spending Limits","id":"5c075c89-f5bc-47e6-9e99-db3f30263dba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"card_uuid\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\r\n\t\"new_daily_limit_usd\": 10000.00\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/cards/set_limit","urlObject":{"protocol":"https","path":["api","v1","cards","set_limit"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"5c075c89-f5bc-47e6-9e99-db3f30263dba"},{"name":"CARD: Suspend/Disable Card","id":"99f98e03-39e4-4d89-b707-d2d9d7702a03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"card_uuid\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\r\n\t\"blocked\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/cards/block","urlObject":{"protocol":"https","path":["api","v1","cards","block"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"99f98e03-39e4-4d89-b707-d2d9d7702a03"},{"name":"CARD: Get Available Spending Currencies","id":"3c5076cb-26d5-4bf7-9801-92ff6d5d4e73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/cards/all","urlObject":{"protocol":"https","path":["api","v1","cards","all"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"3c5076cb-26d5-4bf7-9801-92ff6d5d4e73"},{"name":"CARD: Get Spending Priorities","id":"328e910d-5f15-4af1-8cb1-3f88f956a160","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/cards/spending_priorities?card_uuid=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX","urlObject":{"protocol":"https","path":["api","v1","cards","spending_priorities"],"host":["api","paysr","co"],"query":[{"key":"card_uuid","value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}],"variable":[]}},"response":[],"_postman_id":"328e910d-5f15-4af1-8cb1-3f88f956a160"},{"name":"CARD: Set Spending Currency Priorities","id":"6f3ec3a8-aff7-46a6-9cc2-55b417ca5529","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"card_uuid\":\"XXXXXXXXXXXXXXXXXXXXXXX\",\r\n\t\"currency\": \"BTC\",\r\n\t\"enabled\": true,\r\n\t\"spending_priority\":1\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/cards/spending_priorities","urlObject":{"protocol":"https","path":["api","v1","cards","spending_priorities"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"6f3ec3a8-aff7-46a6-9cc2-55b417ca5529"},{"name":"CARD: Get All Card Transactions","id":"377e641f-78f6-47d0-9140-96ce09eb6606","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/cards/transactions?card_uuid=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX","urlObject":{"protocol":"https","path":["api","v1","cards","transactions"],"host":["api","paysr","co"],"query":[{"key":"card_uuid","value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}],"variable":[]}},"response":[],"_postman_id":"377e641f-78f6-47d0-9140-96ce09eb6606"}],"id":"95ccfd5b-6142-4d77-8bf3-b02fed2be8e0","description":"<p>VeroWay is launching its individualized Debit Card Program in the next few weeks and is preparing select developers on the integration.</p>\n<p>These Endpoints are not yet publicly available.</p>\n","_postman_id":"95ccfd5b-6142-4d77-8bf3-b02fed2be8e0"},{"name":"Banking Functions","item":[{"name":"BANKING: Link new Bank Account for Deposits and Withdrawals","id":"7136579e-a30b-47c5-848c-ce99011a059c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"bank_name\": \"N26 AG\",\r\n\t\"street_name\": \"Some Street\",\r\n\t\"street_number\": \"1\",\r\n\t\"zip_code\": \"10122\",\r\n\t\"city_name\": \"Berlin\",\r\n\t\"country_code\": \"DE\",\r\n\t\"iban\": \"DE00000000000000\",\r\n    \"bank_clearing\":\"NTSBDEB1XXX\",\r\n\t\"currency\": \"EUR\",\r\n    \"description\": \"My Bank Account\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/wallet/addbank","description":"<p>In order to deposit and withdraw funds using a bank account, this API call serves the purpose of linking (and validating) the banking information and account number.<br />Once a bank account has been linked, it can be used to generate deposit instructions, or liquidate from a positive account balance on the VeroWay platform.</p>\n","urlObject":{"protocol":"https","path":["api","v1","wallet","addbank"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[{"id":"a2be4b2f-57f1-49ac-8968-0880502a031d","name":"WALLET: Add new Bank Account for Liquidation","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"api_token\":\"TmdQRWtyUzZBbmRSRWw5enFqdTlxeEk4r\",\r\n\t\"bank_name\": \"N26 AG\",\r\n\t\"street_name\": \"Some Street\",\r\n\t\"street_number\": \"1\",\r\n\t\"zip_code\": \"10122\",\r\n\t\"city_name\": \"Berlin\",\r\n\t\"country_code\": \"DE\",\r\n\t\"iban\": \"DE00000000000000\",\r\n\t\"currency\": \"EUR\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/wallet/addbank"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"97"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5, max=30"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.6"},{"key":"Date","value":"Tue, 22 Jun 2021 09:09:23 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Error: This API Endpoint has not been implemented server-side yet.\",\n    \"success\": false\n}"},{"id":"4ba4d71a-c7b7-4f74-af5a-e7c7af4962da","name":"WALLET: Add new Bank Account for Liquidation (SUCCESS)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"bank_name\": \"N26 AG\",\r\n\t\"street_name\": \"Some Street\",\r\n\t\"street_number\": \"1\",\r\n\t\"zip_code\": \"10122\",\r\n\t\"city_name\": \"Berlin\",\r\n\t\"country_code\": \"DE\",\r\n\t\"iban\": \"DE00000000000000\",\r\n    \"bank_clearing\":\"NTSBDEB1XXX\",\r\n\t\"currency\": \"EUR\",\r\n    \"description\": \"My Bank Account\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/wallet/addbank"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"183"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5, max=30"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding, Cookie"},{"key":"Set-Cookie","value":"session=.eJwNx0EKgzAQRuGr_J11T-DOXqErKSJjMjWinUAmaRDx7mb1vnfS9N3Zghh1n5OQW-gnZrwIPeldnGvTYYglQaXixbqhdy4WzQhsmEUUxn_xYPVYDRorkrA_kCPqmoNPXJsfNF7jdQO7GyeW.YmAY2Q.TnwuPESxg4e0c7mFHS8ed-EMINU; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.10"},{"key":"Date","value":"Wed, 20 Apr 2022 14:29:45 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"bank_accounts\": [\n        {\n            \"account_description\": \"Personal Bank Account\",\n            \"bank_account_id\": 213,\n            \"bank_clearing\": \"NTSBDEB1XXX\",\n            \"bank_name\": \"N26 Bank GmbH\",\n            \"currency_id\": 3,\n            \"currency_symbol\": \"EUR\",\n            \"iban\": \"DE83100110012600000030\"\n        },\n        {\n            \"account_description\": \"My Bank Account\",\n            \"bank_account_id\": 362,\n            \"bank_clearing\": \"NTSBDEB1XXX\",\n            \"bank_name\": \"N26 AG\",\n            \"currency_id\": 3,\n            \"currency_symbol\": \"EUR\",\n            \"iban\": \"DE00000000000000\"\n        },\n        {\n            \"account_description\": \"My Bank Account\",\n            \"bank_account_id\": 363,\n            \"bank_clearing\": \"NTSBDEB1XXX\",\n            \"bank_name\": \"N26 AG\",\n            \"currency_id\": 3,\n            \"currency_symbol\": \"EUR\",\n            \"iban\": \"DE00000000000000\"\n        }\n    ]\n}"}],"_postman_id":"7136579e-a30b-47c5-848c-ce99011a059c"},{"name":"BANKING: Get Linked Bank Accounts","id":"6d58c179-e646-466d-8053-8c26047d576e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/banking/get_linked_banks","urlObject":{"protocol":"https","path":["api","v1","banking","get_linked_banks"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[{"id":"fa396634-c9c4-4d67-b222-1d25ba4fb2ef","name":"WALLET: Get Bank Accounts for Liquidation - SUCCESS","originalRequest":{"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/wallet/getbanks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"220"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5, max=30"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.10"},{"key":"Date","value":"Wed, 17 Nov 2021 22:00:48 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"bank_accounts\": [\n        {\n            \"account_description\": \"Personal Bank Account\",\n            \"bank_account_id\": 213,\n            \"bank_clearing\": \"NTSBDEB1XXX\",\n            \"bank_name\": \"N26 Bank GmbH\",\n            \"currency_id\": 3,\n            \"currency_symbol\": \"EUR\",\n            \"iban\": \"DE83100110012600000030\"\n        }\n    ]\n}"}],"_postman_id":"6d58c179-e646-466d-8053-8c26047d576e"},{"name":"BANKING: Generate Deposit Request","id":"b05eb090-cbc6-47cf-8eaa-7c18dbf2eab5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"bank_account_hash\": \"f7d8c15265f24aec8d55b2a3bc7298b9\",\r\n\t\"source_currency\": \"BTC\",\r\n\t\"source_amount\": 0.123,\r\n    \"2fa_code\":\"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/banking/bank_deposit_request","urlObject":{"protocol":"https","path":["api","v1","banking","bank_deposit_request"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[{"id":"f7834d26-d284-413e-9439-3d9a90a585ed","name":"WALLET: Liquidate Crypto/Fiat to Bank (SUCCESS)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"api_token\":\"TmdQRWtyUzZBbmRSRWw5enFqdTlxeEk4\",\r\n\t\"bank_account_id\": 213,\r\n\t\"source_currency\": \"BTC\",\r\n\t\"source_amount\": 0.123\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/wallet/liquidate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"97"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5, max=30"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.6"},{"key":"Date","value":"Tue, 22 Jun 2021 09:11:04 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success: Your transaction was executed!\",\n    \"success\": true\n}"}],"_postman_id":"b05eb090-cbc6-47cf-8eaa-7c18dbf2eab5"},{"name":"BANKING: Get All Bank Deposits","id":"62d03552-5266-4a76-925f-177ded323b63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/banking/get_bank_deposits","urlObject":{"protocol":"https","path":["api","v1","banking","get_bank_deposits"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[{"id":"4d556398-4d58-43a4-8221-1766a6ca4b2a","name":"WALLET: Get Bank Accounts for Liquidation - SUCCESS","originalRequest":{"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/wallet/getbanks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"220"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5, max=30"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.10"},{"key":"Date","value":"Wed, 17 Nov 2021 22:00:48 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"bank_accounts\": [\n        {\n            \"account_description\": \"Personal Bank Account\",\n            \"bank_account_id\": 213,\n            \"bank_clearing\": \"NTSBDEB1XXX\",\n            \"bank_name\": \"N26 Bank GmbH\",\n            \"currency_id\": 3,\n            \"currency_symbol\": \"EUR\",\n            \"iban\": \"DE83100110012600000030\"\n        }\n    ]\n}"}],"_postman_id":"62d03552-5266-4a76-925f-177ded323b63"},{"name":"BANKING: Get Bank Deposit Payment Instructions","id":"bf017bcd-8099-4338-a8e5-eedacb2a434b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/banking/get_deposit_instructions","urlObject":{"protocol":"https","path":["api","v1","banking","get_deposit_instructions"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[{"id":"5aa2cc7f-f236-461c-adc4-e586cb21f588","name":"WALLET: Get Bank Accounts for Liquidation - SUCCESS","originalRequest":{"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/wallet/getbanks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"220"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5, max=30"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.10"},{"key":"Date","value":"Wed, 17 Nov 2021 22:00:48 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"bank_accounts\": [\n        {\n            \"account_description\": \"Personal Bank Account\",\n            \"bank_account_id\": 213,\n            \"bank_clearing\": \"NTSBDEB1XXX\",\n            \"bank_name\": \"N26 Bank GmbH\",\n            \"currency_id\": 3,\n            \"currency_symbol\": \"EUR\",\n            \"iban\": \"DE83100110012600000030\"\n        }\n    ]\n}"}],"_postman_id":"bf017bcd-8099-4338-a8e5-eedacb2a434b"},{"name":"BANKING: Liquidate Crypto/Fiat to Bank","id":"989e8d7e-7c23-47b5-a15a-3dc711dc1af6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"bank_account_hash\": \"f7d8c15265f24aec8d55b2a3bc7298b9\",\r\n\t\"source_currency\": \"BTC\",\r\n\t\"source_amount\": 0.123,\r\n    \"2fa_code\":\"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/banking/bank_liquidation","urlObject":{"protocol":"https","path":["api","v1","banking","bank_liquidation"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[{"id":"77a50ab3-2da8-43de-a7e0-7488474a4eb1","name":"WALLET: Liquidate Crypto/Fiat to Bank (SUCCESS)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"api_token\":\"TmdQRWtyUzZBbmRSRWw5enFqdTlxeEk4\",\r\n\t\"bank_account_id\": 213,\r\n\t\"source_currency\": \"BTC\",\r\n\t\"source_amount\": 0.123\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/wallet/liquidate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"97"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5, max=30"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.6"},{"key":"Date","value":"Tue, 22 Jun 2021 09:11:04 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success: Your transaction was executed!\",\n    \"success\": true\n}"}],"_postman_id":"989e8d7e-7c23-47b5-a15a-3dc711dc1af6"},{"name":"BANKING: Remove Bank Account","id":"9ee26ccd-9523-4e06-b38d-251f6a0f631c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"bank_account_hash\": \"f7d8c15265f24aec8d55b2a3bc7298b9\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/banking/remove_bank","description":"<p>This End-Point removes/unlinks the bank account from the VeroWay account.<br />It can be re-added through the \"Add new Bank Account\" function at any time.</p>\n","urlObject":{"protocol":"https","path":["api","v1","banking","remove_bank"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[{"id":"5b915210-c9e6-4f3a-aaad-e38e7557b056","name":"WALLET: Remove Bank Account - SUCCESS","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"bank_account_hash\": \"f7d8c15265f24aec8d55b2a3bc7298b9\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/wallet/removebank"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"144"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5, max=30"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.10"},{"key":"Date","value":"Thu, 19 May 2022 10:46:38 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"bank_account_hash\": \"f7d8c15265f24aec8d55b2a3bc7298b9\",\n    \"message\": \"The Bank Account was successfully removed from the Account.\",\n    \"success\": true\n}"},{"id":"a3c46f36-3e54-4391-b3ab-0e9945905ff5","name":"WALLET: Remove Bank Account - FAIL","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"bank_account_hash\": \"f7d8c15265f24aec8d55b2a3bc7298b9\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/wallet/removebank"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"114"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5, max=30"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.10"},{"key":"Date","value":"Thu, 19 May 2022 10:46:58 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"bank_account_hash\": \"f7d8c15265f24aec8d55b2a3bc7298b9\",\n    \"message\": \"The Bank Account is unknown.\",\n    \"success\": false\n}"}],"_postman_id":"9ee26ccd-9523-4e06-b38d-251f6a0f631c"}],"id":"fc69929e-0440-4752-aa2b-82938b43923b","description":"<p>VeroWay has multiple liquidity providers integrated that allow account holders to liquidate their assets directly to their bank account.</p>\n<p>Currently USD and EUR liquidations are supported (with the sources being any currency on the platform, e.g. BTC, ETH, USDC, USDT, LINK, EUR, CAD, GBP, USD, etc.).</p>\n<p>To use the Liquidate to Bank functionality, a VeroWay Account must be opened.<br />The corresponding bank to which the fiat funds are to be sent to must be added.</p>\n<p>Note: the receiving beneficial owner (account owner's name) but be identical to the VeroWay Account holder's name to avoid funds being returned (funds are automatically booked back in to the VeroWay Wallet in this case).</p>\n<p>After the bank account was successfully added/linked to the VeroWay Account, the Liquidate to Bank function can be executed.</p>\n<p>Funds typically arrive within 1-3 business days. Daily Limits depend on the subscription status of the corresponding VeroWay Account (USD 1'000 - 100'000 per day).</p>\n<p>Supported geo-locations are:</p>\n<ul>\n<li>USD: World-wide to any USD currency bank-account</li>\n<li>EUR: World-wide to any EUR currency bank-account<br />  Note: EUR transactions are fastest (sometimes even intra-day) when liquidating to an EU-Based Bank</li>\n</ul>\n","_postman_id":"fc69929e-0440-4752-aa2b-82938b43923b"},{"name":"Payment Functions","item":[{"name":"PAY: Create new Payment Request","id":"db9733f0-6d7a-4aa9-bf92-a9129fa6e36a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"currency\": \"USD\",\r\n\t\"amount\": 10.00,\r\n\t\"description\": \"Play Money\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/pay/new_payment_request","description":"<p>Generating the Payment Request is the first step in requesting funds for payment of goods and services.</p>\n","urlObject":{"protocol":"https","path":["api","v1","pay","new_payment_request"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[{"id":"8d4b82b8-4e20-479d-94e9-4a13b1da3ffc","name":"PAY: Create new Payment Request - SUCCESS","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"currency\": \"USD\",\r\n\t\"amount\": 10.00,\r\n\t\"description\": \"Play Money\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/pay/new_payment_request"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Sat, 16 Apr 2022 20:21:19 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"15987"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"payment_hash\": \"XPAY-DJZ2-EDHP-C1ZK-S3JM-SVRA\",\n    \"qr_code_base64\": {\n        \"meta_data\": {\n            \"amount\": 10,\n            \"created\": \"2022-04-16 20:21:19\",\n            \"currency\": \"USD\",\n            \"description\": \"Play Money\",\n            \"payment_hash\": \"XPAY-DJZ2-EDHP-C1ZK-S3JM-SVRA\",\n            \"payment_url\": \"https://paysr.co/pay/XPAY-DJZ2-EDHP-C1ZK-S3JM-SVRA\", \n            \"requester_name_data\": {\n                \"company_name\": \"\",\n                \"email\": \"user@paysr.co\",\n                \"first_name\": \"John\",\n                \"gender\": null,\n                \"identifier\": \"John Doe\",\n                \"last_name\": \"Doe\",\n                \"username\": \"user-MWJG\"\n            }\n        },\n        \"qrdata\": {\n            \"qr_image_data\": \"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CbKDFftU+ZNNJ0yR06uvmrfl5W8qmow1fvErrjiiqOPPvqqq67qdDr9fn84HC5sn1S/MatewbzrrrsuW7bsWc96VqfTGQwG1Y/WFnBfUeSazSJuOeJsVmaYrFfm7G1MLs5+6+WapT0bA8CqJo/B/PCHP3z1q1+96667XnXVVemexZ/95oCvf/3rz372sw888MCf/OQnHpgB4A+xGrNIrMYsjvb9u0u9MkdOmf9G1cRUXWXVsy4zMzP33nvvqaec8u73vOfuu+/udrszMzOLEyeqtzaPx+P11ltvyZIlb3zjG9dZZ51JqxahAYVo379Pp9tyxNnMasxsxuTcte/bSKP9Ztlrp9SLIR0xZnG0b8KqV+bIKXNyb2IKr7JPfOITxx133C233NJZ0Mdg5m6y06222uod73jHy1/+8s6UPTDTvi926bYccTYTY2YzJueufd9Gmpiif9kC4EGNf2flypWXXXbZHnvssd9++91yyy0Zf9M1+VXbzTff/Jd/+ZcvetGLVuPlzgC0mNWYRWI1ZnG0799d6pU5csr8N6om2n2VDYfD6kVkg8Hg7rvv3nvvva+++upOp7PGGmuUEBiq5ZfqZQMHH3zwUUcdtfHGG89udlu179+n02054mxmNWY2Y3Lu2vdtpAmrMQBTavIy5Xvvvff+++/v9/vrr7/+FV+/4sMf/vDjH//4lStXTl61nLeRVWIZDAann376tttu+773vW/lypW9Xm80HDapWgNAaGIMwNSpXqZcLXT80z/909Oe9rTtt9/+C1/4Qrfb7fV7BxxwwA033LDk7/9+rbXWqv5a9mfrqx+29fv9O+6447DDDttpp53++YtfnEn25jQAyifGAEyR6tXGVZ2Wa6655vnPf/7+++//ox/96N/+7d/22muvl770pd/5znc6nc4GG2zwjyeddP311++zzz6j0Wg0GpVQv2XS8htvvPEv9tzzZS972U033eSlzADTybMxi8SzMYujfb+CrVfmyCnzF8NNtOYqmzxPcuutty5btuzss8+u8snkAEej0VprrXXIIYcsWbJkww03rP7jF7/4xaVLl65YsaLT6fT7/apIZV7V6lDV2je+8Y1Llix5zGMeMx6Pq8PJ3bqF0b6nBdJtOeJs5tmY2YzJuWvft5GQxrVsee5brv9smW1Op8xW1Suzzbla1WS/uT47r03lMhwOh8Phe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hBjAIhn8hjMYx/72KPe9raD/+7vHvawh1V/9IlPfOLYY4/93ve+N/lrMgxA+4gxAATT7XaHw2Gv1zv44IOPOuqoTTbZpPrv3/zmN5cuXXrppZd2PAYD0HZiDADBDFaufOELX3jCCSdsv/321X+59dZb3/nOd37oQx8ajUZVNRiPwQC0mxgDQBjVG8n+dKutvvzlL1f/5f777z/jjDPe9a53/fznP+94mTLA1MgWY3JVEq3fb7rat/XSVcYts/ZtvXRVdXNVxU5X856Fkm5cseDG43G//9ub1+c+97ljjjnm29/+dmfW4/5ZWzcPZpXZIl6Dudqc7v7bZL9lfq9rst/2XWX1cn3ra2Imy14BKFD5t97BYFC9eexf//Vf995775e85CXf/va3e71et9v1KzKAqeJHZQB0OrMqSPZ6vdxteRBVw/r9/n/913+deOKJZ5555m9+85tJm3O3DoDFJsYA0Ol0Ovfdd9/aa69dPVtSrXjkbtFvjUaj8XhcNeyDH/zgCSeccNttt3U8BgMw3Uq5SwGQy2g06nQ6N9100y677HL55Zf3er2ZmZnBYJD9N2bVC8dmZmZ6vd5XvvKVXXbZ5fWvf/1tt93W7/erdy7nbR4AGYkxAHQ6nU6/37/22muf97znvepVr/rBD36QPSpUi0L9fv+WW275q7/6q9133/26666bPAaTPWIBkJcYA0Cn0+mMx+OZmZmZmZnzzjtvu+22O/7443/1q19VNViq5ZpFMxwOq1+R3X333UuXHv30pz/9k5/8ZNW26o8WszEAlEmMAeC3Jk+h3HPPPccee+x22213/vnnV8/JLE5+GI1G1aP83W733HPP3W677d75zhP++7//u9frjUajRU5TAJRMjAHg90x+zfX973//la985fOf//xrrrkm9a+5Zj8Gc+WVV+66666vec1rfvjDH2b/bRsAZRJjAFjV7FDxta997VnPetZBBx3005/+NFGomASnH//4xwcccMBznvOcK664opw3DQBQoBa+cDlXHdl66aqf5qqcmq7aa8TeSFeNO2Jt43RtTrflXPXUC1f9iGvypuOLLrroyCOPfMMb3rDWWmtVf9T8pcyTXdx3332nnXbaySeffOedd05+xtb8EIoyr6GSblzlmifrRZyvypRrRmpyFnJ9Z6hX5rhq0pNNtlzmlWI1BoA6VZzo9/s///nPjzjiiB122OEzn/lM8wfux+PxcDistnPBBRdsv/32Rx111J133lm9VKB9GQaAhSXGAPDQBoNBt9vt9Xo33XTTPvvss9dee33rW9+aPDAzr01Vv1irtrZ8+fI99thj3333/e53v+sxGADmTowBYE5mr5984Qtf2HHHHd/85jf/7Gc/6/f7nd8t2jykyWMwt/+///eGN7xhp512uuSSSzwGA8B8iTEAzEP14uNer/fAAw+ccsop22yzzemnnz4YDKpHaGreiTz7g6edeuq222575plnVq9Xrv8gAPxvYgxAMNUT8Hnb8D+LKrfffuihh+68885f/vKX/9CiyuxlnIsvvnjHHXd80+GH3zHPZZx0ZmZmynx6FYAaYgxAMCtXrqyWNfJ++V7lEZc///M/f8UrXvG/H3GpAk+v1/vOd76zzz77vPjFL17th2oWXNWw0Wi0cuXKvC0BYL7EGIAwut3ueDzebLPNttpqq2rRo9fr5W3S7JWWT33qU9tvv/1Rb/ufF45VLfzFL36xZMmSZzzjGQvyirOF0u/3qyT21Kc+dbPNNhuPx9ZkAAIRYwDCqH5L9qQnPWn58uXvete71l9//claR96GTZ57ue+++05814nbbbfdRz/60W632+12P/jBD2677bYnn3zy/fffXy19ZH8MZrIW9JjHPOakk066/vrrn/jEJ3YWogwOAIsm27885Sp01WTLTUQsKtRE+443Ymm29rU5Ym+kMFk3+I+f/OT4Zcs+8pGPVIse4/F4XgmhWtvp9Xo333zzlltuecMNN2y//fbVf1zttlWZqvq12K677jocDq+88spOp9Pv90tYgakeg6my32tf+9qlS5duttlmnVldOg3KPNKI81W97KN9kUX8btbEtI2rMs9CiW1KqszTX+b0PW2tqhexonauNpfZV+lG3SqfXZxJpvopV/WI/De+8Y2jjz768ssv78wzLaSIMZVJWuh0OtUKTPavdLPz1W677bZs2bKdd9650+lU71hbnDt0md8DFlD77hpNlPmPQfXK/MfciP8wOm3Hm4sFdIB4qreEVWFml112ueyyy84777zNN9+8kAdmRqNR9Sbl6mXK2TNMtVQ1GAy22GKL/3P+//nqV7+68847Vw2rXkiQt3kArAYxBiCqyYu2xuPxK1/5yhtvvPGYY455xCMeUf1oKvuTHsPhsJCXKQ+Hw0c+8pHHHXfcDTfc8Nf7/3X167vsr3oDoAkxBiC22d/U3/GOd9xwww3777+/b+qrZLwbbrjh2GOPLSfjAdCQeRygDWb/bur888//6qVf3Wmnnabzd1Or/OLua1/72nnnnfcnf/InhfziDoAFIcYAtET19b16LmW35+929dVXn3XWWZttttlUfX2fxLnHP/7xH/rQh6666qrnPe95w+FwNBpNW5wDaDcxBqBVZmZmqgfruzPdv/3bv12xYsURRxyx1lprTYpU5m5gKpPCmmuvvfZb3/rWFStWvPa1r+10OtXLBlp84ADTybQO0EK9Xq/b+W2Fx5NPPvm666576UtfOilS2bJFicljMKPRaJ999rn++uur2qCDwaCE2qAApCDGALRW9YjIYDDYeuutL7rooosvvnibbbZp2QMzk8dgtttuuy9+8Yuf/vSnn/KUp1S/o6vq6gDQSmIMQJtNHpgZjUZ77rnnN7/5zVNOOWWjjTZqwQMzVeMHg8HjHve400477dprr33Ri15UHWlrQhoAf0ih/1KVroJpmZVTy6xb32TLZdaPL7PCdD1jcqH222TLZdYIn5fqyZDhcLjmmmu+6U1vesUrXnHCCSecddZZg8FgzTXXDPeNf3I4/X7/4IMPfvvb3/64xz2u87vHYHK3bmG0r/Z8rhk415Yj1nHPde9uoszZO9d1VOa9Ox2rMQDTYvIWr4033vj000+/5pprdt999wceeGAwGORu2lzNfgxmjz32uPbaa9///vc/7nGPa8HiEgDzIsYATJHZNVW23377Sy655MILL1x33XU7v3vFWe4G1qli2HA43GqrrS644IJ//ud/fvrTn96yR30AmKNCf1QGQDqTNY1ut/uyl72s+o/D4bCqcF+9rzlvC1dRtXY4HK633npLliw57LDD1l577dFo1PndEzIATBurMQBTamZmptvtVqsZ4/F48803f9WrXlUtd5RTaGVSBmc8Hh944IErVqw48sgj11577daXwQGgnhsAwFSrysh0u9311lvv3HPPvfzyy5/9rGeVUPZ+8o614XD43Oc+96qrrjr77LOf8IQneAwGgI4YA0ClWofZdddd/+XKKz/60Y8+6UlPyhgYJm8j+JPNN//Yxz522WWXPfOZz/QYDAAThd4JynzVYK4bZ8TeaN8LeSO+cLnMl5CWeX7rteCFy3NX/Vir2+3eddddJ5100mmnnXbfffdVv92qnkVJbbKvdddd9/DDDz/iiCMe+chHVj97i/4TsnkN/oijvcx5st60vZA3F+d37vstc2yU+Y9HJbapE/OLezoRe6N9X3PLvD2LMYsj4peGhiYFWL773e8ee+yxF1xwQed3z9knvcpmZmaqtwvst99+xx133JZbbtlpUTUYMWa1P1uvzLku3X4jzkjO79z3W+bYKDPGxP6XLQBSmPym60//9E8/9alPfelLX9phhx3S/aZr9mugd9ppp0svvfTjH//4lltu6TEYAP6QEqNVJ+a/95SZnuuV+a8jTbTv32zqlfmvbvVaf/1GPCk1quWX6l1hZ5111jvf+c7bb7+90+ks4EuZJ5vadNNNjz766Ne97nXVmky1OLMgu2ifiPNVLu27W9Ur85cjZWrft6B6Zf7mqIlCWyzGzP2zTbTvAhZjytf66zfiSXlIk5913XHHHSeeeOKZZ565cuXK5g/MTLaw1lprHXLIIW9961s32GCDTot+RZZOxPkql/bdreqV+RW5TO37FlSvfTHGP3QB8BCqUDEYDDbaaKNTTz31m9/85l577TUajVb7pcyT+puj0eglL3nJddddd/LJJ2+wwQbVsowMA8BDEmMAmJPJ4yvbbrvt5z//+YsuumjrrbeuHl/p9/ursZ1tttnm4osv/sxnPjPZjgADwBwVun7kR2Vz/2wT7VtO9aOy8rX++o14Uuar+iHZzMzM/fff//73v/8f//Eff/GLX8x+z9gfMnkM5rGPfezb3va217/+9WuuueZka4vT+HaIOF/l0r67Vb0yf7BUpvZ9C6rXvh+VFdpiMWbun22ifRewGFO+1l+/EU/K6pk8wfLTn/502bJlZ599drWcMh6P//cDM1UtmuojBx100Nvf/vZNNtmk4zGY1RVxvsqlfXeremV+RS5T+74F1WtfjPGvXwCsjslLmTfbbLMPfvCDV1999fOf//zhcLjKAzPVy5RHo9FwONx9992vueaaM844Y5NNNvErMgCaEGMAWE2z673svPPOl1566fnnn7/FFltMIsok6jz5yU/+5Cc/eckllyStPwPA9Cj0FuJHZXP/bBPtW071o7Lytf76jXhSFsRoNOp2u91u91e/+tV73vOeU0455Z577ul0Oo9+9KP//u///rDDDnv4wx/uMZiFEnG+yqV9d6t6Zf5gqUzt+xZUr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\"\n        }\n    },\n    \"success\": true\n}"}],"_postman_id":"db9733f0-6d7a-4aa9-bf92-a9129fa6e36a"},{"name":"PAY: Get Payment Request Details","id":"d49266ba-e491-41e7-9662-d39e99fa015f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"payment_hash\": \"XPAY-R3ZJ-ZGZU-N2Q2-ZKRC-QVZX\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/pay/get_payment_request_details","description":"<p>On the customer's side of the transaction, the QR Code generated from the \"Create new Payment Request\" Endpoint is scanned, which returns a payment hash (and more).<br />This Payment Hash can be used to pull more information from the system, before the Payment Request is paid.</p>\n<p>The Information returned contains all the meta-data related to the Payment Request, such as destination currency, amount, and more information about the requester (generator of the request).</p>\n<p>Note: The Payment status is also contained within the returned data-set, which can be useful for validating payments and their status by an external system or for book-keeping reconciliation.</p>\n","urlObject":{"protocol":"https","path":["api","v1","pay","get_payment_request_details"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[{"id":"65dc8d1f-751e-455b-83b3-0a9cecbb0274","name":"PAY: Get Payment Request Details - SUCCESS","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"payment_hash\": \"XPAY-R3ZJ-ZGZU-N2Q2-ZKRC-QVZX\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/pay/get_payment_request_details"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Fri, 20 May 2022 12:39:01 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"15934"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"payment_request_details\": {\n        \"meta_data\": {\n            \"amount\": 10,\n            \"created\": \"2022-04-16 19:58:15\",\n            \"currency\": \"USD\",\n            \"description\": \"Play Money\",\n            \"payment_date\": \"2022-05-20 12:18:20\",\n            \"payment_hash\": \"XPAY-R3Z1-ZGZ5-N2Q2-ZKRC-QVZX\", \n            \"payment_url\": \"https://paysr.co/pay/XPAY-R3Z1-ZGZ5-N2Q2-ZKRC-QVZX\",\n            \"requester_name_data\": {\n                \"company_name\": \"\",\n                \"email\": \"user@paysr.co\",\n                \"first_name\": \"John\",\n                \"gender\": null,\n                \"identifier\": \"John Doe\",\n                \"last_name\": \"Doe\",\n                \"username\": \"user-MWJG\"\n            },\n            \"status\": \"PAID\"\n        },\n        \"qrdata\": {\n            \"qr_image_data\": \"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BCPGAAAAwYgxAABAMCUWN+1MX43S9m23zMrH9dJVEU633Vx1c8u8Qust2nGOOPjJIuK1X2/a+hyxuvy07W+9adujMvvchNUYAAAgGDEGAAAIRowBAACCEWMAAIBgxBgAACAYMQYAAAhGjAEAAILp5+4AAC00Go2qCgYzMzPtK1YAQHZiDAALaTweD4fDfv+/7y+DwaDX6wkzACygQm8qZVaZbV/LZdbrLXO7EY9zumq+ZdYJjngG22c4HPZ6vU6nc/vtty9durTf759wwgmbbLLJ7D8iNTPw3D/bRK5rP9ceRbyXRZzbI57fXPd9z8YAsABGo9FoNOr1eg8++OApp5yy7bbbnnvuueecc86222572qmnPvTQQ71er/o7uXsKQBuIMQA0Uv2KbGZmZmZm5rMXf3bHHXdcsmTJL37xi36/3+/3f/aznx3xtrfttNOzL7nkkurvDAYDS1gANCTGALD6BoNBt9vt9XorVqzYc889933lvrfccku/3+92u4PB4Ld/2u9961v/8vKXv3yfffb59re/PfnT3H0HIDAxBoDVMRwOO51Ov9+/66673vrWt+60005f+tKX/vd6y3g8Hg5+u1bzuc997tnPfvaRRx7585//vHoHQNUIAMyXGAPA/IxGo+p5/cFgcOaZZ2633Xann376ypUra55+mTw585vf/OZ973vfdtttd/bZZ1f/ZTgcemAGgPkSYwCYq/F4PBgMZmZmer3epZdeussuuxx66KF33nln9TuxR1xaGQ6H3W633+/ffvvthxxyyHOe85yvfe1rvV7PAzMAzJcYA8CcTELId7/73f3222+PPfa48cYbq4Iwcw8hVRCqHqe57rrrXvKSlxxwwAHf+9735hiEAKCibsxUt6xuzNy3G/E4qxszW5lnMIrqRWTdbvfuu+8++eSTP/CBDzzwwAMzMzOdTqfJ78FmZmbG4/F4PF533XXfdsQRbz/yyMc+9rHj8bj6sdnCdX/qmIHn/tkm1BWZ+2frqRszW8Tzm+u+L8ZMdctizNy3G/E4izGzlXkGyzcajcbjcRUqPvrRjy474YQf/+QnnU6neqZlQTYxaWqLLbY47rjj/uqv/qozKzgtyCamjRl47p9twtfcuX+2nhgzW8TzO3UxJt3giPjVPNctp33KvImmE3Hk5DqSEY9VXlU1mOp9YldeeeUxxxxz9dVXdzqdfr8/HA4X9phUvzGrXsG82267LVu27LnPfW6n0xkMBtWP1hZwWxkt2o6U+bUv4tfNMr+4N2m5iYjzc/u+FbTv20gTno0BYFWTx2B++MMfvu51r9ttt92uvvrqdM/iz35zwDe+8Y3nPe95Bx100E9+8hMPzADw+1iNWbCW61mNWRzt+3eXehFHTpn/glVvqq6y6lmXmZmZ+++//7RTT33v+9537733drvdmZmZxYkT1Vubx+Pxeuutt2TJkre85S3rrLPOpFeL0IF0rMZk+WwTVmNmizg/t+9bQfu+jTTabpatdmKe4IiX2bRp34RVL+LIKXPqrzeFV9knP/nJ448//rbbbuss6GMwczfZ6NZbb/2ud73rVa96VSf+AzNiTJbPNiHGzBZxfm7ft4L2fRtpIva/bAHQ3Ph3Vq5cefnll++xxx7777//bbfdlvE3XZNftd16661//ud//rKXvWw1Xu4MQItZjVmwlutZjVkc7ft3l3oRR06Z/4JVr91X2XA4rF5ENhgM7r333r333vuaa67pdDprrLFGCYGhWn6pXjZwyCGHHH300ZtsssnsbgdiNSbLZ5uwGjNbxPm5fd8K2vdtpAmrMQBTavIy5fvvv//BBx/s9/vrr7/+ld+48iMf+ciTnvSklStXTl61nLeTVWIZDAZnnHHGdttt94EPfGDlypW9Xm80HDapWgNAaGIMwNSpXqZcLXT84z/+4zOf+cwddtjhi1/8Yrfb7fV7Bx544E033bTkb/92rbXWqv5a9mfrqx+29fv9u+666/DDD995553/6Utfmkn25jQAyifGAEyR6tXGVZ2Wa6+99sUvfvEBBxzwox/96F//9V/32muvffbZ5zvf+U6n09lwww3/v5NPvuGGG/bdd9/RaDQajUqo3zLp+c033/xne+75yle+8pZbbvFSZoDp5NmYBWu5nmdjFkf7fgVbL+LIKfP3xPVac5VNnie5/fbbly1bds4551T5ZLKDo9ForbXWOvTQQ5csWbLRRhtV//FLX/rS0qVLV6xY0el0+v1+VaQyr2p1qOrtW97yliVLlmywwQbj8bjandy9+708G5Pls014Nma2iPNz+74VtO/bSEjjWrl79/DS9blJy/WfLbPP6ZTZq3pl9jlXryJut/6zhRgOh8PhcDwe//rXvz7llFM23HDDTqdTrWzM3pfJ/91ss83OPvvs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mpmZWWONNfL2BID5EmMAghmPx9WvyzKqllOGw2FVPeaGG2541ateNVlpWeUvd7vdfr9X/enLX/7y5cuXv//9799oo40Gg0GngAdmqqdi8vYBgPkSYwCYh5mZmV6vVy2nHHjggTfffPNRRx21zjrrPOJzL9WfDofDNddc84gjjlixYsXf/M3fVE3les0aAHG5bQAwJ7Mfg9ltt92uuuqqj3zkI09+8pOrEpxzXFSZ/A7tD/7gD84666xvfvObL33pS4fD4Wg0KuSlzACEIMYA8Mgm8WOLLbY477zzrrjiiuc+97mTR1zmFT+qOFQ9l/LsZz/7K1/5yic/+cmnPe1p84pDAEw5MQaAOpMfg6277rpLly696aabXvva11YhpMkLx6q3hFUPzLz61a++8cYbTzzx3Y9//OOrtyELMwDUy/aWmDKfpyyzV+nUf/+oPxpNfvvRZLtNpNujJtvNJd3RyNVyus/mGrHZdbvdKsB0Op3999//+OOP32qrrTqdThVgFiRpVI/EDIfDRz/60Ucf/c799z/ghHe969zzzqs2UcLLDBbQAg6VXL++a3ItlDkzpGs53ZzTZLsR778R9yhXy7m+yeSakazGALCq2b/72nnnnb/61a9+4hOf2GqrrRL97mvyi7WnPvWpHzv33CuvvPL5z3ueB2YAqCHGAPA/TELFZptt9sEPfvCaa655yUtekjpUzH5/wPOf//wr//mfP/axjz31qU/xwAwAD0uMAeC3Jo/BPOpRj3r729++YsWKgw8+uPovi/NO5Nlvc379619/880rjj766EfP4W3OAEwbtwQA/scD93vvvffy5cvf+973brjhhlkqVE5qaz7+8Y8/8cQTb7zxpv32229SW9NvzADoiDEAVL8iGw6H2/7Jtl/4whc+97nPPfOZz5y8TDlvrwaDwdP++Gmf+tSnLr300h133LHqld+YASDGAEy1at1jo402ev/733/98uv32muvctY9Zj8ws/vuu1977bVnnnnmpptuWr2UOW/fAMhLjAGYXlUYOPDAA7/1rW8dccQRa665ZoFPoUwemOn1em9605u+9a1vHXLIIZ18r/gEoAQF3agAWEzdbnc8Hs/MzPz93//9pptu+tBDD5X8e62qYw899NBGG2101FFHjcfjFlfsAeARiTEA0+6ee+6JUqGlqmZzzz335O4IAJlle3azzAq1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fffda6+9vvWtb00emJlXU9Uv1qrWbrzxxj322GO//fb77ne/6zEYAOZOjAFgTmavn3zxi1/caaed3va2t/3sZz/r9/ud3y3aPKLJYzB3/r//9+Y3v3nnnXe+9NJLPQYDwHyJMQDMQ/Xi416v99BDD5166qnbbrvtGWecMRgMqkdoat6JPPuDp5922nbbbXfWWWdVr1eu/yAA/G9iDEAw1RPwefvw34sqd9552GGH7bLLLl/5yld+36LK7GWcSy65ZKeddnrrEUfcNc9lnHRmZmbKfHoVgBpiDEAwK1eurJY18n75XuURlz/90z999atf/b8fcakCT6/X+853vrPvvvu+/OUvX+2HahZc1bHRaLRy5cq8PQFgvsQYgDC63e54PN5888233nrratGj1+vl7dLslZZPf/rTO+yww9F/998vHKt6+Itf/GLJkiXPfvazF+QVZwul3+9XSewZz3jG5ptvPh6PrckABCLGAIRR/ZbsqU996o033vie97xn/fXXn6x15O3Y5LmXBx544KT3nLT99tt/7GMf63a73W73Qx/60HbbbXfKKac8+OCD1dJH9sdgJmtBG2ywwcknn3zDDTc85SlP6SxEGRwAFk22f3kqszBfxKJ+ZWrf/pY5Yuu1r88Rj0YKk3WDf//JT05YtuyjH/1otegxHo/nlRCqtZ1er3frrbdutdVWN9100w477FD9x9XuW5Wpql+L7bbbbsPh8Kqrrup0Ov1+v4QVmOoxmCr7veENb1i6dOnmm2/emXVIp0HEPS3zzl4v+2hfZOnmyTJH7LSNqzLPQol9KlaZX4Nyhbp6EXtVL2JF7TJHbDq5+rzKdhfn4FQ/5aoekf/mN795zDHHXHHFFZ15poUUMaYySQudTqdagck+Zmbnqxe96EXLli3bZZddOp1O9Y61xblDl/k9YNHkmkXL/NoX8Z9smogYRJuYtv3NxQI6QDzVW8KqMLPrrrtefvnl559//hZbbFHIAzOj0ah6k3L1MuXsGaZaqhoMBltuueX/ueD/fO1rX9tll12qjlUvJMjbPQBWgxgDENXkRVvj8fg1r3nNzTfffOyxxz7mMY+pfjSV/UmP4XBYyMuUh8PhYx/72OOPP/6mm276ywP+svr1XfZXvQHQhBgDENvsb+rvete7brrppgMOOMA39VUy3k033XTccceVk/EAaMg8DtAGs383dcEFF3ztsq/tvPPO0/m7qVV+cff1r3/9/PPP/6M/+qNCfnEHwIIQYwBaovr6Xj2X8qIXv+iaa645++yzN99886n6+j6Jc0960pM+/OEPX3311S984QuHw+FoNJq2OAfQbmIMQKvMzMxUD9Z3Z7p//dd/vWLFiiOPPHKttdaaFKnM3cFUJoU111577Xe84x0rVqx4wxve0Ol0qpcNtHjHAaaTaR2ghXq9Xrfz2wqPp5xyyvLly/fZZ59JkcqWLUpMHoMZjUb77rvvDTfcUNUGHQwGJdQGBSAFMQagtapHRAaDwTbbbHPxxRdfcskl2267bcsemJk8BrP99tt/6Utf+sxnPvP0pz+9+h1dVVcHgFYSYwDabPLAzGg02nPPPa+//vpTTz114403bsEDM1XnB4PBE5/4xNNPP/2666572cteVu1pa0IaAL9Pof9SNW3VbcusW9+k5TKrNeeqap9uxOaquNxEupGT6/xmr+04F9WTIcPhcM0113zrW9/66le/+sQTTzz77LMHg8Gaa64Z7hv/ZHf6/f4hhxzyzne+84lPfGLnd4/B5O7dwohYez7dduvluvbrRazjXub5rZfuODeR7vzm2t8ybxNWYwCmxeQtXptssskZZ5xx7bXX7r777g899NBgMMjdtbma/RjMHnvscd111/3DP/zDE5/4xBYsLgEwL2IMwBSZXVNlhx12uPTSSy+66KJ1112387tXnOXuYJ0qhg2Hw6233vrCCy/8p3/6p2c961kte9QHgDkq9EdlAKQzWdPodruvfOUrq/84HA6rCvfV+5rz9nAVVW+Hw+F66623ZMmSww8/fO211x6NRp3fPSEDwLSxGgMwpWZmZrrdbrWaMR6Pt9hii9e+9rXVckc5hVYmZXDG4/FBBx20YsWKo446au211259GRwA6rkBAEy1qoxMt9tdb731zjvvvCuuuOJ5z31uCWXvJ+9YGw6HL3jBC66++upzzjnnyU9+ssdgAOiIMQBUqnWY3Xbb7Z+vuupjH/vYU5/61IyBYfI2gj/aYouPf/zjl19++XOe8xyPwQAwUeidYNpeuFyvzBcvlvlSv4gvT6xX5qskmyizz2X2Kovqx1rdbveee+45+eSTTz/99AceeKD67Vb1LEpqk22tu+66RxxxxJFHHvnYxz62+tlb9J+QzWsqmLZrocw7e8R7SpnzlfM79+2WOTbK/MejEvvUEWP+JzFm7iJOSfWm7WY2bV/dijUpwPLd7373uOOOu/DCCzu/e84+6VU2MzNTvV1g//33P/7447faaqtOi6rBiDGrvd16vubO/bO5OL9z326ZY6PMGBP7X7YASGHym64//uM//vSnP/3lL395xx13TPebrtmvgd55550vu+yyT3ziE1tttZXHYAD4fUqMVp025tQy/2WlzH8daaJ9/2ZTL+JZKPMabNLyAm6oQNXyS/WusLPPPvvd7373nXfe2el0FvClzJOmNttss2OOOeaNb3xjtSZTLc4syCYiKvNf3MusPV8v4jzZRMTjnEv77r/1yrxCmyi0x2LM3D/bRPsu4DK/BDfZbr2IZ6HMa7BJywu4oWJNftZ11113nXTSSWedddbKlSubPzAzaWGttdY69NBD3/GOd2y44YadFv2KrAkxZqFEnCebiHicc2nf/bdemVdoE9P7D10AzFEVKgaDwcYbb3zaaaddf/31e+2112g0Wu2XMk/qb45Go1e84hXLly8/5ZRTNtxww2pZRoYB4BGJMQDMyeTxle222+4LX/jCxRdfvM0221SPr/T7/dVoZ9ttt73kkks++9nPTtoRYACYIzEGgLmavYqyzz77LF++/OSTT95ggw0Gg0H1R/Ufn6zqPOEJTzj11FOvv/76Pffcs8mqDgBTq9B7hmdj5v7ZJtr3q9Ayn6xost16Ec9Cmddgk5YXcEOxTJ5g+elPf7ps2bJzzjmnWk4Zj8f/+4GZqhZN9ZGDDz74ne9856abbtrxGMzv59mYhRJxnmwi4nHOpX3333plXqFNWI0BYHVMXsq8+eabf+hDH7rmmmte/OIXD4fDVZZWqpcpj0aj4XC4++67X3vttWeeeeamm27qV2QANCHGALCaZtd72WWXXS677LILLrhgyy23nESUSdR52tOe9qlPferSSy9NWn8GgOlR6C3Ej8rm/tkm2recWuZPkppst17Es1DmNdik5QXcUGij0ajb7Xa73V/96lfve9/7Tj311Pvuu6/T6Tz+8Y//27/928MPP/zRj3509WOzaa4GM3d+VLZQIs6TTUQ8zrm07/5br8wrtIlCeyzGzP2zTbTvAi7zS3CT7daLeBbKvAabtLyAG2qBybMu3//+94855ph+r//uE9/9lKc8peMxmHkSYxZKxHmyiYjHOZf23X/rlXmFNhGv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\"\n        }\n    },\n    \"success\": true\n}"}],"_postman_id":"d49266ba-e491-41e7-9662-d39e99fa015f"},{"name":"PAY: Pay Payment Request","id":"fb192672-0dea-43bb-9294-e9426edcd80b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"payment_hash\": \"XPAY-QKX3-EJLX-AEF3-TJBP-YM02\",\r\n    \"preferred_currency\":\"BTC\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/pay/pay_payment_request","description":"<p>The Preferred Currency can be submitted (optionally) to allow the request to be paid in that specific currency from the sender. The recipient will receive the originally specified currency (at creation of the request).</p>\n<p>E.g.: The store's cashier requests USD 100.00, which is contained within the payment request. In turn, the customer can pay in BTC (the correct amount is automatically exchanged based on real-time market prices).<br />The store will always receive USD (unless a different currency was selected while generating the Payment Request).</p>\n","urlObject":{"protocol":"https","path":["api","v1","pay","pay_payment_request"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[{"id":"d0e9a707-ba48-46c0-9326-f414197653b4","name":"PAY: Pay Payment Request - SUCCESS","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"payment_hash\": \"XPAY-DJZ2-EDHD-C1ZK-SDJM-SVRA\",\r\n    \"preferred_currency\":\"BTC\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/pay/pay_payment_request"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"128"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5, max=30"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.10"},{"key":"Date","value":"Wed, 20 Apr 2022 14:11:20 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"uuid\": \"73b1ec70d69d47609172b3576efe01a7\"\n    },\n    \"message\": \"Payment Request (XPAY-DJZ2-EDH0-C1Z6-SDJM-SV4A)\",\n    \"success\": true\n}"}],"_postman_id":"fb192672-0dea-43bb-9294-e9426edcd80b"},{"name":"PAY: Get All Payment Requests","id":"e1d62d52-2a99-4733-9975-2e614a6fe837","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"payment_hash\": \"XPAY-R3ZJ-ZGZU-N2Q2-ZKRC-QVZX\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/pay/get_payment_requests","description":"<p>This Endpoint returns a list of all Payment Requests generated. Full details can individually be pulled via the \"Get Payment Request Details\" Endpoint.</p>\n","urlObject":{"protocol":"https","path":["api","v1","pay","get_payment_requests"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[{"id":"84b7ebb0-46fa-4755-a065-fdbbf19cf20b","name":"PAY: Get All Payment Requests - SUCCESS","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"payment_hash\": \"XPAY-R3ZJ-ZGZU-N2Q2-ZKRC-QVZX\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/pay/get_payment_requests"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Fri, 20 May 2022 12:39:35 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"417"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"amount\": 10,\n            \"created\": \"2022-05-05 12:49:41\",\n            \"currency\": \"USD\",\n            \"description\": \"Play Money\",\n            \"payment_date\": \"2022-05-20 12:18:20\",\n            \"payment_hash\": \"XPAY-Y3RR-A5FU-AU5K-QKPE-TWFY\",\n            \"status\": \"PAID\"\n        },\n        {\n            \"amount\": 10,\n            \"created\": \"2022-05-05 12:35:02\",\n            \"currency\": \"USD\",\n            \"description\": \"Play Money\",\n            \"payment_date\": \"2022-05-20 12:18:20\",\n            \"payment_hash\": \"XPAY-T2K4-AWFK-WGH6-QTNP-N3PO\",\n            \"status\": \"PAID\"\n        },\n        {\n            \"amount\": 10,\n            \"created\": \"2022-04-28 18:42:54\",\n            \"currency\": \"USDC\",\n            \"description\": \"Play Money\",\n            \"payment_date\": \"2022-05-20 12:18:20\",\n            \"payment_hash\": \"XPAY-Q8X3-EJ9X-AEF3-T1BP-YM02\",\n            \"status\": \"PAID\"\n        },\n        {\n            \"amount\": 10,\n            \"created\": \"2022-04-28 18:40:17\",\n            \"currency\": \"USD\",\n            \"description\": \"Play Money\",\n            \"payment_date\": \"2022-05-20 12:18:20\",\n            \"payment_hash\": \"XPAY-SFNN-8LVH-QKZS-CMM1-NTB1\",\n            \"status\": \"PAID\"\n        },\n        {\n            \"amount\": 10,\n            \"created\": \"2022-04-28 18:39:28\",\n            \"currency\": \"USD\",\n            \"description\": \"Play Money\",\n            \"payment_date\": \"2022-05-20 12:18:20\",\n            \"payment_hash\": \"XPAY-CZFV-Z3DW-OTEW-UHN7-AXBK\", \n            \"status\": \"PAID\"\n        },\n        {\n            \"amount\": 10,\n            \"created\": \"2022-04-16 21:23:48\",\n            \"currency\": \"USD\",\n            \"description\": \"Play Money\",\n            \"payment_date\": \"2022-05-20 12:18:20\",\n            \"payment_hash\": \"XPAY-NEHD-T3FM-AGJ3-QNMW-CVPW\",\n            \"status\": \"PAID\"\n        },\n        {\n            \"amount\": 1,\n            \"created\": \"2022-04-16 20:21:19\",\n            \"currency\": \"USD\",\n            \"description\": \"Play Money\",\n            \"payment_date\": \"2022-05-20 12:18:20\",\n            \"payment_hash\": \"XPAY-DJZ2-EDHD-C12K-SDJM-SVRA\",\n            \"status\": \"PAID\"\n        },\n        {\n            \"amount\": 10,\n            \"created\": \"2022-04-16 19:58:15\",\n            \"currency\": \"USD\",\n            \"description\": \"Play Money\",\n            \"payment_date\": \"2022-05-20 12:18:20\",\n            \"payment_hash\": \"XPAY-R3ZJ-ZGZU-N2Q2-ZKRC-QVZX\",\n            \"status\": \"PAID\"\n        },\n        {\n            \"amount\": 1,\n            \"created\": \"2022-04-16 19:50:47\",\n            \"currency\": \"USD\",\n            \"description\": \"Play Money\",\n            \"payment_date\": \"2022-05-20 12:18:20\",\n            \"payment_hash\": \"XPAY-RFMY-B3ZW-A1VA-MZFD-CEV4\",\n            \"status\": \"PAID\"\n        }\n    ],\n    \"success\": true\n}"}],"_postman_id":"e1d62d52-2a99-4733-9975-2e614a6fe837"}],"id":"c66de77f-d6f8-483a-97ec-00741b443688","description":"<p>The Payment Functions allows for people and small/medium-sized businesses to create digital invoices for direct in-person and online payments.</p>\n<p>This will generate a QR Code that can be shown to the customer at check-out, which in turn can be scanned and paid (see the \"Pay Payment Request\" Endpoint) in real-time.</p>\n<p>The recipient will always receive the specified currency, even if the payer sends a different currency based on their actual balances available.</p>\n<p>A real-life example of a customer shopping at a grocery store could be imagined as the following:</p>\n<ol>\n<li>The cashier would generate a payment request through a mobile app on a tablet/phone.</li>\n<li>This will generate the payment request's QR Code, which the customer can scan via their mobile phone.</li>\n<li>Once the customer confirms the payment, the cashier is immediately informed of the successful payment.</li>\n</ol>\n","_postman_id":"c66de77f-d6f8-483a-97ec-00741b443688"},{"name":"Merchant Functions","item":[{"name":"MERCHANT: Create new Invoice","id":"9b4e42e7-ad0c-4d20-aeb0-abce034dddae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"order_id\": \"your_random_order_id\",\r\n\t\"amount\": 10.00,\r\n    \"currency\": \"USD\",\r\n\t\"order_summary\": \"Invoice #1337\",\r\n    \"merchant_key\": \"MKEY-XXXX-XXXX-XXXX\",\r\n    \"success_url\": \"https://partnersite.com/successful_checkout?\",\r\n    \"failure_url\": \"https://partnersite.com/failed_checkout?\",\r\n    \"push_status_url\": \"https://partnersite.com/update_order_status?\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/merchant/new_invoice","description":"<p>Generating the Payment Request is the first step in requesting funds for payment of goods and services.</p>\n<p>As with the standard Payment Requests, the order information is defined.<br />Additionally, for Merchant Functions/Invoices, an internal order ID must be submitted (for internal matching purposes).<br />The Merchant has the option to add additional success/failure URLs to the Invoice, which would redirect the user via the browser to the designated URL, depending on the success of the check-out/payment process.<br />The 'push_status_url' is a callback from the VeroWay.com platform that has the intention to inform the merchant of a status update change.<br />The status must then be pulled via the get_status Endpoint to actually receive the data.</p>\n<p>for the status_url, failure_url, and push_status_url, the VeroWay system will always add 'orderhash=XXXXXX' to the end of the URL String.</p>\n<p>This parameter can be used by the user or the merchant's backend to track the corresponding order and its status.</p>\n","urlObject":{"protocol":"https","path":["api","v1","merchant","new_invoice"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[{"id":"35e579b9-789e-4962-9dd5-9be0d8d87bb5","name":"PAY: Create new Payment Request - SUCCESS","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"currency\": \"USD\",\r\n\t\"amount\": 10.00,\r\n\t\"description\": \"Play Money\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/pay/new_payment_request"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Sat, 16 Apr 2022 20:21:19 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"15987"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"payment_hash\": \"XPAY-DJZ2-E0HD-C1ZK-SDJM-SVR8\",\n    \"qr_code_base64\": {\n        \"meta_data\": {\n            \"amount\": 10,\n            \"created\": \"2022-04-16 20:21:19\",\n            \"currency\": \"USD\",\n            \"description\": \"Play Money\",\n            \"payment_hash\": \"XPAY-DJZ2-E0HD-C1ZK-SDJM-SVR8\",\n            \"payment_url\": \"https://paysr.co/pay/XPAY-DJZ2-E0HD-C1ZK-SDJM-SVR8\", \n            \"requester_name_data\": {\n                \"company_name\": \"\",\n                \"email\": \"user@paysr.co\",\n                \"first_name\": \"John\",\n                \"gender\": null,\n                \"identifier\": \"John Doe\",\n                \"last_name\": \"Doe\",\n                \"username\": \"user-MWJG\"\n            }\n        },\n        \"qrdata\": {\n            \"qr_image_data\": \"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DFftU+ZNNJ0yR06uvmrfl5W8qmow1fvErrjiiqOPPvqqq67qdDr9fn84HC5sn1S/MatewbzrrrsuW7bsWc96VqfTGQwG1Y/WFnBfUeSazSJuOeJsVmaYrFfm7G1MLs5+6+WapT0bA8CqJo/B/PCHP3z1q1+96667XnXVVemexZ/95oCvf/3rz372sw888MCf/OQnHpgB4A+xGrNIrMYsjvb9u0u9MkdOmf9G1cRUXWXVsy4zMzP33nvvqaec8u73vOfuu+/udrszMzOLEyeqtzaPx+P11ltvyZIlb3zjG9dZZ51JqxahAYVo379Pp9tyxNnMasxsxuTcte/bSKP9Ztlrp9SLIR0xZnG0b8KqV+bIKXNyb2IKr7JPfOITxx133C233NJZ0Mdg5m6y06222uod73jHy1/+8s6UPTDTvi926bYccTYTY2YzJueufd9Gmpiif9kC4EGNf2flypWXXXbZHnvssd9++91yyy0Zf9M1+VXbzTff/Jd/+ZcvetGLVuPlzgC0mNWYRWI1ZnG0799d6pU5csr8N6om2n2VDYfD6kVkg8Hg7rvv3nvvva+++upOp7PGGmuUEBiq5ZfqZQMHH3zwUUcdtfHGG89udlu179+n02054mxmNWY2Y3Lu2vdtpAmrMQBTavIy5Xvvvff+++/v9/vrr7/+FV+/4sMf/vDjH//4lStXTl61nLeRVWIZDAann376tttu+773vW/lypW9Xm80HDapWgNAaGIMwNSpXqZcLXT80z/909Oe9rTtt9/+C1/4Qrfb7fV7BxxwwA033LDk7/9+rbXWqv5a9mfrqx+29fv9O+6447DDDttpp53++YtfnEn25jQAyifGAEyR6tXGVZ2Wa6655vnPf/7+++//ox/96N/+7d/22muvl770pd/5znc6nc4GG2zwjyeddP311++zzz6j0Wg0GpVQv2XS8htvvPEv9tzzZS972U033eSlzADTybMxi8SzMYujfb+CrVfmyCnzF8NNtOYqmzxPcuutty5btuzss8+u8snkAEej0VprrXXIIYcsWbJkww03rP7jF7/4xaVLl65YsaLT6fT7/apIZV7V6lDV2je+8Y1Llix5zGMeMx6Pq8PJ3bqF0b6nBdJtOeJs5tmY2YzJuWvft5GQxrVsee5brv9smW1Op8xW1Suzzbla1WS/uT47r03lMhwOh8PheDz+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AIhn8hjMYx/72KPe9raD/+7vHvawh1V/9IlPfOLYY4/93ve+N/lrMgxA+4gxAATT7XaHw2Gv1zv44IOPOuqoTTbZpPrv3/zmN5cuXXrppZd2PAYD0HZiDADBDFaufOELX3jCCSdsv/321X+59dZb3/nOd37oQx8ajUZVNRiPwQC0mxgDQBjVG8n+dKutvvzlL1f/5f777z/jjDPe9a53/fznP+94mTLA1MgWY3JVEq3fb7rat/XSVcYts/ZtvXRVdXNVxU5X856Fkm5cseDG43G//9ub1+c+97ljjjnm29/+dmfW4/5ZWzcPZpXZIl6Dudqc7v7bZL9lfq9rst/2XWX1cn3ra2Imy14BKFD5t97BYFC9eexf//Vf995775e85CXf/va3e71et9v1KzKAqeJHZQB0OrMqSPZ6vdxteRBVw/r9/n/913+deOKJZ5555m9+85tJm3O3DoDFJsYA0Ol0Ovfdd9/aa69dPVtSrXjkbtFvjUaj8XhcNeyDH/zgCSeccNttt3U8BgMw3Uq5SwGQy2g06nQ6N9100y677HL55Zf3er2ZmZnBYJD9N2bVC8dmZmZ6vd5XvvKVXXbZ5fWvf/1tt93W7/erdy7nbR4AGYkxAHQ6nU6/37/22muf97znvepVr/rBD36QPSpUi0L9fv+WW275q7/6q9133/26666bPAaTPWIBkJcYA0Cn0+mMx+OZmZmZmZnzzjtvu+22O/7443/1q19VNViq5ZpFMxwOq1+R3X333UuXHv30pz/9k5/8ZNW26o8WszEAlEmMAeC3Jk+h3HPPPccee+x22213/vnnV8/JLE5+GI1G1aP83W733HPP3W677d75zhP++7//u9frjUajRU5TAJRMjAHg90x+zfX973//la985fOf//xrrrkm9a+5Zj8Gc+WVV+66666vec1rfvjDH2b/bRsAZRJjAFjV7FDxta997VnPetZBBx3005/+NFGomASnH//4xwcccMBznvOcK664opw3DQBQoBa+cDlXHdl66aqf5qqcmq7aa8TeSFeNO2Jt43RtTrflXPXUC1f9iGvypuOLLrroyCOPfMMb3rDWWmtVf9T8pcyTXdx3332nnXbaySeffOedd05+xtb8EIoyr6GSblzlmifrRZyvypRrRmpyFnJ9Z6hX5rhq0pNNtlzmlWI1BoA6VZzo9/s///nPjzjiiB122OEzn/lM8wfux+PxcDistnPBBRdsv/32Rx111J133lm9VKB9GQaAhSXGAPDQBoNBt9vt9Xo33XTTPvvss9dee33rW9+aPDAzr01Vv1irtrZ8+fI99thj3333/e53v+sxGADmTowBYE5mr5984Qtf2HHHHd/85jf/7Gc/6/f7nd8t2jykyWMwt/+///eGN7xhp512uuSSSzwGA8B8iTEAzEP14uNer/fAAw+ccsop22yzzemnnz4YDKpHaGreiTz7g6edeuq222575plnVq9Xrv8gAPxvYgxAMNUT8Hnb8D+LKrfffuihh+68885f/vKX/9CiyuxlnIsvvnjHHXd80+GH3zHPZZx0ZmZmynx6FYAaYgxAMCtXrqyWNfJ++V7lEZc///M/f8UrXvG/H3GpAk+v1/vOd76zzz77vPjFL17th2oWXNWw0Wi0cuXKvC0BYL7EGIAwut3ueDzebLPNttpqq2rRo9fr5W3S7JWWT33qU9tvv/1Rb/ufF45VLfzFL36xZMmSZzzjGQvyirOF0u/3qyT21Kc+dbPNNhuPx9ZkAAIRYwDCqH5L9qQnPWn58uXvete71l9//claR96GTZ57ue+++05814nbbbfdRz/60W632+12P/jBD2677bYnn3zy/fffXy19ZH8MZrIW9JjHPOakk066/vrrn/jEJ3YWogwOAIsm27885Sp01WTLTUQsKtRE+443Ymm29rU5Ym+kMFk3+I+f/OT4Zcs+8pGPVIse4/F4XgmhWtvp9Xo333zzlltuecMNN2y//fbVf1zttlWZqvq12K677jocDq+88spOp9Pv90tYgakeg6my32tf+9qlS5duttlmnVldOg3KPNKI81W97KN9kUX8btbEtI2rMs9CiW1KqszTX+b0PW2tqhexonauNpfZV+lG3SqfXZxJpvopV/WI/De+8Y2jjz768ssv78wzLaSIMZVJWuh0OtUKTPavdLPz1W677bZs2bKdd9650+lU71hbnDt0md8DFlD77hpNlPmPQfXK/MfciP8wOm3Hm4sFdIB4qreEVWFml112ueyyy84777zNN9+8kAdmRqNR9Sbl6mXK2TNMtVQ1GAy22GKL/3P+//nqV7+68847Vw2rXkiQt3kArAYxBiCqyYu2xuPxK1/5yhtvvPGYY455xCMeUf1oKvuTHsPhsJCXKQ+Hw0c+8pHHHXfcDTfc8Nf7/3X167vsr3oDoAkxBiC22d/U3/GOd9xwww3777+/b+qrZLwbbrjh2GOPLSfjAdCQeRygDWb/bur888//6qVf3Wmnnabzd1Or/OLua1/72nnnnfcnf/InhfziDoAFIcYAtET19b16LmW35+929dVXn3XWWZttttlUfX2fxLnHP/7xH/rQh6666qrnPe95w+FwNBpNW5wDaDcxBqBVZmZmqgfruzPdv/3bv12xYsURRxyx1lprTYpU5m5gKpPCmmuvvfZb3/rWFStWvPa1r+10OtXLBlp84ADTybQO0EK9Xq/b+W2Fx5NPPvm666576UtfOilS2bJFicljMKPRaJ999rn++uur2qCDwaCE2qAApCDGALRW9YjIYDDYeuutL7rooosvvnibbbZp2QMzk8dgtttuuy9+8Yuf/vSnn/KUp1S/o6vq6gDQSmIMQJtNHpgZjUZ77rnnN7/5zVNOOWWjjTZqwQMzVeMHg8HjHve400477dprr33Ri15UHWlrQhoAf0ih/1KVroJpmZVTy6xb32TLZdaPL7PCdD1jcqH222TLZdYIn5fqyZDhcLjmmmu+6U1vesUrXnHCCSecddZZg8FgzTXXDPeNf3I4/X7/4IMPfvvb3/64xz2u87vHYHK3bmG0r/Z8rhk415Yj1nHPde9uoszZO9d1VOa9Ox2rMQDTYvIWr4033vj000+/5pprdt999wceeGAwGORu2lzNfgxmjz32uPbaa9///vc/7nGPa8HiEgDzIsYATJHZNVW23377Sy655MILL1x33XU7v3vFWe4G1qli2HA43GqrrS644IJ//ud/fvrTn96yR30AmKNCf1QGQDqTNY1ut/uyl72s+o/D4bCqcF+9rzlvC1dRtXY4HK633npLliw57LDD1l577dFo1PndEzIATBurMQBTamZmptvtVqsZ4/F48803f9WrXlUtd5RTaGVSBmc8Hh944IErVqw48sgj11577daXwQGgnhsAwFSrysh0u9311lvv3HPPvfzyy5/9rGeVUPZ+8o614XD43Oc+96qrrjr77LOf8IQneAwGgI4YA0ClWofZdddd/+XKKz/60Y8+6UlPyhgYJm8j+JPNN//Yxz522WWXPfOZz/QYDAAThd4JynzVYK4bZ8TeaN8LeSO+cLnMl5CWeX7rteCFy3NX/Vir2+3eddddJ5100mmnnXbfffdVv92qnkVJbbKvdddd9/DDDz/iiCMe+chHVj97i/4TsnkN/oijvcx5st60vZA3F+d37vstc2yU+Y9HJbapE/OLezoRe6N9X3PLvD2LMYsj4peGhiYFWL773e8ee+yxF1xwQed3z9knvcpmZmaqtwvst99+xx133JZbbtlpUTUYMWa1P1uvzLku3X4jzkjO79z3W+bYKDPGxP6XLQBSmPym60//9E8/9alPfelLX9phhx3S/aZr9mugd9ppp0svvfTjH//4lltu6TEYAP6QEqNVJ+a/95SZnuuV+a8jTbTv32zqlfmvbvVaf/1GPCk1quWX6l1hZ5111jvf+c7bb7+90+ks4EuZJ5vadNNNjz766Ne97nXVmky1OLMgu2ifiPNVLu27W9Ur85cjZWrft6B6Zf7mqIlCWyzGzP2zTbTvAhZjytf66zfiSXlIk5913XHHHSeeeOKZZ565cuXK5g/MTLaw1lprHXLIIW9961s32GCDTot+RZZOxPkql/bdreqV+RW5TO37FlSvfTHGP3QB8BCqUDEYDDbaaKNTTz31m9/85l577TUajVb7pcyT+puj0eglL3nJddddd/LJJ2+wwQbVsowMA8BDEmMAmJPJ4yvbbrvt5z//+YsuumjrrbeuHl/p9/ursZ1tttnm4osv/sxnPjPZjgADwBwVun7kR2Vz/2wT7VtO9aOy8rX++o14Uuar+iHZzMzM/fff//73v/8f//Eff/GLX8x+z9gfMnkM5rGPfezb3va217/+9WuuueZka4vT+HaIOF/l0r67Vb0yf7BUpvZ9C6rXvh+VFdpiMWbun22ifRewGFO+1l+/EU/K6pk8wfLTn/502bJlZ599drWcMh6P//cDM1UtmuojBx100Nvf/vZNNtmk4zGY1RVxvsqlfXeremV+RS5T+74F1WtfjPGvXwCsjslLmTfbbLMPfvCDV1999fOf//zhcLjKAzPVy5RHo9FwONx9992vueaaM844Y5NNNvErMgCaEGMAWE2z673svPPOl1566fnnn7/FFltMIsok6jz5yU/+5Cc/eckllyStPwPA9Cj0FuJHZXP/bBPtW071o7Lytf76jXhSFsRoNOp2u91u91e/+tV73vOeU0455Z577ul0Oo9+9KP//u///rDDDnv4wx/uMZiFEnG+yqV9d6t6Zf5gqUzt+xZUr30/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\"\n        }\n    },\n    \"success\": true\n}"}],"_postman_id":"9b4e42e7-ad0c-4d20-aeb0-abce034dddae"},{"name":"MERCHANT: Get Invoice Status","id":"1368f380-8d2b-4c06-88c9-81bc3e09ddfb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/merchant/invoice_status?orderhash=MERC-XXXX-XXXX-XXXX-XXXX-XXXX","urlObject":{"protocol":"https","path":["api","v1","merchant","invoice_status"],"host":["api","paysr","co"],"query":[{"key":"orderhash","value":"MERC-XXXX-XXXX-XXXX-XXXX-XXXX"}],"variable":[]}},"response":[{"id":"95493764-6e43-4b7b-a7da-71e07f83eb08","name":"NETWORK: Get Referral Key - SUCCESS","originalRequest":{"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/network/refkey"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"94"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5, max=30"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.10"},{"key":"Date","value":"Wed, 17 Nov 2021 20:43:14 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"refcode\": {\n        \"description\": \"Personal Referral Code\",\n        \"ref_fk\": 12532561,\n        \"refcode\": \"BMJ5EJJNZM\"\n    }\n}"}],"_postman_id":"1368f380-8d2b-4c06-88c9-81bc3e09ddfb"},{"name":"MERCHANT: Get All Invoices","id":"4a314ac6-87a9-4f0e-ae73-6567d63f3c2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/merchant/all_invoices?merchant_key=MKEY-XXXX-XXXX-XXXX","urlObject":{"protocol":"https","path":["api","v1","merchant","all_invoices"],"host":["api","paysr","co"],"query":[{"key":"merchant_key","value":"MKEY-XXXX-XXXX-XXXX"}],"variable":[]}},"response":[{"id":"1376e031-c900-49b9-8888-f25ab3f87813","name":"NETWORK: Get Referral Key - SUCCESS","originalRequest":{"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/network/refkey"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"94"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5, max=30"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.10"},{"key":"Date","value":"Wed, 17 Nov 2021 20:43:14 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"refcode\": {\n        \"description\": \"Personal Referral Code\",\n        \"ref_fk\": 12532561,\n        \"refcode\": \"BMJ5EJJNZM\"\n    }\n}"}],"_postman_id":"4a314ac6-87a9-4f0e-ae73-6567d63f3c2d"}],"id":"89f7ba3b-b47a-4c98-bb4b-94419529fb7c","description":"<p>Merchant Functions are closely related to the Payment Functions, insofar as they both allow payment requests to be handled between wallets on the VeroWay Platform (cross-white-label as well).</p>\n<p>Payment Requests and Invoices generated via the Merchant Function Endpoints allow the merchant (usually the white-label partner), to monitor and track these transactions.<br />The most typical use-case for these Payment Requests are for sales via an internal or external store: Digital invoices for products, shopping-cart checkouts, or services are all possible with these Merchant Functions Endpoints.</p>\n<p>Note: The Merchant Console (via Website), allows the management of the orders and their payment status online to take place immediately, without the need to build a system with these Endpoints.</p>\n<p>Note: the argument/parameter 'merchant_key' is shown on the top left of the Merchant Console.</p>\n","_postman_id":"89f7ba3b-b47a-4c98-bb4b-94419529fb7c"},{"name":"Decentralized Trading","item":[{"name":"DEX: Get DEX Markets","id":"ac760a61-db59-4247-a85b-0da8a63bdd91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/dex/markets","description":"<p>Returns an overview of all available markets on the Decentralized Exchange.</p>\n","urlObject":{"protocol":"https","path":["api","v1","dex","markets"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[{"id":"528da35c-216e-431f-a485-59060adb5e76","name":"DEX: Get DEX Markets - SUCCESS","originalRequest":{"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/markets"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"38717"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5, max=30"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.10"},{"key":"Date","value":"Fri, 04 Mar 2022 11:39:26 GMT"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[{\"name\": \"1INCH/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 1.4252, \"bid\": 1.4254, \"ask\": 1.4273, \"price\": 1.4254, \"type\": \"spot\", \"baseCurrency\": \"1INCH\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0011940717847861207, \"change24h\": -0.03780207911435129, \"changeBod\": -0.01020762447052288, \"quoteVolume24h\": 926556.2703, \"volumeUsd24h\": 926556.2703}, {\"name\": \"AAPL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.01, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 165.12, \"bid\": 164.36, \"ask\": 165.29, \"price\": 165.12, \"type\": \"spot\", \"baseCurrency\": \"AAPL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.002002548698343346, \"change24h\": -0.009478104379124176, \"changeBod\": -0.009537520244736369, \"quoteVolume24h\": 6733.7457, \"volumeUsd24h\": 6733.7457}, {\"name\": \"AAVE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.01, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 130.43, \"bid\": 130.6, \"ask\": 130.68, \"price\": 130.6, \"type\": \"spot\", \"baseCurrency\": \"AAVE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 2000.0, \"change1h\": -0.005634231764885031, \"change24h\": -0.02631775143517483, \"changeBod\": 0.0036889025514909315, \"quoteVolume24h\": 3102019.8994, \"volumeUsd24h\": 3102019.8994}, {\"name\": \"AAVE/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.01, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 130.71, \"bid\": 130.56, \"ask\": 130.72, \"price\": 130.71, \"type\": \"spot\", \"baseCurrency\": \"AAVE\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 2000.0, \"change1h\": -0.004720932003350339, \"change24h\": -0.023167177341005905, \"changeBod\": 0.005384201215291131, \"quoteVolume24h\": 275386.2595, \"volumeUsd24h\": 275428.9498779477}, {\"name\": \"ABNB/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.005, \"sizeIncrement\": 0.025, \"minProvideSize\": 0.025, \"last\": 150.59, \"bid\": 146.82, \"ask\": 149.15, \"price\": 149.15, \"type\": \"spot\", \"baseCurrency\": \"ABNB\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.006262908921313879, \"change24h\": -0.053015873015873016, \"changeBod\": -0.023599882164249943, \"quoteVolume24h\": 6663.09225, \"volumeUsd24h\": 6663.09225}, {\"name\": \"ACB/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 3.536, \"bid\": 3.49, \"ask\": 3.538, \"price\": 3.536, \"type\": \"spot\", \"baseCurrency\": \"ACB\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.03467103467103467, \"changeBod\": -0.0011299435028248588, \"quoteVolume24h\": 427.6938, \"volumeUsd24h\": 427.6938}, {\"name\": \"AGLD/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 1.1405, \"bid\": 1.14, \"ask\": 1.1425, \"price\": 1.1405, \"type\": \"spot\", \"baseCurrency\": \"AGLD\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.00706401766004415, \"change24h\": -0.029361702127659574, \"changeBod\": -0.031422505307855626, \"quoteVolume24h\": 135756.69465, \"volumeUsd24h\": 135756.69465}, {\"name\": \"AKRO/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-06, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.01315, \"bid\": 0.01314, \"ask\": 0.013215, \"price\": 0.01315, \"type\": \"spot\", \"baseCurrency\": \"AKRO\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.012762762762762763, \"changeBod\": -0.003032600454890068, \"quoteVolume24h\": 2695.34371, \"volumeUsd24h\": 2695.34371}, {\"name\": \"AKRO/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-06, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.01316, \"bid\": 0.013105, \"ask\": 0.013195, \"price\": 0.01316, \"type\": \"spot\", \"baseCurrency\": \"AKRO\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0003800836183960471, \"change24h\": -0.012753188297074268, \"changeBod\": 0.0, \"quoteVolume24h\": 26760.5398, \"volumeUsd24h\": 26764.688218879797}, {\"name\": \"ALCX/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.1, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 115.2, \"bid\": 114.9, \"ask\": 115.5, \"price\": 115.2, \"type\": \"spot\", \"baseCurrency\": \"ALCX\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.005235602094240838, \"change24h\": -0.06946688206785137, \"changeBod\": -0.017902813299232736, \"quoteVolume24h\": 353674.3852, \"volumeUsd24h\": 353674.3852}, {\"name\": \"ALEPH/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.3484, \"bid\": 0.34835, \"ask\": 0.35135, \"price\": 0.3484, \"type\": \"spot\", \"baseCurrency\": \"ALEPH\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.010086660036937065, \"change24h\": -0.009523809523809525, \"changeBod\": -0.009382996872334376, \"quoteVolume24h\": 25354.23925, \"volumeUsd24h\": 25354.23925}, {\"name\": \"ALICE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0025, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 7.1125, \"bid\": 7.115, \"ask\": 7.1375, \"price\": 7.115, \"type\": \"spot\", \"baseCurrency\": \"ALICE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0035014005602240898, \"change24h\": -0.03656059580230196, \"changeBod\": -0.018958979662185453, \"quoteVolume24h\": 261524.29575, \"volumeUsd24h\": 261524.29575}, {\"name\": \"ALPHA/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.32335, \"bid\": 0.3236, \"ask\": 0.3245, \"price\": 0.3236, \"type\": \"spot\", \"baseCurrency\": \"ALPHA\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0006184291898577613, \"change24h\": -0.054492330168005844, \"changeBod\": -0.00857843137254902, \"quoteVolume24h\": 57718.45735, \"volumeUsd24h\": 57718.45735}, {\"name\": \"AMC/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0025, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 17.955, \"bid\": 17.685, \"ask\": 17.84, \"price\": 17.84, \"type\": \"spot\", \"baseCurrency\": \"AMC\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0036302708740575257, \"change24h\": -0.036847077878256175, \"changeBod\": -0.01856690964103975, \"quoteVolume24h\": 3.591, \"volumeUsd24h\": 3.591}, {\"name\": \"AMD/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.01, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 110.55, \"bid\": 110.64, \"ask\": 111.02, \"price\": 110.64, \"type\": \"spot\", \"baseCurrency\": \"AMD\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.005214889408379788, \"change24h\": -0.06086070791953145, \"changeBod\": -0.016533333333333334, \"quoteVolume24h\": 27057.1187, \"volumeUsd24h\": 27057.1187}, {\"name\": \"AMPL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.9561, \"bid\": 0.9504, \"ask\": 0.9561, \"price\": 0.9561, \"type\": \"spot\", \"baseCurrency\": \"AMPL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.00982256020278834, \"change24h\": -0.0889947594092425, \"changeBod\": -0.009530715839635346, \"quoteVolume24h\": 239536.6743, \"volumeUsd24h\": 239536.6743}, {\"name\": \"AMPL/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.9512, \"bid\": 0.9502, \"ask\": 0.9526, \"price\": 0.9512, \"type\": \"spot\", \"baseCurrency\": \"AMPL\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.006667372208699333, \"change24h\": -0.08871431308679824, \"changeBod\": -0.007512520868113523, \"quoteVolume24h\": 106201.1589, \"volumeUsd24h\": 106217.62220365267}, {\"name\": \"AMZN/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.1, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 2941.1, \"bid\": 2932.7, \"ask\": 2942.0, \"price\": 2941.1, \"type\": \"spot\", \"baseCurrency\": \"AMZN\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.00010199224858910723, \"change24h\": -0.030204108550136843, \"changeBod\": -0.007692567225614899, \"quoteVolume24h\": 5166.5103, \"volumeUsd24h\": 5166.5103}, {\"name\": \"APHA/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 4.552, \"bid\": 4.54, \"ask\": 4.556, \"price\": 4.552, \"type\": \"spot\", \"baseCurrency\": \"APHA\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.008494881289479415, \"change24h\": -0.06529774127310062, \"changeBod\": -0.0028477546549835705, \"quoteVolume24h\": 924.6627, \"volumeUsd24h\": 924.6627}, {\"name\": \"ARKK/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.01, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 62.92, \"bid\": 62.59, \"ask\": 62.86, \"price\": 62.86, \"type\": \"spot\", \"baseCurrency\": \"ARKK\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0022222222222222222, \"change24h\": -0.06472251153102217, \"changeBod\": -0.010078740157480314, \"quoteVolume24h\": 30491.2308, \"volumeUsd24h\": 30491.2308}, {\"name\": \"ASD/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-05, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 0.2184, \"bid\": 0.2191, \"ask\": 0.21978, \"price\": 0.2191, \"type\": \"spot\", \"baseCurrency\": \"ASD\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.00031938677738741617, \"change24h\": -0.022573162027123485, \"changeBod\": -0.012306721363206059, \"quoteVolume24h\": 11646.42908, \"volumeUsd24h\": 11646.42908}, {\"name\": \"ATLAS/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5e-07, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.02973225, \"bid\": 0.02973225, \"ask\": 0.02976025, \"price\": 0.02973225, \"type\": \"spot\", \"baseCurrency\": \"ATLAS\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0030262385782546734, \"change24h\": -0.0325469779549337, \"changeBod\": -0.04734860621595642, \"quoteVolume24h\": 1984657.62947, \"volumeUsd24h\": 1984657.62947}, {\"name\": \"ATOM/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0025, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 33.855, \"bid\": 33.7475, \"ask\": 33.8275, \"price\": 33.8275, \"type\": \"spot\", \"baseCurrency\": \"ATOM\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": -0.0005908855897776793, \"change24h\": 0.040365984930032295, \"changeBod\": -0.008572684642438452, \"quoteVolume24h\": 7345485.7295, \"volumeUsd24h\": 7345485.7295}, {\"name\": \"ATOM/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0025, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 33.7525, \"bid\": 33.73, \"ask\": 33.82, \"price\": 33.7525, \"type\": \"spot\", \"baseCurrency\": \"ATOM\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": -0.0032484311554078996, \"change24h\": 0.039097975833140924, \"changeBod\": -0.01221832016388645, \"quoteVolume24h\": 591929.0445, \"volumeUsd24h\": 592020.8053404784}, {\"name\": \"AUDIO/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.7888, \"bid\": 0.79135, \"ask\": 0.79305, \"price\": 0.79135, \"type\": \"spot\", \"baseCurrency\": \"AUDIO\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0038393756294058407, \"change24h\": -0.02248162559446606, \"changeBod\": -0.001954849287425905, \"quoteVolume24h\": 91057.61835, \"volumeUsd24h\": 91057.61835}, {\"name\": \"AUDIO/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.79195, \"bid\": 0.79105, \"ask\": 0.7945, \"price\": 0.79195, \"type\": \"spot\", \"baseCurrency\": \"AUDIO\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0032722924926058775, \"change24h\": -0.018831691754940223, \"changeBod\": -0.0003155768745266347, \"quoteVolume24h\": 30489.5874, \"volumeUsd24h\": 30494.313895838746}, {\"name\": \"AURY/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.00025, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 8.19125, \"bid\": 8.18875, \"ask\": 8.21125, \"price\": 8.19125, \"type\": \"spot\", \"baseCurrency\": \"AURY\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.00609719104531942, \"changeBod\": -0.0005490650642101089, \"quoteVolume24h\": 66290.16, \"volumeUsd24h\": 66290.16}, {\"name\": \"AVAX/BTC\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-07, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 0.0019329, \"bid\": 0.001932, \"ask\": 0.0019329, \"price\": 0.0019329, \"type\": \"spot\", \"baseCurrency\": \"AVAX\", \"quoteCurrency\": \"BTC\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": 0.004625779625779626, \"change24h\": 0.02016150314033884, \"changeBod\": 0.04679122664500406, \"quoteVolume24h\": 51.65648816, \"volumeUsd24h\": 2154921.3044215636}, {\"name\": \"AVAX/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 80.63, \"bid\": 80.642, \"ask\": 80.6765, \"price\": 80.642, \"type\": \"spot\", \"baseCurrency\": \"AVAX\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": 0.004152736011754671, \"change24h\": -0.022088560393386164, \"changeBod\": 0.026900718838143628, \"quoteVolume24h\": 53379332.93835, \"volumeUsd24h\": 53379332.93835}, {\"name\": \"AVAX/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 80.579, \"bid\": 80.6, \"ask\": 80.692, \"price\": 80.6, \"type\": \"spot\", \"baseCurrency\": \"AVAX\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": 0.0036547477476916563, \"change24h\": -0.021993022903079022, \"changeBod\": 0.027419087560070873, \"quoteVolume24h\": 2514706.6247, \"volumeUsd24h\": 2515096.454520961}, {\"name\": \"AXS/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 52.51, \"bid\": 52.468, \"ask\": 52.503, \"price\": 52.503, \"type\": \"spot\", \"baseCurrency\": \"AXS\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 2000.0, \"change1h\": -0.0024509803921568627, \"change24h\": -0.041443777043433806, \"changeBod\": -0.016226648428863198, \"quoteVolume24h\": 1801401.2022, \"volumeUsd24h\": 1801401.2022}, {\"name\": \"BABA/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.05, \"sizeIncrement\": 0.005, \"minProvideSize\": 0.005, \"last\": 101.85, \"bid\": 100.65, \"ask\": 101.65, \"price\": 101.65, \"type\": \"spot\", \"baseCurrency\": \"BABA\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.001971414489896501, \"change24h\": -0.036492890995260666, \"changeBod\": -0.0053816046966731895, \"quoteVolume24h\": 175153.74325, \"volumeUsd24h\": 175153.74325}, {\"name\": \"BADGER/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.005, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 8.38, \"bid\": 8.38, \"ask\": 8.4, \"price\": 8.38, \"type\": \"spot\", \"baseCurrency\": \"BADGER\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0011918951132300357, \"change24h\": -0.037334865020103386, \"changeBod\": -0.02558139534883721, \"quoteVolume24h\": 172528.48955, \"volumeUsd24h\": 172528.48955}, {\"name\": \"BAL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0025, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 12.1625, \"bid\": 12.135, \"ask\": 12.1825, \"price\": 12.1625, \"type\": \"spot\", \"baseCurrency\": \"BAL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0020597322348094747, \"change24h\": -0.05917617482111777, \"changeBod\": -0.018757563533682936, \"quoteVolume24h\": 32672.54855, \"volumeUsd24h\": 32672.54855}, {\"name\": \"BAL/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0025, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 12.16, \"bid\": 12.15, \"ask\": 12.175, \"price\": 12.16, \"type\": \"spot\", \"baseCurrency\": \"BAL\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0008230452674897119, \"change24h\": -0.060459725709870585, \"changeBod\": -0.019552509574682523, \"quoteVolume24h\": 27359.2427, \"volumeUsd24h\": 27363.483929803355}, {\"name\": \"BAND/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 4.034, \"bid\": 4.026, \"ask\": 4.036, \"price\": 4.034, \"type\": \"spot\", \"baseCurrency\": \"BAND\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.001987083954297069, \"change24h\": 0.008247938015496127, \"changeBod\": 0.017402269861286256, \"quoteVolume24h\": 103367.9951, \"volumeUsd24h\": 103367.9951}, {\"name\": \"BAO/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5e-07, \"sizeIncrement\": 1000.0, \"minProvideSize\": 1000.0, \"last\": 0.00013975, \"bid\": 0.00013925, \"ask\": 0.00013975, \"price\": 0.00013975, \"type\": \"spot\", \"baseCurrency\": \"BAO\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.003590664272890485, \"change24h\": -0.07296849087893864, \"changeBod\": -0.022727272727272728, \"quoteVolume24h\": 60160.911, \"volumeUsd24h\": 60160.911}, {\"name\": \"BAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0025, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 8.0625, \"bid\": 8.0575, \"ask\": 8.0875, \"price\": 8.0625, \"type\": \"spot\", \"baseCurrency\": \"BAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0078125, \"change24h\": 0.012558869701726845, \"changeBod\": 0.06470782436447672, \"quoteVolume24h\": 42408.16525, \"volumeUsd24h\": 42408.16525}, {\"name\": \"BAT/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.694725, \"bid\": 0.69375, \"ask\": 0.69495, \"price\": 0.694725, \"type\": \"spot\", \"baseCurrency\": \"BAT\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0016580759110406229, \"change24h\": -0.04662412515438452, \"changeBod\": -0.027506561679790025, \"quoteVolume24h\": 86235.3263, \"volumeUsd24h\": 86235.3263}, {\"name\": \"BB/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0025, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 6.475, \"bid\": 6.5625, \"ask\": 6.665, \"price\": 6.5625, \"type\": \"spot\", \"baseCurrency\": \"BB\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.011671686746987951, \"change24h\": -0.0374037403740374, \"changeBod\": -0.020887728459530026, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"BCH/BTC\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-06, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 0.007375, \"bid\": 0.007382, \"ask\": 0.007397, \"price\": 0.007382, \"type\": \"spot\", \"baseCurrency\": \"BCH\", \"quoteCurrency\": \"BTC\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 1500.0, \"change1h\": 0.0006777822963264199, \"change24h\": 0.003807451726951319, \"changeBod\": -0.005255356420967525, \"quoteVolume24h\": 2.506044352, \"volumeUsd24h\": 104543.07980099691}, {\"name\": \"BCH/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.025, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 308.275, \"bid\": 308.175, \"ask\": 308.35, \"price\": 308.275, \"type\": \"spot\", \"baseCurrency\": \"BCH\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 1500.0, \"change1h\": -0.0005673528934997568, \"change24h\": -0.03603814884302689, \"changeBod\": -0.022590361445783132, \"quoteVolume24h\": 1851343.40375, \"volumeUsd24h\": 1851343.40375}, {\"name\": \"BCH/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.025, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 308.175, \"bid\": 308.125, \"ask\": 308.3, \"price\": 308.175, \"type\": \"spot\", \"baseCurrency\": \"BCH\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 1500.0, \"change1h\": -0.00016221915808256956, \"change24h\": -0.03627550621530764, \"changeBod\": -0.022752497225305215, \"quoteVolume24h\": 944851.7409, \"volumeUsd24h\": 944998.2118168743}, {\"name\": \"BICO/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 1.5637, \"bid\": 1.5609, \"ask\": 1.5686, \"price\": 1.5637, \"type\": \"spot\", \"baseCurrency\": \"BICO\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.03398796535079019, \"change24h\": 0.10049968329931733, \"changeBod\": -0.010754728917568165, \"quoteVolume24h\": 1124374.3877, \"volumeUsd24h\": 1124374.3877}, {\"name\": \"BILI/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.005, \"sizeIncrement\": 0.05, \"minProvideSize\": 0.05, \"last\": 26.795, \"bid\": 26.635, \"ask\": 26.81, \"price\": 26.795, \"type\": \"spot\", \"baseCurrency\": \"BILI\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0013079222720478326, \"change24h\": -0.13130166963851517, \"changeBod\": -0.039433590249148595, \"quoteVolume24h\": 39390.7545, \"volumeUsd24h\": 39390.7545}, {\"name\": \"BIT/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.00025, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 1.1935, \"bid\": 1.19275, \"ask\": 1.19325, \"price\": 1.19325, \"type\": \"spot\", \"baseCurrency\": \"BIT\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0008373456144023446, \"change24h\": -0.029088689991863304, \"changeBod\": -0.020320197044334975, \"quoteVolume24h\": 1241019.5355, \"volumeUsd24h\": 1241019.5355}, {\"name\": \"BITO/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.005, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 26.1, \"bid\": 26.185, \"ask\": 26.265, \"price\": 26.185, \"type\": \"spot\", \"baseCurrency\": \"BITO\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0013348588863463006, \"change24h\": -0.04189535309184047, \"changeBod\": -0.019655559715462373, \"quoteVolume24h\": 89.00075, \"volumeUsd24h\": 89.00075}, {\"name\": \"BITW/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.005, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 30.075, \"bid\": 28.715, \"ask\": 31.635, \"price\": 30.075, \"type\": \"spot\", \"baseCurrency\": \"BITW\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.011503697617091208, \"change24h\": -0.05141144929821795, \"changeBod\": -0.033734939759036145, \"quoteVolume24h\": 333.853, \"volumeUsd24h\": 333.853}, {\"name\": \"BLT/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.4849, \"bid\": 0.482, \"ask\": 0.4859, \"price\": 0.4849, \"type\": \"spot\", \"baseCurrency\": \"BLT\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.006016597510373444, \"change24h\": 0.009157127991675338, \"changeBod\": 0.002688172043010753, \"quoteVolume24h\": 69602.631, \"volumeUsd24h\": 69602.631}, {\"name\": \"BNB/BTC\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-07, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 0.009531, \"bid\": 0.0095265, \"ask\": 0.0095357, \"price\": 0.009531, \"type\": \"spot\", \"baseCurrency\": \"BNB\", \"quoteCurrency\": \"BTC\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": -0.00048240278535173454, \"change24h\": 0.014583776878858846, \"changeBod\": 0.005008699319871355, \"quoteVolume24h\": 9.774476917, \"volumeUsd24h\": 407755.72049689456}, {\"name\": \"BNB/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 397.6, \"bid\": 397.6, \"ask\": 397.601, \"price\": 397.6, \"type\": \"spot\", \"baseCurrency\": \"BNB\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": -0.0002891517795406258, \"change24h\": -0.02692119432207538, \"changeBod\": -0.01469775556276965, \"quoteVolume24h\": 52713678.92569, \"volumeUsd24h\": 52713678.92569}, {\"name\": \"BNB/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 397.57, \"bid\": 397.525, \"ask\": 397.526, \"price\": 397.526, \"type\": \"spot\", \"baseCurrency\": \"BNB\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": -0.0009349129676449743, \"change24h\": -0.02690225107462131, \"changeBod\": -0.014690682681749796, \"quoteVolume24h\": 19995668.24619, \"volumeUsd24h\": 19998767.974681523}, {\"name\": \"BNT/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 2.336, \"bid\": 2.335, \"ask\": 2.342, \"price\": 2.336, \"type\": \"spot\", \"baseCurrency\": \"BNT\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0012858979854264896, \"change24h\": -0.042034037318023375, \"changeBod\": -0.02116069557930023, \"quoteVolume24h\": 162159.609, \"volumeUsd24h\": 162159.609}, {\"name\": \"BNTX/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.01, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 136.3, \"bid\": 135.31, \"ask\": 135.73, \"price\": 135.73, \"type\": \"spot\", \"baseCurrency\": \"BNTX\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.015950119625897194, \"change24h\": -0.06759634540083809, \"changeBod\": -0.04442410588566601, \"quoteVolume24h\": 857.2325, \"volumeUsd24h\": 857.2325}, {\"name\": \"BOBA/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 1.2825, \"bid\": 1.282, \"ask\": 1.283, \"price\": 1.2825, \"type\": \"spot\", \"baseCurrency\": \"BOBA\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.018261214767764985, \"change24h\": 0.01624405705229794, \"changeBod\": 0.05904211395540875, \"quoteVolume24h\": 1908974.9076, \"volumeUsd24h\": 1908974.9076}, {\"name\": \"BRZ/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.1973, \"bid\": 0.19733, \"ask\": 0.19746, \"price\": 0.19733, \"type\": \"spot\", \"baseCurrency\": \"BRZ\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.00030396676630021786, \"change24h\": 0.01324775353016688, \"changeBod\": -0.0006583611870758635, \"quoteVolume24h\": 2259909.20266, \"volumeUsd24h\": 2259909.20266}, {\"name\": \"BRZ/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.19755, \"bid\": 0.19696, \"ask\": 0.19796, \"price\": 0.19755, \"type\": \"spot\", \"baseCurrency\": \"BRZ\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.014637904468412942, \"changeBod\": 0.0020797402860911027, \"quoteVolume24h\": 258673.90392, \"volumeUsd24h\": 258714.00354858566}, {\"name\": \"BTC/BRZ\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5.0, \"sizeIncrement\": 0.0001, \"minProvideSize\": 0.0001, \"last\": 211765.0, \"bid\": 211010.0, \"ask\": 211630.0, \"price\": 211630.0, \"type\": \"spot\", \"baseCurrency\": \"BTC\", \"quoteCurrency\": \"BRZ\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": 0.0002126804830210081, \"change24h\": -0.052791764574241916, \"changeBod\": -0.016269232557058522, \"quoteVolume24h\": 4962009.046, \"volumeUsd24h\": 979153.24504718}, {\"name\": \"BTC/EUR\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 0.0001, \"minProvideSize\": 0.0001, \"last\": 38000.0, \"bid\": 37936.0, \"ask\": 37953.0, \"price\": 37953.0, \"type\": \"spot\", \"baseCurrency\": \"BTC\", \"quoteCurrency\": \"EUR\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": 0.0016891446066140568, \"change24h\": -0.0313664437752029, \"changeBod\": -0.010661592200615192, \"quoteVolume24h\": 1370439.16, \"volumeUsd24h\": 1507483.076}, {\"name\": \"BTC/TRYB\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.1, \"sizeIncrement\": 0.0001, \"minProvideSize\": 0.0001, \"last\": 596910.6, \"bid\": 595255.3, \"ask\": 596203.0, \"price\": 596203.0, \"type\": \"spot\", \"baseCurrency\": \"BTC\", \"quoteCurrency\": \"TRYB\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": -0.001101764800692155, \"change24h\": -0.031683695759861366, \"changeBod\": -0.013915921621761088, \"quoteVolume24h\": 1166201.03787, \"volumeUsd24h\": 81657.3966716574}, {\"name\": \"BTC/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 0.0001, \"minProvideSize\": 0.0001, \"last\": 41704.0, \"bid\": 41700.0, \"ask\": 41701.0, \"price\": 41701.0, \"type\": \"spot\", \"baseCurrency\": \"BTC\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": -0.0011258024336495162, \"change24h\": -0.04126816258966342, \"changeBod\": -0.019376837154614933, \"quoteVolume24h\": 621662859.7727, \"volumeUsd24h\": 621662859.7727}, {\"name\": \"BTC/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 0.0001, \"minProvideSize\": 0.0001, \"last\": 41700.0, \"bid\": 41695.0, \"ask\": 41696.0, \"price\": 41696.0, \"type\": \"spot\", \"baseCurrency\": \"BTC\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": -0.0008865885510267653, \"change24h\": -0.041008302858851396, \"changeBod\": -0.01914843566219713, \"quoteVolume24h\": 233501318.3324, \"volumeUsd24h\": 233537515.7067679}, {\"name\": \"BTT/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 1000000.0, \"minProvideSize\": 1000000.0, \"last\": 1.88e-06, \"bid\": 1.88e-06, \"ask\": 1.89e-06, \"price\": 1.88e-06, \"type\": \"spot\", \"baseCurrency\": \"BTT\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.020833333333333332, \"changeBod\": -0.010526315789473684, \"quoteVolume24h\": 2533.12, \"volumeUsd24h\": 2533.12}, {\"name\": \"BYND/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.01, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 47.15, \"bid\": 45.95, \"ask\": 46.42, \"price\": 46.42, \"type\": \"spot\", \"baseCurrency\": \"BYND\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.002364066193853428, \"change24h\": 0.010008703220191472, \"changeBod\": -0.009812286689419795, \"quoteVolume24h\": 753.0891, \"volumeUsd24h\": 753.0891}, {\"name\": \"C98/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 1.443, \"bid\": 1.4406, \"ask\": 1.4428, \"price\": 1.4428, \"type\": \"spot\", \"baseCurrency\": \"C98\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0034775351231047433, \"change24h\": -0.049288350026357404, \"changeBod\": -0.04809658903476941, \"quoteVolume24h\": 192180.5612, \"volumeUsd24h\": 192180.5612}, {\"name\": \"CAD/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.786, \"bid\": 0.7851, \"ask\": 0.7852, \"price\": 0.7852, \"type\": \"spot\", \"baseCurrency\": \"CAD\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0013989571410403154, \"change24h\": -0.008335438241980297, \"changeBod\": -0.0053204965796807705, \"quoteVolume24h\": 8157.6273, \"volumeUsd24h\": 8157.6273}, {\"name\": \"CEL/BTC\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 7.103e-05, \"bid\": 7.091e-05, \"ask\": 7.132e-05, \"price\": 7.103e-05, \"type\": \"spot\", \"baseCurrency\": \"CEL\", \"quoteCurrency\": \"BTC\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.017021865485745916, \"changeBod\": -0.0267196492189641, \"quoteVolume24h\": 0.73399228, \"volumeUsd24h\": 30619.495397244937}, {\"name\": \"CEL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 2.974, \"bid\": 2.9625, \"ask\": 2.974, \"price\": 2.974, \"type\": \"spot\", \"baseCurrency\": \"CEL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0026972353337828725, \"change24h\": -0.053770283168946865, \"changeBod\": -0.04049040167768995, \"quoteVolume24h\": 758763.8507, \"volumeUsd24h\": 758763.8507}, {\"name\": \"CGC/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0025, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 6.5375, \"bid\": 6.6275, \"ask\": 7.7225, \"price\": 6.6275, \"type\": \"spot\", \"baseCurrency\": \"CGC\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0026335590669676447, \"change24h\": -0.050161232533142246, \"changeBod\": -0.01266294227188082, \"quoteVolume24h\": 225.376, \"volumeUsd24h\": 225.376}, {\"name\": \"CHR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.40025, \"bid\": 0.39985, \"ask\": 0.40025, \"price\": 0.40025, \"type\": \"spot\", \"baseCurrency\": \"CHR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.008948827829594152, \"change24h\": -0.036470871449205584, \"changeBod\": -0.0023678963110667995, \"quoteVolume24h\": 60273.739, \"volumeUsd24h\": 60273.739}, {\"name\": \"CHZ/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-06, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.20145, \"bid\": 0.201217, \"ask\": 0.201445, \"price\": 0.201445, \"type\": \"spot\", \"baseCurrency\": \"CHZ\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0025697649085975717, \"change24h\": 0.029745534847106212, \"changeBod\": 0.021210477489214796, \"quoteVolume24h\": 491332.81374, \"volumeUsd24h\": 491332.81374}, {\"name\": \"CHZ/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-06, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.201452, \"bid\": 0.201144, \"ask\": 0.201723, \"price\": 0.201452, \"type\": \"spot\", \"baseCurrency\": \"CHZ\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.001541412449259775, \"change24h\": 0.029712889556785714, \"changeBod\": 0.020097932480264123, \"quoteVolume24h\": 154498.41647, \"volumeUsd24h\": 154522.36681452117}, {\"name\": \"CITY/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0025, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 10.545, \"bid\": 10.555, \"ask\": 10.615, \"price\": 10.555, \"type\": \"spot\", \"baseCurrency\": \"CITY\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.015850815850815853, \"change24h\": 0.028501827040194883, \"changeBod\": 0.0507715281234445, \"quoteVolume24h\": 25624.57925, \"volumeUsd24h\": 25624.57925}, {\"name\": \"CLV/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 0.354, \"bid\": 0.354, \"ask\": 0.3545, \"price\": 0.354, \"type\": \"spot\", \"baseCurrency\": \"CLV\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0028328611898017, \"change24h\": -0.06472919418758256, \"changeBod\": -0.004219409282700422, \"quoteVolume24h\": 65535.4027, \"volumeUsd24h\": 65535.4027}, {\"name\": \"COIN/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0025, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 176.2, \"bid\": 176.3575, \"ask\": 176.665, \"price\": 176.3575, \"type\": \"spot\", \"baseCurrency\": \"COIN\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0012317712020387937, \"change24h\": -0.08516405135520684, \"changeBod\": -0.013205198147915006, \"quoteVolume24h\": 48032.43315, \"volumeUsd24h\": 48032.43315}, {\"name\": \"COMP/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.01, \"sizeIncrement\": 0.0001, \"minProvideSize\": 0.0001, \"last\": 115.51, \"bid\": 115.39, \"ask\": 115.51, \"price\": 115.51, \"type\": \"spot\", \"baseCurrency\": \"COMP\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.007061900610287707, \"change24h\": -0.05078478100090394, \"changeBod\": -0.016266394140691535, \"quoteVolume24h\": 430900.907189, \"volumeUsd24h\": 430900.907189}, {\"name\": \"COMP/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.01, \"sizeIncrement\": 0.0001, \"minProvideSize\": 0.0001, \"last\": 115.63, \"bid\": 115.33, \"ask\": 115.5, \"price\": 115.5, \"type\": \"spot\", \"baseCurrency\": \"COMP\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0077654654916673935, \"change24h\": -0.04993008143456445, \"changeBod\": -0.015848670756646217, \"quoteVolume24h\": 281285.363491, \"volumeUsd24h\": 281328.9683480484}, {\"name\": \"CONV/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-05, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.00465, \"bid\": 0.00463, \"ask\": 0.00464, \"price\": 0.00464, \"type\": \"spot\", \"baseCurrency\": \"CONV\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.008547008547008548, \"change24h\": -0.04526748971193416, \"changeBod\": -0.01694915254237288, \"quoteVolume24h\": 256552.7518, \"volumeUsd24h\": 256552.7518}, {\"name\": \"COPE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.00025, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.2985, \"bid\": 0.29675, \"ask\": 0.2975, \"price\": 0.2975, \"type\": \"spot\", \"baseCurrency\": \"COPE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.010806317539484621, \"change24h\": -0.062253743104806934, \"changeBod\": -0.032520325203252036, \"quoteVolume24h\": 38054.73375, \"volumeUsd24h\": 38054.73375}, {\"name\": \"CQT/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.347, \"bid\": 0.3469, \"ask\": 0.3475, \"price\": 0.347, \"type\": \"spot\", \"baseCurrency\": \"CQT\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0023001725129384704, \"change24h\": -0.028011204481792718, \"changeBod\": -0.014484521442771939, \"quoteVolume24h\": 145820.2622, \"volumeUsd24h\": 145820.2622}, {\"name\": \"CREAM/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.05, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 48.5, \"bid\": 48.4, \"ask\": 48.5, \"price\": 48.5, \"type\": \"spot\", \"baseCurrency\": \"CREAM\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.04189044038668099, \"change24h\": -0.02119071644803229, \"changeBod\": 0.02863202545068929, \"quoteVolume24h\": 3792320.934, \"volumeUsd24h\": 3792320.934}, {\"name\": \"CREAM/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.05, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 48.5, \"bid\": 48.4, \"ask\": 48.7, \"price\": 48.5, \"type\": \"spot\", \"baseCurrency\": \"CREAM\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.04189044038668099, \"change24h\": -0.02512562814070352, \"changeBod\": 0.029723991507430998, \"quoteVolume24h\": 122255.0445, \"volumeUsd24h\": 122273.99647699839}, {\"name\": \"CRO/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5e-05, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.421925, \"bid\": 0.42135, \"ask\": 0.421925, \"price\": 0.421925, \"type\": \"spot\", \"baseCurrency\": \"CRO\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.002018642759603396, \"change24h\": -0.03300292213373059, \"changeBod\": -0.020373810076619456, \"quoteVolume24h\": 1652229.428, \"volumeUsd24h\": 1652229.428}, {\"name\": \"CRON/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 3.366, \"bid\": 3.085, \"ask\": 3.35, \"price\": 3.35, \"type\": \"spot\", \"baseCurrency\": \"CRON\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0005973715651135006, \"change24h\": -0.06529017857142858, \"changeBod\": 0.0017942583732057417, \"quoteVolume24h\": 314.04, \"volumeUsd24h\": 314.04}, {\"name\": \"CRV/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 2.46675, \"bid\": 2.46575, \"ask\": 2.468, \"price\": 2.46675, \"type\": \"spot\", \"baseCurrency\": \"CRV\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 2500.0, \"change1h\": -0.0015785319652722968, \"change24h\": -0.04084687767322498, \"changeBod\": -0.0200421102812649, \"quoteVolume24h\": 1512162.94695, \"volumeUsd24h\": 1512162.94695}, {\"name\": \"CUSDT/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5e-06, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.0218175, \"bid\": 0.021815, \"ask\": 0.0218175, \"price\": 0.0218175, \"type\": \"spot\", \"baseCurrency\": \"CUSDT\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.00011457378551787351, \"changeBod\": 0.0, \"quoteVolume24h\": 934.6065575, \"volumeUsd24h\": 934.6065575}, {\"name\": \"CUSDT/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5e-06, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.0218775, \"bid\": 0.0218125, \"ask\": 0.0218775, \"price\": 0.0218775, \"type\": \"spot\", \"baseCurrency\": \"CUSDT\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.0, \"changeBod\": 0.0, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"CVC/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.2816, \"bid\": 0.282, \"ask\": 0.28285, \"price\": 0.282, \"type\": \"spot\", \"baseCurrency\": \"CVC\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.012203876525484566, \"change24h\": -0.020152883947185545, \"changeBod\": -0.019641925951677387, \"quoteVolume24h\": 62290.45135, \"volumeUsd24h\": 62290.45135}, {\"name\": \"DAI/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 1.0001, \"bid\": 1.0001, \"ask\": 1.0002, \"price\": 1.0001, \"type\": \"spot\", \"baseCurrency\": \"DAI\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.00019994001799460162, \"change24h\": 0.0, \"changeBod\": -9.998000399920016e-05, \"quoteVolume24h\": 662059.7477, \"volumeUsd24h\": 662059.7477}, {\"name\": \"DAI/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 0.9998, \"bid\": 0.9998, \"ask\": 0.9999, \"price\": 0.9998, \"type\": \"spot\", \"baseCurrency\": \"DAI\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.00010001000100010001, \"change24h\": -0.0002, \"changeBod\": -0.0002, \"quoteVolume24h\": 247168.53077, \"volumeUsd24h\": 247206.84683563997}, {\"name\": \"DAWN/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 1.6985, \"bid\": 1.7005, \"ask\": 1.705, \"price\": 1.7005, \"type\": \"spot\", \"baseCurrency\": \"DAWN\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0020539906103286387, \"change24h\": -0.03160592255125285, \"changeBod\": -0.021294964028776977, \"quoteVolume24h\": 102326.4975, \"volumeUsd24h\": 102326.4975}, {\"name\": \"DENT/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-06, \"sizeIncrement\": 100.0, \"minProvideSize\": 100.0, \"last\": 0.002476, \"bid\": 0.002466, \"ask\": 0.002478, \"price\": 0.002476, \"type\": \"spot\", \"baseCurrency\": \"DENT\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0024291497975708503, \"change24h\": -0.01628923321414382, \"changeBod\": -0.011971268954509178, \"quoteVolume24h\": 52921.0057, \"volumeUsd24h\": 52921.0057}, {\"name\": \"DFL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-06, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.01393, \"bid\": 0.013875, \"ask\": 0.013925, \"price\": 0.013925, \"type\": \"spot\", \"baseCurrency\": \"DFL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.005357142857142857, \"change24h\": -0.08688524590163935, \"changeBod\": -0.03633217993079585, \"quoteVolume24h\": 64883.66545, \"volumeUsd24h\": 64883.66545}, {\"name\": \"DKNG/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.005, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 20.265, \"bid\": 20.655, \"ask\": 20.795, \"price\": 20.655, \"type\": \"spot\", \"baseCurrency\": \"DKNG\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.003137065637065637, \"change24h\": -0.10758263123784835, \"changeBod\": -0.01148600143575018, \"quoteVolume24h\": 520.31495, \"volumeUsd24h\": 520.31495}, {\"name\": \"DMG/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 0.029, \"bid\": 0.029, \"ask\": 0.03, \"price\": 0.029, \"type\": \"spot\", \"baseCurrency\": \"DMG\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.0, \"changeBod\": -0.03333333333333333, \"quoteVolume24h\": 720.0966, \"volumeUsd24h\": 720.0966}, {\"name\": \"DMG/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 0.029, \"bid\": 0.029, \"ask\": 0.031, \"price\": 0.029, \"type\": \"spot\", \"baseCurrency\": \"DMG\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.06451612903225806, \"changeBod\": -0.03333333333333333, \"quoteVolume24h\": 11.8566, \"volumeUsd24h\": 11.858438010132}, {\"name\": \"DODO/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 0.435, \"bid\": 0.434, \"ask\": 0.437, \"price\": 0.435, \"type\": \"spot\", \"baseCurrency\": \"DODO\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.004576659038901602, \"change24h\": -0.05434782608695652, \"changeBod\": -0.029017857142857144, \"quoteVolume24h\": 29565.1818, \"volumeUsd24h\": 29565.1818}, {\"name\": \"DOGE/BTC\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 3.07e-06, \"bid\": 3.06e-06, \"ask\": 3.08e-06, \"price\": 3.07e-06, \"type\": \"spot\", \"baseCurrency\": \"DOGE\", \"quoteCurrency\": \"BTC\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": 0.0032679738562091504, \"change24h\": 0.006557377049180328, \"changeBod\": 0.0032679738562091504, \"quoteVolume24h\": 1.91717216, \"volumeUsd24h\": 79977.46805844625}, {\"name\": \"DOGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-07, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.1280165, \"bid\": 0.1280165, \"ask\": 0.128032, \"price\": 0.1280165, \"type\": \"spot\", \"baseCurrency\": \"DOGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": -9.372913062325967e-05, \"change24h\": -0.03354597614374151, \"changeBod\": -0.016192309613559427, \"quoteVolume24h\": 6828046.9088205, \"volumeUsd24h\": 6828046.9088205}, {\"name\": \"DOGE/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-07, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.128092, \"bid\": 0.1279665, \"ask\": 0.1280435, \"price\": 0.1280435, \"type\": \"spot\", \"baseCurrency\": \"DOGE\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": 0.000519624620048915, \"change24h\": -0.03265932090068106, \"changeBod\": -0.015686018265120998, \"quoteVolume24h\": 1664908.4815625, \"volumeUsd24h\": 1665166.5756753117}, {\"name\": \"DOT/BTC\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 0.00041758, \"bid\": 0.00041737, \"ask\": 0.00041778, \"price\": 0.00041758, \"type\": \"spot\", \"baseCurrency\": \"DOT\", \"quoteCurrency\": \"BTC\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": 0.0010068079393997507, \"change24h\": -0.011340767573454555, \"changeBod\": -0.016463716230539133, \"quoteVolume24h\": 14.595307017, \"volumeUsd24h\": 608863.2649220892}, {\"name\": \"DOT/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 17.425, \"bid\": 17.412, \"ask\": 17.425, \"price\": 17.425, \"type\": \"spot\", \"baseCurrency\": \"DOT\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": 0.0008040893687898455, \"change24h\": -0.05221648082676095, \"changeBod\": -0.03403736349021565, \"quoteVolume24h\": 19285374.2153, \"volumeUsd24h\": 19285374.2153}, {\"name\": \"DOT/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 17.437, \"bid\": 17.399, \"ask\": 17.425, \"price\": 17.425, \"type\": \"spot\", \"baseCurrency\": \"DOT\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": 0.0005742176284811944, \"change24h\": -0.050667393080904385, \"changeBod\": -0.03419798248531205, \"quoteVolume24h\": 764067.3937, \"volumeUsd24h\": 764185.8394273714}, {\"name\": \"DYDX/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 5.452, \"bid\": 5.45, \"ask\": 5.454, \"price\": 5.452, \"type\": \"spot\", \"baseCurrency\": \"DYDX\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 2500.0, \"change1h\": -0.0023787740164684353, \"change24h\": -0.08338937457969066, \"changeBod\": -0.02538434036467644, \"quoteVolume24h\": 1163220.8163, \"volumeUsd24h\": 1163220.8163}, {\"name\": \"EDEN/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 0.355, \"bid\": 0.354, \"ask\": 0.3545, \"price\": 0.3545, \"type\": \"spot\", \"baseCurrency\": \"EDEN\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.008534850640113799, \"change24h\": -0.0260989010989011, \"changeBod\": -0.011157601115760111, \"quoteVolume24h\": 39635.95225, \"volumeUsd24h\": 39635.95225}, {\"name\": \"EMB/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-05, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.06932, \"bid\": 0.0693, \"ask\": 0.06977, \"price\": 0.06932, \"type\": \"spot\", \"baseCurrency\": \"EMB\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.00014423770373575654, \"change24h\": 0.006095791001451379, \"changeBod\": -0.004166068093664703, \"quoteVolume24h\": 4459.8182, \"volumeUsd24h\": 4459.8182}, {\"name\": \"ENJ/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 1.4592, \"bid\": 1.45455, \"ask\": 1.45735, \"price\": 1.45735, \"type\": \"spot\", \"baseCurrency\": \"ENJ\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 1000.0, \"change1h\": -0.001746694979108158, \"change24h\": -0.04934768427919113, \"changeBod\": -0.018685610396606288, \"quoteVolume24h\": 345433.94805, \"volumeUsd24h\": 345433.94805}, {\"name\": \"ENS/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.005, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 15.675, \"bid\": 15.67, \"ask\": 15.71, \"price\": 15.675, \"type\": \"spot\", \"baseCurrency\": \"ENS\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.02336448598130841, \"change24h\": 0.04779411764705882, \"changeBod\": 0.09157381615598886, \"quoteVolume24h\": 527892.24275, \"volumeUsd24h\": 527892.24275}, {\"name\": \"ETH/BRZ\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 0.0001, \"minProvideSize\": 0.0001, \"last\": 13910.0, \"bid\": 13851.0, \"ask\": 13928.0, \"price\": 13910.0, \"type\": \"spot\", \"baseCurrency\": \"ETH\", \"quoteCurrency\": \"BRZ\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": -0.0006465981751562612, \"change24h\": -0.07457920298050695, \"changeBod\": -0.03288604602655913, \"quoteVolume24h\": 419505.2925, \"volumeUsd24h\": 82780.979369025}, {\"name\": \"ETH/BTC\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5e-06, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 0.0657675, \"bid\": 0.065775, \"ask\": 0.0657775, \"price\": 0.065775, \"type\": \"spot\", \"baseCurrency\": \"ETH\", \"quoteCurrency\": \"BTC\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": -0.0002659877645628301, \"change24h\": -0.021896724785308005, \"changeBod\": -0.01364624728199745, \"quoteVolume24h\": 364.17870546, \"volumeUsd24h\": 15192214.549732171}, {\"name\": \"ETH/EUR\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.1, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 2490.2, \"bid\": 2493.1, \"ask\": 2497.0, \"price\": 2493.1, \"type\": \"spot\", \"baseCurrency\": \"ETH\", \"quoteCurrency\": \"EUR\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": 0.0009233981050264976, \"change24h\": -0.05521449143550099, \"changeBod\": -0.025218955270566154, \"quoteVolume24h\": 652927.1573, \"volumeUsd24h\": 718219.87303}, {\"name\": \"ETH/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.1, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 2742.8, \"bid\": 2742.7, \"ask\": 2742.8, \"price\": 2742.8, \"type\": \"spot\", \"baseCurrency\": \"ETH\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": -0.0014925916487677018, \"change24h\": -0.06238676375072642, \"changeBod\": -0.03255617085817079, \"quoteVolume24h\": 357271338.4646, \"volumeUsd24h\": 357271338.4646}, {\"name\": \"ETH/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.1, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 2742.1, \"bid\": 2742.6, \"ask\": 2742.7, \"price\": 2742.6, \"type\": \"spot\", \"baseCurrency\": \"ETH\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": -0.0012017917622637387, \"change24h\": -0.06184579599096942, \"changeBod\": -0.032524340341470295, \"quoteVolume24h\": 80368630.2886, \"volumeUsd24h\": 80381089.03366734}, {\"name\": \"ETHE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 21.17, \"bid\": 21.167, \"ask\": 21.187, \"price\": 21.17, \"type\": \"spot\", \"baseCurrency\": \"ETHE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0009909867396536264, \"change24h\": -0.0839463435742103, \"changeBod\": -0.03138726207906296, \"quoteVolume24h\": 103060.5891, \"volumeUsd24h\": 103060.5891}, {\"name\": \"EUR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 1.1, \"bid\": 1.1, \"ask\": 1.1001, \"price\": 1.1, \"type\": \"spot\", \"baseCurrency\": \"EUR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0022675736961451248, \"change24h\": -0.009009009009009009, \"changeBod\": -0.007220216606498195, \"quoteVolume24h\": 5898371.0384, \"volumeUsd24h\": 5898371.0384}, {\"name\": \"EURT/EUR\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.9959, \"bid\": 0.997, \"ask\": 0.9987, \"price\": 0.997, \"type\": \"spot\", \"baseCurrency\": \"EURT\", \"quoteCurrency\": \"EUR\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.001004016064257028, \"change24h\": 0.00010031096398836393, \"changeBod\": -0.0019020923015316848, \"quoteVolume24h\": 3571.3214, \"volumeUsd24h\": 3928.45354}, {\"name\": \"EURT/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 1.1, \"bid\": 1.097, \"ask\": 1.0983, \"price\": 1.0983, \"type\": \"spot\", \"baseCurrency\": \"EURT\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.002452316076294278, \"change24h\": -0.010005408328826392, \"changeBod\": -0.00794869478818535, \"quoteVolume24h\": 138463.3304, \"volumeUsd24h\": 138463.3304}, {\"name\": \"EURT/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 1.0991, \"bid\": 1.0983, \"ask\": 1.0991, \"price\": 1.0991, \"type\": \"spot\", \"baseCurrency\": \"EURT\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.001997639153727413, \"change24h\": -0.009462869502523431, \"changeBod\": -0.00605896183758365, \"quoteVolume24h\": 1238620.4266, \"volumeUsd24h\": 1238812.4375385316}, {\"name\": \"FB/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.01, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 200.94, \"bid\": 200.8, \"ask\": 201.25, \"price\": 200.94, \"type\": \"spot\", \"baseCurrency\": \"FB\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.03315209546263773, \"changeBod\": -0.011559840621771853, \"quoteVolume24h\": 36713.9174, \"volumeUsd24h\": 36713.9174}, {\"name\": \"FIDA/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 1.91214, \"bid\": 1.90931, \"ask\": 1.91071, \"price\": 1.91071, \"type\": \"spot\", \"baseCurrency\": \"FIDA\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0017606369639722478, \"change24h\": -0.01957554672988311, \"changeBod\": -0.03633337536250158, \"quoteVolume24h\": 951247.82869, \"volumeUsd24h\": 951247.82869}, {\"name\": \"FIDA/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 1.9103, \"bid\": 1.90912, \"ask\": 1.91292, \"price\": 1.9103, \"type\": \"spot\", \"baseCurrency\": \"FIDA\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.003500242565244834, \"change24h\": -0.02041925625089738, \"changeBod\": -0.035177656001414176, \"quoteVolume24h\": 382690.00938, \"volumeUsd24h\": 382749.3339852541}, {\"name\": \"FRONT/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.5199, \"bid\": 0.5163, \"ask\": 0.5199, \"price\": 0.5199, \"type\": \"spot\", \"baseCurrency\": \"FRONT\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.002111324376199616, \"change24h\": -0.0351674863134453, \"changeBod\": -0.004785604900459418, \"quoteVolume24h\": 63660.84065, \"volumeUsd24h\": 63660.84065}, {\"name\": \"FRONT/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.5175, \"bid\": 0.51625, \"ask\": 0.52005, \"price\": 0.5175, \"type\": \"spot\", \"baseCurrency\": \"FRONT\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0016398186553487025, \"change24h\": -0.03207705975872066, \"changeBod\": -0.01512988866685698, \"quoteVolume24h\": 36713.0191, \"volumeUsd24h\": 36718.710352220885}, {\"name\": \"FTM/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 1.8104, \"bid\": 1.80965, \"ask\": 1.81, \"price\": 1.81, \"type\": \"spot\", \"baseCurrency\": \"FTM\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": -0.006858710562414266, \"change24h\": -0.0586889252931846, \"changeBod\": -0.0369779196594839, \"quoteVolume24h\": 13007120.7228, \"volumeUsd24h\": 13007120.7228}, {\"name\": \"FTT/BTC\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-07, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 0.0010483, \"bid\": 0.0010486, \"ask\": 0.0010493, \"price\": 0.0010486, \"type\": \"spot\", \"baseCurrency\": \"FTT\", \"quoteCurrency\": \"BTC\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0024733637747336376, \"change24h\": 0.0055619485999232835, \"changeBod\": -0.006913533478549105, \"quoteVolume24h\": 19.51099739, \"volumeUsd24h\": 813928.0358354219}, {\"name\": \"FTT/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 43.736, \"bid\": 43.745, \"ask\": 43.751, \"price\": 43.745, \"type\": \"spot\", \"baseCurrency\": \"FTT\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0026674570243034974, \"change24h\": -0.036262695247956646, \"changeBod\": -0.025181058495821727, \"quoteVolume24h\": 31270529.4015, \"volumeUsd24h\": 31270529.4015}, {\"name\": \"FTT/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 43.751, \"bid\": 43.745, \"ask\": 43.757, \"price\": 43.751, \"type\": \"spot\", \"baseCurrency\": \"FTT\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.002644356805799348, \"change24h\": -0.03570562694231998, \"changeBod\": -0.024547400338892356, \"quoteVolume24h\": 5679344.8424, \"volumeUsd24h\": 5680225.254437469}, {\"name\": \"GAL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 2.852, \"bid\": 2.848, \"ask\": 2.857, \"price\": 2.852, \"type\": \"spot\", \"baseCurrency\": \"GAL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.00035075412136092597, \"change24h\": -0.004537521815008726, \"changeBod\": 0.01820778293466619, \"quoteVolume24h\": 9378.2658, \"volumeUsd24h\": 9378.2658}, {\"name\": \"GALA/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5e-05, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.24135, \"bid\": 0.24125, \"ask\": 0.241575, \"price\": 0.24135, \"type\": \"spot\", \"baseCurrency\": \"GALA\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 2000.0, \"change1h\": -0.003920759389186958, \"change24h\": -0.04933530280649926, \"changeBod\": -0.01237851662404092, \"quoteVolume24h\": 1213252.25075, \"volumeUsd24h\": 1213252.25075}, {\"name\": \"GARI/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.57865, \"bid\": 0.5737, \"ask\": 0.577, \"price\": 0.577, \"type\": \"spot\", \"baseCurrency\": \"GARI\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.009182334936598164, \"change24h\": -0.04438555813183173, \"changeBod\": 0.00803633822501747, \"quoteVolume24h\": 308268.6026, \"volumeUsd24h\": 308268.6026}, {\"name\": \"GBP/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 1.33, \"bid\": 1.3286, \"ask\": 1.3288, \"price\": 1.3288, \"type\": \"spot\", \"baseCurrency\": \"GBP\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0012777151446824503, \"change24h\": -0.005910077055435027, \"changeBod\": -0.004122011541632316, \"quoteVolume24h\": 155776.5798, \"volumeUsd24h\": 155776.5798}, {\"name\": \"GBTC/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.005, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 28.16, \"bid\": 27.755, \"ask\": 28.57, \"price\": 28.16, \"type\": \"spot\", \"baseCurrency\": \"GBTC\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.06569343065693431, \"changeBod\": -0.02459300311742293, \"quoteVolume24h\": 3892.8098, \"volumeUsd24h\": 3892.8098}, {\"name\": \"GDX/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.005, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 36.21, \"bid\": 36.05, \"ask\": 36.125, \"price\": 36.125, \"type\": \"spot\", \"baseCurrency\": \"GDX\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0006915629322268327, \"change24h\": 0.002497571805189399, \"changeBod\": 0.00263669164585068, \"quoteVolume24h\": 14209.1894, \"volumeUsd24h\": 14209.1894}, {\"name\": \"GDXJ/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.005, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 45.705, \"bid\": 45.41, \"ask\": 45.535, \"price\": 45.535, \"type\": \"spot\", \"baseCurrency\": \"GDXJ\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0013194062671797692, \"change24h\": 0.0003295254833040422, \"changeBod\": 0.0035261707988980717, \"quoteVolume24h\": 2393.59165, \"volumeUsd24h\": 2393.59165}, {\"name\": \"GENE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 7.135, \"bid\": 7.101, \"ask\": 7.136, \"price\": 7.135, \"type\": \"spot\", \"baseCurrency\": \"GENE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0016846834199073424, \"change24h\": 0.07909860859044163, \"changeBod\": 0.034057971014492754, \"quoteVolume24h\": 302453.3735, \"volumeUsd24h\": 302453.3735}, {\"name\": \"GLD/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.025, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 181.55, \"bid\": 181.7, \"ask\": 181.875, \"price\": 181.7, \"type\": \"spot\", \"baseCurrency\": \"GLD\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0005506607929515419, \"change24h\": 0.005116857972617895, \"changeBod\": 0.00497787610619469, \"quoteVolume24h\": 31140.35225, \"volumeUsd24h\": 31140.35225}, {\"name\": \"GLXY/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 13.638, \"bid\": 13.27, \"ask\": 13.673, \"price\": 13.638, \"type\": \"spot\", \"baseCurrency\": \"GLXY\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.04045592063603743, \"changeBod\": -0.02257579015265534, \"quoteVolume24h\": 5380.259, \"volumeUsd24h\": 5380.259}, {\"name\": \"GME/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.025, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 118.075, \"bid\": 116.575, \"ask\": 117.025, \"price\": 117.025, \"type\": \"spot\", \"baseCurrency\": \"GME\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.002131741632914091, \"change24h\": -0.03265137425087828, \"changeBod\": -0.00994077834179357, \"quoteVolume24h\": 35508.025, \"volumeUsd24h\": 35508.025}, {\"name\": \"GODS/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 1.221, \"bid\": 1.2165, \"ask\": 1.2265, \"price\": 1.221, \"type\": \"spot\", \"baseCurrency\": \"GODS\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.018094089264173704, \"change24h\": -0.025927403270841642, \"changeBod\": -0.01888308557653676, \"quoteVolume24h\": 131434.9364, \"volumeUsd24h\": 131434.9364}, {\"name\": \"GOG/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.00025, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.448, \"bid\": 0.44725, \"ask\": 0.4505, \"price\": 0.448, \"type\": \"spot\", \"baseCurrency\": \"GOG\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0022371364653243847, \"change24h\": -0.07628865979381444, \"changeBod\": -0.009944751381215469, \"quoteVolume24h\": 38439.27375, \"volumeUsd24h\": 38439.27375}, {\"name\": \"GOOGL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.1, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 2665.9, \"bid\": 2654.0, \"ask\": 2662.3, \"price\": 2662.3, \"type\": \"spot\", \"baseCurrency\": \"GOOGL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0010131332082551595, \"change24h\": -0.010260604483438046, \"changeBod\": -0.009487313044125307, \"quoteVolume24h\": 4277.5085, \"volumeUsd24h\": 4277.5085}, {\"name\": \"GRT/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.3603, \"bid\": 0.35985, \"ask\": 0.36025, \"price\": 0.36025, \"type\": \"spot\", \"baseCurrency\": \"GRT\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0012506948304613673, \"change24h\": -0.03275607464089139, \"changeBod\": -0.015575898346768684, \"quoteVolume24h\": 351921.06085, \"volumeUsd24h\": 351921.06085}, {\"name\": \"GT/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 6.79, \"bid\": 6.791, \"ask\": 6.794, \"price\": 6.791, \"type\": \"spot\", \"baseCurrency\": \"GT\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.00014727540500736376, \"change24h\": 0.01486961070014197, \"changeBod\": -0.0023505215219626853, \"quoteVolume24h\": 541.8207, \"volumeUsd24h\": 541.8207}, {\"name\": \"HGET/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.005, \"sizeIncrement\": 0.05, \"minProvideSize\": 0.05, \"last\": 1.93, \"bid\": 1.91, \"ask\": 1.935, \"price\": 1.93, \"type\": \"spot\", \"baseCurrency\": \"HGET\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.002583979328165375, \"change24h\": -0.005154639175257732, \"changeBod\": 0.015789473684210527, \"quoteVolume24h\": 1308.3555, \"volumeUsd24h\": 1308.3555}, {\"name\": \"HGET/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.005, \"sizeIncrement\": 0.05, \"minProvideSize\": 0.05, \"last\": 1.935, \"bid\": 1.9, \"ask\": 1.935, \"price\": 1.935, \"type\": \"spot\", \"baseCurrency\": \"HGET\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.0, \"changeBod\": 0.0, \"quoteVolume24h\": 2609.9335, \"volumeUsd24h\": 2610.33809189117}, {\"name\": \"HMT/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.3875, \"bid\": 0.3867, \"ask\": 0.3868, \"price\": 0.3868, \"type\": \"spot\", \"baseCurrency\": \"HMT\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0007761966364812419, \"change24h\": -0.021007339913945836, \"changeBod\": -0.01023541453428864, \"quoteVolume24h\": 14190.2994, \"volumeUsd24h\": 14190.2994}, {\"name\": \"HNT/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 22.8233, \"bid\": 22.7943, \"ask\": 22.8284, \"price\": 22.8233, \"type\": \"spot\", \"baseCurrency\": \"HNT\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0016193870027735842, \"change24h\": -0.07424443389836008, \"changeBod\": -0.012328956820522584, \"quoteVolume24h\": 754894.18737, \"volumeUsd24h\": 754894.18737}, {\"name\": \"HNT/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 22.7991, \"bid\": 22.6971, \"ask\": 22.8238, \"price\": 22.7991, \"type\": \"spot\", \"baseCurrency\": \"HNT\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.004750719438727618, \"change24h\": -0.07184149032315847, \"changeBod\": -0.00690403178032547, \"quoteVolume24h\": 41448.54384, \"volumeUsd24h\": 41454.96919326608}, {\"name\": \"HOLY/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 13.0349, \"bid\": 13.0307, \"ask\": 13.0972, \"price\": 13.0349, \"type\": \"spot\", \"baseCurrency\": \"HOLY\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0008891273521634155, \"change24h\": -0.05701367286406713, \"changeBod\": -0.029758759034440665, \"quoteVolume24h\": 48603.3462, \"volumeUsd24h\": 48603.3462}, {\"name\": \"HOOD/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.005, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 11.12, \"bid\": 11.365, \"ask\": 11.88, \"price\": 11.365, \"type\": \"spot\", \"baseCurrency\": \"HOOD\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.005752212389380531, \"change24h\": -0.051731330830204425, \"changeBod\": -0.008289703315881327, \"quoteVolume24h\": 125.3267, \"volumeUsd24h\": 125.3267}, {\"name\": \"HT/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 9.3985, \"bid\": 9.3945, \"ask\": 9.4035, \"price\": 9.3985, \"type\": \"spot\", \"baseCurrency\": \"HT\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0016995060810451963, \"change24h\": -0.012658892740834121, \"changeBod\": -0.011412643315451772, \"quoteVolume24h\": 427196.5949, \"volumeUsd24h\": 427196.5949}, {\"name\": \"HUM/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5e-05, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.2323, \"bid\": 0.231725, \"ask\": 0.233475, \"price\": 0.2323, \"type\": \"spot\", \"baseCurrency\": \"HUM\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0024813895781637717, \"change24h\": -0.01900337837837838, \"changeBod\": -0.014634146341463415, \"quoteVolume24h\": 5726.02125, \"volumeUsd24h\": 5726.02125}, {\"name\": \"HXRO/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.3429, \"bid\": 0.343, \"ask\": 0.3445, \"price\": 0.343, \"type\": \"spot\", \"baseCurrency\": \"HXRO\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.00014575134819997084, \"change24h\": -0.013375521357687329, \"changeBod\": -0.007666714884999277, \"quoteVolume24h\": 39016.22585, \"volumeUsd24h\": 39016.22585}, {\"name\": \"HXRO/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.3443, \"bid\": 0.34285, \"ask\": 0.3459, \"price\": 0.3443, \"type\": \"spot\", \"baseCurrency\": \"HXRO\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.012759856630824374, \"changeBod\": -0.00029036004645760743, \"quoteVolume24h\": 10952.4728, \"volumeUsd24h\": 10954.170652333456}, {\"name\": \"IMX/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 1.381, \"bid\": 1.381, \"ask\": 1.384, \"price\": 1.381, \"type\": \"spot\", \"baseCurrency\": \"IMX\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.002540834845735027, \"change24h\": -0.062139219015280134, \"changeBod\": -0.05475701574264202, \"quoteVolume24h\": 570472.9893, \"volumeUsd24h\": 570472.9893}, {\"name\": \"INTER/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 6.222, \"bid\": 6.164, \"ask\": 6.223, \"price\": 6.222, \"type\": \"spot\", \"baseCurrency\": \"INTER\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.010064935064935065, \"change24h\": -0.006546383522273671, \"changeBod\": 0.0029013539651837525, \"quoteVolume24h\": 27345.9679, \"volumeUsd24h\": 27345.9679}, {\"name\": \"JET/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.28765, \"bid\": 0.28745, \"ask\": 0.28765, \"price\": 0.28765, \"type\": \"spot\", \"baseCurrency\": \"JET\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0026005547850208046, \"change24h\": -0.0026005547850208046, \"changeBod\": -0.0026005547850208046, \"quoteVolume24h\": 14826.0877, \"volumeUsd24h\": 14826.0877}, {\"name\": \"JOE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.00025, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 1.13275, \"bid\": 1.12875, \"ask\": 1.13325, \"price\": 1.13275, \"type\": \"spot\", \"baseCurrency\": \"JOE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.003099402258135931, \"change24h\": 0.026971894832275613, \"changeBod\": 0.0481147351376359, \"quoteVolume24h\": 462623.9505, \"volumeUsd24h\": 462623.9505}, {\"name\": \"JST/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-06, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.047775, \"bid\": 0.047795, \"ask\": 0.04793, \"price\": 0.047795, \"type\": \"spot\", \"baseCurrency\": \"JST\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0004186289900575615, \"change24h\": -0.008299616142753397, \"changeBod\": -0.004789172306090578, \"quoteVolume24h\": 8167.0511, \"volumeUsd24h\": 8167.0511}, {\"name\": \"KBTT/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5e-07, \"sizeIncrement\": 1000.0, \"minProvideSize\": 1000.0, \"last\": 0.0018915, \"bid\": 0.00188625, \"ask\": 0.00189175, \"price\": 0.0018915, \"type\": \"spot\", \"baseCurrency\": \"KBTT\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.007725093233883857, \"change24h\": -0.01638065522620905, \"changeBod\": 0.00026441036488630354, \"quoteVolume24h\": 261668.41325, \"volumeUsd24h\": 261668.41325}, {\"name\": \"KIN/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 10000.0, \"minProvideSize\": 10000.0, \"last\": 4.177e-05, \"bid\": 4.17e-05, \"ask\": 4.178e-05, \"price\": 4.177e-05, \"type\": \"spot\", \"baseCurrency\": \"KIN\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0007187350263536176, \"change24h\": -0.02611331312660294, \"changeBod\": -0.01392823418319169, \"quoteVolume24h\": 121582.3399, \"volumeUsd24h\": 121582.3399}, {\"name\": \"KNC/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 2.696, \"bid\": 2.6977, \"ask\": 2.7021, \"price\": 2.6977, \"type\": \"spot\", \"baseCurrency\": \"KNC\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 1000.0, \"change1h\": -0.011433178203671809, \"change24h\": -0.033082437275985664, \"changeBod\": -0.028660929679904943, \"quoteVolume24h\": 2587503.19652, \"volumeUsd24h\": 2587503.19652}, {\"name\": \"KNC/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 2.6941, \"bid\": 2.6954, \"ask\": 2.7021, \"price\": 2.6954, \"type\": \"spot\", \"baseCurrency\": \"KNC\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 1000.0, \"change1h\": -0.013360664738826458, \"change24h\": -0.03449511050614321, \"changeBod\": -0.028614674931526595, \"quoteVolume24h\": 218821.37028, \"volumeUsd24h\": 218855.2919688208}, {\"name\": \"KSHIB/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-06, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.025109, \"bid\": 0.025075, \"ask\": 0.025109, \"price\": 0.025109, \"type\": \"spot\", \"baseCurrency\": \"KSHIB\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0023953052018044632, \"change24h\": -0.022729926439107928, \"changeBod\": -0.00039810502010430353, \"quoteVolume24h\": 518717.00462, \"volumeUsd24h\": 518717.00462}, {\"name\": \"KSOS/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-07, \"sizeIncrement\": 100.0, \"minProvideSize\": 100.0, \"last\": 0.0019635, \"bid\": 0.0019725, \"ask\": 0.0019785, \"price\": 0.0019725, \"type\": \"spot\", \"baseCurrency\": \"KSOS\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0002535496957403651, \"change24h\": -0.015227159261108337, \"changeBod\": 0.009984639016897081, \"quoteVolume24h\": 45294.9417, \"volumeUsd24h\": 45294.9417}, {\"name\": \"LEO/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 5.5193, \"bid\": 5.5127, \"ask\": 5.5193, \"price\": 5.5193, \"type\": \"spot\", \"baseCurrency\": \"LEO\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.005011627697355375, \"change24h\": -0.026492636034923713, \"changeBod\": -0.013424138424138424, \"quoteVolume24h\": 585643.484, \"volumeUsd24h\": 585643.484}, {\"name\": \"LINA/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-06, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.019295, \"bid\": 0.01929, \"ask\": 0.01932, \"price\": 0.019295, \"type\": \"spot\", \"baseCurrency\": \"LINA\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0031193137509747857, \"change24h\": -0.06742387626872885, \"changeBod\": -0.012032770097286226, \"quoteVolume24h\": 95382.42795, \"volumeUsd24h\": 95382.42795}, {\"name\": \"LINK/BTC\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-08, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 0.00034805, \"bid\": 0.00034795, \"ask\": 0.0003482, \"price\": 0.00034805, \"type\": \"spot\", \"baseCurrency\": \"LINK\", \"quoteCurrency\": \"BTC\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": 0.0010066148979004888, \"change24h\": -0.004576004576004576, \"changeBod\": -0.010940608127308895, \"quoteVolume24h\": 3.21672277, \"volumeUsd24h\": 134190.0054455995}, {\"name\": \"LINK/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 14.5205, \"bid\": 14.518, \"ask\": 14.526, \"price\": 14.5205, \"type\": \"spot\", \"baseCurrency\": \"LINK\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": 0.0005512489233419466, \"change24h\": -0.04492386621501628, \"changeBod\": -0.029897113842864777, \"quoteVolume24h\": 4663523.1802, \"volumeUsd24h\": 4663523.1802}, {\"name\": \"LINK/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 14.525, \"bid\": 14.5135, \"ask\": 14.521, \"price\": 14.521, \"type\": \"spot\", \"baseCurrency\": \"LINK\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": 0.0005857019810508183, \"change24h\": -0.04470247689220749, \"changeBod\": -0.029896115175201257, \"quoteVolume24h\": 2098448.2568, \"volumeUsd24h\": 2098773.558248769}, {\"name\": \"LOOKS/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.00025, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 1.40825, \"bid\": 1.407, \"ask\": 1.4085, \"price\": 1.40825, \"type\": \"spot\", \"baseCurrency\": \"LOOKS\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.010191530486733439, \"change24h\": -0.10459386425051662, \"changeBod\": -0.06413025419504902, \"quoteVolume24h\": 10827167.814, \"volumeUsd24h\": 10827167.814}, {\"name\": \"LRC/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.77565, \"bid\": 0.77335, \"ask\": 0.77475, \"price\": 0.77475, \"type\": \"spot\", \"baseCurrency\": \"LRC\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.002458433072394384, \"change24h\": -0.041743970315398886, \"changeBod\": -0.012050497322111706, \"quoteVolume24h\": 147150.09175, \"volumeUsd24h\": 147150.09175}, {\"name\": \"LTC/BTC\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5e-07, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 0.002583, \"bid\": 0.00258175, \"ask\": 0.00258425, \"price\": 0.002583, \"type\": \"spot\", \"baseCurrency\": \"LTC\", \"quoteCurrency\": \"BTC\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": -0.00048369933249492117, \"change24h\": 0.004960606944849723, \"changeBod\": -0.02427046935499103, \"quoteVolume24h\": 8.836331565, \"volumeUsd24h\": 368619.69949199964}, {\"name\": \"LTC/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.005, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 107.685, \"bid\": 107.685, \"ask\": 107.715, \"price\": 107.685, \"type\": \"spot\", \"baseCurrency\": \"LTC\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": -0.0017150273477333827, \"change24h\": -0.03697907351099982, \"changeBod\": -0.04318272690923631, \"quoteVolume24h\": 16083110.91575, \"volumeUsd24h\": 16083110.91575}, {\"name\": \"LTC/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.005, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 107.695, \"bid\": 107.68, \"ask\": 107.735, \"price\": 107.695, \"type\": \"spot\", \"baseCurrency\": \"LTC\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": -0.0016685979142526072, \"change24h\": -0.03654499910538558, \"changeBod\": -0.04347633004707345, \"quoteVolume24h\": 6318283.87645, \"volumeUsd24h\": 6319263.336816527}, {\"name\": \"LUA/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.00025, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 0.0435, \"bid\": 0.0435, \"ask\": 0.04375, \"price\": 0.0435, \"type\": \"spot\", \"baseCurrency\": \"LUA\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.005714285714285714, \"changeBod\": 0.0, \"quoteVolume24h\": 17823.2757, \"volumeUsd24h\": 17823.2757}, {\"name\": \"LUA/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.00025, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 0.04375, \"bid\": 0.0435, \"ask\": 0.04375, \"price\": 0.04375, \"type\": \"spot\", \"baseCurrency\": \"LUA\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.005681818181818182, \"changeBod\": 0.005747126436781609, \"quoteVolume24h\": 4570.070225, \"volumeUsd24h\": 4570.778677286279}, {\"name\": \"LUNA/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.01, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 90.7, \"bid\": 90.6, \"ask\": 90.69, \"price\": 90.69, \"type\": \"spot\", \"baseCurrency\": \"LUNA\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": -0.009718279100240227, \"change24h\": -0.033464776723862305, \"changeBod\": 0.0015461071231363888, \"quoteVolume24h\": 5007464.9658, \"volumeUsd24h\": 5007464.9658}, {\"name\": \"LUNA/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.01, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 90.87, \"bid\": 90.63, \"ask\": 90.71, \"price\": 90.71, \"type\": \"spot\", \"baseCurrency\": \"LUNA\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": -0.00928352992573176, \"change24h\": -0.032426666666666666, \"changeBod\": 0.0018776231499889552, \"quoteVolume24h\": 2331949.5982, \"volumeUsd24h\": 2332311.097026713}, {\"name\": \"MANA/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 2.6264, \"bid\": 2.6251, \"ask\": 2.6271, \"price\": 2.6264, \"type\": \"spot\", \"baseCurrency\": \"MANA\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 1500.0, \"change1h\": -0.001975984192126463, \"change24h\": -0.03316767899871158, \"changeBod\": -0.0051138300693208075, \"quoteVolume24h\": 2147235.0609, \"volumeUsd24h\": 2147235.0609}, {\"name\": \"MAPS/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.7496, \"bid\": 0.7499, \"ask\": 0.755, \"price\": 0.7499, \"type\": \"spot\", \"baseCurrency\": \"MAPS\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.007523847910788661, \"change24h\": -0.0220396452790819, \"changeBod\": -0.01691137912952281, \"quoteVolume24h\": 40832.7618, \"volumeUsd24h\": 40832.7618}, {\"name\": \"MAPS/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.7564, \"bid\": 0.7502, \"ask\": 0.7564, \"price\": 0.7564, \"type\": \"spot\", \"baseCurrency\": \"MAPS\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.015165749563816937, \"change24h\": -0.009169504846738277, \"changeBod\": -0.004474861805738352, \"quoteVolume24h\": 8634.9884, \"volumeUsd24h\": 8636.326995901769}, {\"name\": \"MATH/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 0.1299, \"bid\": 0.1298, \"ask\": 0.1305, \"price\": 0.1299, \"type\": \"spot\", \"baseCurrency\": \"MATH\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0007692307692307692, \"change24h\": -0.02696629213483146, \"changeBod\": -0.03204172876304024, \"quoteVolume24h\": 24455.65378, \"volumeUsd24h\": 24455.65378}, {\"name\": \"MATH/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 0.1301, \"bid\": 0.1299, \"ask\": 0.1303, \"price\": 0.1301, \"type\": \"spot\", \"baseCurrency\": \"MATH\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0023112480739599386, \"change24h\": -0.023273273273273273, \"changeBod\": -0.030551415797317436, \"quoteVolume24h\": 28796.36482, \"volumeUsd24h\": 28800.828832474395}, {\"name\": \"MATIC/BTC\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 3.731e-05, \"bid\": 3.727e-05, \"ask\": 3.734e-05, \"price\": 3.731e-05, \"type\": \"spot\", \"baseCurrency\": \"MATIC\", \"quoteCurrency\": \"BTC\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": 0.0010732492621411322, \"change24h\": 0.002956989247311828, \"changeBod\": 0.0, \"quoteVolume24h\": 1.0896776, \"volumeUsd24h\": 45457.396714963965}, {\"name\": \"MATIC/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-06, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 1.556115, \"bid\": 1.555664, \"ask\": 1.556092, \"price\": 1.556092, \"type\": \"spot\", \"baseCurrency\": \"MATIC\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": 0.00023847463651901593, \"change24h\": -0.03724753216461104, \"changeBod\": -0.01917290152599101, \"quoteVolume24h\": 14963599.8754, \"volumeUsd24h\": 14963599.8754}, {\"name\": \"MBS/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.4045, \"bid\": 0.4045, \"ask\": 0.4057, \"price\": 0.4045, \"type\": \"spot\", \"baseCurrency\": \"MBS\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0012376237623762376, \"change24h\": -0.10379971197518556, \"changeBod\": -0.042830099384761004, \"quoteVolume24h\": 1198115.11155, \"volumeUsd24h\": 1198115.11155}, {\"name\": \"MCB/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.005, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 4.155, \"bid\": 4.155, \"ask\": 4.17, \"price\": 4.155, \"type\": \"spot\", \"baseCurrency\": \"MCB\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0035971223021582736, \"change24h\": -0.04152249134948097, \"changeBod\": -0.028070175438596492, \"quoteVolume24h\": 40034.40985, \"volumeUsd24h\": 40034.40985}, {\"name\": \"MEDIA/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.1, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 34.9, \"bid\": 34.8, \"ask\": 34.9, \"price\": 34.9, \"type\": \"spot\", \"baseCurrency\": \"MEDIA\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.008522727272727272, \"changeBod\": -0.008522727272727272, \"quoteVolume24h\": 8832.898, \"volumeUsd24h\": 8832.898}, {\"name\": \"MER/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.1172, \"bid\": 0.1172, \"ask\": 0.1177, \"price\": 0.1172, \"type\": \"spot\", \"baseCurrency\": \"MER\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0008525149190110827, \"change24h\": -0.03776683087027915, \"changeBod\": -0.028192371475953566, \"quoteVolume24h\": 47219.0412, \"volumeUsd24h\": 47219.0412}, {\"name\": \"MKR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.5, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 1947.5, \"bid\": 1948.5, \"ask\": 1951.0, \"price\": 1948.5, \"type\": \"spot\", \"baseCurrency\": \"MKR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.004851889683350358, \"change24h\": 0.015108101067986456, \"changeBod\": -0.0450869884832149, \"quoteVolume24h\": 3258533.3535, \"volumeUsd24h\": 3258533.3535}, {\"name\": \"MKR/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.5, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 1953.5, \"bid\": 1948.5, \"ask\": 1951.5, \"price\": 1951.5, \"type\": \"spot\", \"baseCurrency\": \"MKR\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.003319713993871297, \"change24h\": 0.015877147319104633, \"changeBod\": -0.04361676059789267, \"quoteVolume24h\": 92025.071, \"volumeUsd24h\": 92039.33672650642}, {\"name\": \"MNGO/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5e-05, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.1606, \"bid\": 0.160725, \"ask\": 0.1611, \"price\": 0.160725, \"type\": \"spot\", \"baseCurrency\": \"MNGO\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.007257566399011736, \"change24h\": -0.00894095884075844, \"changeBod\": 0.0054738817641538946, \"quoteVolume24h\": 190075.82925, \"volumeUsd24h\": 190075.82925}, {\"name\": \"MOB/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.5, \"minProvideSize\": 0.5, \"last\": 4.6945, \"bid\": 4.6875, \"ask\": 4.7035, \"price\": 4.6945, \"type\": \"spot\", \"baseCurrency\": \"MOB\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.022284702697073833, \"changeBod\": -0.01168421052631579, \"quoteVolume24h\": 135531.76075, \"volumeUsd24h\": 135531.76075}, {\"name\": \"MOB/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.5, \"minProvideSize\": 0.5, \"last\": 4.706, \"bid\": 4.6855, \"ask\": 4.7025, \"price\": 4.7025, \"type\": \"spot\", \"baseCurrency\": \"MOB\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0007437314067148321, \"change24h\": -0.01929092805005214, \"changeBod\": -0.010104199557941269, \"quoteVolume24h\": 152768.07425, \"volumeUsd24h\": 152791.75635687023}, {\"name\": \"MRNA/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.025, \"sizeIncrement\": 0.005, \"minProvideSize\": 0.005, \"last\": 139.05, \"bid\": 139.05, \"ask\": 140.75, \"price\": 139.05, \"type\": \"spot\", \"baseCurrency\": \"MRNA\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.05440326419585175, \"changeBod\": -0.013654903351658096, \"quoteVolume24h\": 123.255875, \"volumeUsd24h\": 123.255875}, {\"name\": \"MSOL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.025, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 95.95, \"bid\": 96.225, \"ask\": 96.4, \"price\": 96.225, \"type\": \"spot\", \"baseCurrency\": \"MSOL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0010381520892810796, \"change24h\": -0.07498197548666186, \"changeBod\": -0.02803030303030303, \"quoteVolume24h\": 417568.09125, \"volumeUsd24h\": 417568.09125}, {\"name\": \"MSTR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.25, \"sizeIncrement\": 0.005, \"minProvideSize\": 0.005, \"last\": 416.5, \"bid\": 416.25, \"ask\": 424.75, \"price\": 416.5, \"type\": \"spot\", \"baseCurrency\": \"MSTR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.05928853754940711, \"changeBod\": -0.04962920707358814, \"quoteVolume24h\": 692.7675, \"volumeUsd24h\": 692.7675}, {\"name\": \"MTA/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.527, \"bid\": 0.525, \"ask\": 0.527, \"price\": 0.527, \"type\": \"spot\", \"baseCurrency\": \"MTA\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0076481835564053535, \"change24h\": -0.044424297370806894, \"changeBod\": -0.015873015873015872, \"quoteVolume24h\": 37531.5955, \"volumeUsd24h\": 37531.5955}, {\"name\": \"MTA/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.52, \"bid\": 0.522, \"ask\": 0.5295, \"price\": 0.522, \"type\": \"spot\", \"baseCurrency\": \"MTA\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.05090909090909091, \"changeBod\": -0.02702702702702703, \"quoteVolume24h\": 2730.0735, \"volumeUsd24h\": 2730.49671599397}, {\"name\": \"MTL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 1.5085, \"bid\": 1.495, \"ask\": 1.5055, \"price\": 1.5055, \"type\": \"spot\", \"baseCurrency\": \"MTL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0040013337779259755, \"change24h\": -0.03863346104725415, \"changeBod\": -0.009539473684210526, \"quoteVolume24h\": 361.53725, \"volumeUsd24h\": 361.53725}, {\"name\": \"NEXO/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.00025, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 1.987, \"bid\": 1.98675, \"ask\": 1.99925, \"price\": 1.987, \"type\": \"spot\", \"baseCurrency\": \"NEXO\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.010334952060764537, \"change24h\": -0.02978515625, \"changeBod\": -0.01730959446092977, \"quoteVolume24h\": 217444.84875, \"volumeUsd24h\": 217444.84875}, {\"name\": \"NFLX/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.01, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 365.74, \"bid\": 365.14, \"ask\": 366.12, \"price\": 365.74, \"type\": \"spot\", \"baseCurrency\": \"NFLX\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0030257598473490527, \"change24h\": -0.03884158519920109, \"changeBod\": -0.00792057722562795, \"quoteVolume24h\": 74003.8327, \"volumeUsd24h\": 74003.8327}, {\"name\": \"NIO/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.05, \"sizeIncrement\": 0.005, \"minProvideSize\": 0.005, \"last\": 19.55, \"bid\": 19.3, \"ask\": 19.45, \"price\": 19.45, \"type\": \"spot\", \"baseCurrency\": \"NIO\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.002564102564102564, \"change24h\": -0.09534883720930233, \"changeBod\": -0.0275, \"quoteVolume24h\": 14758.3225, \"volumeUsd24h\": 14758.3225}, {\"name\": \"NOK/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 5.123, \"bid\": 4.5625, \"ask\": 4.9765, \"price\": 4.9765, \"type\": \"spot\", \"baseCurrency\": \"NOK\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.00010046212577858148, \"change24h\": -0.06227623892971547, \"changeBod\": -0.028596525473355457, \"quoteVolume24h\": 55.3284, \"volumeUsd24h\": 55.3284}, {\"name\": \"NVDA/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.05, \"sizeIncrement\": 0.0025, \"minProvideSize\": 0.0025, \"last\": 234.5, \"bid\": 233.3, \"ask\": 234.55, \"price\": 234.5, \"type\": \"spot\", \"baseCurrency\": \"NVDA\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.02454242928452579, \"changeBod\": -0.012215669755686605, \"quoteVolume24h\": 123756.97775, \"volumeUsd24h\": 123756.97775}, {\"name\": \"OKB/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 19.318, \"bid\": 19.297, \"ask\": 19.329, \"price\": 19.318, \"type\": \"spot\", \"baseCurrency\": \"OKB\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.01669551053649598, \"change24h\": -0.06257430547130899, \"changeBod\": 0.007615272272063426, \"quoteVolume24h\": 689222.00135, \"volumeUsd24h\": 689222.00135}, {\"name\": \"OMG/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.5, \"minProvideSize\": 0.5, \"last\": 4.1685, \"bid\": 4.1655, \"ask\": 4.168, \"price\": 4.168, \"type\": \"spot\", \"baseCurrency\": \"OMG\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 1000.0, \"change1h\": 0.00470049415451368, \"change24h\": -0.03283443554936768, \"changeBod\": -0.023658936519091123, \"quoteVolume24h\": 1063821.98125, \"volumeUsd24h\": 1063821.98125}, {\"name\": \"ORBS/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5e-05, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.070775, \"bid\": 0.0702, \"ask\": 0.071025, \"price\": 0.070775, \"type\": \"spot\", \"baseCurrency\": \"ORBS\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.005326704545454545, \"change24h\": 0.015059160989602008, \"changeBod\": -0.024129610479145122, \"quoteVolume24h\": 37382.30975, \"volumeUsd24h\": 37382.30975}, {\"name\": \"OXY/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.3619, \"bid\": 0.362, \"ask\": 0.3625, \"price\": 0.362, \"type\": \"spot\", \"baseCurrency\": \"OXY\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.00027631942525559546, \"change24h\": -0.01870425589590675, \"changeBod\": -0.012817016634851377, \"quoteVolume24h\": 54528.3772, \"volumeUsd24h\": 54528.3772}, {\"name\": \"OXY/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.3615, \"bid\": 0.3615, \"ask\": 0.3625, \"price\": 0.3615, \"type\": \"spot\", \"baseCurrency\": \"OXY\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.002758620689655172, \"change24h\": -0.019793926247288502, \"changeBod\": -0.013911620294599018, \"quoteVolume24h\": 23264.204, \"volumeUsd24h\": 23267.81041690408}, {\"name\": \"PAXG/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.1, \"sizeIncrement\": 0.0001, \"minProvideSize\": 0.0001, \"last\": 1939.9, \"bid\": 1939.8, \"ask\": 1940.4, \"price\": 1939.9, \"type\": \"spot\", \"baseCurrency\": \"PAXG\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0004125625290083028, \"change24h\": 0.0038811840198716622, \"changeBod\": 0.003569580962234868, \"quoteVolume24h\": 2180798.48291, \"volumeUsd24h\": 2180798.48291}, {\"name\": \"PAXG/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.1, \"sizeIncrement\": 0.0001, \"minProvideSize\": 0.0001, \"last\": 1945.3, \"bid\": 1940.4, \"ask\": 1945.3, \"price\": 1945.3, \"type\": \"spot\", \"baseCurrency\": \"PAXG\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.000926164136866478, \"change24h\": 0.005322997416020672, \"changeBod\": 0.005322997416020672, \"quoteVolume24h\": 88763.77816, \"volumeUsd24h\": 88777.53832089037}, {\"name\": \"PENN/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.01, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 47.09, \"bid\": 47.45, \"ask\": 47.69, \"price\": 47.45, \"type\": \"spot\", \"baseCurrency\": \"PENN\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.003779130799916019, \"change24h\": -0.06113969133359715, \"changeBod\": -0.019830613509605452, \"quoteVolume24h\": 122.2923, \"volumeUsd24h\": 122.2923}, {\"name\": \"PEOPLE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-05, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.06171, \"bid\": 0.06215, \"ask\": 0.06232, \"price\": 0.06215, \"type\": \"spot\", \"baseCurrency\": \"PEOPLE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0036870791920487335, \"change24h\": -0.05143467643467643, \"changeBod\": -0.02586206896551724, \"quoteVolume24h\": 60573.3729, \"volumeUsd24h\": 60573.3729}, {\"name\": \"PERP/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 4.286, \"bid\": 4.282, \"ask\": 4.296, \"price\": 4.286, \"type\": \"spot\", \"baseCurrency\": \"PERP\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.011531365313653136, \"change24h\": -0.014939094461043438, \"changeBod\": 0.0023386342376052385, \"quoteVolume24h\": 545804.9712, \"volumeUsd24h\": 545804.9712}, {\"name\": \"PFE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.01, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 47.49, \"bid\": 47.43, \"ask\": 47.56, \"price\": 47.49, \"type\": \"spot\", \"baseCurrency\": \"PFE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0004209640075773521, \"change24h\": -0.002520478890989288, \"changeBod\": -0.008973288814691152, \"quoteVolume24h\": 81.116, \"volumeUsd24h\": 81.116}, {\"name\": \"POLIS/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5e-05, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 1.699625, \"bid\": 1.699625, \"ask\": 1.7012, \"price\": 1.699625, \"type\": \"spot\", \"baseCurrency\": \"POLIS\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0024357676336370705, \"change24h\": -0.05548840634073827, \"changeBod\": -0.02770229684505592, \"quoteVolume24h\": 1046057.533035, \"volumeUsd24h\": 1046057.533035}, {\"name\": \"PORT/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 0.758, \"bid\": 0.7565, \"ask\": 0.7625, \"price\": 0.758, \"type\": \"spot\", \"baseCurrency\": \"PORT\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0006591957811470006, \"change24h\": -0.008502289077828646, \"changeBod\": -0.007853403141361256, \"quoteVolume24h\": 4775.4266, \"volumeUsd24h\": 4775.4266}, {\"name\": \"PRISM/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-06, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.0151, \"bid\": 0.015035, \"ask\": 0.01513, \"price\": 0.0151, \"type\": \"spot\", \"baseCurrency\": \"PRISM\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.048818897637795275, \"changeBod\": -0.006578947368421052, \"quoteVolume24h\": 27799.6466, \"volumeUsd24h\": 27799.6466}, {\"name\": \"PROM/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.005, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 8.675, \"bid\": 8.68, \"ask\": 8.705, \"price\": 8.68, \"type\": \"spot\", \"baseCurrency\": \"PROM\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0005757052389176742, \"change24h\": -0.04562946673996701, \"changeBod\": -0.019762845849802372, \"quoteVolume24h\": 46265.0578, \"volumeUsd24h\": 46265.0578}, {\"name\": \"PSG/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0025, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 17.65, \"bid\": 17.5775, \"ask\": 17.685, \"price\": 17.65, \"type\": \"spot\", \"baseCurrency\": \"PSG\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0016968325791855204, \"change24h\": 0.07720476045163259, \"changeBod\": 0.06985906955599333, \"quoteVolume24h\": 28162.605, \"volumeUsd24h\": 28162.605}, {\"name\": \"PSY/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.1026, \"bid\": 0.1026, \"ask\": 0.1034, \"price\": 0.1026, \"type\": \"spot\", \"baseCurrency\": \"PSY\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.000975609756097561, \"changeBod\": -0.004849660523763337, \"quoteVolume24h\": 5039.8383, \"volumeUsd24h\": 5039.8383}, {\"name\": \"PTU/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.00025, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 1.006, \"bid\": 1.003, \"ask\": 1.00575, \"price\": 1.00575, \"type\": \"spot\", \"baseCurrency\": \"PTU\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0007462686567164179, \"change24h\": -0.00024850894632206757, \"changeBod\": -0.00024850894632206757, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"PUNDIX/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 0.746, \"bid\": 0.7465, \"ask\": 0.7485, \"price\": 0.7465, \"type\": \"spot\", \"baseCurrency\": \"PUNDIX\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0006693440428380187, \"change24h\": -0.03365695792880259, \"changeBod\": -0.026727509778357236, \"quoteVolume24h\": 10433.8401, \"volumeUsd24h\": 10433.8401}, {\"name\": \"PYPL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.025, \"sizeIncrement\": 0.005, \"minProvideSize\": 0.005, \"last\": 100.05, \"bid\": 99.875, \"ask\": 100.65, \"price\": 100.05, \"type\": \"spot\", \"baseCurrency\": \"PYPL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.05813132501765121, \"changeBod\": -0.016707616707616706, \"quoteVolume24h\": 3886.81075, \"volumeUsd24h\": 3886.81075}, {\"name\": \"QI/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-05, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.05833, \"bid\": 0.05824, \"ask\": 0.05839, \"price\": 0.05833, \"type\": \"spot\", \"baseCurrency\": \"QI\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.014434782608695651, \"change24h\": -0.06522435897435898, \"changeBod\": -0.023275284661754856, \"quoteVolume24h\": 67324.8616, \"volumeUsd24h\": 67324.8616}, {\"name\": \"RAMP/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.0863, \"bid\": 0.0862, \"ask\": 0.0863, \"price\": 0.0863, \"type\": \"spot\", \"baseCurrency\": \"RAMP\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.001160092807424594, \"change24h\": -0.04955947136563876, \"changeBod\": -0.009184845005740528, \"quoteVolume24h\": 19972.7198, \"volumeUsd24h\": 19972.7198}, {\"name\": \"RAY/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 2.6139, \"bid\": 2.6138, \"ask\": 2.6146, \"price\": 2.6139, \"type\": \"spot\", \"baseCurrency\": \"RAY\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.00030596244311010824, \"change24h\": -0.04966369750954372, \"changeBod\": -0.021414398562390028, \"quoteVolume24h\": 4630750.7893, \"volumeUsd24h\": 4630750.7893}, {\"name\": \"REAL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0025, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 3.32, \"bid\": 3.3125, \"ask\": 3.32, \"price\": 3.32, \"type\": \"spot\", \"baseCurrency\": \"REAL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0022641509433962265, \"change24h\": 0.012967200610221205, \"changeBod\": 0.0022641509433962265, \"quoteVolume24h\": 26988.929, \"volumeUsd24h\": 26988.929}, {\"name\": \"REEF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-06, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.009345, \"bid\": 0.009325, \"ask\": 0.009345, \"price\": 0.009345, \"type\": \"spot\", \"baseCurrency\": \"REEF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0005347593582887701, \"change24h\": -0.03709428129829984, \"changeBod\": 0.002682403433476395, \"quoteVolume24h\": 58648.9003, \"volumeUsd24h\": 58648.9003}, {\"name\": \"REN/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.4209, \"bid\": 0.4209, \"ask\": 0.42195, \"price\": 0.4209, \"type\": \"spot\", \"baseCurrency\": \"REN\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.02259475218658892, \"change24h\": 0.026710574460300035, \"changeBod\": 0.03580657069029162, \"quoteVolume24h\": 667552.7727, \"volumeUsd24h\": 667552.7727}, {\"name\": \"RNDR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 2.6415, \"bid\": 2.636, \"ask\": 2.641, \"price\": 2.641, \"type\": \"spot\", \"baseCurrency\": \"RNDR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.008075117370892018, \"change24h\": -0.09228389757690325, \"changeBod\": -0.0420747188973522, \"quoteVolume24h\": 2164442.64875, \"volumeUsd24h\": 2164442.64875}, {\"name\": \"ROOK/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.05, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 102.3, \"bid\": 102.3, \"ask\": 102.7, \"price\": 102.3, \"type\": \"spot\", \"baseCurrency\": \"ROOK\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.006796116504854369, \"change24h\": -0.004379562043795621, \"changeBod\": 0.0519280205655527, \"quoteVolume24h\": 324360.22495, \"volumeUsd24h\": 324360.22495}, {\"name\": \"ROOK/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.05, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 103.1, \"bid\": 102.0, \"ask\": 103.1, \"price\": 103.1, \"type\": \"spot\", \"baseCurrency\": \"ROOK\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.004873294346978557, \"change24h\": 0.0024307243558580457, \"changeBod\": 0.06124549665465775, \"quoteVolume24h\": 25114.849, \"volumeUsd24h\": 25118.74230389198}, {\"name\": \"RSR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-06, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.012765, \"bid\": 0.012735, \"ask\": 0.01278, \"price\": 0.012765, \"type\": \"spot\", \"baseCurrency\": \"RSR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.001569242840329541, \"change24h\": -0.06654478976234003, \"changeBod\": -0.017321016166281754, \"quoteVolume24h\": 386006.40255, \"volumeUsd24h\": 386006.40255}, {\"name\": \"RUNE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 1.0, \"last\": 5.6025, \"bid\": 5.5925, \"ask\": 5.6, \"price\": 5.6, \"type\": \"spot\", \"baseCurrency\": \"RUNE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.016057334663884607, \"change24h\": 0.001878522229179712, \"changeBod\": 0.03732518292118181, \"quoteVolume24h\": 12033948.28335, \"volumeUsd24h\": 12033948.28335}, {\"name\": \"RUNE/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 1.0, \"last\": 5.6015, \"bid\": 5.5875, \"ask\": 5.6, \"price\": 5.6, \"type\": \"spot\", \"baseCurrency\": \"RUNE\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.015780881552693634, \"change24h\": 0.0009831084100455805, \"changeBod\": 0.03646122524523413, \"quoteVolume24h\": 3364219.9953, \"volumeUsd24h\": 3364741.5166836716}, {\"name\": \"SAND/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 3.07955, \"bid\": 3.0772, \"ask\": 3.0784, \"price\": 3.0784, \"type\": \"spot\", \"baseCurrency\": \"SAND\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 3500.0, \"change1h\": -0.0017349006890960681, \"change24h\": -0.046802186063073806, \"changeBod\": -0.022900763358778626, \"quoteVolume24h\": 5326546.43695, \"volumeUsd24h\": 5326546.43695}, {\"name\": \"SECO/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 9.9729, \"bid\": 9.9729, \"ask\": 9.991, \"price\": 9.9729, \"type\": \"spot\", \"baseCurrency\": \"SECO\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0020094645781631483, \"change24h\": -0.04972938979304036, \"changeBod\": -0.024569399751567376, \"quoteVolume24h\": 36580.6524, \"volumeUsd24h\": 36580.6524}, {\"name\": \"SHIB/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 100000.0, \"minProvideSize\": 100000.0, \"last\": 2.509e-05, \"bid\": 2.507e-05, \"ask\": 2.509e-05, \"price\": 2.509e-05, \"type\": \"spot\", \"baseCurrency\": \"SHIB\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.001996805111821086, \"change24h\": -0.02183235867446394, \"changeBod\": -0.0015917230401910067, \"quoteVolume24h\": 3013940.445, \"volumeUsd24h\": 3013940.445}, {\"name\": \"SKL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.1251, \"bid\": 0.1249, \"ask\": 0.1252, \"price\": 0.1251, \"type\": \"spot\", \"baseCurrency\": \"SKL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.015422077922077922, \"change24h\": -0.01728201099764336, \"changeBod\": 0.02122448979591837, \"quoteVolume24h\": 83287.7351, \"volumeUsd24h\": 83287.7351}, {\"name\": \"SLND/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 1.829, \"bid\": 1.821, \"ask\": 1.829, \"price\": 1.829, \"type\": \"spot\", \"baseCurrency\": \"SLND\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.062051282051282054, \"changeBod\": -0.027127659574468086, \"quoteVolume24h\": 4309.2223, \"volumeUsd24h\": 4309.2223}, {\"name\": \"SLP/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5e-05, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.0184, \"bid\": 0.01835, \"ask\": 0.0184, \"price\": 0.0184, \"type\": \"spot\", \"baseCurrency\": \"SLP\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.041666666666666664, \"changeBod\": -0.010752688172043012, \"quoteVolume24h\": 1107991.597, \"volumeUsd24h\": 1107991.597}, {\"name\": \"SLRS/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.27375, \"bid\": 0.27375, \"ask\": 0.27393, \"price\": 0.27375, \"type\": \"spot\", \"baseCurrency\": \"SLRS\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.007648807366055246, \"changeBod\": 0.000511677204780527, \"quoteVolume24h\": 10642.10177, \"volumeUsd24h\": 10642.10177}, {\"name\": \"SLV/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0025, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 23.335, \"bid\": 23.3475, \"ask\": 23.41, \"price\": 23.3475, \"type\": \"spot\", \"baseCurrency\": \"SLV\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0005356760231412042, \"change24h\": -0.005748961992973491, \"changeBod\": 0.004733727810650888, \"quoteVolume24h\": 18261.6485, \"volumeUsd24h\": 18261.6485}, {\"name\": \"SNX/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 3.7945, \"bid\": 3.7945, \"ask\": 3.798, \"price\": 3.7945, \"type\": \"spot\", \"baseCurrency\": \"SNX\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0033051295610787945, \"change24h\": -0.035460091509913576, \"changeBod\": -0.002628466289919832, \"quoteVolume24h\": 353702.0209, \"volumeUsd24h\": 353702.0209}, {\"name\": \"SNY/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.9832, \"bid\": 0.9883, \"ask\": 0.9952, \"price\": 0.9883, \"type\": \"spot\", \"baseCurrency\": \"SNY\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0010108157282927323, \"change24h\": -0.007033055360192907, \"changeBod\": -0.0028251437796387854, \"quoteVolume24h\": 618.4271, \"volumeUsd24h\": 618.4271}, {\"name\": \"SOL/BTC\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5e-07, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 0.00223375, \"bid\": 0.002233, \"ask\": 0.00223425, \"price\": 0.00223375, \"type\": \"spot\", \"baseCurrency\": \"SOL\", \"quoteCurrency\": \"BTC\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": -0.00022378874342620565, \"change24h\": -0.03332251433517256, \"changeBod\": -0.009752853818020614, \"quoteVolume24h\": 114.310378575, \"volumeUsd24h\": 4768614.338334102}, {\"name\": \"SOL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0025, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 93.135, \"bid\": 93.11, \"ask\": 93.1275, \"price\": 93.1275, \"type\": \"spot\", \"baseCurrency\": \"SOL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": -0.0011530004826513648, \"change24h\": -0.0734964930607372, \"changeBod\": -0.028200980903683608, \"quoteVolume24h\": 124983807.0914, \"volumeUsd24h\": 124983807.0914}, {\"name\": \"SOL/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0025, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 93.135, \"bid\": 93.105, \"ask\": 93.1375, \"price\": 93.135, \"type\": \"spot\", \"baseCurrency\": \"SOL\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": -0.0008850269530935715, \"change24h\": -0.07328358208955224, \"changeBod\": -0.028122717311906503, \"quoteVolume24h\": 15424401.60595, \"volumeUsd24h\": 15426792.696686955}, {\"name\": \"SOS/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 100000.0, \"minProvideSize\": 100000.0, \"last\": 1.99e-06, \"bid\": 1.97e-06, \"ask\": 1.98e-06, \"price\": 1.98e-06, \"type\": \"spot\", \"baseCurrency\": \"SOS\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.019801980198019802, \"changeBod\": 0.01020408163265306, \"quoteVolume24h\": 14428.332, \"volumeUsd24h\": 14428.332}, {\"name\": \"SPELL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5e-06, \"sizeIncrement\": 100.0, \"minProvideSize\": 100.0, \"last\": 0.00433, \"bid\": 0.0043275, \"ask\": 0.004335, \"price\": 0.00433, \"type\": \"spot\", \"baseCurrency\": \"SPELL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.006880733944954129, \"change24h\": -0.05095890410958904, \"changeBod\": -0.0525164113785558, \"quoteVolume24h\": 5501004.72925, \"volumeUsd24h\": 5501004.72925}, {\"name\": \"SPY/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.01, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 432.24, \"bid\": 432.13, \"ask\": 432.85, \"price\": 432.24, \"type\": \"spot\", \"baseCurrency\": \"SPY\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.003412339758369455, \"change24h\": -0.012226056354121438, \"changeBod\": -0.010937714521074551, \"quoteVolume24h\": 51630.00099, \"volumeUsd24h\": 51630.00099}, {\"name\": \"SQ/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.025, \"sizeIncrement\": 0.005, \"minProvideSize\": 0.005, \"last\": 112.875, \"bid\": 111.575, \"ask\": 112.625, \"price\": 112.625, \"type\": \"spot\", \"baseCurrency\": \"SQ\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.001330082021724673, \"change24h\": -0.08676261909588485, \"changeBod\": -0.017233856893542756, \"quoteVolume24h\": 208077.1095, \"volumeUsd24h\": 208077.1095}, {\"name\": \"SRM/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 1.936, \"bid\": 1.935, \"ask\": 1.936, \"price\": 1.936, \"type\": \"spot\", \"baseCurrency\": \"SRM\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.002589331952356292, \"change24h\": -0.04864864864864865, \"changeBod\": -0.02320887991927346, \"quoteVolume24h\": 3394719.071, \"volumeUsd24h\": 3394719.071}, {\"name\": \"SRM/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 1.937, \"bid\": 1.935, \"ask\": 1.936, \"price\": 1.936, \"type\": \"spot\", \"baseCurrency\": \"SRM\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0031088082901554403, \"change24h\": -0.048180924287118974, \"changeBod\": -0.021728145528044467, \"quoteVolume24h\": 1382574.717, \"volumeUsd24h\": 1382789.0437326294}, {\"name\": \"STARS/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.8912, \"bid\": 0.89025, \"ask\": 0.892, \"price\": 0.8912, \"type\": \"spot\", \"baseCurrency\": \"STARS\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.004857350231701189, \"change24h\": 0.06107869984521967, \"changeBod\": 0.007290194970330602, \"quoteVolume24h\": 80416.50495, \"volumeUsd24h\": 80416.50495}, {\"name\": \"STEP/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 0.182, \"bid\": 0.1815, \"ask\": 0.182, \"price\": 0.182, \"type\": \"spot\", \"baseCurrency\": \"STEP\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.00546448087431694, \"change24h\": -0.061855670103092786, \"changeBod\": -0.031914893617021274, \"quoteVolume24h\": 1149209.219, \"volumeUsd24h\": 1149209.219}, {\"name\": \"STETH/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.5, \"sizeIncrement\": 0.0001, \"minProvideSize\": 0.0001, \"last\": 2733.0, \"bid\": 2734.0, \"ask\": 2740.5, \"price\": 2734.0, \"type\": \"spot\", \"baseCurrency\": \"STETH\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0027357286157213205, \"change24h\": -0.0636986301369863, \"changeBod\": -0.03613608320112815, \"quoteVolume24h\": 97724.2646, \"volumeUsd24h\": 97724.2646}, {\"name\": \"STMX/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-06, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.014645, \"bid\": 0.014515, \"ask\": 0.014645, \"price\": 0.014645, \"type\": \"spot\", \"baseCurrency\": \"STMX\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.00034129692832764505, \"change24h\": 0.013494809688581315, \"changeBod\": -0.01744381080174438, \"quoteVolume24h\": 22785.27825, \"volumeUsd24h\": 22785.27825}, {\"name\": \"STORJ/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 1.03, \"bid\": 1.03, \"ask\": 1.033, \"price\": 1.03, \"type\": \"spot\", \"baseCurrency\": \"STORJ\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.007827788649706457, \"change24h\": -0.03377110694183865, \"changeBod\": -0.01811248808388942, \"quoteVolume24h\": 74983.86585, \"volumeUsd24h\": 74983.86585}, {\"name\": \"STSOL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.025, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 95.125, \"bid\": 95.375, \"ask\": 95.625, \"price\": 95.375, \"type\": \"spot\", \"baseCurrency\": \"STSOL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0013089005235602095, \"change24h\": -0.07559970923188757, \"changeBod\": -0.0285204991087344, \"quoteVolume24h\": 214498.45125, \"volumeUsd24h\": 214498.45125}, {\"name\": \"SUN/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-07, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 0.0117215, \"bid\": 0.011704, \"ask\": 0.0117685, \"price\": 0.0117215, \"type\": \"spot\", \"baseCurrency\": \"SUN\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.004499100179964007, \"change24h\": -0.028873239436619718, \"changeBod\": -0.019736567008153877, \"quoteVolume24h\": 45659.687876148, \"volumeUsd24h\": 45659.687876148}, {\"name\": \"SUSHI/BTC\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 0.5, \"minProvideSize\": 0.5, \"last\": 7.846e-05, \"bid\": 7.817e-05, \"ask\": 7.837e-05, \"price\": 7.837e-05, \"type\": \"spot\", \"baseCurrency\": \"SUSHI\", \"quoteCurrency\": \"BTC\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 2000.0, \"change1h\": 0.004614792975259582, \"change24h\": 0.006033376123234916, \"changeBod\": 0.006162536911028373, \"quoteVolume24h\": 2.48035359, \"volumeUsd24h\": 103471.3544024536}, {\"name\": \"SUSHI/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 0.5, \"minProvideSize\": 0.5, \"last\": 3.2643, \"bid\": 3.2629, \"ask\": 3.264, \"price\": 3.264, \"type\": \"spot\", \"baseCurrency\": \"SUSHI\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 2000.0, \"change1h\": 0.0038443795171459326, \"change24h\": -0.03748046356639439, \"changeBod\": -0.015859615268648618, \"quoteVolume24h\": 5618190.28865, \"volumeUsd24h\": 5618190.28865}, {\"name\": \"SUSHI/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 0.5, \"minProvideSize\": 0.5, \"last\": 3.2638, \"bid\": 3.2612, \"ask\": 3.2664, \"price\": 3.2638, \"type\": \"spot\", \"baseCurrency\": \"SUSHI\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 2000.0, \"change1h\": 0.004277054678605495, \"change24h\": -0.03739751076505633, \"changeBod\": -0.016038589086523967, \"quoteVolume24h\": 648094.7123, \"volumeUsd24h\": 648195.1799423008}, {\"name\": \"SXP/BTC\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 3.525e-05, \"bid\": 3.487e-05, \"ask\": 3.501e-05, \"price\": 3.501e-05, \"type\": \"spot\", \"baseCurrency\": \"SXP\", \"quoteCurrency\": \"BTC\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 1500.0, \"change1h\": 0.002577319587628866, \"change24h\": 0.06802928615009152, \"changeBod\": 0.05420054200542006, \"quoteVolume24h\": 1.207691317, \"volumeUsd24h\": 50380.500898693615}, {\"name\": \"SXP/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 1.456, \"bid\": 1.4565, \"ask\": 1.457, \"price\": 1.4565, \"type\": \"spot\", \"baseCurrency\": \"SXP\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 1500.0, \"change1h\": -0.002397260273972603, \"change24h\": 0.02282303370786517, \"changeBod\": 0.031880977683315624, \"quoteVolume24h\": 2860780.44005, \"volumeUsd24h\": 2860780.44005}, {\"name\": \"SXP/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 1.4525, \"bid\": 1.4555, \"ask\": 1.4595, \"price\": 1.4555, \"type\": \"spot\", \"baseCurrency\": \"SXP\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 1500.0, \"change1h\": -0.004445964432284542, \"change24h\": 0.025, \"changeBod\": 0.03190358029067707, \"quoteVolume24h\": 193928.7121, \"volumeUsd24h\": 193958.77492894974}, {\"name\": \"TLM/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.10475, \"bid\": 0.1048, \"ask\": 0.105, \"price\": 0.1048, \"type\": \"spot\", \"baseCurrency\": \"TLM\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.010854176498348278, \"change24h\": -0.04204753199268738, \"changeBod\": -0.0071056371387967785, \"quoteVolume24h\": 163373.89305, \"volumeUsd24h\": 163373.89305}, {\"name\": \"TLRY/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 5.5, \"bid\": 5.387, \"ask\": 5.459, \"price\": 5.459, \"type\": \"spot\", \"baseCurrency\": \"TLRY\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.003832116788321168, \"change24h\": -0.05651572761838922, \"changeBod\": 0.00663839203392956, \"quoteVolume24h\": 450.4464, \"volumeUsd24h\": 450.4464}, {\"name\": \"TOMO/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-05, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 1.47475, \"bid\": 1.47345, \"ask\": 1.478, \"price\": 1.47475, \"type\": \"spot\", \"baseCurrency\": \"TOMO\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.008371436256051641, \"change24h\": 0.009204133305960446, \"changeBod\": -0.005495987591880774, \"quoteVolume24h\": 721543.264325, \"volumeUsd24h\": 721543.264325}, {\"name\": \"TOMO/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-05, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 1.4736, \"bid\": 1.4723, \"ask\": 1.48035, \"price\": 1.4736, \"type\": \"spot\", \"baseCurrency\": \"TOMO\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.009477717281710022, \"change24h\": 0.007383100902378999, \"changeBod\": -0.008110927876686972, \"quoteVolume24h\": 80756.32408, \"volumeUsd24h\": 80768.84292535888}, {\"name\": \"TONCOIN/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 1.9085, \"bid\": 1.9055, \"ask\": 1.9085, \"price\": 1.9085, \"type\": \"spot\", \"baseCurrency\": \"TONCOIN\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0020915032679738564, \"change24h\": -0.043118576084231634, \"changeBod\": -0.03659767794043412, \"quoteVolume24h\": 631619.83565, \"volumeUsd24h\": 631619.83565}, {\"name\": \"TRU/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.183575, \"bid\": 0.18335, \"ask\": 0.183975, \"price\": 0.183575, \"type\": \"spot\", \"baseCurrency\": \"TRU\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0024453199293574244, \"change24h\": -0.044999349720379764, \"changeBod\": -0.00957647693552738, \"quoteVolume24h\": 204551.523975, \"volumeUsd24h\": 204551.523975}, {\"name\": \"TRU/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.182975, \"bid\": 0.183, \"ask\": 0.184025, \"price\": 0.183, \"type\": \"spot\", \"baseCurrency\": \"TRU\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0032679738562091504, \"change24h\": -0.04563233376792699, \"changeBod\": -0.01254552812626467, \"quoteVolume24h\": 36227.533025, \"volumeUsd24h\": 36233.14901716953}, {\"name\": \"TRX/BTC\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 1.42e-06, \"bid\": 1.42e-06, \"ask\": 1.43e-06, \"price\": 1.42e-06, \"type\": \"spot\", \"baseCurrency\": \"TRX\", \"quoteCurrency\": \"BTC\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 1500.0, \"change1h\": 0.0070921985815602835, \"change24h\": 0.014285714285714285, \"changeBod\": 0.0070921985815602835, \"quoteVolume24h\": 0.40279541, \"volumeUsd24h\": 16803.163382762537}, {\"name\": \"TRX/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5e-06, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.0594575, \"bid\": 0.05944, \"ask\": 0.059455, \"price\": 0.059455, \"type\": \"spot\", \"baseCurrency\": \"TRX\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 1500.0, \"change1h\": 0.00613445022634006, \"change24h\": -0.019339408684177974, \"changeBod\": -0.012580444259912808, \"quoteVolume24h\": 1474557.71957, \"volumeUsd24h\": 1474557.71957}, {\"name\": \"TRX/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5e-06, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.0594525, \"bid\": 0.059425, \"ask\": 0.0594525, \"price\": 0.0594525, \"type\": \"spot\", \"baseCurrency\": \"TRX\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 1500.0, \"change1h\": 0.006177279458430294, \"change24h\": -0.01958278364116095, \"changeBod\": -0.012744935237462637, \"quoteVolume24h\": 785462.994785, \"volumeUsd24h\": 785584.7572584515}, {\"name\": \"TRYB/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-05, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 0.07002, \"bid\": 0.07001, \"ask\": 0.07002, \"price\": 0.07002, \"type\": \"spot\", \"baseCurrency\": \"TRYB\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.00014283673760891302, \"change24h\": -0.00821529745042493, \"changeBod\": -0.0038412291933418692, \"quoteVolume24h\": 856907.543615, \"volumeUsd24h\": 856907.543615}, {\"name\": \"TSLA/BTC\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5e-06, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 0.01997, \"bid\": 0.019925, \"ask\": 0.0200075, \"price\": 0.01997, \"type\": \"spot\", \"baseCurrency\": \"TSLA\", \"quoteCurrency\": \"BTC\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.004238344552480678, \"change24h\": -0.010406342913776016, \"changeBod\": 0.0055387713997985906, \"quoteVolume24h\": 0.46084395, \"volumeUsd24h\": 19224.737903065106}, {\"name\": \"TSLA/DOGE\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 6433.0, \"bid\": 6489.0, \"ask\": 6524.0, \"price\": 6489.0, \"type\": \"spot\", \"baseCurrency\": \"TSLA\", \"quoteCurrency\": \"DOGE\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0003083089255433945, \"change24h\": -0.02347629796839729, \"changeBod\": -0.0013850415512465374, \"quoteVolume24h\": 99848.82, \"volumeUsd24h\": 12778.50221037}, {\"name\": \"TSLA/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.05, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 834.95, \"bid\": 831.4, \"ask\": 834.0, \"price\": 834.0, \"type\": \"spot\", \"baseCurrency\": \"TSLA\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0022133157863252974, \"change24h\": -0.047890861350533706, \"changeBod\": -0.01231643770724775, \"quoteVolume24h\": 274331.242, \"volumeUsd24h\": 274331.242}, {\"name\": \"TSM/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.05, \"sizeIncrement\": 0.005, \"minProvideSize\": 0.005, \"last\": 107.7, \"bid\": 106.9, \"ask\": 107.5, \"price\": 107.5, \"type\": \"spot\", \"baseCurrency\": \"TSM\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0013934045517882026, \"change24h\": -0.01646843549862763, \"changeBod\": -0.015567765567765568, \"quoteVolume24h\": 20831.76675, \"volumeUsd24h\": 20831.76675}, {\"name\": \"TULIP/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0025, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 10.66, \"bid\": 10.66, \"ask\": 10.68, \"price\": 10.66, \"type\": \"spot\", \"baseCurrency\": \"TULIP\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.01021355617455896, \"changeBod\": -0.009983747387973066, \"quoteVolume24h\": 13984.8755, \"volumeUsd24h\": 13984.8755}, {\"name\": \"TWTR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.005, \"sizeIncrement\": 0.05, \"minProvideSize\": 0.05, \"last\": 33.405, \"bid\": 33.165, \"ask\": 33.3, \"price\": 33.3, \"type\": \"spot\", \"baseCurrency\": \"TWTR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.002396644697423607, \"change24h\": -0.038128249566724434, \"changeBod\": -0.01098901098901099, \"quoteVolume24h\": 868.1025, \"volumeUsd24h\": 868.1025}, {\"name\": \"UBER/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.005, \"sizeIncrement\": 0.05, \"minProvideSize\": 0.05, \"last\": 31.405, \"bid\": 31.44, \"ask\": 31.625, \"price\": 31.44, \"type\": \"spot\", \"baseCurrency\": \"UBER\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.07529411764705882, \"changeBod\": -0.01642421398404505, \"quoteVolume24h\": 297000.777, \"volumeUsd24h\": 297000.777}, {\"name\": \"UBXT/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-06, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.011875, \"bid\": 0.01183, \"ask\": 0.01194, \"price\": 0.011875, \"type\": \"spot\", \"baseCurrency\": \"UBXT\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.01615575807787904, \"changeBod\": -0.005443886097152429, \"quoteVolume24h\": 1744.8555, \"volumeUsd24h\": 1744.8555}, {\"name\": \"UBXT/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-06, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.01189, \"bid\": 0.01182, \"ask\": 0.01195, \"price\": 0.01189, \"type\": \"spot\", \"baseCurrency\": \"UBXT\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.00209819555182543, \"change24h\": -0.014913007456503728, \"changeBod\": 0.0, \"quoteVolume24h\": 57823.25657, \"volumeUsd24h\": 57832.22033123348}, {\"name\": \"UMEE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-05, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.10455, \"bid\": 0.10433, \"ask\": 0.10475, \"price\": 0.10455, \"type\": \"spot\", \"baseCurrency\": \"UMEE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0020998377398110148, \"change24h\": -0.07852987837123215, \"changeBod\": -0.05401737242128122, \"quoteVolume24h\": 38612.9073, \"volumeUsd24h\": 38612.9073}, {\"name\": \"PSR/BTC\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-08, \"sizeIncrement\": 0.05, \"minProvideSize\": 0.05, \"last\": 0.0002244, \"bid\": 0.00022355, \"ask\": 0.0002244, \"price\": 0.0002244, \"type\": \"spot\", \"baseCurrency\": \"PSR\", \"quoteCurrency\": \"BTC\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.002680965147453083, \"change24h\": -0.03255011856003449, \"changeBod\": -0.003552397868561279, \"quoteVolume24h\": 0.1216922375, \"volumeUsd24h\": 5076.558715320122}, {\"name\": \"PSR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 9.347, \"bid\": 9.343, \"ask\": 9.348, \"price\": 9.347, \"type\": \"spot\", \"baseCurrency\": \"PSR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0001069747539580659, \"change24h\": -0.07207386081604289, \"changeBod\": -0.022484835808408283, \"quoteVolume24h\": 1342392.1032, \"volumeUsd24h\": 1342392.1032}, {\"name\": \"PSR/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.05, \"minProvideSize\": 0.05, \"last\": 9.331, \"bid\": 9.338, \"ask\": 9.356, \"price\": 9.338, \"type\": \"spot\", \"baseCurrency\": \"PSR\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0007501875468867217, \"change24h\": -0.0730593607305936, \"changeBod\": -0.02189169372577773, \"quoteVolume24h\": 112643.3756, \"volumeUsd24h\": 112660.83757608551}, {\"name\": \"USDT/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 1.0003, \"bid\": 1.0002, \"ask\": 1.0003, \"price\": 1.0003, \"type\": \"spot\", \"baseCurrency\": \"USDT\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": 0.0, \"change24h\": 9.998000399920016e-05, \"changeBod\": 0.0, \"quoteVolume24h\": 193825132.867466, \"volumeUsd24h\": 193825132.867466}, {\"name\": \"USO/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.005, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 76.115, \"bid\": 75.85, \"ask\": 76.14, \"price\": 76.115, \"type\": \"spot\", \"baseCurrency\": \"USO\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0009205075941876521, \"change24h\": -0.0085965483555845, \"changeBod\": 0.013717786508623559, \"quoteVolume24h\": 594621.8384, \"volumeUsd24h\": 594621.8384}, {\"name\": \"UST/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 1.0039, \"bid\": 1.0038, \"ask\": 1.0039, \"price\": 1.0039, \"type\": \"spot\", \"baseCurrency\": \"UST\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.00019918334827208445, \"changeBod\": -0.0003982873643333665, \"quoteVolume24h\": 1923432.3331, \"volumeUsd24h\": 1923432.3331}, {\"name\": \"UST/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 1.0041, \"bid\": 1.0031, \"ask\": 1.0041, \"price\": 1.0041, \"type\": \"spot\", \"baseCurrency\": \"UST\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.0002986857825567503, \"changeBod\": 0.0, \"quoteVolume24h\": 332930.7957, \"volumeUsd24h\": 332982.4066319494}, {\"name\": \"VGX/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.00025, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 1.7205, \"bid\": 1.7215, \"ask\": 1.72725, \"price\": 1.7215, \"type\": \"spot\", \"baseCurrency\": \"VGX\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.002766855977865152, \"change24h\": -0.020483641536273117, \"changeBod\": 0.006283793657752448, \"quoteVolume24h\": 186861.85, \"volumeUsd24h\": 186861.85}, {\"name\": \"WAVES/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.5, \"minProvideSize\": 0.5, \"last\": 19.0395, \"bid\": 19.0285, \"ask\": 19.0345, \"price\": 19.0345, \"type\": \"spot\", \"baseCurrency\": \"WAVES\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.011502908184461987, \"change24h\": 0.04573673222722778, \"changeBod\": 0.03676570712710041, \"quoteVolume24h\": 1186447.4895, \"volumeUsd24h\": 1186447.4895}, {\"name\": \"WBTC/BTC\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 0.0001, \"minProvideSize\": 0.0001, \"last\": 1.0002, \"bid\": 1.0001, \"ask\": 1.0002, \"price\": 1.0002, \"type\": \"spot\", \"baseCurrency\": \"WBTC\", \"quoteCurrency\": \"BTC\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 9.999000099990002e-05, \"change24h\": 0.0002, \"changeBod\": 0.0002, \"quoteVolume24h\": 431.64758271, \"volumeUsd24h\": 18006771.368250288}, {\"name\": \"WBTC/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 0.0001, \"minProvideSize\": 0.0001, \"last\": 41666.0, \"bid\": 41678.0, \"ask\": 41732.0, \"price\": 41678.0, \"type\": \"spot\", \"baseCurrency\": \"WBTC\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0011742996141586982, \"change24h\": -0.04135615051982703, \"changeBod\": -0.019318101602390645, \"quoteVolume24h\": 1934142.5361, \"volumeUsd24h\": 1934142.5361}, {\"name\": \"WNDR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.00025, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 1.0695, \"bid\": 1.05, \"ask\": 1.07725, \"price\": 1.0695, \"type\": \"spot\", \"baseCurrency\": \"WNDR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.02772727272727273, \"changeBod\": 0.0, \"quoteVolume24h\": 4185.1975, \"volumeUsd24h\": 4185.1975}, {\"name\": \"WRX/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.64958, \"bid\": 0.65036, \"ask\": 0.6538, \"price\": 0.65036, \"type\": \"spot\", \"baseCurrency\": \"WRX\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.00120077588595708, \"change24h\": -0.031351931010857745, \"changeBod\": -0.01796877359345272, \"quoteVolume24h\": 107119.8268, \"volumeUsd24h\": 107119.8268}, {\"name\": \"WRX/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.64831, \"bid\": 0.65055, \"ask\": 0.65211, \"price\": 0.65055, \"type\": \"spot\", \"baseCurrency\": \"WRX\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0031456723874728225, \"change24h\": -0.028826919057713552, \"changeBod\": -0.012882374362709396, \"quoteVolume24h\": 42119.12992, \"volumeUsd24h\": 42125.6592275202}, {\"name\": \"XAUT/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.1, \"sizeIncrement\": 0.0001, \"minProvideSize\": 0.0001, \"last\": 1948.3, \"bid\": 1948.2, \"ask\": 1949.9, \"price\": 1948.3, \"type\": \"spot\", \"baseCurrency\": \"XAUT\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0009761611179613645, \"change24h\": 0.00708156724904373, \"changeBod\": 0.005366633985241756, \"quoteVolume24h\": 226104.1735, \"volumeUsd24h\": 226104.1735}, {\"name\": \"XAUT/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.1, \"sizeIncrement\": 0.0001, \"minProvideSize\": 0.0001, \"last\": 1947.2, \"bid\": 1947.2, \"ask\": 1952.7, \"price\": 1947.2, \"type\": \"spot\", \"baseCurrency\": \"XAUT\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.000976713103377371, \"change24h\": 0.0068772945860696, \"changeBod\": 0.004902719719254787, \"quoteVolume24h\": 11259.11929, \"volumeUsd24h\": 11260.864678672337}, {\"name\": \"XRP/BTC\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 1.782e-05, \"bid\": 1.781e-05, \"ask\": 1.784e-05, \"price\": 1.782e-05, \"type\": \"spot\", \"baseCurrency\": \"XRP\", \"quoteCurrency\": \"BTC\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": 0.0028137310073157004, \"change24h\": 0.007918552036199095, \"changeBod\": 0.0056433408577878106, \"quoteVolume24h\": 22.30135419, \"volumeUsd24h\": 930331.599636217}, {\"name\": \"XRP/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.743375, \"bid\": 0.74335, \"ask\": 0.7436, \"price\": 0.743375, \"type\": \"spot\", \"baseCurrency\": \"XRP\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": 0.0021232138042599083, \"change24h\": -0.032976682168525805, \"changeBod\": -0.013306344571276878, \"quoteVolume24h\": 31598321.48685, \"volumeUsd24h\": 31598321.48685}, {\"name\": \"XRP/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.743275, \"bid\": 0.74325, \"ask\": 0.743625, \"price\": 0.743275, \"type\": \"spot\", \"baseCurrency\": \"XRP\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": 0.0021235000674127004, \"change24h\": -0.032634866922626404, \"changeBod\": -0.01353727728192707, \"quoteVolume24h\": 4601403.117125, \"volumeUsd24h\": 4602116.426636217}, {\"name\": \"YFI/BTC\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.00025, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 0.5135, \"bid\": 0.51225, \"ask\": 0.5145, \"price\": 0.5135, \"type\": \"spot\", \"baseCurrency\": \"YFI\", \"quoteCurrency\": \"BTC\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 2000.0, \"change1h\": 0.0004870920603994155, \"change24h\": 0.008345606283750613, \"changeBod\": -0.004362578768783325, \"quoteVolume24h\": 0.65628275, \"volumeUsd24h\": 27377.73569350927}, {\"name\": \"YFI/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5.0, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 21435.0, \"bid\": 21420.0, \"ask\": 21440.0, \"price\": 21435.0, \"type\": \"spot\", \"baseCurrency\": \"YFI\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 2000.0, \"change1h\": 0.0011676786548341896, \"change24h\": -0.030090497737556562, \"changeBod\": -0.025460331893612183, \"quoteVolume24h\": 4470750.825, \"volumeUsd24h\": 4470750.825}, {\"name\": \"YFI/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5.0, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 21320.0, \"bid\": 21405.0, \"ask\": 21450.0, \"price\": 21405.0, \"type\": \"spot\", \"baseCurrency\": \"YFI\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 2000.0, \"change1h\": 0.0016378100140383716, \"change24h\": -0.030131400090620753, \"changeBod\": -0.02505124117513095, \"quoteVolume24h\": 196251.27, \"volumeUsd24h\": 196281.6928718754}, {\"name\": \"YFII/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.25, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 2128.0, \"bid\": 2129.0, \"ask\": 2135.75, \"price\": 2129.0, \"type\": \"spot\", \"baseCurrency\": \"YFII\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.011281320508253177, \"change24h\": -0.015946383175410216, \"changeBod\": 0.010321509075809705, \"quoteVolume24h\": 8300.64675, \"volumeUsd24h\": 8300.64675}, {\"name\": \"YGG/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.00025, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 2.85125, \"bid\": 2.853, \"ask\": 2.861, \"price\": 2.853, \"type\": \"spot\", \"baseCurrency\": \"YGG\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0008755034144633164, \"change24h\": -0.0626694045174538, \"changeBod\": -0.03606723540839598, \"quoteVolume24h\": 24735.9215, \"volumeUsd24h\": 24735.9215}, {\"name\": \"ZM/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.01, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 111.9, \"bid\": 112.23, \"ask\": 112.96, \"price\": 112.23, \"type\": \"spot\", \"baseCurrency\": \"ZM\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.004435376563470239, \"change24h\": -0.07553542009884678, \"changeBod\": -0.011276539511937274, \"quoteVolume24h\": 16080.7735, \"volumeUsd24h\": 16080.7735}, {\"name\": \"ZRX/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.00025, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.519, \"bid\": 0.519, \"ask\": 0.5205, \"price\": 0.519, \"type\": \"spot\", \"baseCurrency\": \"ZRX\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.002402691013935608, \"change24h\": -0.056363636363636366, \"changeBod\": -0.03171641791044776, \"quoteVolume24h\": 68342.95225, \"volumeUsd24h\": 68342.95225}, {\"name\": \"ADABEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 10000000.0, \"minProvideSize\": 10000000.0, \"last\": 1e-08, \"bid\": 1e-08, \"ask\": 1e-08, \"price\": 1e-08, \"type\": \"spot\", \"baseCurrency\": \"ADABEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.0, \"changeBod\": 0.0, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"ADABULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.005, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 16.5, \"bid\": 16.485, \"ask\": 16.54, \"price\": 16.5, \"type\": \"spot\", \"baseCurrency\": \"ADABULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.11764705882352941, \"changeBod\": -0.05982905982905983, \"quoteVolume24h\": 352315.30675, \"volumeUsd24h\": 352315.30675}, {\"name\": \"ADAHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5, \"sizeIncrement\": 1e-06, \"minProvideSize\": 1e-06, \"last\": 38220.0, \"bid\": 38367.5, \"ask\": 38442.5, \"price\": 38367.5, \"type\": \"spot\", \"baseCurrency\": \"ADAHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.00019543973941368078, \"change24h\": -0.021673997577612035, \"changeBod\": -0.010955725977959657, \"quoteVolume24h\": 6016.87605, \"volumeUsd24h\": 6016.87605}, {\"name\": \"ADAHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 8.381, \"bid\": 8.345, \"ask\": 8.379, \"price\": 8.379, \"type\": \"spot\", \"baseCurrency\": \"ADAHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.03803270564915758, \"changeBod\": 0.019715224534501644, \"quoteVolume24h\": 79765.76863, \"volumeUsd24h\": 79765.76863}, {\"name\": \"ALGOBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 1000000000000.0, \"minProvideSize\": 1000000000000.0, \"last\": 1e-08, \"bid\": null, \"ask\": null, \"price\": null, \"type\": \"spot\", \"baseCurrency\": \"ALGOBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.0, \"changeBod\": 0.0, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"ALGOBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 1000000.0, \"minProvideSize\": 1000000.0, \"last\": 1.3e-07, \"bid\": 1.2e-07, \"ask\": 1.3e-07, \"price\": 1.3e-07, \"type\": \"spot\", \"baseCurrency\": \"ALGOBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.07142857142857142, \"changeBod\": 0.0, \"quoteVolume24h\": 5020.89, \"volumeUsd24h\": 5020.89}, {\"name\": \"ALGOHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 14837.0, \"bid\": 14867.0, \"ask\": 14907.0, \"price\": 14867.0, \"type\": \"spot\", \"baseCurrency\": \"ALGOHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.00020182992465016147, \"change24h\": -0.023513957307060754, \"changeBod\": 0.0026301591583490695, \"quoteVolume24h\": 4042.6938, \"volumeUsd24h\": 4042.6938}, {\"name\": \"ALGOHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.005, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 45.735, \"bid\": 44.355, \"ask\": 44.545, \"price\": 44.545, \"type\": \"spot\", \"baseCurrency\": \"ALGOHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.004024594745667971, \"change24h\": 0.046394174301151045, \"changeBod\": -0.002463329974247005, \"quoteVolume24h\": 1476.99693, \"volumeUsd24h\": 1476.99693}, {\"name\": \"ALTBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 10000.0, \"minProvideSize\": 10000.0, \"last\": 2.836e-05, \"bid\": 2.836e-05, \"ask\": 2.859e-05, \"price\": 2.836e-05, \"type\": \"spot\", \"baseCurrency\": \"ALTBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0028129395218002813, \"change24h\": 0.12673818037346046, \"changeBod\": 0.057814248414770605, \"quoteVolume24h\": 50878.9717, \"volumeUsd24h\": 50878.9717}, {\"name\": \"ALTBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 3.348, \"bid\": 3.347, \"ask\": 3.353, \"price\": 3.348, \"type\": \"spot\", \"baseCurrency\": \"ALTBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0029958058717795086, \"change24h\": -0.1210291415069572, \"changeBod\": -0.06244749369924391, \"quoteVolume24h\": 25221.48994, \"volumeUsd24h\": 25221.48994}, {\"name\": \"ALTHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 18896.0, \"bid\": 19000.0, \"ask\": 19045.0, \"price\": 19000.0, \"type\": \"spot\", \"baseCurrency\": \"ALTHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 5.2634349176272434e-05, \"change24h\": -0.02263374485596708, \"changeBod\": -0.013192063986704061, \"quoteVolume24h\": 1501.74432, \"volumeUsd24h\": 1501.74432}, {\"name\": \"ALTHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.01, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 113.49, \"bid\": 113.68, \"ask\": 114.23, \"price\": 113.68, \"type\": \"spot\", \"baseCurrency\": \"ALTHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.04026354319180088, \"changeBod\": 0.01717967072297781, \"quoteVolume24h\": 1506.31884, \"volumeUsd24h\": 1506.31884}, {\"name\": \"ASDBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 100000.0, \"minProvideSize\": 100000.0, \"last\": 2.27e-06, \"bid\": 2.25e-06, \"ask\": 2.28e-06, \"price\": 2.27e-06, \"type\": \"spot\", \"baseCurrency\": \"ASDBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.07075471698113207, \"changeBod\": 0.04128440366972477, \"quoteVolume24h\": 52.046, \"volumeUsd24h\": 52.046}, {\"name\": \"ASDBEAR/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 100000.0, \"minProvideSize\": 100000.0, \"last\": 2.1e-06, \"bid\": 2.26e-06, \"ask\": 2.3e-06, \"price\": 2.26e-06, \"type\": \"spot\", \"baseCurrency\": \"ASDBEAR\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.0761904761904762, \"changeBod\": 0.041474654377880185, \"quoteVolume24h\": 102.117, \"volumeUsd24h\": 102.13283017734}, {\"name\": \"ASDBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.04611, \"bid\": 0.04392, \"ask\": 0.04602, \"price\": 0.04602, \"type\": \"spot\", \"baseCurrency\": \"ASDBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0015187676285528314, \"change24h\": -0.023551877784850413, \"changeBod\": -0.02788339670468948, \"quoteVolume24h\": 1213.4797, \"volumeUsd24h\": 1213.4797}, {\"name\": \"ASDBULL/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.04423, \"bid\": 0.042, \"ask\": 0.04651, \"price\": 0.04423, \"type\": \"spot\", \"baseCurrency\": \"ASDBULL\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0490217157600516, \"change24h\": -0.029618253620008774, \"changeBod\": -0.052890792291220554, \"quoteVolume24h\": 0.317, \"volumeUsd24h\": 0.31704914134}, {\"name\": \"ASDHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 15370.0, \"bid\": 15195.0, \"ask\": 15342.0, \"price\": 15342.0, \"type\": \"spot\", \"baseCurrency\": \"ASDHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.0018217306441119063, \"changeBod\": -0.0018217306441119063, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"ASDHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.005, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 62.74, \"bid\": 62.055, \"ask\": 62.925, \"price\": 62.74, \"type\": \"spot\", \"baseCurrency\": \"ASDHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.02516339869281046, \"changeBod\": 0.023157208088714937, \"quoteVolume24h\": 0.25096, \"volumeUsd24h\": 0.25096}, {\"name\": \"ATOMBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 1000000000.0, \"minProvideSize\": 1000000000.0, \"last\": 1e-08, \"bid\": null, \"ask\": 2e-08, \"price\": null, \"type\": \"spot\", \"baseCurrency\": \"ATOMBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.0, \"changeBod\": 0.0, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"ATOMBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-06, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.004017, \"bid\": 0.004025, \"ask\": 0.004037, \"price\": 0.004025, \"type\": \"spot\", \"baseCurrency\": \"ATOMBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.004205838693715982, \"change24h\": 0.11557649667405764, \"changeBod\": -0.030120481927710843, \"quoteVolume24h\": 1143029.38704, \"volumeUsd24h\": 1143029.38704}, {\"name\": \"ATOMHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 28328.0, \"bid\": 28242.0, \"ask\": 28322.0, \"price\": 28322.0, \"type\": \"spot\", \"baseCurrency\": \"ATOMHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.00021180457497881955, \"change24h\": 0.018850276998345204, \"changeBod\": -0.0022194821208384712, \"quoteVolume24h\": 14806.62143, \"volumeUsd24h\": 14806.62143}, {\"name\": \"ATOMHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 10.042, \"bid\": 10.104, \"ask\": 10.16, \"price\": 10.104, \"type\": \"spot\", \"baseCurrency\": \"ATOMHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0011890606420927466, \"change24h\": -0.043544112078758045, \"changeBod\": 0.0104, \"quoteVolume24h\": 45861.70764, \"volumeUsd24h\": 45861.70764}, {\"name\": \"BALBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 10000.0, \"minProvideSize\": 10000.0, \"last\": 6.14e-06, \"bid\": 6.57e-06, \"ask\": 6.74e-06, \"price\": 6.57e-06, \"type\": \"spot\", \"baseCurrency\": \"BALBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.19021739130434784, \"changeBod\": 0.06310679611650485, \"quoteVolume24h\": 48.0719, \"volumeUsd24h\": 48.0719}, {\"name\": \"BALBEAR/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 10000.0, \"minProvideSize\": 10000.0, \"last\": 5.73e-06, \"bid\": 6.55e-06, \"ask\": 6.73e-06, \"price\": 6.55e-06, \"type\": \"spot\", \"baseCurrency\": \"BALBEAR\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0030441400304414, \"change24h\": 0.15724381625441697, \"changeBod\": 0.06158833063209076, \"quoteVolume24h\": 2.4066, \"volumeUsd24h\": 2.406973071132}, {\"name\": \"BALBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-06, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.003543, \"bid\": 0.003459, \"ask\": 0.003544, \"price\": 0.003543, \"type\": \"spot\", \"baseCurrency\": \"BALBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.004536433229373405, \"change24h\": -0.16986879100281163, \"changeBod\": -0.06959033613445378, \"quoteVolume24h\": 3980.90068, \"volumeUsd24h\": 3980.90068}, {\"name\": \"BALBULL/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-06, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.003463, \"bid\": 0.003454, \"ask\": 0.003565, \"price\": 0.003463, \"type\": \"spot\", \"baseCurrency\": \"BALBULL\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.19614670380687094, \"changeBod\": -0.07727151612043698, \"quoteVolume24h\": 4101.86345, \"volumeUsd24h\": 4102.499320872019}, {\"name\": \"BALHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.5, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 9948.5, \"bid\": 9544.5, \"ask\": 9642.0, \"price\": 9642.0, \"type\": \"spot\", \"baseCurrency\": \"BALHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0007265179034769071, \"change24h\": -0.027877199173262087, \"changeBod\": -0.011685116851168511, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"BALHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.01, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 83.91, \"bid\": 91.57, \"ask\": 94.94, \"price\": 91.57, \"type\": \"spot\", \"baseCurrency\": \"BALHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.009411510168758113, \"change24h\": 0.05144103800665978, \"changeBod\": 0.015413617210024396, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"BCHBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-07, \"sizeIncrement\": 1000.0, \"minProvideSize\": 1000.0, \"last\": 0.0002519, \"bid\": 0.0002498, \"ask\": 0.0002564, \"price\": 0.0002519, \"type\": \"spot\", \"baseCurrency\": \"BCHBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.10120218579234973, \"changeBod\": 0.05133555926544241, \"quoteVolume24h\": 938.52435, \"volumeUsd24h\": 938.52435}, {\"name\": \"BCHBEAR/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-07, \"sizeIncrement\": 1000.0, \"minProvideSize\": 1000.0, \"last\": 0.0002608, \"bid\": 0.0002506, \"ask\": 0.0002564, \"price\": 0.0002564, \"type\": \"spot\", \"baseCurrency\": \"BCHBEAR\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0011714174150722373, \"change24h\": 0.14209354120267262, \"changeBod\": 0.06788837984173261, \"quoteVolume24h\": 2450.63745, \"volumeUsd24h\": 2451.017347817499}, {\"name\": \"BCHBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5e-07, \"sizeIncrement\": 100.0, \"minProvideSize\": 100.0, \"last\": 0.00083125, \"bid\": 0.0008175, \"ask\": 0.00083125, \"price\": 0.00083125, \"type\": \"spot\", \"baseCurrency\": \"BCHBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.00818677986658581, \"change24h\": -0.10714285714285714, \"changeBod\": -0.06258810262193402, \"quoteVolume24h\": 2690.327775, \"volumeUsd24h\": 2690.327775}, {\"name\": \"BCHBULL/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5e-07, \"sizeIncrement\": 100.0, \"minProvideSize\": 100.0, \"last\": 0.00081925, \"bid\": 0.0008155, \"ask\": 0.000833, \"price\": 0.00081925, \"type\": \"spot\", \"baseCurrency\": \"BCHBULL\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.11240520043336945, \"changeBod\": -0.08078541374474053, \"quoteVolume24h\": 11367.663525, \"volumeUsd24h\": 11369.425740199646}, {\"name\": \"BCHHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.5, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 8418.0, \"bid\": 8062.0, \"ask\": 8100.5, \"price\": 8100.5, \"type\": \"spot\", \"baseCurrency\": \"BCHHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 6.17283950617284e-05, \"change24h\": -0.0184186610118146, \"changeBod\": -0.011531421598535693, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"BCHHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.05, \"sizeIncrement\": 0.0001, \"minProvideSize\": 0.0001, \"last\": 323.45, \"bid\": 345.9, \"ask\": 348.8, \"price\": 345.9, \"type\": \"spot\", \"baseCurrency\": \"BCHHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0004338394793926247, \"change24h\": 0.036559784237338924, \"changeBod\": 0.023524189968930315, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"BEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-08, \"sizeIncrement\": 1000.0, \"minProvideSize\": 1000.0, \"last\": 0.0001139, \"bid\": 0.00011415, \"ask\": 0.0001143, \"price\": 0.00011415, \"type\": \"spot\", \"baseCurrency\": \"BEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0017551557700745941, \"change24h\": 0.12463054187192119, \"changeBod\": 0.05694444444444444, \"quoteVolume24h\": 2390081.99509, \"volumeUsd24h\": 2390081.99509}, {\"name\": \"BEAR/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-08, \"sizeIncrement\": 1000.0, \"minProvideSize\": 1000.0, \"last\": 0.000114, \"bid\": 0.00011405, \"ask\": 0.0001143, \"price\": 0.00011405, \"type\": \"spot\", \"baseCurrency\": \"BEAR\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0004385964912280702, \"change24h\": 0.12442078280587597, \"changeBod\": 0.056997219647822055, \"quoteVolume24h\": 1910278.06763, \"volumeUsd24h\": 1910574.198936044}, {\"name\": \"BEARSHIT/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 10000.0, \"minProvideSize\": 10000.0, \"last\": 6.53e-06, \"bid\": 6.15e-06, \"ask\": 6.24e-06, \"price\": 6.24e-06, \"type\": \"spot\", \"baseCurrency\": \"BEARSHIT\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.003194888178913738, \"change24h\": 0.061224489795918366, \"changeBod\": 0.01794453507340946, \"quoteVolume24h\": 4952.0872, \"volumeUsd24h\": 4952.0872}, {\"name\": \"BNBBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 10000000.0, \"minProvideSize\": 10000000.0, \"last\": 1e-08, \"bid\": null, \"ask\": 5e-08, \"price\": null, \"type\": \"spot\", \"baseCurrency\": \"BNBBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.0, \"changeBod\": 0.0, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"BNBBEAR/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 10000000.0, \"minProvideSize\": 10000000.0, \"last\": 1e-08, \"bid\": 1e-08, \"ask\": 3e-08, \"price\": 1e-08, \"type\": \"spot\", \"baseCurrency\": \"BNBBEAR\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.0, \"changeBod\": 0.0, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"BNBBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.05, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 149.5, \"bid\": 149.8, \"ask\": 150.3, \"price\": 149.8, \"type\": \"spot\", \"baseCurrency\": \"BNBBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.003989361702127659, \"change24h\": -0.07730212503849708, \"changeBod\": -0.04158669225847729, \"quoteVolume24h\": 189279.05965, \"volumeUsd24h\": 189279.05965}, {\"name\": \"BNBBULL/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.05, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 149.75, \"bid\": 149.25, \"ask\": 150.35, \"price\": 149.75, \"type\": \"spot\", \"baseCurrency\": \"BNBBULL\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0023427041499330657, \"change24h\": -0.07504632489190859, \"changeBod\": -0.03821451509312781, \"quoteVolume24h\": 18893.03705, \"volumeUsd24h\": 18895.96584860349}, {\"name\": \"BNBHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5, \"sizeIncrement\": 1e-06, \"minProvideSize\": 1e-06, \"last\": 42592.5, \"bid\": 42967.5, \"ask\": 43062.5, \"price\": 42967.5, \"type\": \"spot\", \"baseCurrency\": \"BNBHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -5.8180125669071444e-05, \"change24h\": -0.015466575012888813, \"changeBod\": -0.006761442441054091, \"quoteVolume24h\": 4502.18013, \"volumeUsd24h\": 4502.18013}, {\"name\": \"BNBHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 7.786, \"bid\": 7.677, \"ask\": 7.712, \"price\": 7.712, \"type\": \"spot\", \"baseCurrency\": \"BNBHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0005189413596263622, \"change24h\": 0.026624068157614485, \"changeBod\": 0.014469876348329387, \"quoteVolume24h\": 7515.51782, \"volumeUsd24h\": 7515.51782}, {\"name\": \"BSVBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 10000.0, \"minProvideSize\": 10000.0, \"last\": 1.214e-05, \"bid\": 1.233e-05, \"ask\": 1.244e-05, \"price\": 1.233e-05, \"type\": \"spot\", \"baseCurrency\": \"BSVBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.008176614881439084, \"change24h\": 0.03700588730025231, \"changeBod\": -0.030660377358490566, \"quoteVolume24h\": 555.9292, \"volumeUsd24h\": 555.9292}, {\"name\": \"BSVBEAR/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 10000.0, \"minProvideSize\": 10000.0, \"last\": 1.262e-05, \"bid\": 1.232e-05, \"ask\": 1.244e-05, \"price\": 1.244e-05, \"type\": \"spot\", \"baseCurrency\": \"BSVBEAR\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.016339869281045753, \"change24h\": 0.05602716468590832, \"changeBod\": -0.022780832678711706, \"quoteVolume24h\": 184.6103, \"volumeUsd24h\": 184.638918288706}, {\"name\": \"BSVBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 100000.0, \"minProvideSize\": 100000.0, \"last\": 2.23e-06, \"bid\": 2.22e-06, \"ask\": 2.24e-06, \"price\": 2.23e-06, \"type\": \"spot\", \"baseCurrency\": \"BSVBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.004464285714285714, \"change24h\": -0.05106382978723404, \"changeBod\": 0.027649769585253458, \"quoteVolume24h\": 2571.862, \"volumeUsd24h\": 2571.862}, {\"name\": \"BSVBULL/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 100000.0, \"minProvideSize\": 100000.0, \"last\": 2.27e-06, \"bid\": 2.21e-06, \"ask\": 2.24e-06, \"price\": 2.24e-06, \"type\": \"spot\", \"baseCurrency\": \"BSVBULL\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.013215859030837005, \"change24h\": -0.05485232067510549, \"changeBod\": 0.037037037037037035, \"quoteVolume24h\": 434.421, \"volumeUsd24h\": 434.48834394342}, {\"name\": \"BSVHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.25, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 4760.25, \"bid\": 4720.75, \"ask\": 4728.75, \"price\": 4728.75, \"type\": \"spot\", \"baseCurrency\": \"BSVHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.002794179671024884, \"change24h\": -0.00693022523232005, \"changeBod\": 0.0036612543775867558, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"BSVHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.025, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 261.225, \"bid\": 266.325, \"ask\": 267.125, \"price\": 266.325, \"type\": \"spot\", \"baseCurrency\": \"BSVHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.005664117813650524, \"change24h\": 0.016216731851569206, \"changeBod\": -0.007083605182216423, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"BULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 0.0001, \"minProvideSize\": 0.0001, \"last\": 2471.0, \"bid\": 2468.0, \"ask\": 2470.0, \"price\": 2470.0, \"type\": \"spot\", \"baseCurrency\": \"BULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0008090614886731392, \"change24h\": -0.12349183818310859, \"changeBod\": -0.05581039755351682, \"quoteVolume24h\": 3302440.6282, \"volumeUsd24h\": 3302440.6282}, {\"name\": \"BULL/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 0.0001, \"minProvideSize\": 0.0001, \"last\": 2474.0, \"bid\": 2469.0, \"ask\": 2474.0, \"price\": 2474.0, \"type\": \"spot\", \"baseCurrency\": \"BULL\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.00040404040404040404, \"change24h\": -0.1226950354609929, \"changeBod\": -0.055725190839694655, \"quoteVolume24h\": 1395896.41305, \"volumeUsd24h\": 1396112.804911951}, {\"name\": \"BULLSHIT/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 4.78, \"bid\": 4.819, \"ask\": 4.82, \"price\": 4.819, \"type\": \"spot\", \"baseCurrency\": \"BULLSHIT\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0014546965918536992, \"change24h\": -0.06290714632960623, \"changeBod\": -0.003103020273065784, \"quoteVolume24h\": 6283.00355, \"volumeUsd24h\": 6283.00355}, {\"name\": \"BVOL/BTC\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-05, \"sizeIncrement\": 0.0001, \"minProvideSize\": 0.0001, \"last\": 0.0138, \"bid\": 0.01335, \"ask\": 0.0138, \"price\": 0.0138, \"type\": \"spot\", \"baseCurrency\": \"BVOL\", \"quoteCurrency\": \"BTC\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.08235294117647059, \"changeBod\": 0.022222222222222223, \"quoteVolume24h\": 0.04008375, \"volumeUsd24h\": 1672.1486479793994}, {\"name\": \"BVOL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.05, \"sizeIncrement\": 0.0001, \"minProvideSize\": 0.0001, \"last\": 570.25, \"bid\": 561.95, \"ask\": 570.7, \"price\": 570.25, \"type\": \"spot\", \"baseCurrency\": \"BVOL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.00017539244058581075, \"changeBod\": 0.010364989369241672, \"quoteVolume24h\": 3902.69045, \"volumeUsd24h\": 3902.69045}, {\"name\": \"BVOL/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.05, \"sizeIncrement\": 0.0001, \"minProvideSize\": 0.0001, \"last\": 566.0, \"bid\": 562.5, \"ask\": 569.5, \"price\": 566.0, \"type\": \"spot\", \"baseCurrency\": \"BVOL\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.008582939218777369, \"change24h\": 0.0, \"changeBod\": -0.010748929476535874, \"quoteVolume24h\": 1803.77064, \"volumeUsd24h\": 1804.050260524613}, {\"name\": \"COMPBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 10000.0, \"minProvideSize\": 10000.0, \"last\": 7.87e-06, \"bid\": 7.57e-06, \"ask\": 7.92e-06, \"price\": 7.87e-06, \"type\": \"spot\", \"baseCurrency\": \"COMPBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.16592592592592592, \"changeBod\": 0.09002770083102493, \"quoteVolume24h\": 7.7402, \"volumeUsd24h\": 7.7402}, {\"name\": \"COMPBEAR/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 10000.0, \"minProvideSize\": 10000.0, \"last\": 7.75e-06, \"bid\": 7.57e-06, \"ask\": 7.93e-06, \"price\": 7.75e-06, \"type\": \"spot\", \"baseCurrency\": \"COMPBEAR\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.13636363636363635, \"changeBod\": 0.029216467463479414, \"quoteVolume24h\": 30.4414, \"volumeUsd24h\": 30.446119025828}, {\"name\": \"COMPBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5e-06, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.009095, \"bid\": 0.0088475, \"ask\": 0.009225, \"price\": 0.009095, \"type\": \"spot\", \"baseCurrency\": \"COMPBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.006640841173215274, \"change24h\": -0.15, \"changeBod\": -0.06430041152263374, \"quoteVolume24h\": 4223.333475, \"volumeUsd24h\": 4223.333475}, {\"name\": \"COMPBULL/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5e-06, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.0089475, \"bid\": 0.008825, \"ask\": 0.009095, \"price\": 0.0089475, \"type\": \"spot\", \"baseCurrency\": \"COMPBULL\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.16163035839775122, \"changeBod\": -0.04889715652404996, \"quoteVolume24h\": 3062.05585, \"volumeUsd24h\": 3062.530529897867}, {\"name\": \"COMPHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.5, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 9737.0, \"bid\": 9652.5, \"ask\": 9676.5, \"price\": 9676.5, \"type\": \"spot\", \"baseCurrency\": \"COMPHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.003369970966403982, \"change24h\": -0.023857560778775346, \"changeBod\": -0.006315465187923599, \"quoteVolume24h\": 1811.047335, \"volumeUsd24h\": 1811.047335}, {\"name\": \"COMPHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.01, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 118.11, \"bid\": 117.42, \"ask\": 117.97, \"price\": 117.97, \"type\": \"spot\", \"baseCurrency\": \"COMPHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0018614095947203655, \"change24h\": 0.051988585696450866, \"changeBod\": 0.01759682567066333, \"quoteVolume24h\": 4847.0151, \"volumeUsd24h\": 4847.0151}, {\"name\": \"CUSDTBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5.0, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 13290.0, \"bid\": 13395.0, \"ask\": 13500.0, \"price\": 13395.0, \"type\": \"spot\", \"baseCurrency\": \"CUSDTBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.0033707865168539327, \"changeBod\": 0.0003734129947722181, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"CUSDTBEAR/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5.0, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 13370.0, \"bid\": 13335.0, \"ask\": 13600.0, \"price\": 13370.0, \"type\": \"spot\", \"baseCurrency\": \"CUSDTBEAR\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.001866368047779022, \"change24h\": 0.0, \"changeBod\": -0.001866368047779022, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"CUSDTBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 3906.0, \"bid\": 3646.0, \"ask\": 3939.0, \"price\": 3906.0, \"type\": \"spot\", \"baseCurrency\": \"CUSDTBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.0, \"changeBod\": 0.0, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"CUSDTBULL/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 3810.0, \"bid\": 3655.0, \"ask\": 3912.0, \"price\": 3810.0, \"type\": \"spot\", \"baseCurrency\": \"CUSDTBULL\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.0, \"changeBod\": 0.0, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"CUSDTHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.25, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 5021.0, \"bid\": 5027.0, \"ask\": 5120.5, \"price\": 5027.0, \"type\": \"spot\", \"baseCurrency\": \"CUSDTHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0006957558890766326, \"change24h\": -0.0004970673029128144, \"changeBod\": -0.0011425165168148627, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"CUSDTHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.5, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 6454.0, \"bid\": 6379.5, \"ask\": 6516.5, \"price\": 6454.0, \"type\": \"spot\", \"baseCurrency\": \"CUSDTHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.0, \"changeBod\": 0.0, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"DEFIBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5e-07, \"sizeIncrement\": 100.0, \"minProvideSize\": 100.0, \"last\": 0.000973, \"bid\": 0.0009435, \"ask\": 0.000957, \"price\": 0.000957, \"type\": \"spot\", \"baseCurrency\": \"DEFIBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0020855057351407717, \"change24h\": 0.1262135922330097, \"changeBod\": 0.05454545454545454, \"quoteVolume24h\": 10524.62255, \"volumeUsd24h\": 10524.62255}, {\"name\": \"DEFIBEAR/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5e-07, \"sizeIncrement\": 100.0, \"minProvideSize\": 100.0, \"last\": 0.000898, \"bid\": 0.0009425, \"ask\": 0.00095525, \"price\": 0.0009425, \"type\": \"spot\", \"baseCurrency\": \"DEFIBEAR\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0018533227429176596, \"change24h\": 0.11969111969111969, \"changeBod\": 0.04490022172949002, \"quoteVolume24h\": 59.377075, \"volumeUsd24h\": 59.3862796341665}, {\"name\": \"DEFIBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 1.6565, \"bid\": 1.666, \"ask\": 1.6705, \"price\": 1.666, \"type\": \"spot\", \"baseCurrency\": \"DEFIBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.002708396027685826, \"change24h\": -0.12084432717678101, \"changeBod\": -0.05017103762827822, \"quoteVolume24h\": 7092.9536, \"volumeUsd24h\": 7092.9536}, {\"name\": \"DEFIBULL/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 1.6565, \"bid\": 1.659, \"ask\": 1.683, \"price\": 1.659, \"type\": \"spot\", \"baseCurrency\": \"DEFIBULL\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.003022974607013301, \"change24h\": -0.13413361169102297, \"changeBod\": -0.04600345025876941, \"quoteVolume24h\": 2261.0195, \"volumeUsd24h\": 2261.37000324289}, {\"name\": \"DEFIHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.5, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 12626.0, \"bid\": 12962.0, \"ask\": 13010.0, \"price\": 12962.0, \"type\": \"spot\", \"baseCurrency\": \"DEFIHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0005403319181783095, \"change24h\": -0.020108859993952222, \"changeBod\": -0.0074278275518799295, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"DEFIHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.025, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 171.9, \"bid\": 183.65, \"ask\": 184.55, \"price\": 183.65, \"type\": \"spot\", \"baseCurrency\": \"DEFIHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0005442176870748299, \"change24h\": 0.03977353149327672, \"changeBod\": 0.015061489567500346, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"DOGEBEAR2021/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 5.266, \"bid\": 5.223, \"ask\": 5.265, \"price\": 5.265, \"type\": \"spot\", \"baseCurrency\": \"DOGEBEAR2021\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.002857142857142857, \"change24h\": 0.11005692599620494, \"changeBod\": 0.047344340560970755, \"quoteVolume24h\": 177518.80863, \"volumeUsd24h\": 177518.80863}, {\"name\": \"DOGEBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 1.726, \"bid\": 1.711, \"ask\": 1.723, \"price\": 1.723, \"type\": \"spot\", \"baseCurrency\": \"DOGEBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0017441860465116279, \"change24h\": -0.10166840458811262, \"changeBod\": -0.03823611498744069, \"quoteVolume24h\": 147233.0915, \"volumeUsd24h\": 147233.0915}, {\"name\": \"DOGEHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5.0, \"sizeIncrement\": 1e-06, \"minProvideSize\": 1e-06, \"last\": 103910.0, \"bid\": 102780.0, \"ask\": 103180.0, \"price\": 103180.0, \"type\": \"spot\", \"baseCurrency\": \"DOGEHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -4.84566555216359e-05, \"change24h\": -0.017052491187958464, \"changeBod\": -0.0070253103647387165, \"quoteVolume24h\": 275.56932, \"volumeUsd24h\": 275.56932}, {\"name\": \"DOGEHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-05, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 0.70115, \"bid\": 0.70645, \"ask\": 0.71195, \"price\": 0.70645, \"type\": \"spot\", \"baseCurrency\": \"DOGEHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.00028302554305526076, \"change24h\": 0.031088082901554404, \"changeBod\": 0.008926021136818053, \"quoteVolume24h\": 61.95547, \"volumeUsd24h\": 61.95547}, {\"name\": \"DRGNBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 10000.0, \"minProvideSize\": 10000.0, \"last\": 5.06e-06, \"bid\": 5.73e-06, \"ask\": 5.81e-06, \"price\": 5.73e-06, \"type\": \"spot\", \"baseCurrency\": \"DRGNBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.010582010582010581, \"change24h\": 0.1324110671936759, \"changeBod\": 0.055248618784530384, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"DRGNBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.00025, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 0.53825, \"bid\": 0.534, \"ask\": 0.5415, \"price\": 0.53825, \"type\": \"spot\", \"baseCurrency\": \"DRGNBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0037019898195279964, \"change24h\": -0.12372812372812372, \"changeBod\": -0.05112384310268841, \"quoteVolume24h\": 12332.094245, \"volumeUsd24h\": 12332.094245}, {\"name\": \"DRGNHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 19551.0, \"bid\": 19306.0, \"ask\": 19358.0, \"price\": 19358.0, \"type\": \"spot\", \"baseCurrency\": \"DRGNHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0020106201989998455, \"change24h\": -0.019649549275802695, \"changeBod\": -0.009212816050772853, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"DRGNHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.005, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 53.64, \"bid\": 53.75, \"ask\": 54.06, \"price\": 53.75, \"type\": \"spot\", \"baseCurrency\": \"DRGNHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0020507084265473526, \"change24h\": 0.044602079486930325, \"changeBod\": 0.012431719721228104, \"quoteVolume24h\": 4.77396, \"volumeUsd24h\": 4.77396}, {\"name\": \"EOSBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 10000.0, \"minProvideSize\": 10000.0, \"last\": 2.2e-05, \"bid\": 2.282e-05, \"ask\": 2.305e-05, \"price\": 2.282e-05, \"type\": \"spot\", \"baseCurrency\": \"EOSBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.00043840420868040335, \"change24h\": 0.13138324243926625, \"changeBod\": 0.0789598108747045, \"quoteVolume24h\": 33.44, \"volumeUsd24h\": 33.44}, {\"name\": \"EOSBEAR/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 10000.0, \"minProvideSize\": 10000.0, \"last\": 2.349e-05, \"bid\": 2.281e-05, \"ask\": 2.306e-05, \"price\": 2.306e-05, \"type\": \"spot\", \"baseCurrency\": \"EOSBEAR\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0008680555555555555, \"change24h\": 0.13428430890309886, \"changeBod\": 0.07757009345794393, \"quoteVolume24h\": 232.308, \"volumeUsd24h\": 232.34401238616}, {\"name\": \"EOSBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 10000.0, \"minProvideSize\": 10000.0, \"last\": 1.352e-05, \"bid\": 1.34e-05, \"ask\": 1.354e-05, \"price\": 1.352e-05, \"type\": \"spot\", \"baseCurrency\": \"EOSBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.004457652303120356, \"change24h\": -0.12548512289780078, \"changeBod\": -0.07776261937244201, \"quoteVolume24h\": 8616.4057, \"volumeUsd24h\": 8616.4057}, {\"name\": \"EOSBULL/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 10000.0, \"minProvideSize\": 10000.0, \"last\": 1.305e-05, \"bid\": 1.34e-05, \"ask\": 1.353e-05, \"price\": 1.34e-05, \"type\": \"spot\", \"baseCurrency\": \"EOSBULL\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0007457121551081282, \"change24h\": -0.13604126370083816, \"changeBod\": -0.08281998631074607, \"quoteVolume24h\": 9810.2255, \"volumeUsd24h\": 9811.74628115701}, {\"name\": \"EOSHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.5, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 6529.0, \"bid\": 6544.0, \"ask\": 6554.5, \"price\": 6544.0, \"type\": \"spot\", \"baseCurrency\": \"EOSHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 7.641170627340109e-05, \"change24h\": -0.022262064843866728, \"changeBod\": -0.015495712351436739, \"quoteVolume24h\": 18650.90945, \"volumeUsd24h\": 18650.90945}, {\"name\": \"EOSHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.025, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 209.1, \"bid\": 222.45, \"ask\": 223.225, \"price\": 222.45, \"type\": \"spot\", \"baseCurrency\": \"EOSHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.04289732770745429, \"changeBod\": 0.025942580421999307, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"ETCBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 1000000.0, \"minProvideSize\": 1000000.0, \"last\": 9e-08, \"bid\": 9e-08, \"ask\": 1e-07, \"price\": 9e-08, \"type\": \"spot\", \"baseCurrency\": \"ETCBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.125, \"changeBod\": 0.0, \"quoteVolume24h\": 10.53, \"volumeUsd24h\": 10.53}, {\"name\": \"ETCBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.20685, \"bid\": 0.2065, \"ask\": 0.2105, \"price\": 0.20685, \"type\": \"spot\", \"baseCurrency\": \"ETCBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.010997067448680353, \"change24h\": -0.1825726141078838, \"changeBod\": -0.1110872367855608, \"quoteVolume24h\": 8666.7697, \"volumeUsd24h\": 8666.7697}, {\"name\": \"ETCHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 21168.0, \"bid\": 20811.0, \"ask\": 20892.0, \"price\": 20892.0, \"type\": \"spot\", \"baseCurrency\": \"ETCHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0018221923851539272, \"change24h\": -0.02460432326439143, \"changeBod\": -0.013038548752834467, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"ETCHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0025, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 21.58, \"bid\": 21.465, \"ask\": 21.625, \"price\": 21.58, \"type\": \"spot\", \"baseCurrency\": \"ETCHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.05784313725490196, \"changeBod\": 0.03924873585359981, \"quoteVolume24h\": 63.113425, \"volumeUsd24h\": 63.113425}, {\"name\": \"ETHBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 1000000.0, \"minProvideSize\": 1000000.0, \"last\": 8e-08, \"bid\": 8e-08, \"ask\": 9e-08, \"price\": 8e-08, \"type\": \"spot\", \"baseCurrency\": \"ETHBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.14285714285714285, \"changeBod\": 0.0, \"quoteVolume24h\": 176.98, \"volumeUsd24h\": 176.98}, {\"name\": \"ETHBEAR/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 1000000.0, \"minProvideSize\": 1000000.0, \"last\": 8e-08, \"bid\": 8e-08, \"ask\": 9e-08, \"price\": 8e-08, \"type\": \"spot\", \"baseCurrency\": \"ETHBEAR\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.14285714285714285, \"change24h\": 0.14285714285714285, \"changeBod\": 0.14285714285714285, \"quoteVolume24h\": 35.83, \"volumeUsd24h\": 35.8355543666}, {\"name\": \"ETHBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.05, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 209.7, \"bid\": 209.6, \"ask\": 209.8, \"price\": 209.7, \"type\": \"spot\", \"baseCurrency\": \"ETHBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.003800475059382423, \"change24h\": -0.1830931047915855, \"changeBod\": -0.09922680412371133, \"quoteVolume24h\": 2458695.4623, \"volumeUsd24h\": 2458695.4623}, {\"name\": \"ETHBULL/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.05, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 210.0, \"bid\": 209.25, \"ask\": 210.2, \"price\": 210.0, \"type\": \"spot\", \"baseCurrency\": \"ETHBULL\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0023752969121140144, \"change24h\": -0.18446601941747573, \"changeBod\": -0.0967741935483871, \"quoteVolume24h\": 345306.0988, \"volumeUsd24h\": 345359.628151436}, {\"name\": \"ETHHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 26767.0, \"bid\": 26762.0, \"ask\": 26797.0, \"price\": 26767.0, \"type\": \"spot\", \"baseCurrency\": \"ETHHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0005227586721929726, \"change24h\": -0.032774445327744456, \"changeBod\": -0.016642174871418076, \"quoteVolume24h\": 15849.81785, \"volumeUsd24h\": 15849.81785}, {\"name\": \"ETHHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0025, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 16.65, \"bid\": 16.59, \"ask\": 16.635, \"price\": 16.635, \"type\": \"spot\", \"baseCurrency\": \"ETHHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0013544018058690745, \"change24h\": 0.06491261763011331, \"changeBod\": 0.035480859010270774, \"quoteVolume24h\": 29483.51515, \"volumeUsd24h\": 29483.51515}, {\"name\": \"EXCHBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-08, \"sizeIncrement\": 1000.0, \"minProvideSize\": 1000.0, \"last\": 0.00015805, \"bid\": 0.0001694, \"ask\": 0.00017195, \"price\": 0.0001694, \"type\": \"spot\", \"baseCurrency\": \"EXCHBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.011947431302270013, \"change24h\": 0.08485430675632405, \"changeBod\": 0.04567901234567901, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"EXCHBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 3489.0, \"bid\": 3537.0, \"ask\": 3593.0, \"price\": 3537.0, \"type\": \"spot\", \"baseCurrency\": \"EXCHBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.014488715519643355, \"change24h\": -0.09862385321100918, \"changeBod\": -0.04611650485436893, \"quoteVolume24h\": 2357.02824, \"volumeUsd24h\": 2357.02824}, {\"name\": \"EXCHHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 22141.0, \"bid\": 21668.0, \"ask\": 21723.0, \"price\": 21723.0, \"type\": \"spot\", \"baseCurrency\": \"EXCHHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0021589343132751493, \"change24h\": -0.0164802825191289, \"changeBod\": -0.0074476834506076945, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"EXCHHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.01, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 76.68, \"bid\": 79.74, \"ask\": 80.17, \"price\": 79.74, \"type\": \"spot\", \"baseCurrency\": \"EXCHHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.003902807503462168, \"change24h\": 0.03236664940445365, \"changeBod\": 0.014762025960804276, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"GRTBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-08, \"sizeIncrement\": 1000.0, \"minProvideSize\": 1000.0, \"last\": 0.00016115, \"bid\": 0.00014465, \"ask\": 0.00014825, \"price\": 0.00014825, \"type\": \"spot\", \"baseCurrency\": \"GRTBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0010107816711590297, \"change24h\": 0.12225586676760031, \"changeBod\": 0.048814998231340646, \"quoteVolume24h\": 8665.3837, \"volumeUsd24h\": 8665.3837}, {\"name\": \"GRTBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-06, \"sizeIncrement\": 100.0, \"minProvideSize\": 100.0, \"last\": 0.002626, \"bid\": 0.002571, \"ask\": 0.002623, \"price\": 0.002623, \"type\": \"spot\", \"baseCurrency\": \"GRTBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.00923432089265102, \"change24h\": -0.08158263305322129, \"changeBod\": -0.03459698196540302, \"quoteVolume24h\": 74040.0547, \"volumeUsd24h\": 74040.0547}, {\"name\": \"HALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 15984.0, \"bid\": 15901.0, \"ask\": 15922.0, \"price\": 15922.0, \"type\": \"spot\", \"baseCurrency\": \"HALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0005021971123666039, \"change24h\": -0.019460524695159503, \"changeBod\": -0.008160468448265122, \"quoteVolume24h\": 15.34464, \"volumeUsd24h\": 15.34464}, {\"name\": \"HALFSHIT/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 22745.0, \"bid\": 23365.0, \"ask\": 23425.0, \"price\": 23365.0, \"type\": \"spot\", \"baseCurrency\": \"HALFSHIT\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.00042817383857846286, \"change24h\": -0.01067027988313503, \"changeBod\": -0.0015810614477395095, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"HEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.01, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 86.09, \"bid\": 85.43, \"ask\": 85.63, \"price\": 85.63, \"type\": \"spot\", \"baseCurrency\": \"HEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0005842486562280906, \"change24h\": 0.04122081712062257, \"changeBod\": 0.021472026720744365, \"quoteVolume24h\": 16545.90221, \"volumeUsd24h\": 16545.90221}, {\"name\": \"HEDGESHIT/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.005, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 48.415, \"bid\": 47.865, \"ask\": 48.115, \"price\": 48.115, \"type\": \"spot\", \"baseCurrency\": \"HEDGESHIT\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.00041549807832138777, \"change24h\": 0.020791344011880767, \"changeBod\": 0.003127280308558324, \"quoteVolume24h\": 108.788505, \"volumeUsd24h\": 108.788505}, {\"name\": \"HTBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-07, \"sizeIncrement\": 100.0, \"minProvideSize\": 100.0, \"last\": 0.001139, \"bid\": 0.0011285, \"ask\": 0.0011455, \"price\": 0.001139, \"type\": \"spot\", \"baseCurrency\": \"HTBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.044475011462631824, \"changeBod\": 0.04351809436555199, \"quoteVolume24h\": 4067.4821, \"volumeUsd24h\": 4067.4821}, {\"name\": \"HTBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 1.061, \"bid\": 1.028, \"ask\": 1.04, \"price\": 1.04, \"type\": \"spot\", \"baseCurrency\": \"HTBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.00430828147438966, \"change24h\": -0.019792648444863337, \"changeBod\": -0.03300790330079033, \"quoteVolume24h\": 5009.70575, \"volumeUsd24h\": 5009.70575}, {\"name\": \"HTHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.5, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 10746.0, \"bid\": 10605.0, \"ask\": 10637.0, \"price\": 10637.0, \"type\": \"spot\", \"baseCurrency\": \"HTHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0010330578512396695, \"change24h\": -0.00612006540527914, \"changeBod\": -0.005655526992287918, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"HTHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.025, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 200.925, \"bid\": 202.35, \"ask\": 203.5, \"price\": 202.35, \"type\": \"spot\", \"baseCurrency\": \"HTHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.001856665428889714, \"change24h\": 0.011623547056617924, \"changeBod\": 0.010234648027958064, \"quoteVolume24h\": 1264.2201, \"volumeUsd24h\": 1264.2201}, {\"name\": \"IBVOL/BTC\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-05, \"sizeIncrement\": 0.0001, \"minProvideSize\": 0.0001, \"last\": 0.05855, \"bid\": 0.0573, \"ask\": 0.0589, \"price\": 0.05855, \"type\": \"spot\", \"baseCurrency\": \"IBVOL\", \"quoteCurrency\": \"BTC\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.05590622182146077, \"changeBod\": 0.016493055555555556, \"quoteVolume24h\": 0.01193583, \"volumeUsd24h\": 497.91953090746136}, {\"name\": \"IBVOL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.25, \"sizeIncrement\": 0.0001, \"minProvideSize\": 0.0001, \"last\": 2445.5, \"bid\": 2406.0, \"ask\": 2443.0, \"price\": 2443.0, \"type\": \"spot\", \"baseCurrency\": \"IBVOL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.007942238267148015, \"changeBod\": 0.002564891761567662, \"quoteVolume24h\": 342.57555, \"volumeUsd24h\": 342.57555}, {\"name\": \"IBVOL/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.25, \"sizeIncrement\": 0.0001, \"minProvideSize\": 0.0001, \"last\": 2391.25, \"bid\": 2405.25, \"ask\": 2444.0, \"price\": 2405.25, \"type\": \"spot\", \"baseCurrency\": \"IBVOL\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.00020792182139515541, \"change24h\": -0.0072231967805180064, \"changeBod\": -0.0072231967805180064, \"quoteVolume24h\": 195.214575, \"volumeUsd24h\": 195.2448371634165}, {\"name\": \"KNCBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 10000.0, \"minProvideSize\": 10000.0, \"last\": 7.5e-06, \"bid\": 7.47e-06, \"ask\": 7.6e-06, \"price\": 7.5e-06, \"type\": \"spot\", \"baseCurrency\": \"KNCBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.034482758620689655, \"change24h\": 0.09970674486803519, \"changeBod\": 0.07142857142857142, \"quoteVolume24h\": 47992.8119, \"volumeUsd24h\": 47992.8119}, {\"name\": \"KNCBEAR/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 10000.0, \"minProvideSize\": 10000.0, \"last\": 7.48e-06, \"bid\": 7.47e-06, \"ask\": 7.69e-06, \"price\": 7.48e-06, \"type\": \"spot\", \"baseCurrency\": \"KNCBEAR\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.030303030303030304, \"change24h\": 0.08879184861717612, \"changeBod\": 0.08405797101449275, \"quoteVolume24h\": 3512.7656, \"volumeUsd24h\": 3513.310148923312}, {\"name\": \"KNCBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.1339, \"bid\": 0.1308, \"ask\": 0.1344, \"price\": 0.1339, \"type\": \"spot\", \"baseCurrency\": \"KNCBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.03391053391053391, \"change24h\": -0.09189555781620888, \"changeBod\": -0.06592256714335543, \"quoteVolume24h\": 63244.01415, \"volumeUsd24h\": 63244.01415}, {\"name\": \"KNCBULL/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.15155, \"bid\": 0.13065, \"ask\": 0.13445, \"price\": 0.13445, \"type\": \"spot\", \"baseCurrency\": \"KNCBULL\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.02924187725631769, \"change24h\": -0.09339177343223196, \"changeBod\": -0.06404455273233554, \"quoteVolume24h\": 24689.46155, \"volumeUsd24h\": 24693.28891032948}, {\"name\": \"KNCHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.5, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 11135.0, \"bid\": 10876.0, \"ask\": 10929.0, \"price\": 10929.0, \"type\": \"spot\", \"baseCurrency\": \"KNCHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.005097860719162494, \"change24h\": -0.015272334099202594, \"changeBod\": -0.013405551794177387, \"quoteVolume24h\": 10059.77468, \"volumeUsd24h\": 10059.77468}, {\"name\": \"KNCHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.01, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 99.87, \"bid\": 102.55, \"ask\": 103.42, \"price\": 102.55, \"type\": \"spot\", \"baseCurrency\": \"KNCHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.010842779694430755, \"change24h\": 0.03200161014390661, \"changeBod\": 0.025192442267319804, \"quoteVolume24h\": 8478.08112, \"volumeUsd24h\": 8478.08112}, {\"name\": \"LEOBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.23, \"bid\": 0.2328, \"ask\": 0.26, \"price\": 0.2328, \"type\": \"spot\", \"baseCurrency\": \"LEOBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.01217391304347826, \"change24h\": 0.03720204945422143, \"changeBod\": 0.06301369863013699, \"quoteVolume24h\": 80.0175, \"volumeUsd24h\": 80.0175}, {\"name\": \"LEOBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.5, \"sizeIncrement\": 0.0001, \"minProvideSize\": 0.0001, \"last\": 1853.0, \"bid\": 1450.5, \"ask\": 1709.5, \"price\": 1709.5, \"type\": \"spot\", \"baseCurrency\": \"LEOBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.01696377228292122, \"change24h\": -0.06712141882673943, \"changeBod\": -0.0774419859686994, \"quoteVolume24h\": 8.3333, \"volumeUsd24h\": 8.3333}, {\"name\": \"LEOHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 15828.0, \"bid\": 15263.0, \"ask\": 15772.0, \"price\": 15772.0, \"type\": \"spot\", \"baseCurrency\": \"LEOHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.003160156743774491, \"change24h\": -0.0035380338640384128, \"changeBod\": -0.0035380338640384128, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"LEOHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.05, \"sizeIncrement\": 0.0001, \"minProvideSize\": 0.0001, \"last\": 528.5, \"bid\": 509.3, \"ask\": 540.65, \"price\": 528.5, \"type\": \"spot\", \"baseCurrency\": \"LEOHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.0026560424966799467, \"changeBod\": 0.0, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"LINKBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 100000000.0, \"minProvideSize\": 100000000.0, \"last\": 1e-08, \"bid\": 1e-08, \"ask\": 1e-08, \"price\": 1e-08, \"type\": \"spot\", \"baseCurrency\": \"LINKBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.0, \"changeBod\": 0.0, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"LINKBEAR/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 100000000.0, \"minProvideSize\": 100000000.0, \"last\": 1e-08, \"bid\": 1e-08, \"ask\": 2e-08, \"price\": 1e-08, \"type\": \"spot\", \"baseCurrency\": \"LINKBEAR\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.0, \"changeBod\": 0.0, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"LINKBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-06, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.02133, \"bid\": 0.02112, \"ask\": 0.02121, \"price\": 0.02121, \"type\": \"spot\", \"baseCurrency\": \"LINKBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.005689900426742532, \"change24h\": -0.13499184339314846, \"changeBod\": -0.08636657333620504, \"quoteVolume24h\": 141917.29745, \"volumeUsd24h\": 141917.29745}, {\"name\": \"LINKBULL/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-06, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.02073, \"bid\": 0.021035, \"ask\": 0.0213, \"price\": 0.021035, \"type\": \"spot\", \"baseCurrency\": \"LINKBULL\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0007136060894386299, \"change24h\": -0.13436213991769547, \"changeBod\": -0.0995291095890411, \"quoteVolume24h\": 131315.8291, \"volumeUsd24h\": 131336.1856798271}, {\"name\": \"LINKHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 15888.0, \"bid\": 15919.0, \"ask\": 15956.0, \"price\": 15919.0, \"type\": \"spot\", \"baseCurrency\": \"LINKHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.00025133521834747095, \"change24h\": -0.024690601641955644, \"changeBod\": -0.014669472641743005, \"quoteVolume24h\": 2998.90792, \"volumeUsd24h\": 2998.90792}, {\"name\": \"LINKHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 13.354, \"bid\": 13.222, \"ask\": 13.278, \"price\": 13.278, \"type\": \"spot\", \"baseCurrency\": \"LINKHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0005269100489273617, \"change24h\": 0.04526489805557742, \"changeBod\": 0.02930232558139535, \"quoteVolume24h\": 29612.87379, \"volumeUsd24h\": 29612.87379}, {\"name\": \"LTCBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-07, \"sizeIncrement\": 100.0, \"minProvideSize\": 100.0, \"last\": 0.0005788, \"bid\": 0.000572, \"ask\": 0.0005794, \"price\": 0.0005788, \"type\": \"spot\", \"baseCurrency\": \"LTCBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0006915629322268327, \"change24h\": 0.11737451737451737, \"changeBod\": 0.12716650438169425, \"quoteVolume24h\": 1226.883315, \"volumeUsd24h\": 1226.883315}, {\"name\": \"LTCBEAR/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-07, \"sizeIncrement\": 100.0, \"minProvideSize\": 100.0, \"last\": 0.0005901, \"bid\": 0.0005717, \"ask\": 0.0005807, \"price\": 0.0005807, \"type\": \"spot\", \"baseCurrency\": \"LTCBEAR\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0034560221185415585, \"change24h\": 0.1253875968992248, \"changeBod\": 0.13108687183482665, \"quoteVolume24h\": 61349.353205, \"volumeUsd24h\": 61358.863581733836}, {\"name\": \"LTCBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-06, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.004121, \"bid\": 0.004069, \"ask\": 0.004115, \"price\": 0.004115, \"type\": \"spot\", \"baseCurrency\": \"LTCBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0024242424242424242, \"change24h\": -0.10562921104107803, \"changeBod\": -0.12091433454390088, \"quoteVolume24h\": 55749.72011, \"volumeUsd24h\": 55749.72011}, {\"name\": \"LTCBULL/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-06, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.003945, \"bid\": 0.004051, \"ask\": 0.004115, \"price\": 0.004051, \"type\": \"spot\", \"baseCurrency\": \"LTCBULL\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.004423691324649791, \"change24h\": -0.12278042442615851, \"changeBod\": -0.1276916451335056, \"quoteVolume24h\": 187869.21501, \"volumeUsd24h\": 187898.33849571086}, {\"name\": \"LTCHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.5, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 10731.5, \"bid\": 10787.5, \"ask\": 10815.0, \"price\": 10787.5, \"type\": \"spot\", \"baseCurrency\": \"LTCHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0005558901190531339, \"change24h\": -0.018559796206159305, \"changeBod\": -0.021142416405789212, \"quoteVolume24h\": 5997.558375, \"volumeUsd24h\": 5997.558375}, {\"name\": \"LTCHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.05, \"sizeIncrement\": 0.0001, \"minProvideSize\": 0.0001, \"last\": 421.55, \"bid\": 419.15, \"ask\": 421.3, \"price\": 421.3, \"type\": \"spot\", \"baseCurrency\": \"LTCHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0014261944378416924, \"change24h\": 0.035644051130776795, \"changeBod\": 0.04346749226006192, \"quoteVolume24h\": 36.624615, \"volumeUsd24h\": 36.624615}, {\"name\": \"MATICBEAR2021/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-07, \"sizeIncrement\": 100.0, \"minProvideSize\": 100.0, \"last\": 0.0003806, \"bid\": 0.0003812, \"ask\": 0.0003837, \"price\": 0.0003812, \"type\": \"spot\", \"baseCurrency\": \"MATICBEAR2021\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.005997392438070404, \"change24h\": 0.11137026239067055, \"changeBod\": 0.06065664997217585, \"quoteVolume24h\": 316323.77965, \"volumeUsd24h\": 316323.77965}, {\"name\": \"MATICBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.04102, \"bid\": 0.04101, \"ask\": 0.04111, \"price\": 0.04102, \"type\": \"spot\", \"baseCurrency\": \"MATICBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0019464720194647203, \"change24h\": -0.1126973826519576, \"changeBod\": -0.05982122392848957, \"quoteVolume24h\": 1768515.00637, \"volumeUsd24h\": 1768515.00637}, {\"name\": \"MATICHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5.0, \"sizeIncrement\": 1e-06, \"minProvideSize\": 1e-06, \"last\": 86375.0, \"bid\": 86925.0, \"ask\": 87230.0, \"price\": 86925.0, \"type\": \"spot\", \"baseCurrency\": \"MATICHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0006907269901571404, \"change24h\": -0.022820527232870553, \"changeBod\": -0.013113079019073569, \"quoteVolume24h\": 10480.0515, \"volumeUsd24h\": 10480.0515}, {\"name\": \"MATICHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.14685, \"bid\": 0.14389, \"ask\": 0.14502, \"price\": 0.14502, \"type\": \"spot\", \"baseCurrency\": \"MATICHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.03971895612274161, \"changeBod\": 0.02698109199065222, \"quoteVolume24h\": 14986.68198, \"volumeUsd24h\": 14986.68198}, {\"name\": \"MIDBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-08, \"sizeIncrement\": 1000.0, \"minProvideSize\": 1000.0, \"last\": 0.0001433, \"bid\": 0.0001474, \"ask\": 0.000149, \"price\": 0.0001474, \"type\": \"spot\", \"baseCurrency\": \"MIDBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.005800068236096895, \"change24h\": 0.0914476119955572, \"changeBod\": 0.033660589060308554, \"quoteVolume24h\": 396.39455, \"volumeUsd24h\": 396.39455}, {\"name\": \"MIDBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.005, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 15.295, \"bid\": 15.16, \"ask\": 15.19, \"price\": 15.19, \"type\": \"spot\", \"baseCurrency\": \"MIDBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0022988505747126436, \"change24h\": -0.08878224355128975, \"changeBod\": -0.03951944356623459, \"quoteVolume24h\": 1378.1174, \"volumeUsd24h\": 1378.1174}, {\"name\": \"MIDHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 16599.0, \"bid\": 16476.0, \"ask\": 16511.0, \"price\": 16511.0, \"type\": \"spot\", \"baseCurrency\": \"MIDHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0010285575992255566, \"change24h\": -0.0125, \"changeBod\": -0.005301524188204109, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"MIDHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.01, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 102.57, \"bid\": 100.88, \"ask\": 101.29, \"price\": 101.29, \"type\": \"spot\", \"baseCurrency\": \"MIDHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0018793273986152325, \"change24h\": 0.028116118554608202, \"changeBod\": 0.01452323717948718, \"quoteVolume24h\": 3.38481, \"volumeUsd24h\": 3.38481}, {\"name\": \"MKRBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 1000.0, \"minProvideSize\": 1000.0, \"last\": 0.00011295, \"bid\": 0.00011245, \"ask\": 0.00011427, \"price\": 0.00011295, \"type\": \"spot\", \"baseCurrency\": \"MKRBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0018626929217668972, \"change24h\": -0.062266500622665005, \"changeBod\": 0.1449569183983781, \"quoteVolume24h\": 32834.81904, \"volumeUsd24h\": 32834.81904}, {\"name\": \"MKRBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0025, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 7.87, \"bid\": 7.8375, \"ask\": 7.975, \"price\": 7.87, \"type\": \"spot\", \"baseCurrency\": \"MKRBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.029593094944512947, \"change24h\": 0.04169424222369292, \"changeBod\": -0.14780725500812128, \"quoteVolume24h\": 63307.497675, \"volumeUsd24h\": 63307.497675}, {\"name\": \"OKBBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 1000000.0, \"minProvideSize\": 1000000.0, \"last\": 1e-07, \"bid\": 1e-07, \"ask\": 2.2e-07, \"price\": 1e-07, \"type\": \"spot\", \"baseCurrency\": \"OKBBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.0, \"changeBod\": 0.0, \"quoteVolume24h\": 12.9, \"volumeUsd24h\": 12.9}, {\"name\": \"OKBBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0025, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 6.82, \"bid\": 6.43, \"ask\": 6.5475, \"price\": 6.5475, \"type\": \"spot\", \"baseCurrency\": \"OKBBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.05655619596541787, \"change24h\": -0.13478691774033696, \"changeBod\": 0.039285714285714285, \"quoteVolume24h\": 3881.80505, \"volumeUsd24h\": 3881.80505}, {\"name\": \"OKBHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 19995.0, \"bid\": 19681.0, \"ask\": 19751.0, \"price\": 19751.0, \"type\": \"spot\", \"baseCurrency\": \"OKBHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.008732747804265998, \"change24h\": -0.028862228341036484, \"changeBod\": 0.004117946110828673, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"OKBHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 15.504, \"bid\": 14.952, \"ask\": 15.113, \"price\": 15.113, \"type\": \"spot\", \"baseCurrency\": \"OKBHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.02197727887476332, \"change24h\": 0.05449344125034887, \"changeBod\": 0.0018561484918793504, \"quoteVolume24h\": 300.30959, \"volumeUsd24h\": 300.30959}, {\"name\": \"PAXGBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 7097.5, \"bid\": 6917.5, \"ask\": 7105.0, \"price\": 7097.5, \"type\": \"spot\", \"baseCurrency\": \"PAXGBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.0038896746817538895, \"changeBod\": 0.0038896746817538895, \"quoteVolume24h\": 1.064625, \"volumeUsd24h\": 1.064625}, {\"name\": \"PAXGBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 5283.0, \"bid\": 5223.0, \"ask\": 5284.0, \"price\": 5283.0, \"type\": \"spot\", \"baseCurrency\": \"PAXGBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.023044151820294345, \"changeBod\": 0.0049457865702872365, \"quoteVolume24h\": 344.956, \"volumeUsd24h\": 344.956}, {\"name\": \"PAXGHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.25, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 5562.0, \"bid\": 5554.25, \"ask\": 5582.0, \"price\": 5562.0, \"type\": \"spot\", \"baseCurrency\": \"PAXGHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.0, \"changeBod\": 0.0, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"PAXGHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.5, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 5218.0, \"bid\": 5176.0, \"ask\": 5224.0, \"price\": 5218.0, \"type\": \"spot\", \"baseCurrency\": \"PAXGHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.0, \"changeBod\": 0.0, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"PRIVBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-06, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.01716, \"bid\": 0.01716, \"ask\": 0.017165, \"price\": 0.01716, \"type\": \"spot\", \"baseCurrency\": \"PRIVBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.008521892447840141, \"changeBod\": 0.0, \"quoteVolume24h\": 3.2604, \"volumeUsd24h\": 3.2604}, {\"name\": \"PRIVBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 2.123, \"bid\": 2.1285, \"ask\": 2.175, \"price\": 2.1285, \"type\": \"spot\", \"baseCurrency\": \"PRIVBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.008616674429436423, \"change24h\": -0.08530296519123334, \"changeBod\": -0.039485559566787, \"quoteVolume24h\": 49.9264, \"volumeUsd24h\": 49.9264}, {\"name\": \"PRIVHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.5, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 12398.0, \"bid\": 12287.0, \"ask\": 12330.5, \"price\": 12330.5, \"type\": \"spot\", \"baseCurrency\": \"PRIVHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0004863616098569286, \"change24h\": -0.00812452238265696, \"changeBod\": -0.005444426520406517, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"PRIVHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.05, \"sizeIncrement\": 0.0001, \"minProvideSize\": 0.0001, \"last\": 329.0, \"bid\": 332.25, \"ask\": 334.6, \"price\": 332.25, \"type\": \"spot\", \"baseCurrency\": \"PRIVHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0007530120481927711, \"change24h\": 0.015589179275561669, \"changeBod\": 0.009878419452887538, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"SUSHIBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 10000000.0, \"minProvideSize\": 10000000.0, \"last\": 2e-08, \"bid\": 1e-08, \"ask\": 3e-08, \"price\": 2e-08, \"type\": \"spot\", \"baseCurrency\": \"SUSHIBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.0, \"changeBod\": 0.0, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"SUSHIBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 100000.0, \"minProvideSize\": 100000.0, \"last\": 3.5e-07, \"bid\": 3.5e-07, \"ask\": 3.6e-07, \"price\": 3.5e-07, \"type\": \"spot\", \"baseCurrency\": \"SUSHIBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.10256410256410256, \"changeBod\": -0.027777777777777776, \"quoteVolume24h\": 8770.092, \"volumeUsd24h\": 8770.092}, {\"name\": \"SXPBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 10000000.0, \"minProvideSize\": 10000000.0, \"last\": 2e-08, \"bid\": 1e-08, \"ask\": 3e-08, \"price\": 2e-08, \"type\": \"spot\", \"baseCurrency\": \"SXPBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.0, \"changeBod\": 0.0, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"SXPBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-08, \"sizeIncrement\": 1000.0, \"minProvideSize\": 1000.0, \"last\": 0.0001556, \"bid\": 0.0001534, \"ask\": 0.0001557, \"price\": 0.0001556, \"type\": \"spot\", \"baseCurrency\": \"SXPBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0035222542427153377, \"change24h\": 0.08205841446453407, \"changeBod\": 0.10511363636363637, \"quoteVolume24h\": 25138.59985, \"volumeUsd24h\": 25138.59985}, {\"name\": \"SXPHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.5, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 11720.0, \"bid\": 11989.5, \"ask\": 12027.0, \"price\": 11989.5, \"type\": \"spot\", \"baseCurrency\": \"SXPHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0007917326443870323, \"change24h\": 0.011345423871784057, \"changeBod\": 0.015198983911939034, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"SXPHALF/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.5, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 11996.5, \"bid\": 11985.0, \"ask\": 12025.0, \"price\": 11996.5, \"type\": \"spot\", \"baseCurrency\": \"SXPHALF\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.00237006237006237, \"change24h\": 0.009678912595211043, \"changeBod\": 0.014588971583220568, \"quoteVolume24h\": 101.743845, \"volumeUsd24h\": 101.7596173308519}, {\"name\": \"SXPHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.25, \"sizeIncrement\": 0.0001, \"minProvideSize\": 0.0001, \"last\": 41.0, \"bid\": 40.75, \"ask\": 41.25, \"price\": 41.0, \"type\": \"spot\", \"baseCurrency\": \"SXPHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.023809523809523808, \"changeBod\": -0.03529411764705882, \"quoteVolume24h\": 612.995175, \"volumeUsd24h\": 612.995175}, {\"name\": \"THETABEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 10000000.0, \"minProvideSize\": 10000000.0, \"last\": 1e-08, \"bid\": 2e-08, \"ask\": 2e-08, \"price\": 2e-08, \"type\": \"spot\", \"baseCurrency\": \"THETABEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.0, \"changeBod\": 0.0, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"THETABULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 0.3761, \"bid\": 0.3696, \"ask\": 0.3714, \"price\": 0.3714, \"type\": \"spot\", \"baseCurrency\": \"THETABULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.017534246575342465, \"change24h\": -0.1604882459312839, \"changeBod\": -0.004022526146419952, \"quoteVolume24h\": 174622.27613, \"volumeUsd24h\": 174622.27613}, {\"name\": \"THETAHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 22878.0, \"bid\": 23180.0, \"ask\": 23285.0, \"price\": 23180.0, \"type\": \"spot\", \"baseCurrency\": \"THETAHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0028554123042312017, \"change24h\": -0.027806903493687876, \"changeBod\": -0.005449006736173682, \"quoteVolume24h\": 2626.20458, \"volumeUsd24h\": 2626.20458}, {\"name\": \"THETAHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0025, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 17.54, \"bid\": 17.03, \"ask\": 17.165, \"price\": 17.165, \"type\": \"spot\", \"baseCurrency\": \"THETAHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.005504055619930475, \"change24h\": 0.06565264628278752, \"changeBod\": 0.0013125273443196734, \"quoteVolume24h\": 2150.47135, \"volumeUsd24h\": 2150.47135}, {\"name\": \"TOMOBEAR2021/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 2.988, \"bid\": 2.91, \"ask\": 3.102, \"price\": 2.988, \"type\": \"spot\", \"baseCurrency\": \"TOMOBEAR2021\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.05771050141911069, \"changeBod\": -0.021931260229132568, \"quoteVolume24h\": 2328.2707, \"volumeUsd24h\": 2328.2707}, {\"name\": \"TOMOBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 10000.0, \"minProvideSize\": 10000.0, \"last\": 1.511e-05, \"bid\": 1.502e-05, \"ask\": 1.536e-05, \"price\": 1.511e-05, \"type\": \"spot\", \"baseCurrency\": \"TOMOBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.043670886075949364, \"change24h\": 0.018194070080862535, \"changeBod\": -0.00853018372703412, \"quoteVolume24h\": 5578.3554, \"volumeUsd24h\": 5578.3554}, {\"name\": \"TOMOHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 13407.0, \"bid\": 15332.0, \"ask\": 15401.0, \"price\": 15332.0, \"type\": \"spot\", \"baseCurrency\": \"TOMOHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.003962840252062626, \"change24h\": 0.0049157763649472375, \"changeBod\": -0.0022776078610008458, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"TOMOHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 10.466, \"bid\": 10.044, \"ask\": 10.164, \"price\": 10.164, \"type\": \"spot\", \"baseCurrency\": \"TOMOHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0066356343468356935, \"change24h\": -0.0021598272138228943, \"changeBod\": 0.0016753720311422095, \"quoteVolume24h\": 9.3177, \"volumeUsd24h\": 9.3177}, {\"name\": \"TRXBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 100000.0, \"minProvideSize\": 100000.0, \"last\": 3.4e-07, \"bid\": 3.3e-07, \"ask\": 3.5e-07, \"price\": 3.4e-07, \"type\": \"spot\", \"baseCurrency\": \"TRXBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.030303030303030304, \"changeBod\": 0.030303030303030304, \"quoteVolume24h\": 2.316, \"volumeUsd24h\": 2.316}, {\"name\": \"TRXBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.03454, \"bid\": 0.03489, \"ask\": 0.03502, \"price\": 0.03489, \"type\": \"spot\", \"baseCurrency\": \"TRXBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.017497812773403325, \"change24h\": -0.060075431034482756, \"changeBod\": -0.03538844346143213, \"quoteVolume24h\": 2631.51167, \"volumeUsd24h\": 2631.51167}, {\"name\": \"TRXHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 16878.0, \"bid\": 16556.0, \"ask\": 16580.0, \"price\": 16580.0, \"type\": \"spot\", \"baseCurrency\": \"TRXHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.002721499848805564, \"change24h\": -0.010090154636097677, \"changeBod\": -0.006531248127509138, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"TRXHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.005, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 66.115, \"bid\": 69.165, \"ask\": 69.345, \"price\": 69.165, \"type\": \"spot\", \"baseCurrency\": \"TRXHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.005249532575866533, \"change24h\": 0.019756726870622927, \"changeBod\": 0.0133323566039118, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"TRYBBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 3819.0, \"bid\": 3879.0, \"ask\": 4178.0, \"price\": 3879.0, \"type\": \"spot\", \"baseCurrency\": \"TRYBBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0025713551041398816, \"change24h\": 0.015710919088766692, \"changeBod\": 0.007009345794392523, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"TRYBBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 0.0001, \"minProvideSize\": 0.0001, \"last\": 2816.0, \"bid\": 2653.0, \"ask\": 2757.0, \"price\": 2757.0, \"type\": \"spot\", \"baseCurrency\": \"TRYBBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.01734317343173432, \"change24h\": -0.02025586353944563, \"changeBod\": -0.00036258158085569254, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"TRYBHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.25, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 5862.0, \"bid\": 5825.25, \"ask\": 5915.75, \"price\": 5862.0, \"type\": \"spot\", \"baseCurrency\": \"TRYBHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.0, \"changeBod\": 0.0, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"TRYBHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.5, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 4797.5, \"bid\": 4911.5, \"ask\": 5055.0, \"price\": 4911.5, \"type\": \"spot\", \"baseCurrency\": \"TRYBHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.0054247697031729785, \"changeBod\": 0.003473286341812238, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"PSRSWAPBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.04587, \"bid\": 0.04495, \"ask\": 0.04696, \"price\": 0.04587, \"type\": \"spot\", \"baseCurrency\": \"PSRSWAPBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.11092274158391863, \"changeBod\": 0.049176578225068615, \"quoteVolume24h\": 7.90614, \"volumeUsd24h\": 7.90614}, {\"name\": \"PSRSWAPBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.005, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 12.92, \"bid\": 12.25, \"ask\": 12.84, \"price\": 12.84, \"type\": \"spot\", \"baseCurrency\": \"PSRSWAPBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.005088062622309198, \"change24h\": -0.1024117441454037, \"changeBod\": -0.028009084027252083, \"quoteVolume24h\": 139.00695, \"volumeUsd24h\": 139.00695}, {\"name\": \"USDTBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 3302.0, \"bid\": 3309.0, \"ask\": 3344.0, \"price\": 3309.0, \"type\": \"spot\", \"baseCurrency\": \"USDTBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.0, \"changeBod\": 0.0, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"USDTBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 10237.5, \"bid\": 10120.0, \"ask\": 10225.0, \"price\": 10225.0, \"type\": \"spot\", \"baseCurrency\": \"USDTBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.00024455857177794083, \"change24h\": -0.0004887585532746823, \"changeBod\": 0.0, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"USDTHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.25, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 6158.5, \"bid\": 6154.0, \"ask\": 6166.0, \"price\": 6158.5, \"type\": \"spot\", \"baseCurrency\": \"USDTHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.0, \"changeBod\": 0.0, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"USDTHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.5, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 4202.5, \"bid\": 4200.0, \"ask\": 4214.0, \"price\": 4202.5, \"type\": \"spot\", \"baseCurrency\": \"USDTHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.0, \"changeBod\": 0.0, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"VETBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 10000.0, \"minProvideSize\": 10000.0, \"last\": 5.17e-06, \"bid\": 4.88e-06, \"ask\": 4.96e-06, \"price\": 4.96e-06, \"type\": \"spot\", \"baseCurrency\": \"VETBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.018480492813141684, \"change24h\": 0.16705882352941176, \"changeBod\": 0.12984054669703873, \"quoteVolume24h\": 4818.0526, \"volumeUsd24h\": 4818.0526}, {\"name\": \"VETBEAR/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 10000.0, \"minProvideSize\": 10000.0, \"last\": 4.87e-06, \"bid\": 4.88e-06, \"ask\": 4.95e-06, \"price\": 4.88e-06, \"type\": \"spot\", \"baseCurrency\": \"VETBEAR\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.002053388090349076, \"change24h\": 0.14285714285714285, \"changeBod\": 0.11161731207289294, \"quoteVolume24h\": 781.1596, \"volumeUsd24h\": 781.280695361192}, {\"name\": \"VETBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-06, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.00965, \"bid\": 0.009535, \"ask\": 0.009635, \"price\": 0.009635, \"type\": \"spot\", \"baseCurrency\": \"VETBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.02281947261663286, \"change24h\": -0.14922737306843267, \"changeBod\": -0.12249544626593807, \"quoteVolume24h\": 67073.628525, \"volumeUsd24h\": 67073.628525}, {\"name\": \"VETBULL/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-06, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.009565, \"bid\": 0.009495, \"ask\": 0.009635, \"price\": 0.009565, \"type\": \"spot\", \"baseCurrency\": \"VETBULL\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.02547121752419766, \"change24h\": -0.16426387068588905, \"changeBod\": -0.12368300503893724, \"quoteVolume24h\": 15540.251825, \"volumeUsd24h\": 15542.660874837911}, {\"name\": \"VETHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.5, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 87.0, \"bid\": 85.0, \"ask\": 86.0, \"price\": 86.0, \"type\": \"spot\", \"baseCurrency\": \"VETHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.005847953216374269, \"change24h\": 0.06172839506172839, \"changeBod\": 0.04242424242424243, \"quoteVolume24h\": 5998.58988, \"volumeUsd24h\": 5998.58988}, {\"name\": \"XAUTBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 3250.0, \"bid\": 3200.0, \"ask\": 3316.0, \"price\": 3250.0, \"type\": \"spot\", \"baseCurrency\": \"XAUTBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.03245013396844299, \"changeBod\": -0.031007751937984496, \"quoteVolume24h\": 0.975, \"volumeUsd24h\": 0.975}, {\"name\": \"XAUTBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 7830.0, \"bid\": 7585.0, \"ask\": 7897.5, \"price\": 7830.0, \"type\": \"spot\", \"baseCurrency\": \"XAUTBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.027559055118110236, \"changeBod\": 0.03162055335968379, \"quoteVolume24h\": 1077.737925, \"volumeUsd24h\": 1077.737925}, {\"name\": \"XAUTHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.25, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 6245.75, \"bid\": 6219.5, \"ask\": 6271.0, \"price\": 6245.75, \"type\": \"spot\", \"baseCurrency\": \"XAUTHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.0011220196353436186, \"changeBod\": 0.0, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"XAUTHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.5, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 4425.0, \"bid\": 4322.5, \"ask\": 4409.0, \"price\": 4409.0, \"type\": \"spot\", \"baseCurrency\": \"XAUTHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0032779473267774387, \"change24h\": -0.003615819209039548, \"changeBod\": -0.003615819209039548, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"XLMBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.03911, \"bid\": 0.03827, \"ask\": 0.03878, \"price\": 0.03878, \"type\": \"spot\", \"baseCurrency\": \"XLMBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0010303967027305513, \"change24h\": 0.13857897827363477, \"changeBod\": 0.0694980694980695, \"quoteVolume24h\": 1099.04469, \"volumeUsd24h\": 1099.04469}, {\"name\": \"XLMBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.04227, \"bid\": 0.04185, \"ask\": 0.0424, \"price\": 0.04227, \"type\": \"spot\", \"baseCurrency\": \"XLMBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0040380047505938245, \"change24h\": -0.13593622240392478, \"changeBod\": -0.0577351761034329, \"quoteVolume24h\": 12190.02681, \"volumeUsd24h\": 12190.02681}, {\"name\": \"XRPBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 1000000.0, \"minProvideSize\": 1000000.0, \"last\": 7e-08, \"bid\": 7e-08, \"ask\": 1e-07, \"price\": 7e-08, \"type\": \"spot\", \"baseCurrency\": \"XRPBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.125, \"changeBod\": -0.125, \"quoteVolume24h\": 0.7, \"volumeUsd24h\": 0.7}, {\"name\": \"XRPBEAR/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 1000000.0, \"minProvideSize\": 1000000.0, \"last\": 7e-08, \"bid\": 5e-08, \"ask\": 1.5e-07, \"price\": 7e-08, \"type\": \"spot\", \"baseCurrency\": \"XRPBEAR\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.0, \"changeBod\": 0.0, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"XRPBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-07, \"sizeIncrement\": 100.0, \"minProvideSize\": 100.0, \"last\": 0.0005143, \"bid\": 0.0005082, \"ask\": 0.0005108, \"price\": 0.0005108, \"type\": \"spot\", \"baseCurrency\": \"XRPBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.005907837731390311, \"change24h\": -0.0995152049360952, \"changeBod\": -0.03758831841733396, \"quoteVolume24h\": 181758.60691, \"volumeUsd24h\": 181758.60691}, {\"name\": \"XRPBULL/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-07, \"sizeIncrement\": 100.0, \"minProvideSize\": 100.0, \"last\": 0.0005097, \"bid\": 0.0005057, \"ask\": 0.0005138, \"price\": 0.0005097, \"type\": \"spot\", \"baseCurrency\": \"XRPBULL\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0037416305632138637, \"change24h\": -0.08819320214669052, \"changeBod\": -0.045058548009367684, \"quoteVolume24h\": 18178.21275, \"volumeUsd24h\": 18181.030736540506}, {\"name\": \"XRPHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 15838.0, \"bid\": 15837.0, \"ask\": 15874.0, \"price\": 15838.0, \"type\": \"spot\", \"baseCurrency\": \"XRPHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.016517635370094385, \"changeBod\": -0.006087229369312833, \"quoteVolume24h\": 1497.95804, \"volumeUsd24h\": 1497.95804}, {\"name\": \"XRPHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.005, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 47.73, \"bid\": 47.24, \"ask\": 47.555, \"price\": 47.555, \"type\": \"spot\", \"baseCurrency\": \"XRPHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.00010513036164844407, \"change24h\": 0.0357181748883807, \"changeBod\": 0.01515636674138115, \"quoteVolume24h\": 214.422595, \"volumeUsd24h\": 214.422595}, {\"name\": \"XTZBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 100000.0, \"minProvideSize\": 100000.0, \"last\": 6.3e-07, \"bid\": 6.2e-07, \"ask\": 6.4e-07, \"price\": 6.3e-07, \"type\": \"spot\", \"baseCurrency\": \"XTZBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.015625, \"change24h\": 0.14545454545454545, \"changeBod\": 0.06779661016949153, \"quoteVolume24h\": 933.572, \"volumeUsd24h\": 933.572}, {\"name\": \"XTZBEAR/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 100000.0, \"minProvideSize\": 100000.0, \"last\": 6e-07, \"bid\": 6.1e-07, \"ask\": 6.4e-07, \"price\": 6.1e-07, \"type\": \"spot\", \"baseCurrency\": \"XTZBEAR\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.031746031746031744, \"change24h\": 0.10909090909090909, \"changeBod\": 0.03389830508474576, \"quoteVolume24h\": 206.896, \"volumeUsd24h\": 206.92807301792}, {\"name\": \"XTZBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-06, \"sizeIncrement\": 100.0, \"minProvideSize\": 100.0, \"last\": 0.002506, \"bid\": 0.002479, \"ask\": 0.002534, \"price\": 0.002506, \"type\": \"spot\", \"baseCurrency\": \"XTZBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.007639726578206675, \"change24h\": -0.13377117179398548, \"changeBod\": -0.072881982981872, \"quoteVolume24h\": 27671.2725, \"volumeUsd24h\": 27671.2725}, {\"name\": \"XTZBULL/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-06, \"sizeIncrement\": 100.0, \"minProvideSize\": 100.0, \"last\": 0.002517, \"bid\": 0.002478, \"ask\": 0.002533, \"price\": 0.002517, \"type\": \"spot\", \"baseCurrency\": \"XTZBULL\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.028606456885982835, \"change24h\": -0.12085225288159274, \"changeBod\": -0.07937088514996342, \"quoteVolume24h\": 66928.5694, \"volumeUsd24h\": 66938.94466682839}, {\"name\": \"XTZHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.5, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 8573.5, \"bid\": 8624.5, \"ask\": 8657.5, \"price\": 8624.5, \"type\": \"spot\", \"baseCurrency\": \"XTZHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0018004413985364153, \"change24h\": -0.022830274189893498, \"changeBod\": -0.01191499112104027, \"quoteVolume24h\": 1497.79045, \"volumeUsd24h\": 1497.79045}, {\"name\": \"XTZHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.005, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 64.015, \"bid\": 63.495, \"ask\": 63.955, \"price\": 63.955, \"type\": \"spot\", \"baseCurrency\": \"XTZHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0035833917581989563, \"change24h\": 0.05293052354297004, \"changeBod\": 0.024017292450564408, \"quoteVolume24h\": 14670.751075, \"volumeUsd24h\": 14670.751075}, {\"name\": \"ZECBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-05, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.03414, \"bid\": 0.03393, \"ask\": 0.03414, \"price\": 0.03414, \"type\": \"spot\", \"baseCurrency\": \"ZECBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.010721529991306867, \"change24h\": 0.0838095238095238, \"changeBod\": 0.14448541736506873, \"quoteVolume24h\": 72597.36202, \"volumeUsd24h\": 72597.36202}, {\"name\": \"ZECBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-05, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.02428, \"bid\": 0.02425, \"ask\": 0.02436, \"price\": 0.02428, \"type\": \"spot\", \"baseCurrency\": \"ZECBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.011666666666666667, \"change24h\": -0.10669610007358352, \"changeBod\": -0.1504548635409377, \"quoteVolume24h\": 613725.94025, \"volumeUsd24h\": 613725.94025}]"}],"_postman_id":"ac760a61-db59-4247-a85b-0da8a63bdd91"},{"name":"DEX: Get DEX Markets Chart Data","id":"938d3212-72ff-46f2-9690-18a718e540f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/dex/market_chart_data?timeframe=minute&market=btc/usd","description":"<p>Returns chart-data for the indicated market in various timeframes ('minute', 'hour', 'day').</p>\n","urlObject":{"protocol":"https","path":["api","v1","dex","market_chart_data"],"host":["api","paysr","co"],"query":[{"key":"timeframe","value":"minute"},{"key":"market","value":"btc/usd"}],"variable":[]}},"response":[{"id":"a4da9cb7-749e-43b0-b275-d7e995ff18ee","name":"DEX: Get DEX Markets - SUCCESS","originalRequest":{"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/markets"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"38717"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5, max=30"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.10"},{"key":"Date","value":"Fri, 04 Mar 2022 11:39:26 GMT"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[{\"name\": \"1INCH/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 1.4252, \"bid\": 1.4254, \"ask\": 1.4273, \"price\": 1.4254, \"type\": \"spot\", \"baseCurrency\": \"1INCH\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0011940717847861207, \"change24h\": -0.03780207911435129, \"changeBod\": -0.01020762447052288, \"quoteVolume24h\": 926556.2703, \"volumeUsd24h\": 926556.2703}, {\"name\": \"AAPL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.01, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 165.12, \"bid\": 164.36, \"ask\": 165.29, \"price\": 165.12, \"type\": \"spot\", \"baseCurrency\": \"AAPL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.002002548698343346, \"change24h\": -0.009478104379124176, \"changeBod\": -0.009537520244736369, \"quoteVolume24h\": 6733.7457, \"volumeUsd24h\": 6733.7457}, {\"name\": \"AAVE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.01, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 130.43, \"bid\": 130.6, \"ask\": 130.68, \"price\": 130.6, \"type\": \"spot\", \"baseCurrency\": \"AAVE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 2000.0, \"change1h\": -0.005634231764885031, \"change24h\": -0.02631775143517483, \"changeBod\": 0.0036889025514909315, \"quoteVolume24h\": 3102019.8994, \"volumeUsd24h\": 3102019.8994}, {\"name\": \"AAVE/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.01, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 130.71, \"bid\": 130.56, \"ask\": 130.72, \"price\": 130.71, \"type\": \"spot\", \"baseCurrency\": \"AAVE\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 2000.0, \"change1h\": -0.004720932003350339, \"change24h\": -0.023167177341005905, \"changeBod\": 0.005384201215291131, \"quoteVolume24h\": 275386.2595, \"volumeUsd24h\": 275428.9498779477}, {\"name\": \"ABNB/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.005, \"sizeIncrement\": 0.025, \"minProvideSize\": 0.025, \"last\": 150.59, \"bid\": 146.82, \"ask\": 149.15, \"price\": 149.15, \"type\": \"spot\", \"baseCurrency\": \"ABNB\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.006262908921313879, \"change24h\": -0.053015873015873016, \"changeBod\": -0.023599882164249943, \"quoteVolume24h\": 6663.09225, \"volumeUsd24h\": 6663.09225}, {\"name\": \"ACB/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 3.536, \"bid\": 3.49, \"ask\": 3.538, \"price\": 3.536, \"type\": \"spot\", \"baseCurrency\": \"ACB\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.03467103467103467, \"changeBod\": -0.0011299435028248588, \"quoteVolume24h\": 427.6938, \"volumeUsd24h\": 427.6938}, {\"name\": \"AGLD/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 1.1405, \"bid\": 1.14, \"ask\": 1.1425, \"price\": 1.1405, \"type\": \"spot\", \"baseCurrency\": \"AGLD\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.00706401766004415, \"change24h\": -0.029361702127659574, \"changeBod\": -0.031422505307855626, \"quoteVolume24h\": 135756.69465, \"volumeUsd24h\": 135756.69465}, {\"name\": \"AKRO/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-06, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.01315, \"bid\": 0.01314, \"ask\": 0.013215, \"price\": 0.01315, \"type\": \"spot\", \"baseCurrency\": \"AKRO\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.012762762762762763, \"changeBod\": -0.003032600454890068, \"quoteVolume24h\": 2695.34371, \"volumeUsd24h\": 2695.34371}, {\"name\": \"AKRO/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-06, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.01316, \"bid\": 0.013105, \"ask\": 0.013195, \"price\": 0.01316, \"type\": \"spot\", \"baseCurrency\": \"AKRO\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0003800836183960471, \"change24h\": -0.012753188297074268, \"changeBod\": 0.0, \"quoteVolume24h\": 26760.5398, \"volumeUsd24h\": 26764.688218879797}, {\"name\": \"ALCX/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.1, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 115.2, \"bid\": 114.9, \"ask\": 115.5, \"price\": 115.2, \"type\": \"spot\", \"baseCurrency\": \"ALCX\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.005235602094240838, \"change24h\": -0.06946688206785137, \"changeBod\": -0.017902813299232736, \"quoteVolume24h\": 353674.3852, \"volumeUsd24h\": 353674.3852}, {\"name\": \"ALEPH/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.3484, \"bid\": 0.34835, \"ask\": 0.35135, \"price\": 0.3484, \"type\": \"spot\", \"baseCurrency\": \"ALEPH\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.010086660036937065, \"change24h\": -0.009523809523809525, \"changeBod\": -0.009382996872334376, \"quoteVolume24h\": 25354.23925, \"volumeUsd24h\": 25354.23925}, {\"name\": \"ALICE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0025, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 7.1125, \"bid\": 7.115, \"ask\": 7.1375, \"price\": 7.115, \"type\": \"spot\", \"baseCurrency\": \"ALICE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0035014005602240898, \"change24h\": -0.03656059580230196, \"changeBod\": -0.018958979662185453, \"quoteVolume24h\": 261524.29575, \"volumeUsd24h\": 261524.29575}, {\"name\": \"ALPHA/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.32335, \"bid\": 0.3236, \"ask\": 0.3245, \"price\": 0.3236, \"type\": \"spot\", \"baseCurrency\": \"ALPHA\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0006184291898577613, \"change24h\": -0.054492330168005844, \"changeBod\": -0.00857843137254902, \"quoteVolume24h\": 57718.45735, \"volumeUsd24h\": 57718.45735}, {\"name\": \"AMC/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0025, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 17.955, \"bid\": 17.685, \"ask\": 17.84, \"price\": 17.84, \"type\": \"spot\", \"baseCurrency\": \"AMC\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0036302708740575257, \"change24h\": -0.036847077878256175, \"changeBod\": -0.01856690964103975, \"quoteVolume24h\": 3.591, \"volumeUsd24h\": 3.591}, {\"name\": \"AMD/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.01, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 110.55, \"bid\": 110.64, \"ask\": 111.02, \"price\": 110.64, \"type\": \"spot\", \"baseCurrency\": \"AMD\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.005214889408379788, \"change24h\": -0.06086070791953145, \"changeBod\": -0.016533333333333334, \"quoteVolume24h\": 27057.1187, \"volumeUsd24h\": 27057.1187}, {\"name\": \"AMPL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.9561, \"bid\": 0.9504, \"ask\": 0.9561, \"price\": 0.9561, \"type\": \"spot\", \"baseCurrency\": \"AMPL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.00982256020278834, \"change24h\": -0.0889947594092425, \"changeBod\": -0.009530715839635346, \"quoteVolume24h\": 239536.6743, \"volumeUsd24h\": 239536.6743}, {\"name\": \"AMPL/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.9512, \"bid\": 0.9502, \"ask\": 0.9526, \"price\": 0.9512, \"type\": \"spot\", \"baseCurrency\": \"AMPL\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.006667372208699333, \"change24h\": -0.08871431308679824, \"changeBod\": -0.007512520868113523, \"quoteVolume24h\": 106201.1589, \"volumeUsd24h\": 106217.62220365267}, {\"name\": \"AMZN/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.1, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 2941.1, \"bid\": 2932.7, \"ask\": 2942.0, \"price\": 2941.1, \"type\": \"spot\", \"baseCurrency\": \"AMZN\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.00010199224858910723, \"change24h\": -0.030204108550136843, \"changeBod\": -0.007692567225614899, \"quoteVolume24h\": 5166.5103, \"volumeUsd24h\": 5166.5103}, {\"name\": \"APHA/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 4.552, \"bid\": 4.54, \"ask\": 4.556, \"price\": 4.552, \"type\": \"spot\", \"baseCurrency\": \"APHA\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.008494881289479415, \"change24h\": -0.06529774127310062, \"changeBod\": -0.0028477546549835705, \"quoteVolume24h\": 924.6627, \"volumeUsd24h\": 924.6627}, {\"name\": \"ARKK/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.01, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 62.92, \"bid\": 62.59, \"ask\": 62.86, \"price\": 62.86, \"type\": \"spot\", \"baseCurrency\": \"ARKK\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0022222222222222222, \"change24h\": -0.06472251153102217, \"changeBod\": -0.010078740157480314, \"quoteVolume24h\": 30491.2308, \"volumeUsd24h\": 30491.2308}, {\"name\": \"ASD/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-05, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 0.2184, \"bid\": 0.2191, \"ask\": 0.21978, \"price\": 0.2191, \"type\": \"spot\", \"baseCurrency\": \"ASD\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.00031938677738741617, \"change24h\": -0.022573162027123485, \"changeBod\": -0.012306721363206059, \"quoteVolume24h\": 11646.42908, \"volumeUsd24h\": 11646.42908}, {\"name\": \"ATLAS/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5e-07, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.02973225, \"bid\": 0.02973225, \"ask\": 0.02976025, \"price\": 0.02973225, \"type\": \"spot\", \"baseCurrency\": \"ATLAS\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0030262385782546734, \"change24h\": -0.0325469779549337, \"changeBod\": -0.04734860621595642, \"quoteVolume24h\": 1984657.62947, \"volumeUsd24h\": 1984657.62947}, {\"name\": \"ATOM/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0025, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 33.855, \"bid\": 33.7475, \"ask\": 33.8275, \"price\": 33.8275, \"type\": \"spot\", \"baseCurrency\": \"ATOM\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": -0.0005908855897776793, \"change24h\": 0.040365984930032295, \"changeBod\": -0.008572684642438452, \"quoteVolume24h\": 7345485.7295, \"volumeUsd24h\": 7345485.7295}, {\"name\": \"ATOM/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0025, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 33.7525, \"bid\": 33.73, \"ask\": 33.82, \"price\": 33.7525, \"type\": \"spot\", \"baseCurrency\": \"ATOM\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": -0.0032484311554078996, \"change24h\": 0.039097975833140924, \"changeBod\": -0.01221832016388645, \"quoteVolume24h\": 591929.0445, \"volumeUsd24h\": 592020.8053404784}, {\"name\": \"AUDIO/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.7888, \"bid\": 0.79135, \"ask\": 0.79305, \"price\": 0.79135, \"type\": \"spot\", \"baseCurrency\": \"AUDIO\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0038393756294058407, \"change24h\": -0.02248162559446606, \"changeBod\": -0.001954849287425905, \"quoteVolume24h\": 91057.61835, \"volumeUsd24h\": 91057.61835}, {\"name\": \"AUDIO/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.79195, \"bid\": 0.79105, \"ask\": 0.7945, \"price\": 0.79195, \"type\": \"spot\", \"baseCurrency\": \"AUDIO\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0032722924926058775, \"change24h\": -0.018831691754940223, \"changeBod\": -0.0003155768745266347, \"quoteVolume24h\": 30489.5874, \"volumeUsd24h\": 30494.313895838746}, {\"name\": \"AURY/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.00025, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 8.19125, \"bid\": 8.18875, \"ask\": 8.21125, \"price\": 8.19125, \"type\": \"spot\", \"baseCurrency\": \"AURY\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.00609719104531942, \"changeBod\": -0.0005490650642101089, \"quoteVolume24h\": 66290.16, \"volumeUsd24h\": 66290.16}, {\"name\": \"AVAX/BTC\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-07, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 0.0019329, \"bid\": 0.001932, \"ask\": 0.0019329, \"price\": 0.0019329, \"type\": \"spot\", \"baseCurrency\": \"AVAX\", \"quoteCurrency\": \"BTC\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": 0.004625779625779626, \"change24h\": 0.02016150314033884, \"changeBod\": 0.04679122664500406, \"quoteVolume24h\": 51.65648816, \"volumeUsd24h\": 2154921.3044215636}, {\"name\": \"AVAX/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 80.63, \"bid\": 80.642, \"ask\": 80.6765, \"price\": 80.642, \"type\": \"spot\", \"baseCurrency\": \"AVAX\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": 0.004152736011754671, \"change24h\": -0.022088560393386164, \"changeBod\": 0.026900718838143628, \"quoteVolume24h\": 53379332.93835, \"volumeUsd24h\": 53379332.93835}, {\"name\": \"AVAX/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 80.579, \"bid\": 80.6, \"ask\": 80.692, \"price\": 80.6, \"type\": \"spot\", \"baseCurrency\": \"AVAX\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": 0.0036547477476916563, \"change24h\": -0.021993022903079022, \"changeBod\": 0.027419087560070873, \"quoteVolume24h\": 2514706.6247, \"volumeUsd24h\": 2515096.454520961}, {\"name\": \"AXS/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 52.51, \"bid\": 52.468, \"ask\": 52.503, \"price\": 52.503, \"type\": \"spot\", \"baseCurrency\": \"AXS\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 2000.0, \"change1h\": -0.0024509803921568627, \"change24h\": -0.041443777043433806, \"changeBod\": -0.016226648428863198, \"quoteVolume24h\": 1801401.2022, \"volumeUsd24h\": 1801401.2022}, {\"name\": \"BABA/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.05, \"sizeIncrement\": 0.005, \"minProvideSize\": 0.005, \"last\": 101.85, \"bid\": 100.65, \"ask\": 101.65, \"price\": 101.65, \"type\": \"spot\", \"baseCurrency\": \"BABA\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.001971414489896501, \"change24h\": -0.036492890995260666, \"changeBod\": -0.0053816046966731895, \"quoteVolume24h\": 175153.74325, \"volumeUsd24h\": 175153.74325}, {\"name\": \"BADGER/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.005, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 8.38, \"bid\": 8.38, \"ask\": 8.4, \"price\": 8.38, \"type\": \"spot\", \"baseCurrency\": \"BADGER\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0011918951132300357, \"change24h\": -0.037334865020103386, \"changeBod\": -0.02558139534883721, \"quoteVolume24h\": 172528.48955, \"volumeUsd24h\": 172528.48955}, {\"name\": \"BAL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0025, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 12.1625, \"bid\": 12.135, \"ask\": 12.1825, \"price\": 12.1625, \"type\": \"spot\", \"baseCurrency\": \"BAL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0020597322348094747, \"change24h\": -0.05917617482111777, \"changeBod\": -0.018757563533682936, \"quoteVolume24h\": 32672.54855, \"volumeUsd24h\": 32672.54855}, {\"name\": \"BAL/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0025, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 12.16, \"bid\": 12.15, \"ask\": 12.175, \"price\": 12.16, \"type\": \"spot\", \"baseCurrency\": \"BAL\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0008230452674897119, \"change24h\": -0.060459725709870585, \"changeBod\": -0.019552509574682523, \"quoteVolume24h\": 27359.2427, \"volumeUsd24h\": 27363.483929803355}, {\"name\": \"BAND/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 4.034, \"bid\": 4.026, \"ask\": 4.036, \"price\": 4.034, \"type\": \"spot\", \"baseCurrency\": \"BAND\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.001987083954297069, \"change24h\": 0.008247938015496127, \"changeBod\": 0.017402269861286256, \"quoteVolume24h\": 103367.9951, \"volumeUsd24h\": 103367.9951}, {\"name\": \"BAO/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5e-07, \"sizeIncrement\": 1000.0, \"minProvideSize\": 1000.0, \"last\": 0.00013975, \"bid\": 0.00013925, \"ask\": 0.00013975, \"price\": 0.00013975, \"type\": \"spot\", \"baseCurrency\": \"BAO\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.003590664272890485, \"change24h\": -0.07296849087893864, \"changeBod\": -0.022727272727272728, \"quoteVolume24h\": 60160.911, \"volumeUsd24h\": 60160.911}, {\"name\": \"BAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0025, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 8.0625, \"bid\": 8.0575, \"ask\": 8.0875, \"price\": 8.0625, \"type\": \"spot\", \"baseCurrency\": \"BAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0078125, \"change24h\": 0.012558869701726845, \"changeBod\": 0.06470782436447672, \"quoteVolume24h\": 42408.16525, \"volumeUsd24h\": 42408.16525}, {\"name\": \"BAT/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.694725, \"bid\": 0.69375, \"ask\": 0.69495, \"price\": 0.694725, \"type\": \"spot\", \"baseCurrency\": \"BAT\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0016580759110406229, \"change24h\": -0.04662412515438452, \"changeBod\": -0.027506561679790025, \"quoteVolume24h\": 86235.3263, \"volumeUsd24h\": 86235.3263}, {\"name\": \"BB/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0025, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 6.475, \"bid\": 6.5625, \"ask\": 6.665, \"price\": 6.5625, \"type\": \"spot\", \"baseCurrency\": \"BB\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.011671686746987951, \"change24h\": -0.0374037403740374, \"changeBod\": -0.020887728459530026, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"BCH/BTC\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-06, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 0.007375, \"bid\": 0.007382, \"ask\": 0.007397, \"price\": 0.007382, \"type\": \"spot\", \"baseCurrency\": \"BCH\", \"quoteCurrency\": \"BTC\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 1500.0, \"change1h\": 0.0006777822963264199, \"change24h\": 0.003807451726951319, \"changeBod\": -0.005255356420967525, \"quoteVolume24h\": 2.506044352, \"volumeUsd24h\": 104543.07980099691}, {\"name\": \"BCH/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.025, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 308.275, \"bid\": 308.175, \"ask\": 308.35, \"price\": 308.275, \"type\": \"spot\", \"baseCurrency\": \"BCH\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 1500.0, \"change1h\": -0.0005673528934997568, \"change24h\": -0.03603814884302689, \"changeBod\": -0.022590361445783132, \"quoteVolume24h\": 1851343.40375, \"volumeUsd24h\": 1851343.40375}, {\"name\": \"BCH/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.025, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 308.175, \"bid\": 308.125, \"ask\": 308.3, \"price\": 308.175, \"type\": \"spot\", \"baseCurrency\": \"BCH\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 1500.0, \"change1h\": -0.00016221915808256956, \"change24h\": -0.03627550621530764, \"changeBod\": -0.022752497225305215, \"quoteVolume24h\": 944851.7409, \"volumeUsd24h\": 944998.2118168743}, {\"name\": \"BICO/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 1.5637, \"bid\": 1.5609, \"ask\": 1.5686, \"price\": 1.5637, \"type\": \"spot\", \"baseCurrency\": \"BICO\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.03398796535079019, \"change24h\": 0.10049968329931733, \"changeBod\": -0.010754728917568165, \"quoteVolume24h\": 1124374.3877, \"volumeUsd24h\": 1124374.3877}, {\"name\": \"BILI/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.005, \"sizeIncrement\": 0.05, \"minProvideSize\": 0.05, \"last\": 26.795, \"bid\": 26.635, \"ask\": 26.81, \"price\": 26.795, \"type\": \"spot\", \"baseCurrency\": \"BILI\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0013079222720478326, \"change24h\": -0.13130166963851517, \"changeBod\": -0.039433590249148595, \"quoteVolume24h\": 39390.7545, \"volumeUsd24h\": 39390.7545}, {\"name\": \"BIT/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.00025, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 1.1935, \"bid\": 1.19275, \"ask\": 1.19325, \"price\": 1.19325, \"type\": \"spot\", \"baseCurrency\": \"BIT\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0008373456144023446, \"change24h\": -0.029088689991863304, \"changeBod\": -0.020320197044334975, \"quoteVolume24h\": 1241019.5355, \"volumeUsd24h\": 1241019.5355}, {\"name\": \"BITO/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.005, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 26.1, \"bid\": 26.185, \"ask\": 26.265, \"price\": 26.185, \"type\": \"spot\", \"baseCurrency\": \"BITO\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0013348588863463006, \"change24h\": -0.04189535309184047, \"changeBod\": -0.019655559715462373, \"quoteVolume24h\": 89.00075, \"volumeUsd24h\": 89.00075}, {\"name\": \"BITW/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.005, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 30.075, \"bid\": 28.715, \"ask\": 31.635, \"price\": 30.075, \"type\": \"spot\", \"baseCurrency\": \"BITW\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.011503697617091208, \"change24h\": -0.05141144929821795, \"changeBod\": -0.033734939759036145, \"quoteVolume24h\": 333.853, \"volumeUsd24h\": 333.853}, {\"name\": \"BLT/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.4849, \"bid\": 0.482, \"ask\": 0.4859, \"price\": 0.4849, \"type\": \"spot\", \"baseCurrency\": \"BLT\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.006016597510373444, \"change24h\": 0.009157127991675338, \"changeBod\": 0.002688172043010753, \"quoteVolume24h\": 69602.631, \"volumeUsd24h\": 69602.631}, {\"name\": \"BNB/BTC\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-07, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 0.009531, \"bid\": 0.0095265, \"ask\": 0.0095357, \"price\": 0.009531, \"type\": \"spot\", \"baseCurrency\": \"BNB\", \"quoteCurrency\": \"BTC\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": -0.00048240278535173454, \"change24h\": 0.014583776878858846, \"changeBod\": 0.005008699319871355, \"quoteVolume24h\": 9.774476917, \"volumeUsd24h\": 407755.72049689456}, {\"name\": \"BNB/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 397.6, \"bid\": 397.6, \"ask\": 397.601, \"price\": 397.6, \"type\": \"spot\", \"baseCurrency\": \"BNB\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": -0.0002891517795406258, \"change24h\": -0.02692119432207538, \"changeBod\": -0.01469775556276965, \"quoteVolume24h\": 52713678.92569, \"volumeUsd24h\": 52713678.92569}, {\"name\": \"BNB/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 397.57, \"bid\": 397.525, \"ask\": 397.526, \"price\": 397.526, \"type\": \"spot\", \"baseCurrency\": \"BNB\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": -0.0009349129676449743, \"change24h\": -0.02690225107462131, \"changeBod\": -0.014690682681749796, \"quoteVolume24h\": 19995668.24619, \"volumeUsd24h\": 19998767.974681523}, {\"name\": \"BNT/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 2.336, \"bid\": 2.335, \"ask\": 2.342, \"price\": 2.336, \"type\": \"spot\", \"baseCurrency\": \"BNT\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0012858979854264896, \"change24h\": -0.042034037318023375, \"changeBod\": -0.02116069557930023, \"quoteVolume24h\": 162159.609, \"volumeUsd24h\": 162159.609}, {\"name\": \"BNTX/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.01, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 136.3, \"bid\": 135.31, \"ask\": 135.73, \"price\": 135.73, \"type\": \"spot\", \"baseCurrency\": \"BNTX\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.015950119625897194, \"change24h\": -0.06759634540083809, \"changeBod\": -0.04442410588566601, \"quoteVolume24h\": 857.2325, \"volumeUsd24h\": 857.2325}, {\"name\": \"BOBA/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 1.2825, \"bid\": 1.282, \"ask\": 1.283, \"price\": 1.2825, \"type\": \"spot\", \"baseCurrency\": \"BOBA\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.018261214767764985, \"change24h\": 0.01624405705229794, \"changeBod\": 0.05904211395540875, \"quoteVolume24h\": 1908974.9076, \"volumeUsd24h\": 1908974.9076}, {\"name\": \"BRZ/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.1973, \"bid\": 0.19733, \"ask\": 0.19746, \"price\": 0.19733, \"type\": \"spot\", \"baseCurrency\": \"BRZ\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.00030396676630021786, \"change24h\": 0.01324775353016688, \"changeBod\": -0.0006583611870758635, \"quoteVolume24h\": 2259909.20266, \"volumeUsd24h\": 2259909.20266}, {\"name\": \"BRZ/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.19755, \"bid\": 0.19696, \"ask\": 0.19796, \"price\": 0.19755, \"type\": \"spot\", \"baseCurrency\": \"BRZ\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.014637904468412942, \"changeBod\": 0.0020797402860911027, \"quoteVolume24h\": 258673.90392, \"volumeUsd24h\": 258714.00354858566}, {\"name\": \"BTC/BRZ\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5.0, \"sizeIncrement\": 0.0001, \"minProvideSize\": 0.0001, \"last\": 211765.0, \"bid\": 211010.0, \"ask\": 211630.0, \"price\": 211630.0, \"type\": \"spot\", \"baseCurrency\": \"BTC\", \"quoteCurrency\": \"BRZ\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": 0.0002126804830210081, \"change24h\": -0.052791764574241916, \"changeBod\": -0.016269232557058522, \"quoteVolume24h\": 4962009.046, \"volumeUsd24h\": 979153.24504718}, {\"name\": \"BTC/EUR\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 0.0001, \"minProvideSize\": 0.0001, \"last\": 38000.0, \"bid\": 37936.0, \"ask\": 37953.0, \"price\": 37953.0, \"type\": \"spot\", \"baseCurrency\": \"BTC\", \"quoteCurrency\": \"EUR\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": 0.0016891446066140568, \"change24h\": -0.0313664437752029, \"changeBod\": -0.010661592200615192, \"quoteVolume24h\": 1370439.16, \"volumeUsd24h\": 1507483.076}, {\"name\": \"BTC/TRYB\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.1, \"sizeIncrement\": 0.0001, \"minProvideSize\": 0.0001, \"last\": 596910.6, \"bid\": 595255.3, \"ask\": 596203.0, \"price\": 596203.0, \"type\": \"spot\", \"baseCurrency\": \"BTC\", \"quoteCurrency\": \"TRYB\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": -0.001101764800692155, \"change24h\": -0.031683695759861366, \"changeBod\": -0.013915921621761088, \"quoteVolume24h\": 1166201.03787, \"volumeUsd24h\": 81657.3966716574}, {\"name\": \"BTC/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 0.0001, \"minProvideSize\": 0.0001, \"last\": 41704.0, \"bid\": 41700.0, \"ask\": 41701.0, \"price\": 41701.0, \"type\": \"spot\", \"baseCurrency\": \"BTC\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": -0.0011258024336495162, \"change24h\": -0.04126816258966342, \"changeBod\": -0.019376837154614933, \"quoteVolume24h\": 621662859.7727, \"volumeUsd24h\": 621662859.7727}, {\"name\": \"BTC/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 0.0001, \"minProvideSize\": 0.0001, \"last\": 41700.0, \"bid\": 41695.0, \"ask\": 41696.0, \"price\": 41696.0, \"type\": \"spot\", \"baseCurrency\": \"BTC\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": -0.0008865885510267653, \"change24h\": -0.041008302858851396, \"changeBod\": -0.01914843566219713, \"quoteVolume24h\": 233501318.3324, \"volumeUsd24h\": 233537515.7067679}, {\"name\": \"BTT/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 1000000.0, \"minProvideSize\": 1000000.0, \"last\": 1.88e-06, \"bid\": 1.88e-06, \"ask\": 1.89e-06, \"price\": 1.88e-06, \"type\": \"spot\", \"baseCurrency\": \"BTT\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.020833333333333332, \"changeBod\": -0.010526315789473684, \"quoteVolume24h\": 2533.12, \"volumeUsd24h\": 2533.12}, {\"name\": \"BYND/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.01, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 47.15, \"bid\": 45.95, \"ask\": 46.42, \"price\": 46.42, \"type\": \"spot\", \"baseCurrency\": \"BYND\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.002364066193853428, \"change24h\": 0.010008703220191472, \"changeBod\": -0.009812286689419795, \"quoteVolume24h\": 753.0891, \"volumeUsd24h\": 753.0891}, {\"name\": \"C98/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 1.443, \"bid\": 1.4406, \"ask\": 1.4428, \"price\": 1.4428, \"type\": \"spot\", \"baseCurrency\": \"C98\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0034775351231047433, \"change24h\": -0.049288350026357404, \"changeBod\": -0.04809658903476941, \"quoteVolume24h\": 192180.5612, \"volumeUsd24h\": 192180.5612}, {\"name\": \"CAD/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.786, \"bid\": 0.7851, \"ask\": 0.7852, \"price\": 0.7852, \"type\": \"spot\", \"baseCurrency\": \"CAD\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0013989571410403154, \"change24h\": -0.008335438241980297, \"changeBod\": -0.0053204965796807705, \"quoteVolume24h\": 8157.6273, \"volumeUsd24h\": 8157.6273}, {\"name\": \"CEL/BTC\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 7.103e-05, \"bid\": 7.091e-05, \"ask\": 7.132e-05, \"price\": 7.103e-05, \"type\": \"spot\", \"baseCurrency\": \"CEL\", \"quoteCurrency\": \"BTC\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.017021865485745916, \"changeBod\": -0.0267196492189641, \"quoteVolume24h\": 0.73399228, \"volumeUsd24h\": 30619.495397244937}, {\"name\": \"CEL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 2.974, \"bid\": 2.9625, \"ask\": 2.974, \"price\": 2.974, \"type\": \"spot\", \"baseCurrency\": \"CEL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0026972353337828725, \"change24h\": -0.053770283168946865, \"changeBod\": -0.04049040167768995, \"quoteVolume24h\": 758763.8507, \"volumeUsd24h\": 758763.8507}, {\"name\": \"CGC/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0025, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 6.5375, \"bid\": 6.6275, \"ask\": 7.7225, \"price\": 6.6275, \"type\": \"spot\", \"baseCurrency\": \"CGC\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0026335590669676447, \"change24h\": -0.050161232533142246, \"changeBod\": -0.01266294227188082, \"quoteVolume24h\": 225.376, \"volumeUsd24h\": 225.376}, {\"name\": \"CHR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.40025, \"bid\": 0.39985, \"ask\": 0.40025, \"price\": 0.40025, \"type\": \"spot\", \"baseCurrency\": \"CHR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.008948827829594152, \"change24h\": -0.036470871449205584, \"changeBod\": -0.0023678963110667995, \"quoteVolume24h\": 60273.739, \"volumeUsd24h\": 60273.739}, {\"name\": \"CHZ/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-06, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.20145, \"bid\": 0.201217, \"ask\": 0.201445, \"price\": 0.201445, \"type\": \"spot\", \"baseCurrency\": \"CHZ\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0025697649085975717, \"change24h\": 0.029745534847106212, \"changeBod\": 0.021210477489214796, \"quoteVolume24h\": 491332.81374, \"volumeUsd24h\": 491332.81374}, {\"name\": \"CHZ/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-06, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.201452, \"bid\": 0.201144, \"ask\": 0.201723, \"price\": 0.201452, \"type\": \"spot\", \"baseCurrency\": \"CHZ\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.001541412449259775, \"change24h\": 0.029712889556785714, \"changeBod\": 0.020097932480264123, \"quoteVolume24h\": 154498.41647, \"volumeUsd24h\": 154522.36681452117}, {\"name\": \"CITY/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0025, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 10.545, \"bid\": 10.555, \"ask\": 10.615, \"price\": 10.555, \"type\": \"spot\", \"baseCurrency\": \"CITY\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.015850815850815853, \"change24h\": 0.028501827040194883, \"changeBod\": 0.0507715281234445, \"quoteVolume24h\": 25624.57925, \"volumeUsd24h\": 25624.57925}, {\"name\": \"CLV/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 0.354, \"bid\": 0.354, \"ask\": 0.3545, \"price\": 0.354, \"type\": \"spot\", \"baseCurrency\": \"CLV\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0028328611898017, \"change24h\": -0.06472919418758256, \"changeBod\": -0.004219409282700422, \"quoteVolume24h\": 65535.4027, \"volumeUsd24h\": 65535.4027}, {\"name\": \"COIN/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0025, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 176.2, \"bid\": 176.3575, \"ask\": 176.665, \"price\": 176.3575, \"type\": \"spot\", \"baseCurrency\": \"COIN\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0012317712020387937, \"change24h\": -0.08516405135520684, \"changeBod\": -0.013205198147915006, \"quoteVolume24h\": 48032.43315, \"volumeUsd24h\": 48032.43315}, {\"name\": \"COMP/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.01, \"sizeIncrement\": 0.0001, \"minProvideSize\": 0.0001, \"last\": 115.51, \"bid\": 115.39, \"ask\": 115.51, \"price\": 115.51, \"type\": \"spot\", \"baseCurrency\": \"COMP\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.007061900610287707, \"change24h\": -0.05078478100090394, \"changeBod\": -0.016266394140691535, \"quoteVolume24h\": 430900.907189, \"volumeUsd24h\": 430900.907189}, {\"name\": \"COMP/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.01, \"sizeIncrement\": 0.0001, \"minProvideSize\": 0.0001, \"last\": 115.63, \"bid\": 115.33, \"ask\": 115.5, \"price\": 115.5, \"type\": \"spot\", \"baseCurrency\": \"COMP\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0077654654916673935, \"change24h\": -0.04993008143456445, \"changeBod\": -0.015848670756646217, \"quoteVolume24h\": 281285.363491, \"volumeUsd24h\": 281328.9683480484}, {\"name\": \"CONV/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-05, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.00465, \"bid\": 0.00463, \"ask\": 0.00464, \"price\": 0.00464, \"type\": \"spot\", \"baseCurrency\": \"CONV\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.008547008547008548, \"change24h\": -0.04526748971193416, \"changeBod\": -0.01694915254237288, \"quoteVolume24h\": 256552.7518, \"volumeUsd24h\": 256552.7518}, {\"name\": \"COPE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.00025, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.2985, \"bid\": 0.29675, \"ask\": 0.2975, \"price\": 0.2975, \"type\": \"spot\", \"baseCurrency\": \"COPE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.010806317539484621, \"change24h\": -0.062253743104806934, \"changeBod\": -0.032520325203252036, \"quoteVolume24h\": 38054.73375, \"volumeUsd24h\": 38054.73375}, {\"name\": \"CQT/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.347, \"bid\": 0.3469, \"ask\": 0.3475, \"price\": 0.347, \"type\": \"spot\", \"baseCurrency\": \"CQT\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0023001725129384704, \"change24h\": -0.028011204481792718, \"changeBod\": -0.014484521442771939, \"quoteVolume24h\": 145820.2622, \"volumeUsd24h\": 145820.2622}, {\"name\": \"CREAM/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.05, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 48.5, \"bid\": 48.4, \"ask\": 48.5, \"price\": 48.5, \"type\": \"spot\", \"baseCurrency\": \"CREAM\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.04189044038668099, \"change24h\": -0.02119071644803229, \"changeBod\": 0.02863202545068929, \"quoteVolume24h\": 3792320.934, \"volumeUsd24h\": 3792320.934}, {\"name\": \"CREAM/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.05, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 48.5, \"bid\": 48.4, \"ask\": 48.7, \"price\": 48.5, \"type\": \"spot\", \"baseCurrency\": \"CREAM\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.04189044038668099, \"change24h\": -0.02512562814070352, \"changeBod\": 0.029723991507430998, \"quoteVolume24h\": 122255.0445, \"volumeUsd24h\": 122273.99647699839}, {\"name\": \"CRO/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5e-05, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.421925, \"bid\": 0.42135, \"ask\": 0.421925, \"price\": 0.421925, \"type\": \"spot\", \"baseCurrency\": \"CRO\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.002018642759603396, \"change24h\": -0.03300292213373059, \"changeBod\": -0.020373810076619456, \"quoteVolume24h\": 1652229.428, \"volumeUsd24h\": 1652229.428}, {\"name\": \"CRON/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 3.366, \"bid\": 3.085, \"ask\": 3.35, \"price\": 3.35, \"type\": \"spot\", \"baseCurrency\": \"CRON\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0005973715651135006, \"change24h\": -0.06529017857142858, \"changeBod\": 0.0017942583732057417, \"quoteVolume24h\": 314.04, \"volumeUsd24h\": 314.04}, {\"name\": \"CRV/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 2.46675, \"bid\": 2.46575, \"ask\": 2.468, \"price\": 2.46675, \"type\": \"spot\", \"baseCurrency\": \"CRV\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 2500.0, \"change1h\": -0.0015785319652722968, \"change24h\": -0.04084687767322498, \"changeBod\": -0.0200421102812649, \"quoteVolume24h\": 1512162.94695, \"volumeUsd24h\": 1512162.94695}, {\"name\": \"CUSDT/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5e-06, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.0218175, \"bid\": 0.021815, \"ask\": 0.0218175, \"price\": 0.0218175, \"type\": \"spot\", \"baseCurrency\": \"CUSDT\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.00011457378551787351, \"changeBod\": 0.0, \"quoteVolume24h\": 934.6065575, \"volumeUsd24h\": 934.6065575}, {\"name\": \"CUSDT/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5e-06, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.0218775, \"bid\": 0.0218125, \"ask\": 0.0218775, \"price\": 0.0218775, \"type\": \"spot\", \"baseCurrency\": \"CUSDT\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.0, \"changeBod\": 0.0, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"CVC/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.2816, \"bid\": 0.282, \"ask\": 0.28285, \"price\": 0.282, \"type\": \"spot\", \"baseCurrency\": \"CVC\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.012203876525484566, \"change24h\": -0.020152883947185545, \"changeBod\": -0.019641925951677387, \"quoteVolume24h\": 62290.45135, \"volumeUsd24h\": 62290.45135}, {\"name\": \"DAI/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 1.0001, \"bid\": 1.0001, \"ask\": 1.0002, \"price\": 1.0001, \"type\": \"spot\", \"baseCurrency\": \"DAI\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.00019994001799460162, \"change24h\": 0.0, \"changeBod\": -9.998000399920016e-05, \"quoteVolume24h\": 662059.7477, \"volumeUsd24h\": 662059.7477}, {\"name\": \"DAI/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 0.9998, \"bid\": 0.9998, \"ask\": 0.9999, \"price\": 0.9998, \"type\": \"spot\", \"baseCurrency\": \"DAI\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.00010001000100010001, \"change24h\": -0.0002, \"changeBod\": -0.0002, \"quoteVolume24h\": 247168.53077, \"volumeUsd24h\": 247206.84683563997}, {\"name\": \"DAWN/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 1.6985, \"bid\": 1.7005, \"ask\": 1.705, \"price\": 1.7005, \"type\": \"spot\", \"baseCurrency\": \"DAWN\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0020539906103286387, \"change24h\": -0.03160592255125285, \"changeBod\": -0.021294964028776977, \"quoteVolume24h\": 102326.4975, \"volumeUsd24h\": 102326.4975}, {\"name\": \"DENT/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-06, \"sizeIncrement\": 100.0, \"minProvideSize\": 100.0, \"last\": 0.002476, \"bid\": 0.002466, \"ask\": 0.002478, \"price\": 0.002476, \"type\": \"spot\", \"baseCurrency\": \"DENT\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0024291497975708503, \"change24h\": -0.01628923321414382, \"changeBod\": -0.011971268954509178, \"quoteVolume24h\": 52921.0057, \"volumeUsd24h\": 52921.0057}, {\"name\": \"DFL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-06, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.01393, \"bid\": 0.013875, \"ask\": 0.013925, \"price\": 0.013925, \"type\": \"spot\", \"baseCurrency\": \"DFL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.005357142857142857, \"change24h\": -0.08688524590163935, \"changeBod\": -0.03633217993079585, \"quoteVolume24h\": 64883.66545, \"volumeUsd24h\": 64883.66545}, {\"name\": \"DKNG/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.005, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 20.265, \"bid\": 20.655, \"ask\": 20.795, \"price\": 20.655, \"type\": \"spot\", \"baseCurrency\": \"DKNG\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.003137065637065637, \"change24h\": -0.10758263123784835, \"changeBod\": -0.01148600143575018, \"quoteVolume24h\": 520.31495, \"volumeUsd24h\": 520.31495}, {\"name\": \"DMG/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 0.029, \"bid\": 0.029, \"ask\": 0.03, \"price\": 0.029, \"type\": \"spot\", \"baseCurrency\": \"DMG\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.0, \"changeBod\": -0.03333333333333333, \"quoteVolume24h\": 720.0966, \"volumeUsd24h\": 720.0966}, {\"name\": \"DMG/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 0.029, \"bid\": 0.029, \"ask\": 0.031, \"price\": 0.029, \"type\": \"spot\", \"baseCurrency\": \"DMG\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.06451612903225806, \"changeBod\": -0.03333333333333333, \"quoteVolume24h\": 11.8566, \"volumeUsd24h\": 11.858438010132}, {\"name\": \"DODO/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 0.435, \"bid\": 0.434, \"ask\": 0.437, \"price\": 0.435, \"type\": \"spot\", \"baseCurrency\": \"DODO\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.004576659038901602, \"change24h\": -0.05434782608695652, \"changeBod\": -0.029017857142857144, \"quoteVolume24h\": 29565.1818, \"volumeUsd24h\": 29565.1818}, {\"name\": \"DOGE/BTC\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 3.07e-06, \"bid\": 3.06e-06, \"ask\": 3.08e-06, \"price\": 3.07e-06, \"type\": \"spot\", \"baseCurrency\": \"DOGE\", \"quoteCurrency\": \"BTC\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": 0.0032679738562091504, \"change24h\": 0.006557377049180328, \"changeBod\": 0.0032679738562091504, \"quoteVolume24h\": 1.91717216, \"volumeUsd24h\": 79977.46805844625}, {\"name\": \"DOGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-07, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.1280165, \"bid\": 0.1280165, \"ask\": 0.128032, \"price\": 0.1280165, \"type\": \"spot\", \"baseCurrency\": \"DOGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": -9.372913062325967e-05, \"change24h\": -0.03354597614374151, \"changeBod\": -0.016192309613559427, \"quoteVolume24h\": 6828046.9088205, \"volumeUsd24h\": 6828046.9088205}, {\"name\": \"DOGE/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-07, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.128092, \"bid\": 0.1279665, \"ask\": 0.1280435, \"price\": 0.1280435, \"type\": \"spot\", \"baseCurrency\": \"DOGE\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": 0.000519624620048915, \"change24h\": -0.03265932090068106, \"changeBod\": -0.015686018265120998, \"quoteVolume24h\": 1664908.4815625, \"volumeUsd24h\": 1665166.5756753117}, {\"name\": \"DOT/BTC\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 0.00041758, \"bid\": 0.00041737, \"ask\": 0.00041778, \"price\": 0.00041758, \"type\": \"spot\", \"baseCurrency\": \"DOT\", \"quoteCurrency\": \"BTC\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": 0.0010068079393997507, \"change24h\": -0.011340767573454555, \"changeBod\": -0.016463716230539133, \"quoteVolume24h\": 14.595307017, \"volumeUsd24h\": 608863.2649220892}, {\"name\": \"DOT/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 17.425, \"bid\": 17.412, \"ask\": 17.425, \"price\": 17.425, \"type\": \"spot\", \"baseCurrency\": \"DOT\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": 0.0008040893687898455, \"change24h\": -0.05221648082676095, \"changeBod\": -0.03403736349021565, \"quoteVolume24h\": 19285374.2153, \"volumeUsd24h\": 19285374.2153}, {\"name\": \"DOT/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 17.437, \"bid\": 17.399, \"ask\": 17.425, \"price\": 17.425, \"type\": \"spot\", \"baseCurrency\": \"DOT\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": 0.0005742176284811944, \"change24h\": -0.050667393080904385, \"changeBod\": -0.03419798248531205, \"quoteVolume24h\": 764067.3937, \"volumeUsd24h\": 764185.8394273714}, {\"name\": \"DYDX/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 5.452, \"bid\": 5.45, \"ask\": 5.454, \"price\": 5.452, \"type\": \"spot\", \"baseCurrency\": \"DYDX\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 2500.0, \"change1h\": -0.0023787740164684353, \"change24h\": -0.08338937457969066, \"changeBod\": -0.02538434036467644, \"quoteVolume24h\": 1163220.8163, \"volumeUsd24h\": 1163220.8163}, {\"name\": \"EDEN/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 0.355, \"bid\": 0.354, \"ask\": 0.3545, \"price\": 0.3545, \"type\": \"spot\", \"baseCurrency\": \"EDEN\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.008534850640113799, \"change24h\": -0.0260989010989011, \"changeBod\": -0.011157601115760111, \"quoteVolume24h\": 39635.95225, \"volumeUsd24h\": 39635.95225}, {\"name\": \"EMB/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-05, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.06932, \"bid\": 0.0693, \"ask\": 0.06977, \"price\": 0.06932, \"type\": \"spot\", \"baseCurrency\": \"EMB\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.00014423770373575654, \"change24h\": 0.006095791001451379, \"changeBod\": -0.004166068093664703, \"quoteVolume24h\": 4459.8182, \"volumeUsd24h\": 4459.8182}, {\"name\": \"ENJ/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 1.4592, \"bid\": 1.45455, \"ask\": 1.45735, \"price\": 1.45735, \"type\": \"spot\", \"baseCurrency\": \"ENJ\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 1000.0, \"change1h\": -0.001746694979108158, \"change24h\": -0.04934768427919113, \"changeBod\": -0.018685610396606288, \"quoteVolume24h\": 345433.94805, \"volumeUsd24h\": 345433.94805}, {\"name\": \"ENS/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.005, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 15.675, \"bid\": 15.67, \"ask\": 15.71, \"price\": 15.675, \"type\": \"spot\", \"baseCurrency\": \"ENS\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.02336448598130841, \"change24h\": 0.04779411764705882, \"changeBod\": 0.09157381615598886, \"quoteVolume24h\": 527892.24275, \"volumeUsd24h\": 527892.24275}, {\"name\": \"ETH/BRZ\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 0.0001, \"minProvideSize\": 0.0001, \"last\": 13910.0, \"bid\": 13851.0, \"ask\": 13928.0, \"price\": 13910.0, \"type\": \"spot\", \"baseCurrency\": \"ETH\", \"quoteCurrency\": \"BRZ\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": -0.0006465981751562612, \"change24h\": -0.07457920298050695, \"changeBod\": -0.03288604602655913, \"quoteVolume24h\": 419505.2925, \"volumeUsd24h\": 82780.979369025}, {\"name\": \"ETH/BTC\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5e-06, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 0.0657675, \"bid\": 0.065775, \"ask\": 0.0657775, \"price\": 0.065775, \"type\": \"spot\", \"baseCurrency\": \"ETH\", \"quoteCurrency\": \"BTC\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": -0.0002659877645628301, \"change24h\": -0.021896724785308005, \"changeBod\": -0.01364624728199745, \"quoteVolume24h\": 364.17870546, \"volumeUsd24h\": 15192214.549732171}, {\"name\": \"ETH/EUR\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.1, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 2490.2, \"bid\": 2493.1, \"ask\": 2497.0, \"price\": 2493.1, \"type\": \"spot\", \"baseCurrency\": \"ETH\", \"quoteCurrency\": \"EUR\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": 0.0009233981050264976, \"change24h\": -0.05521449143550099, \"changeBod\": -0.025218955270566154, \"quoteVolume24h\": 652927.1573, \"volumeUsd24h\": 718219.87303}, {\"name\": \"ETH/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.1, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 2742.8, \"bid\": 2742.7, \"ask\": 2742.8, \"price\": 2742.8, \"type\": \"spot\", \"baseCurrency\": \"ETH\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": -0.0014925916487677018, \"change24h\": -0.06238676375072642, \"changeBod\": -0.03255617085817079, \"quoteVolume24h\": 357271338.4646, \"volumeUsd24h\": 357271338.4646}, {\"name\": \"ETH/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.1, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 2742.1, \"bid\": 2742.6, \"ask\": 2742.7, \"price\": 2742.6, \"type\": \"spot\", \"baseCurrency\": \"ETH\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": -0.0012017917622637387, \"change24h\": -0.06184579599096942, \"changeBod\": -0.032524340341470295, \"quoteVolume24h\": 80368630.2886, \"volumeUsd24h\": 80381089.03366734}, {\"name\": \"ETHE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 21.17, \"bid\": 21.167, \"ask\": 21.187, \"price\": 21.17, \"type\": \"spot\", \"baseCurrency\": \"ETHE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0009909867396536264, \"change24h\": -0.0839463435742103, \"changeBod\": -0.03138726207906296, \"quoteVolume24h\": 103060.5891, \"volumeUsd24h\": 103060.5891}, {\"name\": \"EUR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 1.1, \"bid\": 1.1, \"ask\": 1.1001, \"price\": 1.1, \"type\": \"spot\", \"baseCurrency\": \"EUR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0022675736961451248, \"change24h\": -0.009009009009009009, \"changeBod\": -0.007220216606498195, \"quoteVolume24h\": 5898371.0384, \"volumeUsd24h\": 5898371.0384}, {\"name\": \"EURT/EUR\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.9959, \"bid\": 0.997, \"ask\": 0.9987, \"price\": 0.997, \"type\": \"spot\", \"baseCurrency\": \"EURT\", \"quoteCurrency\": \"EUR\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.001004016064257028, \"change24h\": 0.00010031096398836393, \"changeBod\": -0.0019020923015316848, \"quoteVolume24h\": 3571.3214, \"volumeUsd24h\": 3928.45354}, {\"name\": \"EURT/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 1.1, \"bid\": 1.097, \"ask\": 1.0983, \"price\": 1.0983, \"type\": \"spot\", \"baseCurrency\": \"EURT\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.002452316076294278, \"change24h\": -0.010005408328826392, \"changeBod\": -0.00794869478818535, \"quoteVolume24h\": 138463.3304, \"volumeUsd24h\": 138463.3304}, {\"name\": \"EURT/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 1.0991, \"bid\": 1.0983, \"ask\": 1.0991, \"price\": 1.0991, \"type\": \"spot\", \"baseCurrency\": \"EURT\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.001997639153727413, \"change24h\": -0.009462869502523431, \"changeBod\": -0.00605896183758365, \"quoteVolume24h\": 1238620.4266, \"volumeUsd24h\": 1238812.4375385316}, {\"name\": \"FB/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.01, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 200.94, \"bid\": 200.8, \"ask\": 201.25, \"price\": 200.94, \"type\": \"spot\", \"baseCurrency\": \"FB\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.03315209546263773, \"changeBod\": -0.011559840621771853, \"quoteVolume24h\": 36713.9174, \"volumeUsd24h\": 36713.9174}, {\"name\": \"FIDA/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 1.91214, \"bid\": 1.90931, \"ask\": 1.91071, \"price\": 1.91071, \"type\": \"spot\", \"baseCurrency\": \"FIDA\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0017606369639722478, \"change24h\": -0.01957554672988311, \"changeBod\": -0.03633337536250158, \"quoteVolume24h\": 951247.82869, \"volumeUsd24h\": 951247.82869}, {\"name\": \"FIDA/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 1.9103, \"bid\": 1.90912, \"ask\": 1.91292, \"price\": 1.9103, \"type\": \"spot\", \"baseCurrency\": \"FIDA\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.003500242565244834, \"change24h\": -0.02041925625089738, \"changeBod\": -0.035177656001414176, \"quoteVolume24h\": 382690.00938, \"volumeUsd24h\": 382749.3339852541}, {\"name\": \"FRONT/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.5199, \"bid\": 0.5163, \"ask\": 0.5199, \"price\": 0.5199, \"type\": \"spot\", \"baseCurrency\": \"FRONT\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.002111324376199616, \"change24h\": -0.0351674863134453, \"changeBod\": -0.004785604900459418, \"quoteVolume24h\": 63660.84065, \"volumeUsd24h\": 63660.84065}, {\"name\": \"FRONT/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.5175, \"bid\": 0.51625, \"ask\": 0.52005, \"price\": 0.5175, \"type\": \"spot\", \"baseCurrency\": \"FRONT\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0016398186553487025, \"change24h\": -0.03207705975872066, \"changeBod\": -0.01512988866685698, \"quoteVolume24h\": 36713.0191, \"volumeUsd24h\": 36718.710352220885}, {\"name\": \"FTM/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 1.8104, \"bid\": 1.80965, \"ask\": 1.81, \"price\": 1.81, \"type\": \"spot\", \"baseCurrency\": \"FTM\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": -0.006858710562414266, \"change24h\": -0.0586889252931846, \"changeBod\": -0.0369779196594839, \"quoteVolume24h\": 13007120.7228, \"volumeUsd24h\": 13007120.7228}, {\"name\": \"FTT/BTC\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-07, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 0.0010483, \"bid\": 0.0010486, \"ask\": 0.0010493, \"price\": 0.0010486, \"type\": \"spot\", \"baseCurrency\": \"FTT\", \"quoteCurrency\": \"BTC\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0024733637747336376, \"change24h\": 0.0055619485999232835, \"changeBod\": -0.006913533478549105, \"quoteVolume24h\": 19.51099739, \"volumeUsd24h\": 813928.0358354219}, {\"name\": \"FTT/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 43.736, \"bid\": 43.745, \"ask\": 43.751, \"price\": 43.745, \"type\": \"spot\", \"baseCurrency\": \"FTT\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0026674570243034974, \"change24h\": -0.036262695247956646, \"changeBod\": -0.025181058495821727, \"quoteVolume24h\": 31270529.4015, \"volumeUsd24h\": 31270529.4015}, {\"name\": \"FTT/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 43.751, \"bid\": 43.745, \"ask\": 43.757, \"price\": 43.751, \"type\": \"spot\", \"baseCurrency\": \"FTT\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.002644356805799348, \"change24h\": -0.03570562694231998, \"changeBod\": -0.024547400338892356, \"quoteVolume24h\": 5679344.8424, \"volumeUsd24h\": 5680225.254437469}, {\"name\": \"GAL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 2.852, \"bid\": 2.848, \"ask\": 2.857, \"price\": 2.852, \"type\": \"spot\", \"baseCurrency\": \"GAL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.00035075412136092597, \"change24h\": -0.004537521815008726, \"changeBod\": 0.01820778293466619, \"quoteVolume24h\": 9378.2658, \"volumeUsd24h\": 9378.2658}, {\"name\": \"GALA/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5e-05, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.24135, \"bid\": 0.24125, \"ask\": 0.241575, \"price\": 0.24135, \"type\": \"spot\", \"baseCurrency\": \"GALA\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 2000.0, \"change1h\": -0.003920759389186958, \"change24h\": -0.04933530280649926, \"changeBod\": -0.01237851662404092, \"quoteVolume24h\": 1213252.25075, \"volumeUsd24h\": 1213252.25075}, {\"name\": \"GARI/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.57865, \"bid\": 0.5737, \"ask\": 0.577, \"price\": 0.577, \"type\": \"spot\", \"baseCurrency\": \"GARI\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.009182334936598164, \"change24h\": -0.04438555813183173, \"changeBod\": 0.00803633822501747, \"quoteVolume24h\": 308268.6026, \"volumeUsd24h\": 308268.6026}, {\"name\": \"GBP/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 1.33, \"bid\": 1.3286, \"ask\": 1.3288, \"price\": 1.3288, \"type\": \"spot\", \"baseCurrency\": \"GBP\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0012777151446824503, \"change24h\": -0.005910077055435027, \"changeBod\": -0.004122011541632316, \"quoteVolume24h\": 155776.5798, \"volumeUsd24h\": 155776.5798}, {\"name\": \"GBTC/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.005, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 28.16, \"bid\": 27.755, \"ask\": 28.57, \"price\": 28.16, \"type\": \"spot\", \"baseCurrency\": \"GBTC\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.06569343065693431, \"changeBod\": -0.02459300311742293, \"quoteVolume24h\": 3892.8098, \"volumeUsd24h\": 3892.8098}, {\"name\": \"GDX/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.005, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 36.21, \"bid\": 36.05, \"ask\": 36.125, \"price\": 36.125, \"type\": \"spot\", \"baseCurrency\": \"GDX\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0006915629322268327, \"change24h\": 0.002497571805189399, \"changeBod\": 0.00263669164585068, \"quoteVolume24h\": 14209.1894, \"volumeUsd24h\": 14209.1894}, {\"name\": \"GDXJ/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.005, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 45.705, \"bid\": 45.41, \"ask\": 45.535, \"price\": 45.535, \"type\": \"spot\", \"baseCurrency\": \"GDXJ\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0013194062671797692, \"change24h\": 0.0003295254833040422, \"changeBod\": 0.0035261707988980717, \"quoteVolume24h\": 2393.59165, \"volumeUsd24h\": 2393.59165}, {\"name\": \"GENE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 7.135, \"bid\": 7.101, \"ask\": 7.136, \"price\": 7.135, \"type\": \"spot\", \"baseCurrency\": \"GENE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0016846834199073424, \"change24h\": 0.07909860859044163, \"changeBod\": 0.034057971014492754, \"quoteVolume24h\": 302453.3735, \"volumeUsd24h\": 302453.3735}, {\"name\": \"GLD/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.025, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 181.55, \"bid\": 181.7, \"ask\": 181.875, \"price\": 181.7, \"type\": \"spot\", \"baseCurrency\": \"GLD\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0005506607929515419, \"change24h\": 0.005116857972617895, \"changeBod\": 0.00497787610619469, \"quoteVolume24h\": 31140.35225, \"volumeUsd24h\": 31140.35225}, {\"name\": \"GLXY/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 13.638, \"bid\": 13.27, \"ask\": 13.673, \"price\": 13.638, \"type\": \"spot\", \"baseCurrency\": \"GLXY\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.04045592063603743, \"changeBod\": -0.02257579015265534, \"quoteVolume24h\": 5380.259, \"volumeUsd24h\": 5380.259}, {\"name\": \"GME/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.025, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 118.075, \"bid\": 116.575, \"ask\": 117.025, \"price\": 117.025, \"type\": \"spot\", \"baseCurrency\": \"GME\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.002131741632914091, \"change24h\": -0.03265137425087828, \"changeBod\": -0.00994077834179357, \"quoteVolume24h\": 35508.025, \"volumeUsd24h\": 35508.025}, {\"name\": \"GODS/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 1.221, \"bid\": 1.2165, \"ask\": 1.2265, \"price\": 1.221, \"type\": \"spot\", \"baseCurrency\": \"GODS\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.018094089264173704, \"change24h\": -0.025927403270841642, \"changeBod\": -0.01888308557653676, \"quoteVolume24h\": 131434.9364, \"volumeUsd24h\": 131434.9364}, {\"name\": \"GOG/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.00025, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.448, \"bid\": 0.44725, \"ask\": 0.4505, \"price\": 0.448, \"type\": \"spot\", \"baseCurrency\": \"GOG\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0022371364653243847, \"change24h\": -0.07628865979381444, \"changeBod\": -0.009944751381215469, \"quoteVolume24h\": 38439.27375, \"volumeUsd24h\": 38439.27375}, {\"name\": \"GOOGL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.1, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 2665.9, \"bid\": 2654.0, \"ask\": 2662.3, \"price\": 2662.3, \"type\": \"spot\", \"baseCurrency\": \"GOOGL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0010131332082551595, \"change24h\": -0.010260604483438046, \"changeBod\": -0.009487313044125307, \"quoteVolume24h\": 4277.5085, \"volumeUsd24h\": 4277.5085}, {\"name\": \"GRT/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.3603, \"bid\": 0.35985, \"ask\": 0.36025, \"price\": 0.36025, \"type\": \"spot\", \"baseCurrency\": \"GRT\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0012506948304613673, \"change24h\": -0.03275607464089139, \"changeBod\": -0.015575898346768684, \"quoteVolume24h\": 351921.06085, \"volumeUsd24h\": 351921.06085}, {\"name\": \"GT/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 6.79, \"bid\": 6.791, \"ask\": 6.794, \"price\": 6.791, \"type\": \"spot\", \"baseCurrency\": \"GT\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.00014727540500736376, \"change24h\": 0.01486961070014197, \"changeBod\": -0.0023505215219626853, \"quoteVolume24h\": 541.8207, \"volumeUsd24h\": 541.8207}, {\"name\": \"HGET/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.005, \"sizeIncrement\": 0.05, \"minProvideSize\": 0.05, \"last\": 1.93, \"bid\": 1.91, \"ask\": 1.935, \"price\": 1.93, \"type\": \"spot\", \"baseCurrency\": \"HGET\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.002583979328165375, \"change24h\": -0.005154639175257732, \"changeBod\": 0.015789473684210527, \"quoteVolume24h\": 1308.3555, \"volumeUsd24h\": 1308.3555}, {\"name\": \"HGET/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.005, \"sizeIncrement\": 0.05, \"minProvideSize\": 0.05, \"last\": 1.935, \"bid\": 1.9, \"ask\": 1.935, \"price\": 1.935, \"type\": \"spot\", \"baseCurrency\": \"HGET\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.0, \"changeBod\": 0.0, \"quoteVolume24h\": 2609.9335, \"volumeUsd24h\": 2610.33809189117}, {\"name\": \"HMT/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.3875, \"bid\": 0.3867, \"ask\": 0.3868, \"price\": 0.3868, \"type\": \"spot\", \"baseCurrency\": \"HMT\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0007761966364812419, \"change24h\": -0.021007339913945836, \"changeBod\": -0.01023541453428864, \"quoteVolume24h\": 14190.2994, \"volumeUsd24h\": 14190.2994}, {\"name\": \"HNT/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 22.8233, \"bid\": 22.7943, \"ask\": 22.8284, \"price\": 22.8233, \"type\": \"spot\", \"baseCurrency\": \"HNT\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0016193870027735842, \"change24h\": -0.07424443389836008, \"changeBod\": -0.012328956820522584, \"quoteVolume24h\": 754894.18737, \"volumeUsd24h\": 754894.18737}, {\"name\": \"HNT/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 22.7991, \"bid\": 22.6971, \"ask\": 22.8238, \"price\": 22.7991, \"type\": \"spot\", \"baseCurrency\": \"HNT\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.004750719438727618, \"change24h\": -0.07184149032315847, \"changeBod\": -0.00690403178032547, \"quoteVolume24h\": 41448.54384, \"volumeUsd24h\": 41454.96919326608}, {\"name\": \"HOLY/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 13.0349, \"bid\": 13.0307, \"ask\": 13.0972, \"price\": 13.0349, \"type\": \"spot\", \"baseCurrency\": \"HOLY\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0008891273521634155, \"change24h\": -0.05701367286406713, \"changeBod\": -0.029758759034440665, \"quoteVolume24h\": 48603.3462, \"volumeUsd24h\": 48603.3462}, {\"name\": \"HOOD/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.005, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 11.12, \"bid\": 11.365, \"ask\": 11.88, \"price\": 11.365, \"type\": \"spot\", \"baseCurrency\": \"HOOD\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.005752212389380531, \"change24h\": -0.051731330830204425, \"changeBod\": -0.008289703315881327, \"quoteVolume24h\": 125.3267, \"volumeUsd24h\": 125.3267}, {\"name\": \"HT/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 9.3985, \"bid\": 9.3945, \"ask\": 9.4035, \"price\": 9.3985, \"type\": \"spot\", \"baseCurrency\": \"HT\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0016995060810451963, \"change24h\": -0.012658892740834121, \"changeBod\": -0.011412643315451772, \"quoteVolume24h\": 427196.5949, \"volumeUsd24h\": 427196.5949}, {\"name\": \"HUM/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5e-05, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.2323, \"bid\": 0.231725, \"ask\": 0.233475, \"price\": 0.2323, \"type\": \"spot\", \"baseCurrency\": \"HUM\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0024813895781637717, \"change24h\": -0.01900337837837838, \"changeBod\": -0.014634146341463415, \"quoteVolume24h\": 5726.02125, \"volumeUsd24h\": 5726.02125}, {\"name\": \"HXRO/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.3429, \"bid\": 0.343, \"ask\": 0.3445, \"price\": 0.343, \"type\": \"spot\", \"baseCurrency\": \"HXRO\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.00014575134819997084, \"change24h\": -0.013375521357687329, \"changeBod\": -0.007666714884999277, \"quoteVolume24h\": 39016.22585, \"volumeUsd24h\": 39016.22585}, {\"name\": \"HXRO/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.3443, \"bid\": 0.34285, \"ask\": 0.3459, \"price\": 0.3443, \"type\": \"spot\", \"baseCurrency\": \"HXRO\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.012759856630824374, \"changeBod\": -0.00029036004645760743, \"quoteVolume24h\": 10952.4728, \"volumeUsd24h\": 10954.170652333456}, {\"name\": \"IMX/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 1.381, \"bid\": 1.381, \"ask\": 1.384, \"price\": 1.381, \"type\": \"spot\", \"baseCurrency\": \"IMX\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.002540834845735027, \"change24h\": -0.062139219015280134, \"changeBod\": -0.05475701574264202, \"quoteVolume24h\": 570472.9893, \"volumeUsd24h\": 570472.9893}, {\"name\": \"INTER/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 6.222, \"bid\": 6.164, \"ask\": 6.223, \"price\": 6.222, \"type\": \"spot\", \"baseCurrency\": \"INTER\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.010064935064935065, \"change24h\": -0.006546383522273671, \"changeBod\": 0.0029013539651837525, \"quoteVolume24h\": 27345.9679, \"volumeUsd24h\": 27345.9679}, {\"name\": \"JET/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.28765, \"bid\": 0.28745, \"ask\": 0.28765, \"price\": 0.28765, \"type\": \"spot\", \"baseCurrency\": \"JET\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0026005547850208046, \"change24h\": -0.0026005547850208046, \"changeBod\": -0.0026005547850208046, \"quoteVolume24h\": 14826.0877, \"volumeUsd24h\": 14826.0877}, {\"name\": \"JOE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.00025, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 1.13275, \"bid\": 1.12875, \"ask\": 1.13325, \"price\": 1.13275, \"type\": \"spot\", \"baseCurrency\": \"JOE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.003099402258135931, \"change24h\": 0.026971894832275613, \"changeBod\": 0.0481147351376359, \"quoteVolume24h\": 462623.9505, \"volumeUsd24h\": 462623.9505}, {\"name\": \"JST/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-06, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.047775, \"bid\": 0.047795, \"ask\": 0.04793, \"price\": 0.047795, \"type\": \"spot\", \"baseCurrency\": \"JST\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0004186289900575615, \"change24h\": -0.008299616142753397, \"changeBod\": -0.004789172306090578, \"quoteVolume24h\": 8167.0511, \"volumeUsd24h\": 8167.0511}, {\"name\": \"KBTT/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5e-07, \"sizeIncrement\": 1000.0, \"minProvideSize\": 1000.0, \"last\": 0.0018915, \"bid\": 0.00188625, \"ask\": 0.00189175, \"price\": 0.0018915, \"type\": \"spot\", \"baseCurrency\": \"KBTT\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.007725093233883857, \"change24h\": -0.01638065522620905, \"changeBod\": 0.00026441036488630354, \"quoteVolume24h\": 261668.41325, \"volumeUsd24h\": 261668.41325}, {\"name\": \"KIN/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 10000.0, \"minProvideSize\": 10000.0, \"last\": 4.177e-05, \"bid\": 4.17e-05, \"ask\": 4.178e-05, \"price\": 4.177e-05, \"type\": \"spot\", \"baseCurrency\": \"KIN\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0007187350263536176, \"change24h\": -0.02611331312660294, \"changeBod\": -0.01392823418319169, \"quoteVolume24h\": 121582.3399, \"volumeUsd24h\": 121582.3399}, {\"name\": \"KNC/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 2.696, \"bid\": 2.6977, \"ask\": 2.7021, \"price\": 2.6977, \"type\": \"spot\", \"baseCurrency\": \"KNC\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 1000.0, \"change1h\": -0.011433178203671809, \"change24h\": -0.033082437275985664, \"changeBod\": -0.028660929679904943, \"quoteVolume24h\": 2587503.19652, \"volumeUsd24h\": 2587503.19652}, {\"name\": \"KNC/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 2.6941, \"bid\": 2.6954, \"ask\": 2.7021, \"price\": 2.6954, \"type\": \"spot\", \"baseCurrency\": \"KNC\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 1000.0, \"change1h\": -0.013360664738826458, \"change24h\": -0.03449511050614321, \"changeBod\": -0.028614674931526595, \"quoteVolume24h\": 218821.37028, \"volumeUsd24h\": 218855.2919688208}, {\"name\": \"KSHIB/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-06, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.025109, \"bid\": 0.025075, \"ask\": 0.025109, \"price\": 0.025109, \"type\": \"spot\", \"baseCurrency\": \"KSHIB\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0023953052018044632, \"change24h\": -0.022729926439107928, \"changeBod\": -0.00039810502010430353, \"quoteVolume24h\": 518717.00462, \"volumeUsd24h\": 518717.00462}, {\"name\": \"KSOS/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-07, \"sizeIncrement\": 100.0, \"minProvideSize\": 100.0, \"last\": 0.0019635, \"bid\": 0.0019725, \"ask\": 0.0019785, \"price\": 0.0019725, \"type\": \"spot\", \"baseCurrency\": \"KSOS\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0002535496957403651, \"change24h\": -0.015227159261108337, \"changeBod\": 0.009984639016897081, \"quoteVolume24h\": 45294.9417, \"volumeUsd24h\": 45294.9417}, {\"name\": \"LEO/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 5.5193, \"bid\": 5.5127, \"ask\": 5.5193, \"price\": 5.5193, \"type\": \"spot\", \"baseCurrency\": \"LEO\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.005011627697355375, \"change24h\": -0.026492636034923713, \"changeBod\": -0.013424138424138424, \"quoteVolume24h\": 585643.484, \"volumeUsd24h\": 585643.484}, {\"name\": \"LINA/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-06, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.019295, \"bid\": 0.01929, \"ask\": 0.01932, \"price\": 0.019295, \"type\": \"spot\", \"baseCurrency\": \"LINA\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0031193137509747857, \"change24h\": -0.06742387626872885, \"changeBod\": -0.012032770097286226, \"quoteVolume24h\": 95382.42795, \"volumeUsd24h\": 95382.42795}, {\"name\": \"LINK/BTC\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-08, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 0.00034805, \"bid\": 0.00034795, \"ask\": 0.0003482, \"price\": 0.00034805, \"type\": \"spot\", \"baseCurrency\": \"LINK\", \"quoteCurrency\": \"BTC\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": 0.0010066148979004888, \"change24h\": -0.004576004576004576, \"changeBod\": -0.010940608127308895, \"quoteVolume24h\": 3.21672277, \"volumeUsd24h\": 134190.0054455995}, {\"name\": \"LINK/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 14.5205, \"bid\": 14.518, \"ask\": 14.526, \"price\": 14.5205, \"type\": \"spot\", \"baseCurrency\": \"LINK\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": 0.0005512489233419466, \"change24h\": -0.04492386621501628, \"changeBod\": -0.029897113842864777, \"quoteVolume24h\": 4663523.1802, \"volumeUsd24h\": 4663523.1802}, {\"name\": \"LINK/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 14.525, \"bid\": 14.5135, \"ask\": 14.521, \"price\": 14.521, \"type\": \"spot\", \"baseCurrency\": \"LINK\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": 0.0005857019810508183, \"change24h\": -0.04470247689220749, \"changeBod\": -0.029896115175201257, \"quoteVolume24h\": 2098448.2568, \"volumeUsd24h\": 2098773.558248769}, {\"name\": \"LOOKS/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.00025, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 1.40825, \"bid\": 1.407, \"ask\": 1.4085, \"price\": 1.40825, \"type\": \"spot\", \"baseCurrency\": \"LOOKS\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.010191530486733439, \"change24h\": -0.10459386425051662, \"changeBod\": -0.06413025419504902, \"quoteVolume24h\": 10827167.814, \"volumeUsd24h\": 10827167.814}, {\"name\": \"LRC/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.77565, \"bid\": 0.77335, \"ask\": 0.77475, \"price\": 0.77475, \"type\": \"spot\", \"baseCurrency\": \"LRC\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.002458433072394384, \"change24h\": -0.041743970315398886, \"changeBod\": -0.012050497322111706, \"quoteVolume24h\": 147150.09175, \"volumeUsd24h\": 147150.09175}, {\"name\": \"LTC/BTC\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5e-07, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 0.002583, \"bid\": 0.00258175, \"ask\": 0.00258425, \"price\": 0.002583, \"type\": \"spot\", \"baseCurrency\": \"LTC\", \"quoteCurrency\": \"BTC\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": -0.00048369933249492117, \"change24h\": 0.004960606944849723, \"changeBod\": -0.02427046935499103, \"quoteVolume24h\": 8.836331565, \"volumeUsd24h\": 368619.69949199964}, {\"name\": \"LTC/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.005, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 107.685, \"bid\": 107.685, \"ask\": 107.715, \"price\": 107.685, \"type\": \"spot\", \"baseCurrency\": \"LTC\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": -0.0017150273477333827, \"change24h\": -0.03697907351099982, \"changeBod\": -0.04318272690923631, \"quoteVolume24h\": 16083110.91575, \"volumeUsd24h\": 16083110.91575}, {\"name\": \"LTC/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.005, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 107.695, \"bid\": 107.68, \"ask\": 107.735, \"price\": 107.695, \"type\": \"spot\", \"baseCurrency\": \"LTC\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": -0.0016685979142526072, \"change24h\": -0.03654499910538558, \"changeBod\": -0.04347633004707345, \"quoteVolume24h\": 6318283.87645, \"volumeUsd24h\": 6319263.336816527}, {\"name\": \"LUA/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.00025, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 0.0435, \"bid\": 0.0435, \"ask\": 0.04375, \"price\": 0.0435, \"type\": \"spot\", \"baseCurrency\": \"LUA\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.005714285714285714, \"changeBod\": 0.0, \"quoteVolume24h\": 17823.2757, \"volumeUsd24h\": 17823.2757}, {\"name\": \"LUA/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.00025, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 0.04375, \"bid\": 0.0435, \"ask\": 0.04375, \"price\": 0.04375, \"type\": \"spot\", \"baseCurrency\": \"LUA\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.005681818181818182, \"changeBod\": 0.005747126436781609, \"quoteVolume24h\": 4570.070225, \"volumeUsd24h\": 4570.778677286279}, {\"name\": \"LUNA/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.01, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 90.7, \"bid\": 90.6, \"ask\": 90.69, \"price\": 90.69, \"type\": \"spot\", \"baseCurrency\": \"LUNA\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": -0.009718279100240227, \"change24h\": -0.033464776723862305, \"changeBod\": 0.0015461071231363888, \"quoteVolume24h\": 5007464.9658, \"volumeUsd24h\": 5007464.9658}, {\"name\": \"LUNA/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.01, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 90.87, \"bid\": 90.63, \"ask\": 90.71, \"price\": 90.71, \"type\": \"spot\", \"baseCurrency\": \"LUNA\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": -0.00928352992573176, \"change24h\": -0.032426666666666666, \"changeBod\": 0.0018776231499889552, \"quoteVolume24h\": 2331949.5982, \"volumeUsd24h\": 2332311.097026713}, {\"name\": \"MANA/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 2.6264, \"bid\": 2.6251, \"ask\": 2.6271, \"price\": 2.6264, \"type\": \"spot\", \"baseCurrency\": \"MANA\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 1500.0, \"change1h\": -0.001975984192126463, \"change24h\": -0.03316767899871158, \"changeBod\": -0.0051138300693208075, \"quoteVolume24h\": 2147235.0609, \"volumeUsd24h\": 2147235.0609}, {\"name\": \"MAPS/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.7496, \"bid\": 0.7499, \"ask\": 0.755, \"price\": 0.7499, \"type\": \"spot\", \"baseCurrency\": \"MAPS\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.007523847910788661, \"change24h\": -0.0220396452790819, \"changeBod\": -0.01691137912952281, \"quoteVolume24h\": 40832.7618, \"volumeUsd24h\": 40832.7618}, {\"name\": \"MAPS/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.7564, \"bid\": 0.7502, \"ask\": 0.7564, \"price\": 0.7564, \"type\": \"spot\", \"baseCurrency\": \"MAPS\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.015165749563816937, \"change24h\": -0.009169504846738277, \"changeBod\": -0.004474861805738352, \"quoteVolume24h\": 8634.9884, \"volumeUsd24h\": 8636.326995901769}, {\"name\": \"MATH/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 0.1299, \"bid\": 0.1298, \"ask\": 0.1305, \"price\": 0.1299, \"type\": \"spot\", \"baseCurrency\": \"MATH\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0007692307692307692, \"change24h\": -0.02696629213483146, \"changeBod\": -0.03204172876304024, \"quoteVolume24h\": 24455.65378, \"volumeUsd24h\": 24455.65378}, {\"name\": \"MATH/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 0.1301, \"bid\": 0.1299, \"ask\": 0.1303, \"price\": 0.1301, \"type\": \"spot\", \"baseCurrency\": \"MATH\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0023112480739599386, \"change24h\": -0.023273273273273273, \"changeBod\": -0.030551415797317436, \"quoteVolume24h\": 28796.36482, \"volumeUsd24h\": 28800.828832474395}, {\"name\": \"MATIC/BTC\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 3.731e-05, \"bid\": 3.727e-05, \"ask\": 3.734e-05, \"price\": 3.731e-05, \"type\": \"spot\", \"baseCurrency\": \"MATIC\", \"quoteCurrency\": \"BTC\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": 0.0010732492621411322, \"change24h\": 0.002956989247311828, \"changeBod\": 0.0, \"quoteVolume24h\": 1.0896776, \"volumeUsd24h\": 45457.396714963965}, {\"name\": \"MATIC/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-06, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 1.556115, \"bid\": 1.555664, \"ask\": 1.556092, \"price\": 1.556092, \"type\": \"spot\", \"baseCurrency\": \"MATIC\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": 0.00023847463651901593, \"change24h\": -0.03724753216461104, \"changeBod\": -0.01917290152599101, \"quoteVolume24h\": 14963599.8754, \"volumeUsd24h\": 14963599.8754}, {\"name\": \"MBS/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.4045, \"bid\": 0.4045, \"ask\": 0.4057, \"price\": 0.4045, \"type\": \"spot\", \"baseCurrency\": \"MBS\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0012376237623762376, \"change24h\": -0.10379971197518556, \"changeBod\": -0.042830099384761004, \"quoteVolume24h\": 1198115.11155, \"volumeUsd24h\": 1198115.11155}, {\"name\": \"MCB/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.005, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 4.155, \"bid\": 4.155, \"ask\": 4.17, \"price\": 4.155, \"type\": \"spot\", \"baseCurrency\": \"MCB\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0035971223021582736, \"change24h\": -0.04152249134948097, \"changeBod\": -0.028070175438596492, \"quoteVolume24h\": 40034.40985, \"volumeUsd24h\": 40034.40985}, {\"name\": \"MEDIA/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.1, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 34.9, \"bid\": 34.8, \"ask\": 34.9, \"price\": 34.9, \"type\": \"spot\", \"baseCurrency\": \"MEDIA\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.008522727272727272, \"changeBod\": -0.008522727272727272, \"quoteVolume24h\": 8832.898, \"volumeUsd24h\": 8832.898}, {\"name\": \"MER/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.1172, \"bid\": 0.1172, \"ask\": 0.1177, \"price\": 0.1172, \"type\": \"spot\", \"baseCurrency\": \"MER\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0008525149190110827, \"change24h\": -0.03776683087027915, \"changeBod\": -0.028192371475953566, \"quoteVolume24h\": 47219.0412, \"volumeUsd24h\": 47219.0412}, {\"name\": \"MKR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.5, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 1947.5, \"bid\": 1948.5, \"ask\": 1951.0, \"price\": 1948.5, \"type\": \"spot\", \"baseCurrency\": \"MKR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.004851889683350358, \"change24h\": 0.015108101067986456, \"changeBod\": -0.0450869884832149, \"quoteVolume24h\": 3258533.3535, \"volumeUsd24h\": 3258533.3535}, {\"name\": \"MKR/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.5, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 1953.5, \"bid\": 1948.5, \"ask\": 1951.5, \"price\": 1951.5, \"type\": \"spot\", \"baseCurrency\": \"MKR\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.003319713993871297, \"change24h\": 0.015877147319104633, \"changeBod\": -0.04361676059789267, \"quoteVolume24h\": 92025.071, \"volumeUsd24h\": 92039.33672650642}, {\"name\": \"MNGO/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5e-05, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.1606, \"bid\": 0.160725, \"ask\": 0.1611, \"price\": 0.160725, \"type\": \"spot\", \"baseCurrency\": \"MNGO\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.007257566399011736, \"change24h\": -0.00894095884075844, \"changeBod\": 0.0054738817641538946, \"quoteVolume24h\": 190075.82925, \"volumeUsd24h\": 190075.82925}, {\"name\": \"MOB/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.5, \"minProvideSize\": 0.5, \"last\": 4.6945, \"bid\": 4.6875, \"ask\": 4.7035, \"price\": 4.6945, \"type\": \"spot\", \"baseCurrency\": \"MOB\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.022284702697073833, \"changeBod\": -0.01168421052631579, \"quoteVolume24h\": 135531.76075, \"volumeUsd24h\": 135531.76075}, {\"name\": \"MOB/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.5, \"minProvideSize\": 0.5, \"last\": 4.706, \"bid\": 4.6855, \"ask\": 4.7025, \"price\": 4.7025, \"type\": \"spot\", \"baseCurrency\": \"MOB\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0007437314067148321, \"change24h\": -0.01929092805005214, \"changeBod\": -0.010104199557941269, \"quoteVolume24h\": 152768.07425, \"volumeUsd24h\": 152791.75635687023}, {\"name\": \"MRNA/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.025, \"sizeIncrement\": 0.005, \"minProvideSize\": 0.005, \"last\": 139.05, \"bid\": 139.05, \"ask\": 140.75, \"price\": 139.05, \"type\": \"spot\", \"baseCurrency\": \"MRNA\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.05440326419585175, \"changeBod\": -0.013654903351658096, \"quoteVolume24h\": 123.255875, \"volumeUsd24h\": 123.255875}, {\"name\": \"MSOL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.025, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 95.95, \"bid\": 96.225, \"ask\": 96.4, \"price\": 96.225, \"type\": \"spot\", \"baseCurrency\": \"MSOL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0010381520892810796, \"change24h\": -0.07498197548666186, \"changeBod\": -0.02803030303030303, \"quoteVolume24h\": 417568.09125, \"volumeUsd24h\": 417568.09125}, {\"name\": \"MSTR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.25, \"sizeIncrement\": 0.005, \"minProvideSize\": 0.005, \"last\": 416.5, \"bid\": 416.25, \"ask\": 424.75, \"price\": 416.5, \"type\": \"spot\", \"baseCurrency\": \"MSTR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.05928853754940711, \"changeBod\": -0.04962920707358814, \"quoteVolume24h\": 692.7675, \"volumeUsd24h\": 692.7675}, {\"name\": \"MTA/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.527, \"bid\": 0.525, \"ask\": 0.527, \"price\": 0.527, \"type\": \"spot\", \"baseCurrency\": \"MTA\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0076481835564053535, \"change24h\": -0.044424297370806894, \"changeBod\": -0.015873015873015872, \"quoteVolume24h\": 37531.5955, \"volumeUsd24h\": 37531.5955}, {\"name\": \"MTA/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.52, \"bid\": 0.522, \"ask\": 0.5295, \"price\": 0.522, \"type\": \"spot\", \"baseCurrency\": \"MTA\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.05090909090909091, \"changeBod\": -0.02702702702702703, \"quoteVolume24h\": 2730.0735, \"volumeUsd24h\": 2730.49671599397}, {\"name\": \"MTL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 1.5085, \"bid\": 1.495, \"ask\": 1.5055, \"price\": 1.5055, \"type\": \"spot\", \"baseCurrency\": \"MTL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0040013337779259755, \"change24h\": -0.03863346104725415, \"changeBod\": -0.009539473684210526, \"quoteVolume24h\": 361.53725, \"volumeUsd24h\": 361.53725}, {\"name\": \"NEXO/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.00025, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 1.987, \"bid\": 1.98675, \"ask\": 1.99925, \"price\": 1.987, \"type\": \"spot\", \"baseCurrency\": \"NEXO\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.010334952060764537, \"change24h\": -0.02978515625, \"changeBod\": -0.01730959446092977, \"quoteVolume24h\": 217444.84875, \"volumeUsd24h\": 217444.84875}, {\"name\": \"NFLX/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.01, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 365.74, \"bid\": 365.14, \"ask\": 366.12, \"price\": 365.74, \"type\": \"spot\", \"baseCurrency\": \"NFLX\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0030257598473490527, \"change24h\": -0.03884158519920109, \"changeBod\": -0.00792057722562795, \"quoteVolume24h\": 74003.8327, \"volumeUsd24h\": 74003.8327}, {\"name\": \"NIO/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.05, \"sizeIncrement\": 0.005, \"minProvideSize\": 0.005, \"last\": 19.55, \"bid\": 19.3, \"ask\": 19.45, \"price\": 19.45, \"type\": \"spot\", \"baseCurrency\": \"NIO\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.002564102564102564, \"change24h\": -0.09534883720930233, \"changeBod\": -0.0275, \"quoteVolume24h\": 14758.3225, \"volumeUsd24h\": 14758.3225}, {\"name\": \"NOK/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 5.123, \"bid\": 4.5625, \"ask\": 4.9765, \"price\": 4.9765, \"type\": \"spot\", \"baseCurrency\": \"NOK\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.00010046212577858148, \"change24h\": -0.06227623892971547, \"changeBod\": -0.028596525473355457, \"quoteVolume24h\": 55.3284, \"volumeUsd24h\": 55.3284}, {\"name\": \"NVDA/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.05, \"sizeIncrement\": 0.0025, \"minProvideSize\": 0.0025, \"last\": 234.5, \"bid\": 233.3, \"ask\": 234.55, \"price\": 234.5, \"type\": \"spot\", \"baseCurrency\": \"NVDA\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.02454242928452579, \"changeBod\": -0.012215669755686605, \"quoteVolume24h\": 123756.97775, \"volumeUsd24h\": 123756.97775}, {\"name\": \"OKB/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 19.318, \"bid\": 19.297, \"ask\": 19.329, \"price\": 19.318, \"type\": \"spot\", \"baseCurrency\": \"OKB\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.01669551053649598, \"change24h\": -0.06257430547130899, \"changeBod\": 0.007615272272063426, \"quoteVolume24h\": 689222.00135, \"volumeUsd24h\": 689222.00135}, {\"name\": \"OMG/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.5, \"minProvideSize\": 0.5, \"last\": 4.1685, \"bid\": 4.1655, \"ask\": 4.168, \"price\": 4.168, \"type\": \"spot\", \"baseCurrency\": \"OMG\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 1000.0, \"change1h\": 0.00470049415451368, \"change24h\": -0.03283443554936768, \"changeBod\": -0.023658936519091123, \"quoteVolume24h\": 1063821.98125, \"volumeUsd24h\": 1063821.98125}, {\"name\": \"ORBS/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5e-05, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.070775, \"bid\": 0.0702, \"ask\": 0.071025, \"price\": 0.070775, \"type\": \"spot\", \"baseCurrency\": \"ORBS\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.005326704545454545, \"change24h\": 0.015059160989602008, \"changeBod\": -0.024129610479145122, \"quoteVolume24h\": 37382.30975, \"volumeUsd24h\": 37382.30975}, {\"name\": \"OXY/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.3619, \"bid\": 0.362, \"ask\": 0.3625, \"price\": 0.362, \"type\": \"spot\", \"baseCurrency\": \"OXY\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.00027631942525559546, \"change24h\": -0.01870425589590675, \"changeBod\": -0.012817016634851377, \"quoteVolume24h\": 54528.3772, \"volumeUsd24h\": 54528.3772}, {\"name\": \"OXY/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.3615, \"bid\": 0.3615, \"ask\": 0.3625, \"price\": 0.3615, \"type\": \"spot\", \"baseCurrency\": \"OXY\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.002758620689655172, \"change24h\": -0.019793926247288502, \"changeBod\": -0.013911620294599018, \"quoteVolume24h\": 23264.204, \"volumeUsd24h\": 23267.81041690408}, {\"name\": \"PAXG/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.1, \"sizeIncrement\": 0.0001, \"minProvideSize\": 0.0001, \"last\": 1939.9, \"bid\": 1939.8, \"ask\": 1940.4, \"price\": 1939.9, \"type\": \"spot\", \"baseCurrency\": \"PAXG\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0004125625290083028, \"change24h\": 0.0038811840198716622, \"changeBod\": 0.003569580962234868, \"quoteVolume24h\": 2180798.48291, \"volumeUsd24h\": 2180798.48291}, {\"name\": \"PAXG/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.1, \"sizeIncrement\": 0.0001, \"minProvideSize\": 0.0001, \"last\": 1945.3, \"bid\": 1940.4, \"ask\": 1945.3, \"price\": 1945.3, \"type\": \"spot\", \"baseCurrency\": \"PAXG\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.000926164136866478, \"change24h\": 0.005322997416020672, \"changeBod\": 0.005322997416020672, \"quoteVolume24h\": 88763.77816, \"volumeUsd24h\": 88777.53832089037}, {\"name\": \"PENN/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.01, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 47.09, \"bid\": 47.45, \"ask\": 47.69, \"price\": 47.45, \"type\": \"spot\", \"baseCurrency\": \"PENN\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.003779130799916019, \"change24h\": -0.06113969133359715, \"changeBod\": -0.019830613509605452, \"quoteVolume24h\": 122.2923, \"volumeUsd24h\": 122.2923}, {\"name\": \"PEOPLE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-05, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.06171, \"bid\": 0.06215, \"ask\": 0.06232, \"price\": 0.06215, \"type\": \"spot\", \"baseCurrency\": \"PEOPLE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0036870791920487335, \"change24h\": -0.05143467643467643, \"changeBod\": -0.02586206896551724, \"quoteVolume24h\": 60573.3729, \"volumeUsd24h\": 60573.3729}, {\"name\": \"PERP/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 4.286, \"bid\": 4.282, \"ask\": 4.296, \"price\": 4.286, \"type\": \"spot\", \"baseCurrency\": \"PERP\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.011531365313653136, \"change24h\": -0.014939094461043438, \"changeBod\": 0.0023386342376052385, \"quoteVolume24h\": 545804.9712, \"volumeUsd24h\": 545804.9712}, {\"name\": \"PFE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.01, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 47.49, \"bid\": 47.43, \"ask\": 47.56, \"price\": 47.49, \"type\": \"spot\", \"baseCurrency\": \"PFE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0004209640075773521, \"change24h\": -0.002520478890989288, \"changeBod\": -0.008973288814691152, \"quoteVolume24h\": 81.116, \"volumeUsd24h\": 81.116}, {\"name\": \"POLIS/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5e-05, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 1.699625, \"bid\": 1.699625, \"ask\": 1.7012, \"price\": 1.699625, \"type\": \"spot\", \"baseCurrency\": \"POLIS\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0024357676336370705, \"change24h\": -0.05548840634073827, \"changeBod\": -0.02770229684505592, \"quoteVolume24h\": 1046057.533035, \"volumeUsd24h\": 1046057.533035}, {\"name\": \"PORT/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 0.758, \"bid\": 0.7565, \"ask\": 0.7625, \"price\": 0.758, \"type\": \"spot\", \"baseCurrency\": \"PORT\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0006591957811470006, \"change24h\": -0.008502289077828646, \"changeBod\": -0.007853403141361256, \"quoteVolume24h\": 4775.4266, \"volumeUsd24h\": 4775.4266}, {\"name\": \"PRISM/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-06, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.0151, \"bid\": 0.015035, \"ask\": 0.01513, \"price\": 0.0151, \"type\": \"spot\", \"baseCurrency\": \"PRISM\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.048818897637795275, \"changeBod\": -0.006578947368421052, \"quoteVolume24h\": 27799.6466, \"volumeUsd24h\": 27799.6466}, {\"name\": \"PROM/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.005, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 8.675, \"bid\": 8.68, \"ask\": 8.705, \"price\": 8.68, \"type\": \"spot\", \"baseCurrency\": \"PROM\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0005757052389176742, \"change24h\": -0.04562946673996701, \"changeBod\": -0.019762845849802372, \"quoteVolume24h\": 46265.0578, \"volumeUsd24h\": 46265.0578}, {\"name\": \"PSG/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0025, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 17.65, \"bid\": 17.5775, \"ask\": 17.685, \"price\": 17.65, \"type\": \"spot\", \"baseCurrency\": \"PSG\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0016968325791855204, \"change24h\": 0.07720476045163259, \"changeBod\": 0.06985906955599333, \"quoteVolume24h\": 28162.605, \"volumeUsd24h\": 28162.605}, {\"name\": \"PSY/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.1026, \"bid\": 0.1026, \"ask\": 0.1034, \"price\": 0.1026, \"type\": \"spot\", \"baseCurrency\": \"PSY\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.000975609756097561, \"changeBod\": -0.004849660523763337, \"quoteVolume24h\": 5039.8383, \"volumeUsd24h\": 5039.8383}, {\"name\": \"PTU/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.00025, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 1.006, \"bid\": 1.003, \"ask\": 1.00575, \"price\": 1.00575, \"type\": \"spot\", \"baseCurrency\": \"PTU\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0007462686567164179, \"change24h\": -0.00024850894632206757, \"changeBod\": -0.00024850894632206757, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"PUNDIX/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 0.746, \"bid\": 0.7465, \"ask\": 0.7485, \"price\": 0.7465, \"type\": \"spot\", \"baseCurrency\": \"PUNDIX\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0006693440428380187, \"change24h\": -0.03365695792880259, \"changeBod\": -0.026727509778357236, \"quoteVolume24h\": 10433.8401, \"volumeUsd24h\": 10433.8401}, {\"name\": \"PYPL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.025, \"sizeIncrement\": 0.005, \"minProvideSize\": 0.005, \"last\": 100.05, \"bid\": 99.875, \"ask\": 100.65, \"price\": 100.05, \"type\": \"spot\", \"baseCurrency\": \"PYPL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.05813132501765121, \"changeBod\": -0.016707616707616706, \"quoteVolume24h\": 3886.81075, \"volumeUsd24h\": 3886.81075}, {\"name\": \"QI/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-05, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.05833, \"bid\": 0.05824, \"ask\": 0.05839, \"price\": 0.05833, \"type\": \"spot\", \"baseCurrency\": \"QI\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.014434782608695651, \"change24h\": -0.06522435897435898, \"changeBod\": -0.023275284661754856, \"quoteVolume24h\": 67324.8616, \"volumeUsd24h\": 67324.8616}, {\"name\": \"RAMP/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.0863, \"bid\": 0.0862, \"ask\": 0.0863, \"price\": 0.0863, \"type\": \"spot\", \"baseCurrency\": \"RAMP\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.001160092807424594, \"change24h\": -0.04955947136563876, \"changeBod\": -0.009184845005740528, \"quoteVolume24h\": 19972.7198, \"volumeUsd24h\": 19972.7198}, {\"name\": \"RAY/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 2.6139, \"bid\": 2.6138, \"ask\": 2.6146, \"price\": 2.6139, \"type\": \"spot\", \"baseCurrency\": \"RAY\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.00030596244311010824, \"change24h\": -0.04966369750954372, \"changeBod\": -0.021414398562390028, \"quoteVolume24h\": 4630750.7893, \"volumeUsd24h\": 4630750.7893}, {\"name\": \"REAL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0025, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 3.32, \"bid\": 3.3125, \"ask\": 3.32, \"price\": 3.32, \"type\": \"spot\", \"baseCurrency\": \"REAL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0022641509433962265, \"change24h\": 0.012967200610221205, \"changeBod\": 0.0022641509433962265, \"quoteVolume24h\": 26988.929, \"volumeUsd24h\": 26988.929}, {\"name\": \"REEF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-06, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.009345, \"bid\": 0.009325, \"ask\": 0.009345, \"price\": 0.009345, \"type\": \"spot\", \"baseCurrency\": \"REEF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0005347593582887701, \"change24h\": -0.03709428129829984, \"changeBod\": 0.002682403433476395, \"quoteVolume24h\": 58648.9003, \"volumeUsd24h\": 58648.9003}, {\"name\": \"REN/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.4209, \"bid\": 0.4209, \"ask\": 0.42195, \"price\": 0.4209, \"type\": \"spot\", \"baseCurrency\": \"REN\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.02259475218658892, \"change24h\": 0.026710574460300035, \"changeBod\": 0.03580657069029162, \"quoteVolume24h\": 667552.7727, \"volumeUsd24h\": 667552.7727}, {\"name\": \"RNDR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 2.6415, \"bid\": 2.636, \"ask\": 2.641, \"price\": 2.641, \"type\": \"spot\", \"baseCurrency\": \"RNDR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.008075117370892018, \"change24h\": -0.09228389757690325, \"changeBod\": -0.0420747188973522, \"quoteVolume24h\": 2164442.64875, \"volumeUsd24h\": 2164442.64875}, {\"name\": \"ROOK/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.05, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 102.3, \"bid\": 102.3, \"ask\": 102.7, \"price\": 102.3, \"type\": \"spot\", \"baseCurrency\": \"ROOK\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.006796116504854369, \"change24h\": -0.004379562043795621, \"changeBod\": 0.0519280205655527, \"quoteVolume24h\": 324360.22495, \"volumeUsd24h\": 324360.22495}, {\"name\": \"ROOK/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.05, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 103.1, \"bid\": 102.0, \"ask\": 103.1, \"price\": 103.1, \"type\": \"spot\", \"baseCurrency\": \"ROOK\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.004873294346978557, \"change24h\": 0.0024307243558580457, \"changeBod\": 0.06124549665465775, \"quoteVolume24h\": 25114.849, \"volumeUsd24h\": 25118.74230389198}, {\"name\": \"RSR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-06, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.012765, \"bid\": 0.012735, \"ask\": 0.01278, \"price\": 0.012765, \"type\": \"spot\", \"baseCurrency\": \"RSR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.001569242840329541, \"change24h\": -0.06654478976234003, \"changeBod\": -0.017321016166281754, \"quoteVolume24h\": 386006.40255, \"volumeUsd24h\": 386006.40255}, {\"name\": \"RUNE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 1.0, \"last\": 5.6025, \"bid\": 5.5925, \"ask\": 5.6, \"price\": 5.6, \"type\": \"spot\", \"baseCurrency\": \"RUNE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.016057334663884607, \"change24h\": 0.001878522229179712, \"changeBod\": 0.03732518292118181, \"quoteVolume24h\": 12033948.28335, \"volumeUsd24h\": 12033948.28335}, {\"name\": \"RUNE/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 1.0, \"last\": 5.6015, \"bid\": 5.5875, \"ask\": 5.6, \"price\": 5.6, \"type\": \"spot\", \"baseCurrency\": \"RUNE\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.015780881552693634, \"change24h\": 0.0009831084100455805, \"changeBod\": 0.03646122524523413, \"quoteVolume24h\": 3364219.9953, \"volumeUsd24h\": 3364741.5166836716}, {\"name\": \"SAND/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 3.07955, \"bid\": 3.0772, \"ask\": 3.0784, \"price\": 3.0784, \"type\": \"spot\", \"baseCurrency\": \"SAND\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 3500.0, \"change1h\": -0.0017349006890960681, \"change24h\": -0.046802186063073806, \"changeBod\": -0.022900763358778626, \"quoteVolume24h\": 5326546.43695, \"volumeUsd24h\": 5326546.43695}, {\"name\": \"SECO/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 9.9729, \"bid\": 9.9729, \"ask\": 9.991, \"price\": 9.9729, \"type\": \"spot\", \"baseCurrency\": \"SECO\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0020094645781631483, \"change24h\": -0.04972938979304036, \"changeBod\": -0.024569399751567376, \"quoteVolume24h\": 36580.6524, \"volumeUsd24h\": 36580.6524}, {\"name\": \"SHIB/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 100000.0, \"minProvideSize\": 100000.0, \"last\": 2.509e-05, \"bid\": 2.507e-05, \"ask\": 2.509e-05, \"price\": 2.509e-05, \"type\": \"spot\", \"baseCurrency\": \"SHIB\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.001996805111821086, \"change24h\": -0.02183235867446394, \"changeBod\": -0.0015917230401910067, \"quoteVolume24h\": 3013940.445, \"volumeUsd24h\": 3013940.445}, {\"name\": \"SKL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.1251, \"bid\": 0.1249, \"ask\": 0.1252, \"price\": 0.1251, \"type\": \"spot\", \"baseCurrency\": \"SKL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.015422077922077922, \"change24h\": -0.01728201099764336, \"changeBod\": 0.02122448979591837, \"quoteVolume24h\": 83287.7351, \"volumeUsd24h\": 83287.7351}, {\"name\": \"SLND/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 1.829, \"bid\": 1.821, \"ask\": 1.829, \"price\": 1.829, \"type\": \"spot\", \"baseCurrency\": \"SLND\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.062051282051282054, \"changeBod\": -0.027127659574468086, \"quoteVolume24h\": 4309.2223, \"volumeUsd24h\": 4309.2223}, {\"name\": \"SLP/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5e-05, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.0184, \"bid\": 0.01835, \"ask\": 0.0184, \"price\": 0.0184, \"type\": \"spot\", \"baseCurrency\": \"SLP\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.041666666666666664, \"changeBod\": -0.010752688172043012, \"quoteVolume24h\": 1107991.597, \"volumeUsd24h\": 1107991.597}, {\"name\": \"SLRS/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.27375, \"bid\": 0.27375, \"ask\": 0.27393, \"price\": 0.27375, \"type\": \"spot\", \"baseCurrency\": \"SLRS\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.007648807366055246, \"changeBod\": 0.000511677204780527, \"quoteVolume24h\": 10642.10177, \"volumeUsd24h\": 10642.10177}, {\"name\": \"SLV/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0025, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 23.335, \"bid\": 23.3475, \"ask\": 23.41, \"price\": 23.3475, \"type\": \"spot\", \"baseCurrency\": \"SLV\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0005356760231412042, \"change24h\": -0.005748961992973491, \"changeBod\": 0.004733727810650888, \"quoteVolume24h\": 18261.6485, \"volumeUsd24h\": 18261.6485}, {\"name\": \"SNX/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 3.7945, \"bid\": 3.7945, \"ask\": 3.798, \"price\": 3.7945, \"type\": \"spot\", \"baseCurrency\": \"SNX\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0033051295610787945, \"change24h\": -0.035460091509913576, \"changeBod\": -0.002628466289919832, \"quoteVolume24h\": 353702.0209, \"volumeUsd24h\": 353702.0209}, {\"name\": \"SNY/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.9832, \"bid\": 0.9883, \"ask\": 0.9952, \"price\": 0.9883, \"type\": \"spot\", \"baseCurrency\": \"SNY\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0010108157282927323, \"change24h\": -0.007033055360192907, \"changeBod\": -0.0028251437796387854, \"quoteVolume24h\": 618.4271, \"volumeUsd24h\": 618.4271}, {\"name\": \"SOL/BTC\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5e-07, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 0.00223375, \"bid\": 0.002233, \"ask\": 0.00223425, \"price\": 0.00223375, \"type\": \"spot\", \"baseCurrency\": \"SOL\", \"quoteCurrency\": \"BTC\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": -0.00022378874342620565, \"change24h\": -0.03332251433517256, \"changeBod\": -0.009752853818020614, \"quoteVolume24h\": 114.310378575, \"volumeUsd24h\": 4768614.338334102}, {\"name\": \"SOL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0025, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 93.135, \"bid\": 93.11, \"ask\": 93.1275, \"price\": 93.1275, \"type\": \"spot\", \"baseCurrency\": \"SOL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": -0.0011530004826513648, \"change24h\": -0.0734964930607372, \"changeBod\": -0.028200980903683608, \"quoteVolume24h\": 124983807.0914, \"volumeUsd24h\": 124983807.0914}, {\"name\": \"SOL/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0025, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 93.135, \"bid\": 93.105, \"ask\": 93.1375, \"price\": 93.135, \"type\": \"spot\", \"baseCurrency\": \"SOL\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": -0.0008850269530935715, \"change24h\": -0.07328358208955224, \"changeBod\": -0.028122717311906503, \"quoteVolume24h\": 15424401.60595, \"volumeUsd24h\": 15426792.696686955}, {\"name\": \"SOS/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 100000.0, \"minProvideSize\": 100000.0, \"last\": 1.99e-06, \"bid\": 1.97e-06, \"ask\": 1.98e-06, \"price\": 1.98e-06, \"type\": \"spot\", \"baseCurrency\": \"SOS\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.019801980198019802, \"changeBod\": 0.01020408163265306, \"quoteVolume24h\": 14428.332, \"volumeUsd24h\": 14428.332}, {\"name\": \"SPELL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5e-06, \"sizeIncrement\": 100.0, \"minProvideSize\": 100.0, \"last\": 0.00433, \"bid\": 0.0043275, \"ask\": 0.004335, \"price\": 0.00433, \"type\": \"spot\", \"baseCurrency\": \"SPELL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.006880733944954129, \"change24h\": -0.05095890410958904, \"changeBod\": -0.0525164113785558, \"quoteVolume24h\": 5501004.72925, \"volumeUsd24h\": 5501004.72925}, {\"name\": \"SPY/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.01, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 432.24, \"bid\": 432.13, \"ask\": 432.85, \"price\": 432.24, \"type\": \"spot\", \"baseCurrency\": \"SPY\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.003412339758369455, \"change24h\": -0.012226056354121438, \"changeBod\": -0.010937714521074551, \"quoteVolume24h\": 51630.00099, \"volumeUsd24h\": 51630.00099}, {\"name\": \"SQ/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.025, \"sizeIncrement\": 0.005, \"minProvideSize\": 0.005, \"last\": 112.875, \"bid\": 111.575, \"ask\": 112.625, \"price\": 112.625, \"type\": \"spot\", \"baseCurrency\": \"SQ\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.001330082021724673, \"change24h\": -0.08676261909588485, \"changeBod\": -0.017233856893542756, \"quoteVolume24h\": 208077.1095, \"volumeUsd24h\": 208077.1095}, {\"name\": \"SRM/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 1.936, \"bid\": 1.935, \"ask\": 1.936, \"price\": 1.936, \"type\": \"spot\", \"baseCurrency\": \"SRM\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.002589331952356292, \"change24h\": -0.04864864864864865, \"changeBod\": -0.02320887991927346, \"quoteVolume24h\": 3394719.071, \"volumeUsd24h\": 3394719.071}, {\"name\": \"SRM/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 1.937, \"bid\": 1.935, \"ask\": 1.936, \"price\": 1.936, \"type\": \"spot\", \"baseCurrency\": \"SRM\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0031088082901554403, \"change24h\": -0.048180924287118974, \"changeBod\": -0.021728145528044467, \"quoteVolume24h\": 1382574.717, \"volumeUsd24h\": 1382789.0437326294}, {\"name\": \"STARS/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.8912, \"bid\": 0.89025, \"ask\": 0.892, \"price\": 0.8912, \"type\": \"spot\", \"baseCurrency\": \"STARS\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.004857350231701189, \"change24h\": 0.06107869984521967, \"changeBod\": 0.007290194970330602, \"quoteVolume24h\": 80416.50495, \"volumeUsd24h\": 80416.50495}, {\"name\": \"STEP/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 0.182, \"bid\": 0.1815, \"ask\": 0.182, \"price\": 0.182, \"type\": \"spot\", \"baseCurrency\": \"STEP\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.00546448087431694, \"change24h\": -0.061855670103092786, \"changeBod\": -0.031914893617021274, \"quoteVolume24h\": 1149209.219, \"volumeUsd24h\": 1149209.219}, {\"name\": \"STETH/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.5, \"sizeIncrement\": 0.0001, \"minProvideSize\": 0.0001, \"last\": 2733.0, \"bid\": 2734.0, \"ask\": 2740.5, \"price\": 2734.0, \"type\": \"spot\", \"baseCurrency\": \"STETH\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0027357286157213205, \"change24h\": -0.0636986301369863, \"changeBod\": -0.03613608320112815, \"quoteVolume24h\": 97724.2646, \"volumeUsd24h\": 97724.2646}, {\"name\": \"STMX/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-06, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.014645, \"bid\": 0.014515, \"ask\": 0.014645, \"price\": 0.014645, \"type\": \"spot\", \"baseCurrency\": \"STMX\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.00034129692832764505, \"change24h\": 0.013494809688581315, \"changeBod\": -0.01744381080174438, \"quoteVolume24h\": 22785.27825, \"volumeUsd24h\": 22785.27825}, {\"name\": \"STORJ/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 1.03, \"bid\": 1.03, \"ask\": 1.033, \"price\": 1.03, \"type\": \"spot\", \"baseCurrency\": \"STORJ\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.007827788649706457, \"change24h\": -0.03377110694183865, \"changeBod\": -0.01811248808388942, \"quoteVolume24h\": 74983.86585, \"volumeUsd24h\": 74983.86585}, {\"name\": \"STSOL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.025, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 95.125, \"bid\": 95.375, \"ask\": 95.625, \"price\": 95.375, \"type\": \"spot\", \"baseCurrency\": \"STSOL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0013089005235602095, \"change24h\": -0.07559970923188757, \"changeBod\": -0.0285204991087344, \"quoteVolume24h\": 214498.45125, \"volumeUsd24h\": 214498.45125}, {\"name\": \"SUN/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-07, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 0.0117215, \"bid\": 0.011704, \"ask\": 0.0117685, \"price\": 0.0117215, \"type\": \"spot\", \"baseCurrency\": \"SUN\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.004499100179964007, \"change24h\": -0.028873239436619718, \"changeBod\": -0.019736567008153877, \"quoteVolume24h\": 45659.687876148, \"volumeUsd24h\": 45659.687876148}, {\"name\": \"SUSHI/BTC\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 0.5, \"minProvideSize\": 0.5, \"last\": 7.846e-05, \"bid\": 7.817e-05, \"ask\": 7.837e-05, \"price\": 7.837e-05, \"type\": \"spot\", \"baseCurrency\": \"SUSHI\", \"quoteCurrency\": \"BTC\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 2000.0, \"change1h\": 0.004614792975259582, \"change24h\": 0.006033376123234916, \"changeBod\": 0.006162536911028373, \"quoteVolume24h\": 2.48035359, \"volumeUsd24h\": 103471.3544024536}, {\"name\": \"SUSHI/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 0.5, \"minProvideSize\": 0.5, \"last\": 3.2643, \"bid\": 3.2629, \"ask\": 3.264, \"price\": 3.264, \"type\": \"spot\", \"baseCurrency\": \"SUSHI\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 2000.0, \"change1h\": 0.0038443795171459326, \"change24h\": -0.03748046356639439, \"changeBod\": -0.015859615268648618, \"quoteVolume24h\": 5618190.28865, \"volumeUsd24h\": 5618190.28865}, {\"name\": \"SUSHI/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 0.5, \"minProvideSize\": 0.5, \"last\": 3.2638, \"bid\": 3.2612, \"ask\": 3.2664, \"price\": 3.2638, \"type\": \"spot\", \"baseCurrency\": \"SUSHI\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 2000.0, \"change1h\": 0.004277054678605495, \"change24h\": -0.03739751076505633, \"changeBod\": -0.016038589086523967, \"quoteVolume24h\": 648094.7123, \"volumeUsd24h\": 648195.1799423008}, {\"name\": \"SXP/BTC\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 3.525e-05, \"bid\": 3.487e-05, \"ask\": 3.501e-05, \"price\": 3.501e-05, \"type\": \"spot\", \"baseCurrency\": \"SXP\", \"quoteCurrency\": \"BTC\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 1500.0, \"change1h\": 0.002577319587628866, \"change24h\": 0.06802928615009152, \"changeBod\": 0.05420054200542006, \"quoteVolume24h\": 1.207691317, \"volumeUsd24h\": 50380.500898693615}, {\"name\": \"SXP/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 1.456, \"bid\": 1.4565, \"ask\": 1.457, \"price\": 1.4565, \"type\": \"spot\", \"baseCurrency\": \"SXP\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 1500.0, \"change1h\": -0.002397260273972603, \"change24h\": 0.02282303370786517, \"changeBod\": 0.031880977683315624, \"quoteVolume24h\": 2860780.44005, \"volumeUsd24h\": 2860780.44005}, {\"name\": \"SXP/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 1.4525, \"bid\": 1.4555, \"ask\": 1.4595, \"price\": 1.4555, \"type\": \"spot\", \"baseCurrency\": \"SXP\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 1500.0, \"change1h\": -0.004445964432284542, \"change24h\": 0.025, \"changeBod\": 0.03190358029067707, \"quoteVolume24h\": 193928.7121, \"volumeUsd24h\": 193958.77492894974}, {\"name\": \"TLM/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.10475, \"bid\": 0.1048, \"ask\": 0.105, \"price\": 0.1048, \"type\": \"spot\", \"baseCurrency\": \"TLM\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.010854176498348278, \"change24h\": -0.04204753199268738, \"changeBod\": -0.0071056371387967785, \"quoteVolume24h\": 163373.89305, \"volumeUsd24h\": 163373.89305}, {\"name\": \"TLRY/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 5.5, \"bid\": 5.387, \"ask\": 5.459, \"price\": 5.459, \"type\": \"spot\", \"baseCurrency\": \"TLRY\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.003832116788321168, \"change24h\": -0.05651572761838922, \"changeBod\": 0.00663839203392956, \"quoteVolume24h\": 450.4464, \"volumeUsd24h\": 450.4464}, {\"name\": \"TOMO/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-05, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 1.47475, \"bid\": 1.47345, \"ask\": 1.478, \"price\": 1.47475, \"type\": \"spot\", \"baseCurrency\": \"TOMO\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.008371436256051641, \"change24h\": 0.009204133305960446, \"changeBod\": -0.005495987591880774, \"quoteVolume24h\": 721543.264325, \"volumeUsd24h\": 721543.264325}, {\"name\": \"TOMO/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-05, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 1.4736, \"bid\": 1.4723, \"ask\": 1.48035, \"price\": 1.4736, \"type\": \"spot\", \"baseCurrency\": \"TOMO\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.009477717281710022, \"change24h\": 0.007383100902378999, \"changeBod\": -0.008110927876686972, \"quoteVolume24h\": 80756.32408, \"volumeUsd24h\": 80768.84292535888}, {\"name\": \"TONCOIN/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 1.9085, \"bid\": 1.9055, \"ask\": 1.9085, \"price\": 1.9085, \"type\": \"spot\", \"baseCurrency\": \"TONCOIN\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0020915032679738564, \"change24h\": -0.043118576084231634, \"changeBod\": -0.03659767794043412, \"quoteVolume24h\": 631619.83565, \"volumeUsd24h\": 631619.83565}, {\"name\": \"TRU/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.183575, \"bid\": 0.18335, \"ask\": 0.183975, \"price\": 0.183575, \"type\": \"spot\", \"baseCurrency\": \"TRU\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0024453199293574244, \"change24h\": -0.044999349720379764, \"changeBod\": -0.00957647693552738, \"quoteVolume24h\": 204551.523975, \"volumeUsd24h\": 204551.523975}, {\"name\": \"TRU/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.182975, \"bid\": 0.183, \"ask\": 0.184025, \"price\": 0.183, \"type\": \"spot\", \"baseCurrency\": \"TRU\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0032679738562091504, \"change24h\": -0.04563233376792699, \"changeBod\": -0.01254552812626467, \"quoteVolume24h\": 36227.533025, \"volumeUsd24h\": 36233.14901716953}, {\"name\": \"TRX/BTC\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 1.42e-06, \"bid\": 1.42e-06, \"ask\": 1.43e-06, \"price\": 1.42e-06, \"type\": \"spot\", \"baseCurrency\": \"TRX\", \"quoteCurrency\": \"BTC\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 1500.0, \"change1h\": 0.0070921985815602835, \"change24h\": 0.014285714285714285, \"changeBod\": 0.0070921985815602835, \"quoteVolume24h\": 0.40279541, \"volumeUsd24h\": 16803.163382762537}, {\"name\": \"TRX/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5e-06, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.0594575, \"bid\": 0.05944, \"ask\": 0.059455, \"price\": 0.059455, \"type\": \"spot\", \"baseCurrency\": \"TRX\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 1500.0, \"change1h\": 0.00613445022634006, \"change24h\": -0.019339408684177974, \"changeBod\": -0.012580444259912808, \"quoteVolume24h\": 1474557.71957, \"volumeUsd24h\": 1474557.71957}, {\"name\": \"TRX/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5e-06, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.0594525, \"bid\": 0.059425, \"ask\": 0.0594525, \"price\": 0.0594525, \"type\": \"spot\", \"baseCurrency\": \"TRX\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 1500.0, \"change1h\": 0.006177279458430294, \"change24h\": -0.01958278364116095, \"changeBod\": -0.012744935237462637, \"quoteVolume24h\": 785462.994785, \"volumeUsd24h\": 785584.7572584515}, {\"name\": \"TRYB/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-05, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 0.07002, \"bid\": 0.07001, \"ask\": 0.07002, \"price\": 0.07002, \"type\": \"spot\", \"baseCurrency\": \"TRYB\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.00014283673760891302, \"change24h\": -0.00821529745042493, \"changeBod\": -0.0038412291933418692, \"quoteVolume24h\": 856907.543615, \"volumeUsd24h\": 856907.543615}, {\"name\": \"TSLA/BTC\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5e-06, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 0.01997, \"bid\": 0.019925, \"ask\": 0.0200075, \"price\": 0.01997, \"type\": \"spot\", \"baseCurrency\": \"TSLA\", \"quoteCurrency\": \"BTC\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.004238344552480678, \"change24h\": -0.010406342913776016, \"changeBod\": 0.0055387713997985906, \"quoteVolume24h\": 0.46084395, \"volumeUsd24h\": 19224.737903065106}, {\"name\": \"TSLA/DOGE\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 6433.0, \"bid\": 6489.0, \"ask\": 6524.0, \"price\": 6489.0, \"type\": \"spot\", \"baseCurrency\": \"TSLA\", \"quoteCurrency\": \"DOGE\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0003083089255433945, \"change24h\": -0.02347629796839729, \"changeBod\": -0.0013850415512465374, \"quoteVolume24h\": 99848.82, \"volumeUsd24h\": 12778.50221037}, {\"name\": \"TSLA/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.05, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 834.95, \"bid\": 831.4, \"ask\": 834.0, \"price\": 834.0, \"type\": \"spot\", \"baseCurrency\": \"TSLA\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0022133157863252974, \"change24h\": -0.047890861350533706, \"changeBod\": -0.01231643770724775, \"quoteVolume24h\": 274331.242, \"volumeUsd24h\": 274331.242}, {\"name\": \"TSM/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.05, \"sizeIncrement\": 0.005, \"minProvideSize\": 0.005, \"last\": 107.7, \"bid\": 106.9, \"ask\": 107.5, \"price\": 107.5, \"type\": \"spot\", \"baseCurrency\": \"TSM\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0013934045517882026, \"change24h\": -0.01646843549862763, \"changeBod\": -0.015567765567765568, \"quoteVolume24h\": 20831.76675, \"volumeUsd24h\": 20831.76675}, {\"name\": \"TULIP/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0025, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 10.66, \"bid\": 10.66, \"ask\": 10.68, \"price\": 10.66, \"type\": \"spot\", \"baseCurrency\": \"TULIP\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.01021355617455896, \"changeBod\": -0.009983747387973066, \"quoteVolume24h\": 13984.8755, \"volumeUsd24h\": 13984.8755}, {\"name\": \"TWTR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.005, \"sizeIncrement\": 0.05, \"minProvideSize\": 0.05, \"last\": 33.405, \"bid\": 33.165, \"ask\": 33.3, \"price\": 33.3, \"type\": \"spot\", \"baseCurrency\": \"TWTR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.002396644697423607, \"change24h\": -0.038128249566724434, \"changeBod\": -0.01098901098901099, \"quoteVolume24h\": 868.1025, \"volumeUsd24h\": 868.1025}, {\"name\": \"UBER/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.005, \"sizeIncrement\": 0.05, \"minProvideSize\": 0.05, \"last\": 31.405, \"bid\": 31.44, \"ask\": 31.625, \"price\": 31.44, \"type\": \"spot\", \"baseCurrency\": \"UBER\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.07529411764705882, \"changeBod\": -0.01642421398404505, \"quoteVolume24h\": 297000.777, \"volumeUsd24h\": 297000.777}, {\"name\": \"UBXT/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-06, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.011875, \"bid\": 0.01183, \"ask\": 0.01194, \"price\": 0.011875, \"type\": \"spot\", \"baseCurrency\": \"UBXT\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.01615575807787904, \"changeBod\": -0.005443886097152429, \"quoteVolume24h\": 1744.8555, \"volumeUsd24h\": 1744.8555}, {\"name\": \"UBXT/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-06, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.01189, \"bid\": 0.01182, \"ask\": 0.01195, \"price\": 0.01189, \"type\": \"spot\", \"baseCurrency\": \"UBXT\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.00209819555182543, \"change24h\": -0.014913007456503728, \"changeBod\": 0.0, \"quoteVolume24h\": 57823.25657, \"volumeUsd24h\": 57832.22033123348}, {\"name\": \"UMEE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-05, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.10455, \"bid\": 0.10433, \"ask\": 0.10475, \"price\": 0.10455, \"type\": \"spot\", \"baseCurrency\": \"UMEE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0020998377398110148, \"change24h\": -0.07852987837123215, \"changeBod\": -0.05401737242128122, \"quoteVolume24h\": 38612.9073, \"volumeUsd24h\": 38612.9073}, {\"name\": \"PSR/BTC\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-08, \"sizeIncrement\": 0.05, \"minProvideSize\": 0.05, \"last\": 0.0002244, \"bid\": 0.00022355, \"ask\": 0.0002244, \"price\": 0.0002244, \"type\": \"spot\", \"baseCurrency\": \"PSR\", \"quoteCurrency\": \"BTC\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.002680965147453083, \"change24h\": -0.03255011856003449, \"changeBod\": -0.003552397868561279, \"quoteVolume24h\": 0.1216922375, \"volumeUsd24h\": 5076.558715320122}, {\"name\": \"PSR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 9.347, \"bid\": 9.343, \"ask\": 9.348, \"price\": 9.347, \"type\": \"spot\", \"baseCurrency\": \"PSR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0001069747539580659, \"change24h\": -0.07207386081604289, \"changeBod\": -0.022484835808408283, \"quoteVolume24h\": 1342392.1032, \"volumeUsd24h\": 1342392.1032}, {\"name\": \"PSR/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.05, \"minProvideSize\": 0.05, \"last\": 9.331, \"bid\": 9.338, \"ask\": 9.356, \"price\": 9.338, \"type\": \"spot\", \"baseCurrency\": \"PSR\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0007501875468867217, \"change24h\": -0.0730593607305936, \"changeBod\": -0.02189169372577773, \"quoteVolume24h\": 112643.3756, \"volumeUsd24h\": 112660.83757608551}, {\"name\": \"USDT/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 1.0003, \"bid\": 1.0002, \"ask\": 1.0003, \"price\": 1.0003, \"type\": \"spot\", \"baseCurrency\": \"USDT\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": 0.0, \"change24h\": 9.998000399920016e-05, \"changeBod\": 0.0, \"quoteVolume24h\": 193825132.867466, \"volumeUsd24h\": 193825132.867466}, {\"name\": \"USO/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.005, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 76.115, \"bid\": 75.85, \"ask\": 76.14, \"price\": 76.115, \"type\": \"spot\", \"baseCurrency\": \"USO\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0009205075941876521, \"change24h\": -0.0085965483555845, \"changeBod\": 0.013717786508623559, \"quoteVolume24h\": 594621.8384, \"volumeUsd24h\": 594621.8384}, {\"name\": \"UST/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 1.0039, \"bid\": 1.0038, \"ask\": 1.0039, \"price\": 1.0039, \"type\": \"spot\", \"baseCurrency\": \"UST\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.00019918334827208445, \"changeBod\": -0.0003982873643333665, \"quoteVolume24h\": 1923432.3331, \"volumeUsd24h\": 1923432.3331}, {\"name\": \"UST/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 1.0041, \"bid\": 1.0031, \"ask\": 1.0041, \"price\": 1.0041, \"type\": \"spot\", \"baseCurrency\": \"UST\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.0002986857825567503, \"changeBod\": 0.0, \"quoteVolume24h\": 332930.7957, \"volumeUsd24h\": 332982.4066319494}, {\"name\": \"VGX/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.00025, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 1.7205, \"bid\": 1.7215, \"ask\": 1.72725, \"price\": 1.7215, \"type\": \"spot\", \"baseCurrency\": \"VGX\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.002766855977865152, \"change24h\": -0.020483641536273117, \"changeBod\": 0.006283793657752448, \"quoteVolume24h\": 186861.85, \"volumeUsd24h\": 186861.85}, {\"name\": \"WAVES/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.5, \"minProvideSize\": 0.5, \"last\": 19.0395, \"bid\": 19.0285, \"ask\": 19.0345, \"price\": 19.0345, \"type\": \"spot\", \"baseCurrency\": \"WAVES\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.011502908184461987, \"change24h\": 0.04573673222722778, \"changeBod\": 0.03676570712710041, \"quoteVolume24h\": 1186447.4895, \"volumeUsd24h\": 1186447.4895}, {\"name\": \"WBTC/BTC\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 0.0001, \"minProvideSize\": 0.0001, \"last\": 1.0002, \"bid\": 1.0001, \"ask\": 1.0002, \"price\": 1.0002, \"type\": \"spot\", \"baseCurrency\": \"WBTC\", \"quoteCurrency\": \"BTC\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 9.999000099990002e-05, \"change24h\": 0.0002, \"changeBod\": 0.0002, \"quoteVolume24h\": 431.64758271, \"volumeUsd24h\": 18006771.368250288}, {\"name\": \"WBTC/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 0.0001, \"minProvideSize\": 0.0001, \"last\": 41666.0, \"bid\": 41678.0, \"ask\": 41732.0, \"price\": 41678.0, \"type\": \"spot\", \"baseCurrency\": \"WBTC\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0011742996141586982, \"change24h\": -0.04135615051982703, \"changeBod\": -0.019318101602390645, \"quoteVolume24h\": 1934142.5361, \"volumeUsd24h\": 1934142.5361}, {\"name\": \"WNDR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.00025, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 1.0695, \"bid\": 1.05, \"ask\": 1.07725, \"price\": 1.0695, \"type\": \"spot\", \"baseCurrency\": \"WNDR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.02772727272727273, \"changeBod\": 0.0, \"quoteVolume24h\": 4185.1975, \"volumeUsd24h\": 4185.1975}, {\"name\": \"WRX/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.64958, \"bid\": 0.65036, \"ask\": 0.6538, \"price\": 0.65036, \"type\": \"spot\", \"baseCurrency\": \"WRX\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.00120077588595708, \"change24h\": -0.031351931010857745, \"changeBod\": -0.01796877359345272, \"quoteVolume24h\": 107119.8268, \"volumeUsd24h\": 107119.8268}, {\"name\": \"WRX/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.64831, \"bid\": 0.65055, \"ask\": 0.65211, \"price\": 0.65055, \"type\": \"spot\", \"baseCurrency\": \"WRX\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0031456723874728225, \"change24h\": -0.028826919057713552, \"changeBod\": -0.012882374362709396, \"quoteVolume24h\": 42119.12992, \"volumeUsd24h\": 42125.6592275202}, {\"name\": \"XAUT/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.1, \"sizeIncrement\": 0.0001, \"minProvideSize\": 0.0001, \"last\": 1948.3, \"bid\": 1948.2, \"ask\": 1949.9, \"price\": 1948.3, \"type\": \"spot\", \"baseCurrency\": \"XAUT\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0009761611179613645, \"change24h\": 0.00708156724904373, \"changeBod\": 0.005366633985241756, \"quoteVolume24h\": 226104.1735, \"volumeUsd24h\": 226104.1735}, {\"name\": \"XAUT/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.1, \"sizeIncrement\": 0.0001, \"minProvideSize\": 0.0001, \"last\": 1947.2, \"bid\": 1947.2, \"ask\": 1952.7, \"price\": 1947.2, \"type\": \"spot\", \"baseCurrency\": \"XAUT\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.000976713103377371, \"change24h\": 0.0068772945860696, \"changeBod\": 0.004902719719254787, \"quoteVolume24h\": 11259.11929, \"volumeUsd24h\": 11260.864678672337}, {\"name\": \"XRP/BTC\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 1.782e-05, \"bid\": 1.781e-05, \"ask\": 1.784e-05, \"price\": 1.782e-05, \"type\": \"spot\", \"baseCurrency\": \"XRP\", \"quoteCurrency\": \"BTC\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": 0.0028137310073157004, \"change24h\": 0.007918552036199095, \"changeBod\": 0.0056433408577878106, \"quoteVolume24h\": 22.30135419, \"volumeUsd24h\": 930331.599636217}, {\"name\": \"XRP/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.743375, \"bid\": 0.74335, \"ask\": 0.7436, \"price\": 0.743375, \"type\": \"spot\", \"baseCurrency\": \"XRP\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": 0.0021232138042599083, \"change24h\": -0.032976682168525805, \"changeBod\": -0.013306344571276878, \"quoteVolume24h\": 31598321.48685, \"volumeUsd24h\": 31598321.48685}, {\"name\": \"XRP/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.743275, \"bid\": 0.74325, \"ask\": 0.743625, \"price\": 0.743275, \"type\": \"spot\", \"baseCurrency\": \"XRP\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 5000.0, \"change1h\": 0.0021235000674127004, \"change24h\": -0.032634866922626404, \"changeBod\": -0.01353727728192707, \"quoteVolume24h\": 4601403.117125, \"volumeUsd24h\": 4602116.426636217}, {\"name\": \"YFI/BTC\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.00025, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 0.5135, \"bid\": 0.51225, \"ask\": 0.5145, \"price\": 0.5135, \"type\": \"spot\", \"baseCurrency\": \"YFI\", \"quoteCurrency\": \"BTC\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 2000.0, \"change1h\": 0.0004870920603994155, \"change24h\": 0.008345606283750613, \"changeBod\": -0.004362578768783325, \"quoteVolume24h\": 0.65628275, \"volumeUsd24h\": 27377.73569350927}, {\"name\": \"YFI/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5.0, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 21435.0, \"bid\": 21420.0, \"ask\": 21440.0, \"price\": 21435.0, \"type\": \"spot\", \"baseCurrency\": \"YFI\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 2000.0, \"change1h\": 0.0011676786548341896, \"change24h\": -0.030090497737556562, \"changeBod\": -0.025460331893612183, \"quoteVolume24h\": 4470750.825, \"volumeUsd24h\": 4470750.825}, {\"name\": \"YFI/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5.0, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 21320.0, \"bid\": 21405.0, \"ask\": 21450.0, \"price\": 21405.0, \"type\": \"spot\", \"baseCurrency\": \"YFI\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 2000.0, \"change1h\": 0.0016378100140383716, \"change24h\": -0.030131400090620753, \"changeBod\": -0.02505124117513095, \"quoteVolume24h\": 196251.27, \"volumeUsd24h\": 196281.6928718754}, {\"name\": \"YFII/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.25, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 2128.0, \"bid\": 2129.0, \"ask\": 2135.75, \"price\": 2129.0, \"type\": \"spot\", \"baseCurrency\": \"YFII\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.011281320508253177, \"change24h\": -0.015946383175410216, \"changeBod\": 0.010321509075809705, \"quoteVolume24h\": 8300.64675, \"volumeUsd24h\": 8300.64675}, {\"name\": \"YGG/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.00025, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 2.85125, \"bid\": 2.853, \"ask\": 2.861, \"price\": 2.853, \"type\": \"spot\", \"baseCurrency\": \"YGG\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0008755034144633164, \"change24h\": -0.0626694045174538, \"changeBod\": -0.03606723540839598, \"quoteVolume24h\": 24735.9215, \"volumeUsd24h\": 24735.9215}, {\"name\": \"ZM/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.01, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 111.9, \"bid\": 112.23, \"ask\": 112.96, \"price\": 112.23, \"type\": \"spot\", \"baseCurrency\": \"ZM\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": true, \"tokenizedEquity\": true, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.004435376563470239, \"change24h\": -0.07553542009884678, \"changeBod\": -0.011276539511937274, \"quoteVolume24h\": 16080.7735, \"volumeUsd24h\": 16080.7735}, {\"name\": \"ZRX/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.00025, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.519, \"bid\": 0.519, \"ask\": 0.5205, \"price\": 0.519, \"type\": \"spot\", \"baseCurrency\": \"ZRX\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.002402691013935608, \"change24h\": -0.056363636363636366, \"changeBod\": -0.03171641791044776, \"quoteVolume24h\": 68342.95225, \"volumeUsd24h\": 68342.95225}, {\"name\": \"ADABEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 10000000.0, \"minProvideSize\": 10000000.0, \"last\": 1e-08, \"bid\": 1e-08, \"ask\": 1e-08, \"price\": 1e-08, \"type\": \"spot\", \"baseCurrency\": \"ADABEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.0, \"changeBod\": 0.0, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"ADABULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.005, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 16.5, \"bid\": 16.485, \"ask\": 16.54, \"price\": 16.5, \"type\": \"spot\", \"baseCurrency\": \"ADABULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.11764705882352941, \"changeBod\": -0.05982905982905983, \"quoteVolume24h\": 352315.30675, \"volumeUsd24h\": 352315.30675}, {\"name\": \"ADAHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5, \"sizeIncrement\": 1e-06, \"minProvideSize\": 1e-06, \"last\": 38220.0, \"bid\": 38367.5, \"ask\": 38442.5, \"price\": 38367.5, \"type\": \"spot\", \"baseCurrency\": \"ADAHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.00019543973941368078, \"change24h\": -0.021673997577612035, \"changeBod\": -0.010955725977959657, \"quoteVolume24h\": 6016.87605, \"volumeUsd24h\": 6016.87605}, {\"name\": \"ADAHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 8.381, \"bid\": 8.345, \"ask\": 8.379, \"price\": 8.379, \"type\": \"spot\", \"baseCurrency\": \"ADAHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.03803270564915758, \"changeBod\": 0.019715224534501644, \"quoteVolume24h\": 79765.76863, \"volumeUsd24h\": 79765.76863}, {\"name\": \"ALGOBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 1000000000000.0, \"minProvideSize\": 1000000000000.0, \"last\": 1e-08, \"bid\": null, \"ask\": null, \"price\": null, \"type\": \"spot\", \"baseCurrency\": \"ALGOBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.0, \"changeBod\": 0.0, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"ALGOBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 1000000.0, \"minProvideSize\": 1000000.0, \"last\": 1.3e-07, \"bid\": 1.2e-07, \"ask\": 1.3e-07, \"price\": 1.3e-07, \"type\": \"spot\", \"baseCurrency\": \"ALGOBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.07142857142857142, \"changeBod\": 0.0, \"quoteVolume24h\": 5020.89, \"volumeUsd24h\": 5020.89}, {\"name\": \"ALGOHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 14837.0, \"bid\": 14867.0, \"ask\": 14907.0, \"price\": 14867.0, \"type\": \"spot\", \"baseCurrency\": \"ALGOHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.00020182992465016147, \"change24h\": -0.023513957307060754, \"changeBod\": 0.0026301591583490695, \"quoteVolume24h\": 4042.6938, \"volumeUsd24h\": 4042.6938}, {\"name\": \"ALGOHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.005, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 45.735, \"bid\": 44.355, \"ask\": 44.545, \"price\": 44.545, \"type\": \"spot\", \"baseCurrency\": \"ALGOHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.004024594745667971, \"change24h\": 0.046394174301151045, \"changeBod\": -0.002463329974247005, \"quoteVolume24h\": 1476.99693, \"volumeUsd24h\": 1476.99693}, {\"name\": \"ALTBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 10000.0, \"minProvideSize\": 10000.0, \"last\": 2.836e-05, \"bid\": 2.836e-05, \"ask\": 2.859e-05, \"price\": 2.836e-05, \"type\": \"spot\", \"baseCurrency\": \"ALTBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0028129395218002813, \"change24h\": 0.12673818037346046, \"changeBod\": 0.057814248414770605, \"quoteVolume24h\": 50878.9717, \"volumeUsd24h\": 50878.9717}, {\"name\": \"ALTBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 3.348, \"bid\": 3.347, \"ask\": 3.353, \"price\": 3.348, \"type\": \"spot\", \"baseCurrency\": \"ALTBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0029958058717795086, \"change24h\": -0.1210291415069572, \"changeBod\": -0.06244749369924391, \"quoteVolume24h\": 25221.48994, \"volumeUsd24h\": 25221.48994}, {\"name\": \"ALTHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 18896.0, \"bid\": 19000.0, \"ask\": 19045.0, \"price\": 19000.0, \"type\": \"spot\", \"baseCurrency\": \"ALTHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 5.2634349176272434e-05, \"change24h\": -0.02263374485596708, \"changeBod\": -0.013192063986704061, \"quoteVolume24h\": 1501.74432, \"volumeUsd24h\": 1501.74432}, {\"name\": \"ALTHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.01, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 113.49, \"bid\": 113.68, \"ask\": 114.23, \"price\": 113.68, \"type\": \"spot\", \"baseCurrency\": \"ALTHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.04026354319180088, \"changeBod\": 0.01717967072297781, \"quoteVolume24h\": 1506.31884, \"volumeUsd24h\": 1506.31884}, {\"name\": \"ASDBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 100000.0, \"minProvideSize\": 100000.0, \"last\": 2.27e-06, \"bid\": 2.25e-06, \"ask\": 2.28e-06, \"price\": 2.27e-06, \"type\": \"spot\", \"baseCurrency\": \"ASDBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.07075471698113207, \"changeBod\": 0.04128440366972477, \"quoteVolume24h\": 52.046, \"volumeUsd24h\": 52.046}, {\"name\": \"ASDBEAR/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 100000.0, \"minProvideSize\": 100000.0, \"last\": 2.1e-06, \"bid\": 2.26e-06, \"ask\": 2.3e-06, \"price\": 2.26e-06, \"type\": \"spot\", \"baseCurrency\": \"ASDBEAR\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.0761904761904762, \"changeBod\": 0.041474654377880185, \"quoteVolume24h\": 102.117, \"volumeUsd24h\": 102.13283017734}, {\"name\": \"ASDBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.04611, \"bid\": 0.04392, \"ask\": 0.04602, \"price\": 0.04602, \"type\": \"spot\", \"baseCurrency\": \"ASDBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0015187676285528314, \"change24h\": -0.023551877784850413, \"changeBod\": -0.02788339670468948, \"quoteVolume24h\": 1213.4797, \"volumeUsd24h\": 1213.4797}, {\"name\": \"ASDBULL/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.04423, \"bid\": 0.042, \"ask\": 0.04651, \"price\": 0.04423, \"type\": \"spot\", \"baseCurrency\": \"ASDBULL\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0490217157600516, \"change24h\": -0.029618253620008774, \"changeBod\": -0.052890792291220554, \"quoteVolume24h\": 0.317, \"volumeUsd24h\": 0.31704914134}, {\"name\": \"ASDHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 15370.0, \"bid\": 15195.0, \"ask\": 15342.0, \"price\": 15342.0, \"type\": \"spot\", \"baseCurrency\": \"ASDHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.0018217306441119063, \"changeBod\": -0.0018217306441119063, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"ASDHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.005, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 62.74, \"bid\": 62.055, \"ask\": 62.925, \"price\": 62.74, \"type\": \"spot\", \"baseCurrency\": \"ASDHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.02516339869281046, \"changeBod\": 0.023157208088714937, \"quoteVolume24h\": 0.25096, \"volumeUsd24h\": 0.25096}, {\"name\": \"ATOMBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 1000000000.0, \"minProvideSize\": 1000000000.0, \"last\": 1e-08, \"bid\": null, \"ask\": 2e-08, \"price\": null, \"type\": \"spot\", \"baseCurrency\": \"ATOMBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.0, \"changeBod\": 0.0, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"ATOMBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-06, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.004017, \"bid\": 0.004025, \"ask\": 0.004037, \"price\": 0.004025, \"type\": \"spot\", \"baseCurrency\": \"ATOMBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.004205838693715982, \"change24h\": 0.11557649667405764, \"changeBod\": -0.030120481927710843, \"quoteVolume24h\": 1143029.38704, \"volumeUsd24h\": 1143029.38704}, {\"name\": \"ATOMHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 28328.0, \"bid\": 28242.0, \"ask\": 28322.0, \"price\": 28322.0, \"type\": \"spot\", \"baseCurrency\": \"ATOMHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.00021180457497881955, \"change24h\": 0.018850276998345204, \"changeBod\": -0.0022194821208384712, \"quoteVolume24h\": 14806.62143, \"volumeUsd24h\": 14806.62143}, {\"name\": \"ATOMHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 10.042, \"bid\": 10.104, \"ask\": 10.16, \"price\": 10.104, \"type\": \"spot\", \"baseCurrency\": \"ATOMHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0011890606420927466, \"change24h\": -0.043544112078758045, \"changeBod\": 0.0104, \"quoteVolume24h\": 45861.70764, \"volumeUsd24h\": 45861.70764}, {\"name\": \"BALBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 10000.0, \"minProvideSize\": 10000.0, \"last\": 6.14e-06, \"bid\": 6.57e-06, \"ask\": 6.74e-06, \"price\": 6.57e-06, \"type\": \"spot\", \"baseCurrency\": \"BALBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.19021739130434784, \"changeBod\": 0.06310679611650485, \"quoteVolume24h\": 48.0719, \"volumeUsd24h\": 48.0719}, {\"name\": \"BALBEAR/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 10000.0, \"minProvideSize\": 10000.0, \"last\": 5.73e-06, \"bid\": 6.55e-06, \"ask\": 6.73e-06, \"price\": 6.55e-06, \"type\": \"spot\", \"baseCurrency\": \"BALBEAR\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0030441400304414, \"change24h\": 0.15724381625441697, \"changeBod\": 0.06158833063209076, \"quoteVolume24h\": 2.4066, \"volumeUsd24h\": 2.406973071132}, {\"name\": \"BALBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-06, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.003543, \"bid\": 0.003459, \"ask\": 0.003544, \"price\": 0.003543, \"type\": \"spot\", \"baseCurrency\": \"BALBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.004536433229373405, \"change24h\": -0.16986879100281163, \"changeBod\": -0.06959033613445378, \"quoteVolume24h\": 3980.90068, \"volumeUsd24h\": 3980.90068}, {\"name\": \"BALBULL/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-06, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.003463, \"bid\": 0.003454, \"ask\": 0.003565, \"price\": 0.003463, \"type\": \"spot\", \"baseCurrency\": \"BALBULL\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.19614670380687094, \"changeBod\": -0.07727151612043698, \"quoteVolume24h\": 4101.86345, \"volumeUsd24h\": 4102.499320872019}, {\"name\": \"BALHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.5, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 9948.5, \"bid\": 9544.5, \"ask\": 9642.0, \"price\": 9642.0, \"type\": \"spot\", \"baseCurrency\": \"BALHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0007265179034769071, \"change24h\": -0.027877199173262087, \"changeBod\": -0.011685116851168511, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"BALHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.01, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 83.91, \"bid\": 91.57, \"ask\": 94.94, \"price\": 91.57, \"type\": \"spot\", \"baseCurrency\": \"BALHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.009411510168758113, \"change24h\": 0.05144103800665978, \"changeBod\": 0.015413617210024396, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"BCHBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-07, \"sizeIncrement\": 1000.0, \"minProvideSize\": 1000.0, \"last\": 0.0002519, \"bid\": 0.0002498, \"ask\": 0.0002564, \"price\": 0.0002519, \"type\": \"spot\", \"baseCurrency\": \"BCHBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.10120218579234973, \"changeBod\": 0.05133555926544241, \"quoteVolume24h\": 938.52435, \"volumeUsd24h\": 938.52435}, {\"name\": \"BCHBEAR/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-07, \"sizeIncrement\": 1000.0, \"minProvideSize\": 1000.0, \"last\": 0.0002608, \"bid\": 0.0002506, \"ask\": 0.0002564, \"price\": 0.0002564, \"type\": \"spot\", \"baseCurrency\": \"BCHBEAR\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0011714174150722373, \"change24h\": 0.14209354120267262, \"changeBod\": 0.06788837984173261, \"quoteVolume24h\": 2450.63745, \"volumeUsd24h\": 2451.017347817499}, {\"name\": \"BCHBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5e-07, \"sizeIncrement\": 100.0, \"minProvideSize\": 100.0, \"last\": 0.00083125, \"bid\": 0.0008175, \"ask\": 0.00083125, \"price\": 0.00083125, \"type\": \"spot\", \"baseCurrency\": \"BCHBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.00818677986658581, \"change24h\": -0.10714285714285714, \"changeBod\": -0.06258810262193402, \"quoteVolume24h\": 2690.327775, \"volumeUsd24h\": 2690.327775}, {\"name\": \"BCHBULL/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5e-07, \"sizeIncrement\": 100.0, \"minProvideSize\": 100.0, \"last\": 0.00081925, \"bid\": 0.0008155, \"ask\": 0.000833, \"price\": 0.00081925, \"type\": \"spot\", \"baseCurrency\": \"BCHBULL\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.11240520043336945, \"changeBod\": -0.08078541374474053, \"quoteVolume24h\": 11367.663525, \"volumeUsd24h\": 11369.425740199646}, {\"name\": \"BCHHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.5, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 8418.0, \"bid\": 8062.0, \"ask\": 8100.5, \"price\": 8100.5, \"type\": \"spot\", \"baseCurrency\": \"BCHHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 6.17283950617284e-05, \"change24h\": -0.0184186610118146, \"changeBod\": -0.011531421598535693, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"BCHHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.05, \"sizeIncrement\": 0.0001, \"minProvideSize\": 0.0001, \"last\": 323.45, \"bid\": 345.9, \"ask\": 348.8, \"price\": 345.9, \"type\": \"spot\", \"baseCurrency\": \"BCHHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0004338394793926247, \"change24h\": 0.036559784237338924, \"changeBod\": 0.023524189968930315, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"BEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-08, \"sizeIncrement\": 1000.0, \"minProvideSize\": 1000.0, \"last\": 0.0001139, \"bid\": 0.00011415, \"ask\": 0.0001143, \"price\": 0.00011415, \"type\": \"spot\", \"baseCurrency\": \"BEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0017551557700745941, \"change24h\": 0.12463054187192119, \"changeBod\": 0.05694444444444444, \"quoteVolume24h\": 2390081.99509, \"volumeUsd24h\": 2390081.99509}, {\"name\": \"BEAR/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-08, \"sizeIncrement\": 1000.0, \"minProvideSize\": 1000.0, \"last\": 0.000114, \"bid\": 0.00011405, \"ask\": 0.0001143, \"price\": 0.00011405, \"type\": \"spot\", \"baseCurrency\": \"BEAR\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0004385964912280702, \"change24h\": 0.12442078280587597, \"changeBod\": 0.056997219647822055, \"quoteVolume24h\": 1910278.06763, \"volumeUsd24h\": 1910574.198936044}, {\"name\": \"BEARSHIT/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 10000.0, \"minProvideSize\": 10000.0, \"last\": 6.53e-06, \"bid\": 6.15e-06, \"ask\": 6.24e-06, \"price\": 6.24e-06, \"type\": \"spot\", \"baseCurrency\": \"BEARSHIT\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.003194888178913738, \"change24h\": 0.061224489795918366, \"changeBod\": 0.01794453507340946, \"quoteVolume24h\": 4952.0872, \"volumeUsd24h\": 4952.0872}, {\"name\": \"BNBBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 10000000.0, \"minProvideSize\": 10000000.0, \"last\": 1e-08, \"bid\": null, \"ask\": 5e-08, \"price\": null, \"type\": \"spot\", \"baseCurrency\": \"BNBBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.0, \"changeBod\": 0.0, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"BNBBEAR/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 10000000.0, \"minProvideSize\": 10000000.0, \"last\": 1e-08, \"bid\": 1e-08, \"ask\": 3e-08, \"price\": 1e-08, \"type\": \"spot\", \"baseCurrency\": \"BNBBEAR\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.0, \"changeBod\": 0.0, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"BNBBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.05, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 149.5, \"bid\": 149.8, \"ask\": 150.3, \"price\": 149.8, \"type\": \"spot\", \"baseCurrency\": \"BNBBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.003989361702127659, \"change24h\": -0.07730212503849708, \"changeBod\": -0.04158669225847729, \"quoteVolume24h\": 189279.05965, \"volumeUsd24h\": 189279.05965}, {\"name\": \"BNBBULL/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.05, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 149.75, \"bid\": 149.25, \"ask\": 150.35, \"price\": 149.75, \"type\": \"spot\", \"baseCurrency\": \"BNBBULL\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0023427041499330657, \"change24h\": -0.07504632489190859, \"changeBod\": -0.03821451509312781, \"quoteVolume24h\": 18893.03705, \"volumeUsd24h\": 18895.96584860349}, {\"name\": \"BNBHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5, \"sizeIncrement\": 1e-06, \"minProvideSize\": 1e-06, \"last\": 42592.5, \"bid\": 42967.5, \"ask\": 43062.5, \"price\": 42967.5, \"type\": \"spot\", \"baseCurrency\": \"BNBHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -5.8180125669071444e-05, \"change24h\": -0.015466575012888813, \"changeBod\": -0.006761442441054091, \"quoteVolume24h\": 4502.18013, \"volumeUsd24h\": 4502.18013}, {\"name\": \"BNBHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 7.786, \"bid\": 7.677, \"ask\": 7.712, \"price\": 7.712, \"type\": \"spot\", \"baseCurrency\": \"BNBHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0005189413596263622, \"change24h\": 0.026624068157614485, \"changeBod\": 0.014469876348329387, \"quoteVolume24h\": 7515.51782, \"volumeUsd24h\": 7515.51782}, {\"name\": \"BSVBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 10000.0, \"minProvideSize\": 10000.0, \"last\": 1.214e-05, \"bid\": 1.233e-05, \"ask\": 1.244e-05, \"price\": 1.233e-05, \"type\": \"spot\", \"baseCurrency\": \"BSVBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.008176614881439084, \"change24h\": 0.03700588730025231, \"changeBod\": -0.030660377358490566, \"quoteVolume24h\": 555.9292, \"volumeUsd24h\": 555.9292}, {\"name\": \"BSVBEAR/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 10000.0, \"minProvideSize\": 10000.0, \"last\": 1.262e-05, \"bid\": 1.232e-05, \"ask\": 1.244e-05, \"price\": 1.244e-05, \"type\": \"spot\", \"baseCurrency\": \"BSVBEAR\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.016339869281045753, \"change24h\": 0.05602716468590832, \"changeBod\": -0.022780832678711706, \"quoteVolume24h\": 184.6103, \"volumeUsd24h\": 184.638918288706}, {\"name\": \"BSVBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 100000.0, \"minProvideSize\": 100000.0, \"last\": 2.23e-06, \"bid\": 2.22e-06, \"ask\": 2.24e-06, \"price\": 2.23e-06, \"type\": \"spot\", \"baseCurrency\": \"BSVBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.004464285714285714, \"change24h\": -0.05106382978723404, \"changeBod\": 0.027649769585253458, \"quoteVolume24h\": 2571.862, \"volumeUsd24h\": 2571.862}, {\"name\": \"BSVBULL/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 100000.0, \"minProvideSize\": 100000.0, \"last\": 2.27e-06, \"bid\": 2.21e-06, \"ask\": 2.24e-06, \"price\": 2.24e-06, \"type\": \"spot\", \"baseCurrency\": \"BSVBULL\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.013215859030837005, \"change24h\": -0.05485232067510549, \"changeBod\": 0.037037037037037035, \"quoteVolume24h\": 434.421, \"volumeUsd24h\": 434.48834394342}, {\"name\": \"BSVHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.25, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 4760.25, \"bid\": 4720.75, \"ask\": 4728.75, \"price\": 4728.75, \"type\": \"spot\", \"baseCurrency\": \"BSVHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.002794179671024884, \"change24h\": -0.00693022523232005, \"changeBod\": 0.0036612543775867558, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"BSVHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.025, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 261.225, \"bid\": 266.325, \"ask\": 267.125, \"price\": 266.325, \"type\": \"spot\", \"baseCurrency\": \"BSVHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.005664117813650524, \"change24h\": 0.016216731851569206, \"changeBod\": -0.007083605182216423, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"BULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 0.0001, \"minProvideSize\": 0.0001, \"last\": 2471.0, \"bid\": 2468.0, \"ask\": 2470.0, \"price\": 2470.0, \"type\": \"spot\", \"baseCurrency\": \"BULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0008090614886731392, \"change24h\": -0.12349183818310859, \"changeBod\": -0.05581039755351682, \"quoteVolume24h\": 3302440.6282, \"volumeUsd24h\": 3302440.6282}, {\"name\": \"BULL/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 0.0001, \"minProvideSize\": 0.0001, \"last\": 2474.0, \"bid\": 2469.0, \"ask\": 2474.0, \"price\": 2474.0, \"type\": \"spot\", \"baseCurrency\": \"BULL\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.00040404040404040404, \"change24h\": -0.1226950354609929, \"changeBod\": -0.055725190839694655, \"quoteVolume24h\": 1395896.41305, \"volumeUsd24h\": 1396112.804911951}, {\"name\": \"BULLSHIT/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 4.78, \"bid\": 4.819, \"ask\": 4.82, \"price\": 4.819, \"type\": \"spot\", \"baseCurrency\": \"BULLSHIT\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0014546965918536992, \"change24h\": -0.06290714632960623, \"changeBod\": -0.003103020273065784, \"quoteVolume24h\": 6283.00355, \"volumeUsd24h\": 6283.00355}, {\"name\": \"BVOL/BTC\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-05, \"sizeIncrement\": 0.0001, \"minProvideSize\": 0.0001, \"last\": 0.0138, \"bid\": 0.01335, \"ask\": 0.0138, \"price\": 0.0138, \"type\": \"spot\", \"baseCurrency\": \"BVOL\", \"quoteCurrency\": \"BTC\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.08235294117647059, \"changeBod\": 0.022222222222222223, \"quoteVolume24h\": 0.04008375, \"volumeUsd24h\": 1672.1486479793994}, {\"name\": \"BVOL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.05, \"sizeIncrement\": 0.0001, \"minProvideSize\": 0.0001, \"last\": 570.25, \"bid\": 561.95, \"ask\": 570.7, \"price\": 570.25, \"type\": \"spot\", \"baseCurrency\": \"BVOL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.00017539244058581075, \"changeBod\": 0.010364989369241672, \"quoteVolume24h\": 3902.69045, \"volumeUsd24h\": 3902.69045}, {\"name\": \"BVOL/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.05, \"sizeIncrement\": 0.0001, \"minProvideSize\": 0.0001, \"last\": 566.0, \"bid\": 562.5, \"ask\": 569.5, \"price\": 566.0, \"type\": \"spot\", \"baseCurrency\": \"BVOL\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.008582939218777369, \"change24h\": 0.0, \"changeBod\": -0.010748929476535874, \"quoteVolume24h\": 1803.77064, \"volumeUsd24h\": 1804.050260524613}, {\"name\": \"COMPBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 10000.0, \"minProvideSize\": 10000.0, \"last\": 7.87e-06, \"bid\": 7.57e-06, \"ask\": 7.92e-06, \"price\": 7.87e-06, \"type\": \"spot\", \"baseCurrency\": \"COMPBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.16592592592592592, \"changeBod\": 0.09002770083102493, \"quoteVolume24h\": 7.7402, \"volumeUsd24h\": 7.7402}, {\"name\": \"COMPBEAR/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 10000.0, \"minProvideSize\": 10000.0, \"last\": 7.75e-06, \"bid\": 7.57e-06, \"ask\": 7.93e-06, \"price\": 7.75e-06, \"type\": \"spot\", \"baseCurrency\": \"COMPBEAR\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.13636363636363635, \"changeBod\": 0.029216467463479414, \"quoteVolume24h\": 30.4414, \"volumeUsd24h\": 30.446119025828}, {\"name\": \"COMPBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5e-06, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.009095, \"bid\": 0.0088475, \"ask\": 0.009225, \"price\": 0.009095, \"type\": \"spot\", \"baseCurrency\": \"COMPBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.006640841173215274, \"change24h\": -0.15, \"changeBod\": -0.06430041152263374, \"quoteVolume24h\": 4223.333475, \"volumeUsd24h\": 4223.333475}, {\"name\": \"COMPBULL/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5e-06, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.0089475, \"bid\": 0.008825, \"ask\": 0.009095, \"price\": 0.0089475, \"type\": \"spot\", \"baseCurrency\": \"COMPBULL\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.16163035839775122, \"changeBod\": -0.04889715652404996, \"quoteVolume24h\": 3062.05585, \"volumeUsd24h\": 3062.530529897867}, {\"name\": \"COMPHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.5, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 9737.0, \"bid\": 9652.5, \"ask\": 9676.5, \"price\": 9676.5, \"type\": \"spot\", \"baseCurrency\": \"COMPHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.003369970966403982, \"change24h\": -0.023857560778775346, \"changeBod\": -0.006315465187923599, \"quoteVolume24h\": 1811.047335, \"volumeUsd24h\": 1811.047335}, {\"name\": \"COMPHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.01, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 118.11, \"bid\": 117.42, \"ask\": 117.97, \"price\": 117.97, \"type\": \"spot\", \"baseCurrency\": \"COMPHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0018614095947203655, \"change24h\": 0.051988585696450866, \"changeBod\": 0.01759682567066333, \"quoteVolume24h\": 4847.0151, \"volumeUsd24h\": 4847.0151}, {\"name\": \"CUSDTBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5.0, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 13290.0, \"bid\": 13395.0, \"ask\": 13500.0, \"price\": 13395.0, \"type\": \"spot\", \"baseCurrency\": \"CUSDTBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.0033707865168539327, \"changeBod\": 0.0003734129947722181, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"CUSDTBEAR/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5.0, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 13370.0, \"bid\": 13335.0, \"ask\": 13600.0, \"price\": 13370.0, \"type\": \"spot\", \"baseCurrency\": \"CUSDTBEAR\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.001866368047779022, \"change24h\": 0.0, \"changeBod\": -0.001866368047779022, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"CUSDTBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 3906.0, \"bid\": 3646.0, \"ask\": 3939.0, \"price\": 3906.0, \"type\": \"spot\", \"baseCurrency\": \"CUSDTBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.0, \"changeBod\": 0.0, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"CUSDTBULL/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 3810.0, \"bid\": 3655.0, \"ask\": 3912.0, \"price\": 3810.0, \"type\": \"spot\", \"baseCurrency\": \"CUSDTBULL\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.0, \"changeBod\": 0.0, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"CUSDTHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.25, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 5021.0, \"bid\": 5027.0, \"ask\": 5120.5, \"price\": 5027.0, \"type\": \"spot\", \"baseCurrency\": \"CUSDTHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0006957558890766326, \"change24h\": -0.0004970673029128144, \"changeBod\": -0.0011425165168148627, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"CUSDTHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.5, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 6454.0, \"bid\": 6379.5, \"ask\": 6516.5, \"price\": 6454.0, \"type\": \"spot\", \"baseCurrency\": \"CUSDTHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.0, \"changeBod\": 0.0, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"DEFIBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5e-07, \"sizeIncrement\": 100.0, \"minProvideSize\": 100.0, \"last\": 0.000973, \"bid\": 0.0009435, \"ask\": 0.000957, \"price\": 0.000957, \"type\": \"spot\", \"baseCurrency\": \"DEFIBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0020855057351407717, \"change24h\": 0.1262135922330097, \"changeBod\": 0.05454545454545454, \"quoteVolume24h\": 10524.62255, \"volumeUsd24h\": 10524.62255}, {\"name\": \"DEFIBEAR/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5e-07, \"sizeIncrement\": 100.0, \"minProvideSize\": 100.0, \"last\": 0.000898, \"bid\": 0.0009425, \"ask\": 0.00095525, \"price\": 0.0009425, \"type\": \"spot\", \"baseCurrency\": \"DEFIBEAR\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0018533227429176596, \"change24h\": 0.11969111969111969, \"changeBod\": 0.04490022172949002, \"quoteVolume24h\": 59.377075, \"volumeUsd24h\": 59.3862796341665}, {\"name\": \"DEFIBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 1.6565, \"bid\": 1.666, \"ask\": 1.6705, \"price\": 1.666, \"type\": \"spot\", \"baseCurrency\": \"DEFIBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.002708396027685826, \"change24h\": -0.12084432717678101, \"changeBod\": -0.05017103762827822, \"quoteVolume24h\": 7092.9536, \"volumeUsd24h\": 7092.9536}, {\"name\": \"DEFIBULL/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 1.6565, \"bid\": 1.659, \"ask\": 1.683, \"price\": 1.659, \"type\": \"spot\", \"baseCurrency\": \"DEFIBULL\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.003022974607013301, \"change24h\": -0.13413361169102297, \"changeBod\": -0.04600345025876941, \"quoteVolume24h\": 2261.0195, \"volumeUsd24h\": 2261.37000324289}, {\"name\": \"DEFIHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.5, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 12626.0, \"bid\": 12962.0, \"ask\": 13010.0, \"price\": 12962.0, \"type\": \"spot\", \"baseCurrency\": \"DEFIHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0005403319181783095, \"change24h\": -0.020108859993952222, \"changeBod\": -0.0074278275518799295, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"DEFIHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.025, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 171.9, \"bid\": 183.65, \"ask\": 184.55, \"price\": 183.65, \"type\": \"spot\", \"baseCurrency\": \"DEFIHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0005442176870748299, \"change24h\": 0.03977353149327672, \"changeBod\": 0.015061489567500346, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"DOGEBEAR2021/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 5.266, \"bid\": 5.223, \"ask\": 5.265, \"price\": 5.265, \"type\": \"spot\", \"baseCurrency\": \"DOGEBEAR2021\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.002857142857142857, \"change24h\": 0.11005692599620494, \"changeBod\": 0.047344340560970755, \"quoteVolume24h\": 177518.80863, \"volumeUsd24h\": 177518.80863}, {\"name\": \"DOGEBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 1.726, \"bid\": 1.711, \"ask\": 1.723, \"price\": 1.723, \"type\": \"spot\", \"baseCurrency\": \"DOGEBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0017441860465116279, \"change24h\": -0.10166840458811262, \"changeBod\": -0.03823611498744069, \"quoteVolume24h\": 147233.0915, \"volumeUsd24h\": 147233.0915}, {\"name\": \"DOGEHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5.0, \"sizeIncrement\": 1e-06, \"minProvideSize\": 1e-06, \"last\": 103910.0, \"bid\": 102780.0, \"ask\": 103180.0, \"price\": 103180.0, \"type\": \"spot\", \"baseCurrency\": \"DOGEHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -4.84566555216359e-05, \"change24h\": -0.017052491187958464, \"changeBod\": -0.0070253103647387165, \"quoteVolume24h\": 275.56932, \"volumeUsd24h\": 275.56932}, {\"name\": \"DOGEHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-05, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 0.70115, \"bid\": 0.70645, \"ask\": 0.71195, \"price\": 0.70645, \"type\": \"spot\", \"baseCurrency\": \"DOGEHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.00028302554305526076, \"change24h\": 0.031088082901554404, \"changeBod\": 0.008926021136818053, \"quoteVolume24h\": 61.95547, \"volumeUsd24h\": 61.95547}, {\"name\": \"DRGNBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 10000.0, \"minProvideSize\": 10000.0, \"last\": 5.06e-06, \"bid\": 5.73e-06, \"ask\": 5.81e-06, \"price\": 5.73e-06, \"type\": \"spot\", \"baseCurrency\": \"DRGNBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.010582010582010581, \"change24h\": 0.1324110671936759, \"changeBod\": 0.055248618784530384, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"DRGNBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.00025, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 0.53825, \"bid\": 0.534, \"ask\": 0.5415, \"price\": 0.53825, \"type\": \"spot\", \"baseCurrency\": \"DRGNBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0037019898195279964, \"change24h\": -0.12372812372812372, \"changeBod\": -0.05112384310268841, \"quoteVolume24h\": 12332.094245, \"volumeUsd24h\": 12332.094245}, {\"name\": \"DRGNHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 19551.0, \"bid\": 19306.0, \"ask\": 19358.0, \"price\": 19358.0, \"type\": \"spot\", \"baseCurrency\": \"DRGNHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0020106201989998455, \"change24h\": -0.019649549275802695, \"changeBod\": -0.009212816050772853, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"DRGNHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.005, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 53.64, \"bid\": 53.75, \"ask\": 54.06, \"price\": 53.75, \"type\": \"spot\", \"baseCurrency\": \"DRGNHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0020507084265473526, \"change24h\": 0.044602079486930325, \"changeBod\": 0.012431719721228104, \"quoteVolume24h\": 4.77396, \"volumeUsd24h\": 4.77396}, {\"name\": \"EOSBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 10000.0, \"minProvideSize\": 10000.0, \"last\": 2.2e-05, \"bid\": 2.282e-05, \"ask\": 2.305e-05, \"price\": 2.282e-05, \"type\": \"spot\", \"baseCurrency\": \"EOSBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.00043840420868040335, \"change24h\": 0.13138324243926625, \"changeBod\": 0.0789598108747045, \"quoteVolume24h\": 33.44, \"volumeUsd24h\": 33.44}, {\"name\": \"EOSBEAR/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 10000.0, \"minProvideSize\": 10000.0, \"last\": 2.349e-05, \"bid\": 2.281e-05, \"ask\": 2.306e-05, \"price\": 2.306e-05, \"type\": \"spot\", \"baseCurrency\": \"EOSBEAR\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0008680555555555555, \"change24h\": 0.13428430890309886, \"changeBod\": 0.07757009345794393, \"quoteVolume24h\": 232.308, \"volumeUsd24h\": 232.34401238616}, {\"name\": \"EOSBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 10000.0, \"minProvideSize\": 10000.0, \"last\": 1.352e-05, \"bid\": 1.34e-05, \"ask\": 1.354e-05, \"price\": 1.352e-05, \"type\": \"spot\", \"baseCurrency\": \"EOSBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.004457652303120356, \"change24h\": -0.12548512289780078, \"changeBod\": -0.07776261937244201, \"quoteVolume24h\": 8616.4057, \"volumeUsd24h\": 8616.4057}, {\"name\": \"EOSBULL/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 10000.0, \"minProvideSize\": 10000.0, \"last\": 1.305e-05, \"bid\": 1.34e-05, \"ask\": 1.353e-05, \"price\": 1.34e-05, \"type\": \"spot\", \"baseCurrency\": \"EOSBULL\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0007457121551081282, \"change24h\": -0.13604126370083816, \"changeBod\": -0.08281998631074607, \"quoteVolume24h\": 9810.2255, \"volumeUsd24h\": 9811.74628115701}, {\"name\": \"EOSHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.5, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 6529.0, \"bid\": 6544.0, \"ask\": 6554.5, \"price\": 6544.0, \"type\": \"spot\", \"baseCurrency\": \"EOSHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 7.641170627340109e-05, \"change24h\": -0.022262064843866728, \"changeBod\": -0.015495712351436739, \"quoteVolume24h\": 18650.90945, \"volumeUsd24h\": 18650.90945}, {\"name\": \"EOSHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.025, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 209.1, \"bid\": 222.45, \"ask\": 223.225, \"price\": 222.45, \"type\": \"spot\", \"baseCurrency\": \"EOSHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.04289732770745429, \"changeBod\": 0.025942580421999307, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"ETCBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 1000000.0, \"minProvideSize\": 1000000.0, \"last\": 9e-08, \"bid\": 9e-08, \"ask\": 1e-07, \"price\": 9e-08, \"type\": \"spot\", \"baseCurrency\": \"ETCBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.125, \"changeBod\": 0.0, \"quoteVolume24h\": 10.53, \"volumeUsd24h\": 10.53}, {\"name\": \"ETCBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.20685, \"bid\": 0.2065, \"ask\": 0.2105, \"price\": 0.20685, \"type\": \"spot\", \"baseCurrency\": \"ETCBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.010997067448680353, \"change24h\": -0.1825726141078838, \"changeBod\": -0.1110872367855608, \"quoteVolume24h\": 8666.7697, \"volumeUsd24h\": 8666.7697}, {\"name\": \"ETCHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 21168.0, \"bid\": 20811.0, \"ask\": 20892.0, \"price\": 20892.0, \"type\": \"spot\", \"baseCurrency\": \"ETCHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0018221923851539272, \"change24h\": -0.02460432326439143, \"changeBod\": -0.013038548752834467, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"ETCHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0025, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 21.58, \"bid\": 21.465, \"ask\": 21.625, \"price\": 21.58, \"type\": \"spot\", \"baseCurrency\": \"ETCHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.05784313725490196, \"changeBod\": 0.03924873585359981, \"quoteVolume24h\": 63.113425, \"volumeUsd24h\": 63.113425}, {\"name\": \"ETHBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 1000000.0, \"minProvideSize\": 1000000.0, \"last\": 8e-08, \"bid\": 8e-08, \"ask\": 9e-08, \"price\": 8e-08, \"type\": \"spot\", \"baseCurrency\": \"ETHBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.14285714285714285, \"changeBod\": 0.0, \"quoteVolume24h\": 176.98, \"volumeUsd24h\": 176.98}, {\"name\": \"ETHBEAR/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 1000000.0, \"minProvideSize\": 1000000.0, \"last\": 8e-08, \"bid\": 8e-08, \"ask\": 9e-08, \"price\": 8e-08, \"type\": \"spot\", \"baseCurrency\": \"ETHBEAR\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.14285714285714285, \"change24h\": 0.14285714285714285, \"changeBod\": 0.14285714285714285, \"quoteVolume24h\": 35.83, \"volumeUsd24h\": 35.8355543666}, {\"name\": \"ETHBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.05, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 209.7, \"bid\": 209.6, \"ask\": 209.8, \"price\": 209.7, \"type\": \"spot\", \"baseCurrency\": \"ETHBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.003800475059382423, \"change24h\": -0.1830931047915855, \"changeBod\": -0.09922680412371133, \"quoteVolume24h\": 2458695.4623, \"volumeUsd24h\": 2458695.4623}, {\"name\": \"ETHBULL/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.05, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 210.0, \"bid\": 209.25, \"ask\": 210.2, \"price\": 210.0, \"type\": \"spot\", \"baseCurrency\": \"ETHBULL\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0023752969121140144, \"change24h\": -0.18446601941747573, \"changeBod\": -0.0967741935483871, \"quoteVolume24h\": 345306.0988, \"volumeUsd24h\": 345359.628151436}, {\"name\": \"ETHHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 26767.0, \"bid\": 26762.0, \"ask\": 26797.0, \"price\": 26767.0, \"type\": \"spot\", \"baseCurrency\": \"ETHHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0005227586721929726, \"change24h\": -0.032774445327744456, \"changeBod\": -0.016642174871418076, \"quoteVolume24h\": 15849.81785, \"volumeUsd24h\": 15849.81785}, {\"name\": \"ETHHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0025, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 16.65, \"bid\": 16.59, \"ask\": 16.635, \"price\": 16.635, \"type\": \"spot\", \"baseCurrency\": \"ETHHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0013544018058690745, \"change24h\": 0.06491261763011331, \"changeBod\": 0.035480859010270774, \"quoteVolume24h\": 29483.51515, \"volumeUsd24h\": 29483.51515}, {\"name\": \"EXCHBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-08, \"sizeIncrement\": 1000.0, \"minProvideSize\": 1000.0, \"last\": 0.00015805, \"bid\": 0.0001694, \"ask\": 0.00017195, \"price\": 0.0001694, \"type\": \"spot\", \"baseCurrency\": \"EXCHBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.011947431302270013, \"change24h\": 0.08485430675632405, \"changeBod\": 0.04567901234567901, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"EXCHBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 3489.0, \"bid\": 3537.0, \"ask\": 3593.0, \"price\": 3537.0, \"type\": \"spot\", \"baseCurrency\": \"EXCHBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.014488715519643355, \"change24h\": -0.09862385321100918, \"changeBod\": -0.04611650485436893, \"quoteVolume24h\": 2357.02824, \"volumeUsd24h\": 2357.02824}, {\"name\": \"EXCHHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 22141.0, \"bid\": 21668.0, \"ask\": 21723.0, \"price\": 21723.0, \"type\": \"spot\", \"baseCurrency\": \"EXCHHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0021589343132751493, \"change24h\": -0.0164802825191289, \"changeBod\": -0.0074476834506076945, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"EXCHHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.01, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 76.68, \"bid\": 79.74, \"ask\": 80.17, \"price\": 79.74, \"type\": \"spot\", \"baseCurrency\": \"EXCHHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.003902807503462168, \"change24h\": 0.03236664940445365, \"changeBod\": 0.014762025960804276, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"GRTBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-08, \"sizeIncrement\": 1000.0, \"minProvideSize\": 1000.0, \"last\": 0.00016115, \"bid\": 0.00014465, \"ask\": 0.00014825, \"price\": 0.00014825, \"type\": \"spot\", \"baseCurrency\": \"GRTBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0010107816711590297, \"change24h\": 0.12225586676760031, \"changeBod\": 0.048814998231340646, \"quoteVolume24h\": 8665.3837, \"volumeUsd24h\": 8665.3837}, {\"name\": \"GRTBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-06, \"sizeIncrement\": 100.0, \"minProvideSize\": 100.0, \"last\": 0.002626, \"bid\": 0.002571, \"ask\": 0.002623, \"price\": 0.002623, \"type\": \"spot\", \"baseCurrency\": \"GRTBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.00923432089265102, \"change24h\": -0.08158263305322129, \"changeBod\": -0.03459698196540302, \"quoteVolume24h\": 74040.0547, \"volumeUsd24h\": 74040.0547}, {\"name\": \"HALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 15984.0, \"bid\": 15901.0, \"ask\": 15922.0, \"price\": 15922.0, \"type\": \"spot\", \"baseCurrency\": \"HALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0005021971123666039, \"change24h\": -0.019460524695159503, \"changeBod\": -0.008160468448265122, \"quoteVolume24h\": 15.34464, \"volumeUsd24h\": 15.34464}, {\"name\": \"HALFSHIT/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 22745.0, \"bid\": 23365.0, \"ask\": 23425.0, \"price\": 23365.0, \"type\": \"spot\", \"baseCurrency\": \"HALFSHIT\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.00042817383857846286, \"change24h\": -0.01067027988313503, \"changeBod\": -0.0015810614477395095, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"HEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.01, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 86.09, \"bid\": 85.43, \"ask\": 85.63, \"price\": 85.63, \"type\": \"spot\", \"baseCurrency\": \"HEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0005842486562280906, \"change24h\": 0.04122081712062257, \"changeBod\": 0.021472026720744365, \"quoteVolume24h\": 16545.90221, \"volumeUsd24h\": 16545.90221}, {\"name\": \"HEDGESHIT/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.005, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 48.415, \"bid\": 47.865, \"ask\": 48.115, \"price\": 48.115, \"type\": \"spot\", \"baseCurrency\": \"HEDGESHIT\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.00041549807832138777, \"change24h\": 0.020791344011880767, \"changeBod\": 0.003127280308558324, \"quoteVolume24h\": 108.788505, \"volumeUsd24h\": 108.788505}, {\"name\": \"HTBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-07, \"sizeIncrement\": 100.0, \"minProvideSize\": 100.0, \"last\": 0.001139, \"bid\": 0.0011285, \"ask\": 0.0011455, \"price\": 0.001139, \"type\": \"spot\", \"baseCurrency\": \"HTBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.044475011462631824, \"changeBod\": 0.04351809436555199, \"quoteVolume24h\": 4067.4821, \"volumeUsd24h\": 4067.4821}, {\"name\": \"HTBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 1.061, \"bid\": 1.028, \"ask\": 1.04, \"price\": 1.04, \"type\": \"spot\", \"baseCurrency\": \"HTBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.00430828147438966, \"change24h\": -0.019792648444863337, \"changeBod\": -0.03300790330079033, \"quoteVolume24h\": 5009.70575, \"volumeUsd24h\": 5009.70575}, {\"name\": \"HTHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.5, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 10746.0, \"bid\": 10605.0, \"ask\": 10637.0, \"price\": 10637.0, \"type\": \"spot\", \"baseCurrency\": \"HTHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0010330578512396695, \"change24h\": -0.00612006540527914, \"changeBod\": -0.005655526992287918, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"HTHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.025, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 200.925, \"bid\": 202.35, \"ask\": 203.5, \"price\": 202.35, \"type\": \"spot\", \"baseCurrency\": \"HTHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.001856665428889714, \"change24h\": 0.011623547056617924, \"changeBod\": 0.010234648027958064, \"quoteVolume24h\": 1264.2201, \"volumeUsd24h\": 1264.2201}, {\"name\": \"IBVOL/BTC\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-05, \"sizeIncrement\": 0.0001, \"minProvideSize\": 0.0001, \"last\": 0.05855, \"bid\": 0.0573, \"ask\": 0.0589, \"price\": 0.05855, \"type\": \"spot\", \"baseCurrency\": \"IBVOL\", \"quoteCurrency\": \"BTC\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.05590622182146077, \"changeBod\": 0.016493055555555556, \"quoteVolume24h\": 0.01193583, \"volumeUsd24h\": 497.91953090746136}, {\"name\": \"IBVOL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.25, \"sizeIncrement\": 0.0001, \"minProvideSize\": 0.0001, \"last\": 2445.5, \"bid\": 2406.0, \"ask\": 2443.0, \"price\": 2443.0, \"type\": \"spot\", \"baseCurrency\": \"IBVOL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.007942238267148015, \"changeBod\": 0.002564891761567662, \"quoteVolume24h\": 342.57555, \"volumeUsd24h\": 342.57555}, {\"name\": \"IBVOL/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.25, \"sizeIncrement\": 0.0001, \"minProvideSize\": 0.0001, \"last\": 2391.25, \"bid\": 2405.25, \"ask\": 2444.0, \"price\": 2405.25, \"type\": \"spot\", \"baseCurrency\": \"IBVOL\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.00020792182139515541, \"change24h\": -0.0072231967805180064, \"changeBod\": -0.0072231967805180064, \"quoteVolume24h\": 195.214575, \"volumeUsd24h\": 195.2448371634165}, {\"name\": \"KNCBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 10000.0, \"minProvideSize\": 10000.0, \"last\": 7.5e-06, \"bid\": 7.47e-06, \"ask\": 7.6e-06, \"price\": 7.5e-06, \"type\": \"spot\", \"baseCurrency\": \"KNCBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.034482758620689655, \"change24h\": 0.09970674486803519, \"changeBod\": 0.07142857142857142, \"quoteVolume24h\": 47992.8119, \"volumeUsd24h\": 47992.8119}, {\"name\": \"KNCBEAR/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 10000.0, \"minProvideSize\": 10000.0, \"last\": 7.48e-06, \"bid\": 7.47e-06, \"ask\": 7.69e-06, \"price\": 7.48e-06, \"type\": \"spot\", \"baseCurrency\": \"KNCBEAR\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.030303030303030304, \"change24h\": 0.08879184861717612, \"changeBod\": 0.08405797101449275, \"quoteVolume24h\": 3512.7656, \"volumeUsd24h\": 3513.310148923312}, {\"name\": \"KNCBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.1339, \"bid\": 0.1308, \"ask\": 0.1344, \"price\": 0.1339, \"type\": \"spot\", \"baseCurrency\": \"KNCBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.03391053391053391, \"change24h\": -0.09189555781620888, \"changeBod\": -0.06592256714335543, \"quoteVolume24h\": 63244.01415, \"volumeUsd24h\": 63244.01415}, {\"name\": \"KNCBULL/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.15155, \"bid\": 0.13065, \"ask\": 0.13445, \"price\": 0.13445, \"type\": \"spot\", \"baseCurrency\": \"KNCBULL\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.02924187725631769, \"change24h\": -0.09339177343223196, \"changeBod\": -0.06404455273233554, \"quoteVolume24h\": 24689.46155, \"volumeUsd24h\": 24693.28891032948}, {\"name\": \"KNCHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.5, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 11135.0, \"bid\": 10876.0, \"ask\": 10929.0, \"price\": 10929.0, \"type\": \"spot\", \"baseCurrency\": \"KNCHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.005097860719162494, \"change24h\": -0.015272334099202594, \"changeBod\": -0.013405551794177387, \"quoteVolume24h\": 10059.77468, \"volumeUsd24h\": 10059.77468}, {\"name\": \"KNCHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.01, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 99.87, \"bid\": 102.55, \"ask\": 103.42, \"price\": 102.55, \"type\": \"spot\", \"baseCurrency\": \"KNCHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.010842779694430755, \"change24h\": 0.03200161014390661, \"changeBod\": 0.025192442267319804, \"quoteVolume24h\": 8478.08112, \"volumeUsd24h\": 8478.08112}, {\"name\": \"LEOBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.23, \"bid\": 0.2328, \"ask\": 0.26, \"price\": 0.2328, \"type\": \"spot\", \"baseCurrency\": \"LEOBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.01217391304347826, \"change24h\": 0.03720204945422143, \"changeBod\": 0.06301369863013699, \"quoteVolume24h\": 80.0175, \"volumeUsd24h\": 80.0175}, {\"name\": \"LEOBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.5, \"sizeIncrement\": 0.0001, \"minProvideSize\": 0.0001, \"last\": 1853.0, \"bid\": 1450.5, \"ask\": 1709.5, \"price\": 1709.5, \"type\": \"spot\", \"baseCurrency\": \"LEOBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.01696377228292122, \"change24h\": -0.06712141882673943, \"changeBod\": -0.0774419859686994, \"quoteVolume24h\": 8.3333, \"volumeUsd24h\": 8.3333}, {\"name\": \"LEOHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 15828.0, \"bid\": 15263.0, \"ask\": 15772.0, \"price\": 15772.0, \"type\": \"spot\", \"baseCurrency\": \"LEOHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.003160156743774491, \"change24h\": -0.0035380338640384128, \"changeBod\": -0.0035380338640384128, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"LEOHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.05, \"sizeIncrement\": 0.0001, \"minProvideSize\": 0.0001, \"last\": 528.5, \"bid\": 509.3, \"ask\": 540.65, \"price\": 528.5, \"type\": \"spot\", \"baseCurrency\": \"LEOHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.0026560424966799467, \"changeBod\": 0.0, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"LINKBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 100000000.0, \"minProvideSize\": 100000000.0, \"last\": 1e-08, \"bid\": 1e-08, \"ask\": 1e-08, \"price\": 1e-08, \"type\": \"spot\", \"baseCurrency\": \"LINKBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.0, \"changeBod\": 0.0, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"LINKBEAR/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 100000000.0, \"minProvideSize\": 100000000.0, \"last\": 1e-08, \"bid\": 1e-08, \"ask\": 2e-08, \"price\": 1e-08, \"type\": \"spot\", \"baseCurrency\": \"LINKBEAR\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.0, \"changeBod\": 0.0, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"LINKBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-06, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.02133, \"bid\": 0.02112, \"ask\": 0.02121, \"price\": 0.02121, \"type\": \"spot\", \"baseCurrency\": \"LINKBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.005689900426742532, \"change24h\": -0.13499184339314846, \"changeBod\": -0.08636657333620504, \"quoteVolume24h\": 141917.29745, \"volumeUsd24h\": 141917.29745}, {\"name\": \"LINKBULL/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-06, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.02073, \"bid\": 0.021035, \"ask\": 0.0213, \"price\": 0.021035, \"type\": \"spot\", \"baseCurrency\": \"LINKBULL\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0007136060894386299, \"change24h\": -0.13436213991769547, \"changeBod\": -0.0995291095890411, \"quoteVolume24h\": 131315.8291, \"volumeUsd24h\": 131336.1856798271}, {\"name\": \"LINKHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 15888.0, \"bid\": 15919.0, \"ask\": 15956.0, \"price\": 15919.0, \"type\": \"spot\", \"baseCurrency\": \"LINKHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.00025133521834747095, \"change24h\": -0.024690601641955644, \"changeBod\": -0.014669472641743005, \"quoteVolume24h\": 2998.90792, \"volumeUsd24h\": 2998.90792}, {\"name\": \"LINKHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 13.354, \"bid\": 13.222, \"ask\": 13.278, \"price\": 13.278, \"type\": \"spot\", \"baseCurrency\": \"LINKHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0005269100489273617, \"change24h\": 0.04526489805557742, \"changeBod\": 0.02930232558139535, \"quoteVolume24h\": 29612.87379, \"volumeUsd24h\": 29612.87379}, {\"name\": \"LTCBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-07, \"sizeIncrement\": 100.0, \"minProvideSize\": 100.0, \"last\": 0.0005788, \"bid\": 0.000572, \"ask\": 0.0005794, \"price\": 0.0005788, \"type\": \"spot\", \"baseCurrency\": \"LTCBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0006915629322268327, \"change24h\": 0.11737451737451737, \"changeBod\": 0.12716650438169425, \"quoteVolume24h\": 1226.883315, \"volumeUsd24h\": 1226.883315}, {\"name\": \"LTCBEAR/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-07, \"sizeIncrement\": 100.0, \"minProvideSize\": 100.0, \"last\": 0.0005901, \"bid\": 0.0005717, \"ask\": 0.0005807, \"price\": 0.0005807, \"type\": \"spot\", \"baseCurrency\": \"LTCBEAR\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0034560221185415585, \"change24h\": 0.1253875968992248, \"changeBod\": 0.13108687183482665, \"quoteVolume24h\": 61349.353205, \"volumeUsd24h\": 61358.863581733836}, {\"name\": \"LTCBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-06, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.004121, \"bid\": 0.004069, \"ask\": 0.004115, \"price\": 0.004115, \"type\": \"spot\", \"baseCurrency\": \"LTCBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0024242424242424242, \"change24h\": -0.10562921104107803, \"changeBod\": -0.12091433454390088, \"quoteVolume24h\": 55749.72011, \"volumeUsd24h\": 55749.72011}, {\"name\": \"LTCBULL/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-06, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.003945, \"bid\": 0.004051, \"ask\": 0.004115, \"price\": 0.004051, \"type\": \"spot\", \"baseCurrency\": \"LTCBULL\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.004423691324649791, \"change24h\": -0.12278042442615851, \"changeBod\": -0.1276916451335056, \"quoteVolume24h\": 187869.21501, \"volumeUsd24h\": 187898.33849571086}, {\"name\": \"LTCHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.5, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 10731.5, \"bid\": 10787.5, \"ask\": 10815.0, \"price\": 10787.5, \"type\": \"spot\", \"baseCurrency\": \"LTCHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0005558901190531339, \"change24h\": -0.018559796206159305, \"changeBod\": -0.021142416405789212, \"quoteVolume24h\": 5997.558375, \"volumeUsd24h\": 5997.558375}, {\"name\": \"LTCHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.05, \"sizeIncrement\": 0.0001, \"minProvideSize\": 0.0001, \"last\": 421.55, \"bid\": 419.15, \"ask\": 421.3, \"price\": 421.3, \"type\": \"spot\", \"baseCurrency\": \"LTCHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0014261944378416924, \"change24h\": 0.035644051130776795, \"changeBod\": 0.04346749226006192, \"quoteVolume24h\": 36.624615, \"volumeUsd24h\": 36.624615}, {\"name\": \"MATICBEAR2021/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-07, \"sizeIncrement\": 100.0, \"minProvideSize\": 100.0, \"last\": 0.0003806, \"bid\": 0.0003812, \"ask\": 0.0003837, \"price\": 0.0003812, \"type\": \"spot\", \"baseCurrency\": \"MATICBEAR2021\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.005997392438070404, \"change24h\": 0.11137026239067055, \"changeBod\": 0.06065664997217585, \"quoteVolume24h\": 316323.77965, \"volumeUsd24h\": 316323.77965}, {\"name\": \"MATICBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.04102, \"bid\": 0.04101, \"ask\": 0.04111, \"price\": 0.04102, \"type\": \"spot\", \"baseCurrency\": \"MATICBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0019464720194647203, \"change24h\": -0.1126973826519576, \"changeBod\": -0.05982122392848957, \"quoteVolume24h\": 1768515.00637, \"volumeUsd24h\": 1768515.00637}, {\"name\": \"MATICHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5.0, \"sizeIncrement\": 1e-06, \"minProvideSize\": 1e-06, \"last\": 86375.0, \"bid\": 86925.0, \"ask\": 87230.0, \"price\": 86925.0, \"type\": \"spot\", \"baseCurrency\": \"MATICHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0006907269901571404, \"change24h\": -0.022820527232870553, \"changeBod\": -0.013113079019073569, \"quoteVolume24h\": 10480.0515, \"volumeUsd24h\": 10480.0515}, {\"name\": \"MATICHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.14685, \"bid\": 0.14389, \"ask\": 0.14502, \"price\": 0.14502, \"type\": \"spot\", \"baseCurrency\": \"MATICHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.03971895612274161, \"changeBod\": 0.02698109199065222, \"quoteVolume24h\": 14986.68198, \"volumeUsd24h\": 14986.68198}, {\"name\": \"MIDBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-08, \"sizeIncrement\": 1000.0, \"minProvideSize\": 1000.0, \"last\": 0.0001433, \"bid\": 0.0001474, \"ask\": 0.000149, \"price\": 0.0001474, \"type\": \"spot\", \"baseCurrency\": \"MIDBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.005800068236096895, \"change24h\": 0.0914476119955572, \"changeBod\": 0.033660589060308554, \"quoteVolume24h\": 396.39455, \"volumeUsd24h\": 396.39455}, {\"name\": \"MIDBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.005, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 15.295, \"bid\": 15.16, \"ask\": 15.19, \"price\": 15.19, \"type\": \"spot\", \"baseCurrency\": \"MIDBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0022988505747126436, \"change24h\": -0.08878224355128975, \"changeBod\": -0.03951944356623459, \"quoteVolume24h\": 1378.1174, \"volumeUsd24h\": 1378.1174}, {\"name\": \"MIDHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 16599.0, \"bid\": 16476.0, \"ask\": 16511.0, \"price\": 16511.0, \"type\": \"spot\", \"baseCurrency\": \"MIDHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0010285575992255566, \"change24h\": -0.0125, \"changeBod\": -0.005301524188204109, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"MIDHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.01, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 102.57, \"bid\": 100.88, \"ask\": 101.29, \"price\": 101.29, \"type\": \"spot\", \"baseCurrency\": \"MIDHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0018793273986152325, \"change24h\": 0.028116118554608202, \"changeBod\": 0.01452323717948718, \"quoteVolume24h\": 3.38481, \"volumeUsd24h\": 3.38481}, {\"name\": \"MKRBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 1000.0, \"minProvideSize\": 1000.0, \"last\": 0.00011295, \"bid\": 0.00011245, \"ask\": 0.00011427, \"price\": 0.00011295, \"type\": \"spot\", \"baseCurrency\": \"MKRBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0018626929217668972, \"change24h\": -0.062266500622665005, \"changeBod\": 0.1449569183983781, \"quoteVolume24h\": 32834.81904, \"volumeUsd24h\": 32834.81904}, {\"name\": \"MKRBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0025, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 7.87, \"bid\": 7.8375, \"ask\": 7.975, \"price\": 7.87, \"type\": \"spot\", \"baseCurrency\": \"MKRBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.029593094944512947, \"change24h\": 0.04169424222369292, \"changeBod\": -0.14780725500812128, \"quoteVolume24h\": 63307.497675, \"volumeUsd24h\": 63307.497675}, {\"name\": \"OKBBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 1000000.0, \"minProvideSize\": 1000000.0, \"last\": 1e-07, \"bid\": 1e-07, \"ask\": 2.2e-07, \"price\": 1e-07, \"type\": \"spot\", \"baseCurrency\": \"OKBBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.0, \"changeBod\": 0.0, \"quoteVolume24h\": 12.9, \"volumeUsd24h\": 12.9}, {\"name\": \"OKBBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0025, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 6.82, \"bid\": 6.43, \"ask\": 6.5475, \"price\": 6.5475, \"type\": \"spot\", \"baseCurrency\": \"OKBBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.05655619596541787, \"change24h\": -0.13478691774033696, \"changeBod\": 0.039285714285714285, \"quoteVolume24h\": 3881.80505, \"volumeUsd24h\": 3881.80505}, {\"name\": \"OKBHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 19995.0, \"bid\": 19681.0, \"ask\": 19751.0, \"price\": 19751.0, \"type\": \"spot\", \"baseCurrency\": \"OKBHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.008732747804265998, \"change24h\": -0.028862228341036484, \"changeBod\": 0.004117946110828673, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"OKBHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 15.504, \"bid\": 14.952, \"ask\": 15.113, \"price\": 15.113, \"type\": \"spot\", \"baseCurrency\": \"OKBHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.02197727887476332, \"change24h\": 0.05449344125034887, \"changeBod\": 0.0018561484918793504, \"quoteVolume24h\": 300.30959, \"volumeUsd24h\": 300.30959}, {\"name\": \"PAXGBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 7097.5, \"bid\": 6917.5, \"ask\": 7105.0, \"price\": 7097.5, \"type\": \"spot\", \"baseCurrency\": \"PAXGBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.0038896746817538895, \"changeBod\": 0.0038896746817538895, \"quoteVolume24h\": 1.064625, \"volumeUsd24h\": 1.064625}, {\"name\": \"PAXGBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 5283.0, \"bid\": 5223.0, \"ask\": 5284.0, \"price\": 5283.0, \"type\": \"spot\", \"baseCurrency\": \"PAXGBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.023044151820294345, \"changeBod\": 0.0049457865702872365, \"quoteVolume24h\": 344.956, \"volumeUsd24h\": 344.956}, {\"name\": \"PAXGHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.25, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 5562.0, \"bid\": 5554.25, \"ask\": 5582.0, \"price\": 5562.0, \"type\": \"spot\", \"baseCurrency\": \"PAXGHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.0, \"changeBod\": 0.0, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"PAXGHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.5, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 5218.0, \"bid\": 5176.0, \"ask\": 5224.0, \"price\": 5218.0, \"type\": \"spot\", \"baseCurrency\": \"PAXGHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.0, \"changeBod\": 0.0, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"PRIVBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-06, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.01716, \"bid\": 0.01716, \"ask\": 0.017165, \"price\": 0.01716, \"type\": \"spot\", \"baseCurrency\": \"PRIVBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.008521892447840141, \"changeBod\": 0.0, \"quoteVolume24h\": 3.2604, \"volumeUsd24h\": 3.2604}, {\"name\": \"PRIVBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0005, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 2.123, \"bid\": 2.1285, \"ask\": 2.175, \"price\": 2.1285, \"type\": \"spot\", \"baseCurrency\": \"PRIVBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.008616674429436423, \"change24h\": -0.08530296519123334, \"changeBod\": -0.039485559566787, \"quoteVolume24h\": 49.9264, \"volumeUsd24h\": 49.9264}, {\"name\": \"PRIVHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.5, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 12398.0, \"bid\": 12287.0, \"ask\": 12330.5, \"price\": 12330.5, \"type\": \"spot\", \"baseCurrency\": \"PRIVHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0004863616098569286, \"change24h\": -0.00812452238265696, \"changeBod\": -0.005444426520406517, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"PRIVHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.05, \"sizeIncrement\": 0.0001, \"minProvideSize\": 0.0001, \"last\": 329.0, \"bid\": 332.25, \"ask\": 334.6, \"price\": 332.25, \"type\": \"spot\", \"baseCurrency\": \"PRIVHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0007530120481927711, \"change24h\": 0.015589179275561669, \"changeBod\": 0.009878419452887538, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"SUSHIBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 10000000.0, \"minProvideSize\": 10000000.0, \"last\": 2e-08, \"bid\": 1e-08, \"ask\": 3e-08, \"price\": 2e-08, \"type\": \"spot\", \"baseCurrency\": \"SUSHIBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.0, \"changeBod\": 0.0, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"SUSHIBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 100000.0, \"minProvideSize\": 100000.0, \"last\": 3.5e-07, \"bid\": 3.5e-07, \"ask\": 3.6e-07, \"price\": 3.5e-07, \"type\": \"spot\", \"baseCurrency\": \"SUSHIBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.10256410256410256, \"changeBod\": -0.027777777777777776, \"quoteVolume24h\": 8770.092, \"volumeUsd24h\": 8770.092}, {\"name\": \"SXPBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 10000000.0, \"minProvideSize\": 10000000.0, \"last\": 2e-08, \"bid\": 1e-08, \"ask\": 3e-08, \"price\": 2e-08, \"type\": \"spot\", \"baseCurrency\": \"SXPBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.0, \"changeBod\": 0.0, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"SXPBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-08, \"sizeIncrement\": 1000.0, \"minProvideSize\": 1000.0, \"last\": 0.0001556, \"bid\": 0.0001534, \"ask\": 0.0001557, \"price\": 0.0001556, \"type\": \"spot\", \"baseCurrency\": \"SXPBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0035222542427153377, \"change24h\": 0.08205841446453407, \"changeBod\": 0.10511363636363637, \"quoteVolume24h\": 25138.59985, \"volumeUsd24h\": 25138.59985}, {\"name\": \"SXPHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.5, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 11720.0, \"bid\": 11989.5, \"ask\": 12027.0, \"price\": 11989.5, \"type\": \"spot\", \"baseCurrency\": \"SXPHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0007917326443870323, \"change24h\": 0.011345423871784057, \"changeBod\": 0.015198983911939034, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"SXPHALF/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.5, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 11996.5, \"bid\": 11985.0, \"ask\": 12025.0, \"price\": 11996.5, \"type\": \"spot\", \"baseCurrency\": \"SXPHALF\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.00237006237006237, \"change24h\": 0.009678912595211043, \"changeBod\": 0.014588971583220568, \"quoteVolume24h\": 101.743845, \"volumeUsd24h\": 101.7596173308519}, {\"name\": \"SXPHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.25, \"sizeIncrement\": 0.0001, \"minProvideSize\": 0.0001, \"last\": 41.0, \"bid\": 40.75, \"ask\": 41.25, \"price\": 41.0, \"type\": \"spot\", \"baseCurrency\": \"SXPHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.023809523809523808, \"changeBod\": -0.03529411764705882, \"quoteVolume24h\": 612.995175, \"volumeUsd24h\": 612.995175}, {\"name\": \"THETABEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 10000000.0, \"minProvideSize\": 10000000.0, \"last\": 1e-08, \"bid\": 2e-08, \"ask\": 2e-08, \"price\": 2e-08, \"type\": \"spot\", \"baseCurrency\": \"THETABEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.0, \"changeBod\": 0.0, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"THETABULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0001, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 0.3761, \"bid\": 0.3696, \"ask\": 0.3714, \"price\": 0.3714, \"type\": \"spot\", \"baseCurrency\": \"THETABULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.017534246575342465, \"change24h\": -0.1604882459312839, \"changeBod\": -0.004022526146419952, \"quoteVolume24h\": 174622.27613, \"volumeUsd24h\": 174622.27613}, {\"name\": \"THETAHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 22878.0, \"bid\": 23180.0, \"ask\": 23285.0, \"price\": 23180.0, \"type\": \"spot\", \"baseCurrency\": \"THETAHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0028554123042312017, \"change24h\": -0.027806903493687876, \"changeBod\": -0.005449006736173682, \"quoteVolume24h\": 2626.20458, \"volumeUsd24h\": 2626.20458}, {\"name\": \"THETAHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.0025, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 17.54, \"bid\": 17.03, \"ask\": 17.165, \"price\": 17.165, \"type\": \"spot\", \"baseCurrency\": \"THETAHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.005504055619930475, \"change24h\": 0.06565264628278752, \"changeBod\": 0.0013125273443196734, \"quoteVolume24h\": 2150.47135, \"volumeUsd24h\": 2150.47135}, {\"name\": \"TOMOBEAR2021/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.1, \"minProvideSize\": 0.1, \"last\": 2.988, \"bid\": 2.91, \"ask\": 3.102, \"price\": 2.988, \"type\": \"spot\", \"baseCurrency\": \"TOMOBEAR2021\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.05771050141911069, \"changeBod\": -0.021931260229132568, \"quoteVolume24h\": 2328.2707, \"volumeUsd24h\": 2328.2707}, {\"name\": \"TOMOBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 10000.0, \"minProvideSize\": 10000.0, \"last\": 1.511e-05, \"bid\": 1.502e-05, \"ask\": 1.536e-05, \"price\": 1.511e-05, \"type\": \"spot\", \"baseCurrency\": \"TOMOBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.043670886075949364, \"change24h\": 0.018194070080862535, \"changeBod\": -0.00853018372703412, \"quoteVolume24h\": 5578.3554, \"volumeUsd24h\": 5578.3554}, {\"name\": \"TOMOHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 13407.0, \"bid\": 15332.0, \"ask\": 15401.0, \"price\": 15332.0, \"type\": \"spot\", \"baseCurrency\": \"TOMOHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.003962840252062626, \"change24h\": 0.0049157763649472375, \"changeBod\": -0.0022776078610008458, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"TOMOHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.001, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 10.466, \"bid\": 10.044, \"ask\": 10.164, \"price\": 10.164, \"type\": \"spot\", \"baseCurrency\": \"TOMOHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0066356343468356935, \"change24h\": -0.0021598272138228943, \"changeBod\": 0.0016753720311422095, \"quoteVolume24h\": 9.3177, \"volumeUsd24h\": 9.3177}, {\"name\": \"TRXBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 100000.0, \"minProvideSize\": 100000.0, \"last\": 3.4e-07, \"bid\": 3.3e-07, \"ask\": 3.5e-07, \"price\": 3.4e-07, \"type\": \"spot\", \"baseCurrency\": \"TRXBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.030303030303030304, \"changeBod\": 0.030303030303030304, \"quoteVolume24h\": 2.316, \"volumeUsd24h\": 2.316}, {\"name\": \"TRXBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.03454, \"bid\": 0.03489, \"ask\": 0.03502, \"price\": 0.03489, \"type\": \"spot\", \"baseCurrency\": \"TRXBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.017497812773403325, \"change24h\": -0.060075431034482756, \"changeBod\": -0.03538844346143213, \"quoteVolume24h\": 2631.51167, \"volumeUsd24h\": 2631.51167}, {\"name\": \"TRXHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 16878.0, \"bid\": 16556.0, \"ask\": 16580.0, \"price\": 16580.0, \"type\": \"spot\", \"baseCurrency\": \"TRXHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.002721499848805564, \"change24h\": -0.010090154636097677, \"changeBod\": -0.006531248127509138, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"TRXHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.005, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 66.115, \"bid\": 69.165, \"ask\": 69.345, \"price\": 69.165, \"type\": \"spot\", \"baseCurrency\": \"TRXHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.005249532575866533, \"change24h\": 0.019756726870622927, \"changeBod\": 0.0133323566039118, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"TRYBBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 3819.0, \"bid\": 3879.0, \"ask\": 4178.0, \"price\": 3879.0, \"type\": \"spot\", \"baseCurrency\": \"TRYBBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0025713551041398816, \"change24h\": 0.015710919088766692, \"changeBod\": 0.007009345794392523, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"TRYBBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 0.0001, \"minProvideSize\": 0.0001, \"last\": 2816.0, \"bid\": 2653.0, \"ask\": 2757.0, \"price\": 2757.0, \"type\": \"spot\", \"baseCurrency\": \"TRYBBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.01734317343173432, \"change24h\": -0.02025586353944563, \"changeBod\": -0.00036258158085569254, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"TRYBHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.25, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 5862.0, \"bid\": 5825.25, \"ask\": 5915.75, \"price\": 5862.0, \"type\": \"spot\", \"baseCurrency\": \"TRYBHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.0, \"changeBod\": 0.0, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"TRYBHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.5, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 4797.5, \"bid\": 4911.5, \"ask\": 5055.0, \"price\": 4911.5, \"type\": \"spot\", \"baseCurrency\": \"TRYBHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.0054247697031729785, \"changeBod\": 0.003473286341812238, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"PSRSWAPBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.04587, \"bid\": 0.04495, \"ask\": 0.04696, \"price\": 0.04587, \"type\": \"spot\", \"baseCurrency\": \"PSRSWAPBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.11092274158391863, \"changeBod\": 0.049176578225068615, \"quoteVolume24h\": 7.90614, \"volumeUsd24h\": 7.90614}, {\"name\": \"PSRSWAPBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.005, \"sizeIncrement\": 0.01, \"minProvideSize\": 0.01, \"last\": 12.92, \"bid\": 12.25, \"ask\": 12.84, \"price\": 12.84, \"type\": \"spot\", \"baseCurrency\": \"PSRSWAPBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.005088062622309198, \"change24h\": -0.1024117441454037, \"changeBod\": -0.028009084027252083, \"quoteVolume24h\": 139.00695, \"volumeUsd24h\": 139.00695}, {\"name\": \"USDTBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 3302.0, \"bid\": 3309.0, \"ask\": 3344.0, \"price\": 3309.0, \"type\": \"spot\", \"baseCurrency\": \"USDTBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.0, \"changeBod\": 0.0, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"USDTBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 10237.5, \"bid\": 10120.0, \"ask\": 10225.0, \"price\": 10225.0, \"type\": \"spot\", \"baseCurrency\": \"USDTBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.00024455857177794083, \"change24h\": -0.0004887585532746823, \"changeBod\": 0.0, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"USDTHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.25, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 6158.5, \"bid\": 6154.0, \"ask\": 6166.0, \"price\": 6158.5, \"type\": \"spot\", \"baseCurrency\": \"USDTHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.0, \"changeBod\": 0.0, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"USDTHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.5, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 4202.5, \"bid\": 4200.0, \"ask\": 4214.0, \"price\": 4202.5, \"type\": \"spot\", \"baseCurrency\": \"USDTHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.0, \"changeBod\": 0.0, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"VETBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 10000.0, \"minProvideSize\": 10000.0, \"last\": 5.17e-06, \"bid\": 4.88e-06, \"ask\": 4.96e-06, \"price\": 4.96e-06, \"type\": \"spot\", \"baseCurrency\": \"VETBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.018480492813141684, \"change24h\": 0.16705882352941176, \"changeBod\": 0.12984054669703873, \"quoteVolume24h\": 4818.0526, \"volumeUsd24h\": 4818.0526}, {\"name\": \"VETBEAR/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 10000.0, \"minProvideSize\": 10000.0, \"last\": 4.87e-06, \"bid\": 4.88e-06, \"ask\": 4.95e-06, \"price\": 4.88e-06, \"type\": \"spot\", \"baseCurrency\": \"VETBEAR\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.002053388090349076, \"change24h\": 0.14285714285714285, \"changeBod\": 0.11161731207289294, \"quoteVolume24h\": 781.1596, \"volumeUsd24h\": 781.280695361192}, {\"name\": \"VETBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-06, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.00965, \"bid\": 0.009535, \"ask\": 0.009635, \"price\": 0.009635, \"type\": \"spot\", \"baseCurrency\": \"VETBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.02281947261663286, \"change24h\": -0.14922737306843267, \"changeBod\": -0.12249544626593807, \"quoteVolume24h\": 67073.628525, \"volumeUsd24h\": 67073.628525}, {\"name\": \"VETBULL/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 5e-06, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.009565, \"bid\": 0.009495, \"ask\": 0.009635, \"price\": 0.009565, \"type\": \"spot\", \"baseCurrency\": \"VETBULL\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.02547121752419766, \"change24h\": -0.16426387068588905, \"changeBod\": -0.12368300503893724, \"quoteVolume24h\": 15540.251825, \"volumeUsd24h\": 15542.660874837911}, {\"name\": \"VETHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.5, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 87.0, \"bid\": 85.0, \"ask\": 86.0, \"price\": 86.0, \"type\": \"spot\", \"baseCurrency\": \"VETHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.005847953216374269, \"change24h\": 0.06172839506172839, \"changeBod\": 0.04242424242424243, \"quoteVolume24h\": 5998.58988, \"volumeUsd24h\": 5998.58988}, {\"name\": \"XAUTBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 3250.0, \"bid\": 3200.0, \"ask\": 3316.0, \"price\": 3250.0, \"type\": \"spot\", \"baseCurrency\": \"XAUTBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.03245013396844299, \"changeBod\": -0.031007751937984496, \"quoteVolume24h\": 0.975, \"volumeUsd24h\": 0.975}, {\"name\": \"XAUTBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 2.5, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 7830.0, \"bid\": 7585.0, \"ask\": 7897.5, \"price\": 7830.0, \"type\": \"spot\", \"baseCurrency\": \"XAUTBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.027559055118110236, \"changeBod\": 0.03162055335968379, \"quoteVolume24h\": 1077.737925, \"volumeUsd24h\": 1077.737925}, {\"name\": \"XAUTHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.25, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 6245.75, \"bid\": 6219.5, \"ask\": 6271.0, \"price\": 6245.75, \"type\": \"spot\", \"baseCurrency\": \"XAUTHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.0011220196353436186, \"changeBod\": 0.0, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"XAUTHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.5, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 4425.0, \"bid\": 4322.5, \"ask\": 4409.0, \"price\": 4409.0, \"type\": \"spot\", \"baseCurrency\": \"XAUTHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0032779473267774387, \"change24h\": -0.003615819209039548, \"changeBod\": -0.003615819209039548, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"XLMBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.03911, \"bid\": 0.03827, \"ask\": 0.03878, \"price\": 0.03878, \"type\": \"spot\", \"baseCurrency\": \"XLMBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0010303967027305513, \"change24h\": 0.13857897827363477, \"changeBod\": 0.0694980694980695, \"quoteVolume24h\": 1099.04469, \"volumeUsd24h\": 1099.04469}, {\"name\": \"XLMBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-05, \"sizeIncrement\": 1.0, \"minProvideSize\": 1.0, \"last\": 0.04227, \"bid\": 0.04185, \"ask\": 0.0424, \"price\": 0.04227, \"type\": \"spot\", \"baseCurrency\": \"XLMBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0040380047505938245, \"change24h\": -0.13593622240392478, \"changeBod\": -0.0577351761034329, \"quoteVolume24h\": 12190.02681, \"volumeUsd24h\": 12190.02681}, {\"name\": \"XRPBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 1000000.0, \"minProvideSize\": 1000000.0, \"last\": 7e-08, \"bid\": 7e-08, \"ask\": 1e-07, \"price\": 7e-08, \"type\": \"spot\", \"baseCurrency\": \"XRPBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.125, \"changeBod\": -0.125, \"quoteVolume24h\": 0.7, \"volumeUsd24h\": 0.7}, {\"name\": \"XRPBEAR/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 1000000.0, \"minProvideSize\": 1000000.0, \"last\": 7e-08, \"bid\": 5e-08, \"ask\": 1.5e-07, \"price\": 7e-08, \"type\": \"spot\", \"baseCurrency\": \"XRPBEAR\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": 0.0, \"changeBod\": 0.0, \"quoteVolume24h\": 0.0, \"volumeUsd24h\": 0.0}, {\"name\": \"XRPBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-07, \"sizeIncrement\": 100.0, \"minProvideSize\": 100.0, \"last\": 0.0005143, \"bid\": 0.0005082, \"ask\": 0.0005108, \"price\": 0.0005108, \"type\": \"spot\", \"baseCurrency\": \"XRPBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.005907837731390311, \"change24h\": -0.0995152049360952, \"changeBod\": -0.03758831841733396, \"quoteVolume24h\": 181758.60691, \"volumeUsd24h\": 181758.60691}, {\"name\": \"XRPBULL/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-07, \"sizeIncrement\": 100.0, \"minProvideSize\": 100.0, \"last\": 0.0005097, \"bid\": 0.0005057, \"ask\": 0.0005138, \"price\": 0.0005097, \"type\": \"spot\", \"baseCurrency\": \"XRPBULL\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0037416305632138637, \"change24h\": -0.08819320214669052, \"changeBod\": -0.045058548009367684, \"quoteVolume24h\": 18178.21275, \"volumeUsd24h\": 18181.030736540506}, {\"name\": \"XRPHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1.0, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 15838.0, \"bid\": 15837.0, \"ask\": 15874.0, \"price\": 15838.0, \"type\": \"spot\", \"baseCurrency\": \"XRPHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0, \"change24h\": -0.016517635370094385, \"changeBod\": -0.006087229369312833, \"quoteVolume24h\": 1497.95804, \"volumeUsd24h\": 1497.95804}, {\"name\": \"XRPHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.005, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 47.73, \"bid\": 47.24, \"ask\": 47.555, \"price\": 47.555, \"type\": \"spot\", \"baseCurrency\": \"XRPHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.00010513036164844407, \"change24h\": 0.0357181748883807, \"changeBod\": 0.01515636674138115, \"quoteVolume24h\": 214.422595, \"volumeUsd24h\": 214.422595}, {\"name\": \"XTZBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 100000.0, \"minProvideSize\": 100000.0, \"last\": 6.3e-07, \"bid\": 6.2e-07, \"ask\": 6.4e-07, \"price\": 6.3e-07, \"type\": \"spot\", \"baseCurrency\": \"XTZBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.015625, \"change24h\": 0.14545454545454545, \"changeBod\": 0.06779661016949153, \"quoteVolume24h\": 933.572, \"volumeUsd24h\": 933.572}, {\"name\": \"XTZBEAR/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-08, \"sizeIncrement\": 100000.0, \"minProvideSize\": 100000.0, \"last\": 6e-07, \"bid\": 6.1e-07, \"ask\": 6.4e-07, \"price\": 6.1e-07, \"type\": \"spot\", \"baseCurrency\": \"XTZBEAR\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.031746031746031744, \"change24h\": 0.10909090909090909, \"changeBod\": 0.03389830508474576, \"quoteVolume24h\": 206.896, \"volumeUsd24h\": 206.92807301792}, {\"name\": \"XTZBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-06, \"sizeIncrement\": 100.0, \"minProvideSize\": 100.0, \"last\": 0.002506, \"bid\": 0.002479, \"ask\": 0.002534, \"price\": 0.002506, \"type\": \"spot\", \"baseCurrency\": \"XTZBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.007639726578206675, \"change24h\": -0.13377117179398548, \"changeBod\": -0.072881982981872, \"quoteVolume24h\": 27671.2725, \"volumeUsd24h\": 27671.2725}, {\"name\": \"XTZBULL/USDT\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-06, \"sizeIncrement\": 100.0, \"minProvideSize\": 100.0, \"last\": 0.002517, \"bid\": 0.002478, \"ask\": 0.002533, \"price\": 0.002517, \"type\": \"spot\", \"baseCurrency\": \"XTZBULL\", \"quoteCurrency\": \"USDT\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.028606456885982835, \"change24h\": -0.12085225288159274, \"changeBod\": -0.07937088514996342, \"quoteVolume24h\": 66928.5694, \"volumeUsd24h\": 66938.94466682839}, {\"name\": \"XTZHALF/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.5, \"sizeIncrement\": 1e-05, \"minProvideSize\": 1e-05, \"last\": 8573.5, \"bid\": 8624.5, \"ask\": 8657.5, \"price\": 8624.5, \"type\": \"spot\", \"baseCurrency\": \"XTZHALF\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.0018004413985364153, \"change24h\": -0.022830274189893498, \"changeBod\": -0.01191499112104027, \"quoteVolume24h\": 1497.79045, \"volumeUsd24h\": 1497.79045}, {\"name\": \"XTZHEDGE/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 0.005, \"sizeIncrement\": 0.001, \"minProvideSize\": 0.001, \"last\": 64.015, \"bid\": 63.495, \"ask\": 63.955, \"price\": 63.955, \"type\": \"spot\", \"baseCurrency\": \"XTZHEDGE\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.0035833917581989563, \"change24h\": 0.05293052354297004, \"changeBod\": 0.024017292450564408, \"quoteVolume24h\": 14670.751075, \"volumeUsd24h\": 14670.751075}, {\"name\": \"ZECBEAR/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-05, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.03414, \"bid\": 0.03393, \"ask\": 0.03414, \"price\": 0.03414, \"type\": \"spot\", \"baseCurrency\": \"ZECBEAR\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": -0.010721529991306867, \"change24h\": 0.0838095238095238, \"changeBod\": 0.14448541736506873, \"quoteVolume24h\": 72597.36202, \"volumeUsd24h\": 72597.36202}, {\"name\": \"ZECBULL/USD\", \"enabled\": true, \"postOnly\": false, \"priceIncrement\": 1e-05, \"sizeIncrement\": 10.0, \"minProvideSize\": 10.0, \"last\": 0.02428, \"bid\": 0.02425, \"ask\": 0.02436, \"price\": 0.02428, \"type\": \"spot\", \"baseCurrency\": \"ZECBULL\", \"quoteCurrency\": \"USD\", \"underlying\": null, \"restricted\": false, \"highLeverageFeeExempt\": true, \"largeOrderThreshold\": 500.0, \"change1h\": 0.011666666666666667, \"change24h\": -0.10669610007358352, \"changeBod\": -0.1504548635409377, \"quoteVolume24h\": 613725.94025, \"volumeUsd24h\": 613725.94025}]"}],"_postman_id":"938d3212-72ff-46f2-9690-18a718e540f3"},{"name":"DEX: Get DEX Orderbook","id":"da37a634-43e3-4e88-842d-a48a79ebe5e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/dex/orderbook?market=btc/usdt","description":"<p>Gets the real-time orderbook depth (asks/bids) for a given market.</p>\n<p>Note: Use the \"<strong>Get DEX Markets</strong>\" end-point for an overview of all available markets.</p>\n","urlObject":{"protocol":"https","path":["api","v1","dex","orderbook"],"host":["api","paysr","co"],"query":[{"key":"market","value":"btc/usdt"}],"variable":[]}},"response":[{"id":"14e3fe87-58f4-4c95-b10e-fef1f9877f12","name":"DEX: Get DEX Orderbook - SUCCESS","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.paysr.co/api/v1/markets/orderbook?market=btc/usdt","protocol":"https","host":["api","paysr","co"],"path":["api","v1","markets","orderbook"],"query":[{"key":"market","value":"btc/usdt"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Fri, 04 Mar 2022 11:25:06 GMT"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"966"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\"asks\":[[\"41670.0\",0.5964],[\"41671.0\",0.04],[\"41676.0\",0.7561],[\"41677.0\",1.8394],[\"41679.0\",0.9184],[\"41680.0\",1.0972],[\"41681.0\",0.938],[\"41682.0\",0.0898],[\"41684.0\",0.2764],[\"41686.0\",0.3227],[\"41688.0\",0.0496],[\"41689.0\",0.15],[\"41691.0\",0.1411],[\"41694.0\",0.022],[\"41697.0\",0.0501],[\"41698.0\",0.24],[\"41699.0\",0.6142],[\"41700.0\",0.0002],[\"41701.0\",0.0146],[\"41702.0\",0.0001],[\"41703.0\",0.6016],[\"41704.0\",0.0168],[\"41705.0\",0.063],[\"41707.0\",0.0001],[\"41709.0\",0.3469],[\"41711.0\",0.2753],[\"41712.0\",0.0112],[\"41714.0\",0.002],[\"41715.0\",0.8604],[\"41716.0\",0.0006],[\"41718.0\",0.15],[\"41720.0\",0.1],[\"41722.0\",0.5572],[\"41723.0\",0.0001],[\"41725.0\",0.0006],[\"41726.0\",11.9824],[\"41728.0\",0.0001],[\"41729.0\",0.147],[\"41730.0\",0.0003],[\"41732.0\",0.3559],[\"41733.0\",0.0069],[\"41734.0\",0.0003],[\"41739.0\",0.0005],[\"41744.0\",0.0001],[\"41745.0\",0.0003],[\"41747.0\",0.0091],[\"41748.0\",15.6334],[\"41750.0\",0.1303],[\"41755.0\",0.6653],[\"41756.0\",0.5],[\"41757.0\",0.0087],[\"41758.0\",0.0001],[\"41762.0\",0.0194],[\"41765.0\",0.0021],[\"41777.0\",0.0006],[\"41780.0\",0.0001],[\"41781.0\",0.0073],[\"41782.0\",12.9076],[\"41783.0\",0.0004],[\"41785.0\",0.0007],[\"41786.0\",0.0001],[\"41787.0\",24.8625],[\"41794.0\",0.002],[\"41796.0\",0.0057],[\"41798.0\",0.0004],[\"41800.0\",0.1491],[\"41802.0\",0.145],[\"41803.0\",0.0002],[\"41805.0\",21.9773],[\"41808.0\",0.63],[\"41810.0\",0.0072],[\"41811.0\",0.0001],[\"41813.0\",0.0007],[\"41815.0\",0.2],[\"41816.0\",0.002],[\"41818.0\",0.0008],[\"41819.0\",0.0005],[\"41820.0\",0.0002],[\"41821.0\",0.0004],[\"41824.0\",0.0004],[\"41825.0\",0.0005],[\"41826.0\",0.0001],[\"41828.0\",0.0075],[\"41829.0\",2.44],[\"41830.0\",0.0072],[\"41832.0\",0.0023],[\"41833.0\",0.0004],[\"41835.0\",0.0003],[\"41836.0\",9.339],[\"41840.0\",0.1178],[\"41842.0\",0.0003],[\"41843.0\",0.019],[\"41844.0\",0.0009],[\"41845.0\",31.9675],[\"41846.0\",0.0021],[\"41847.0\",0.0002],[\"41848.0\",0.0002],[\"41850.0\",0.1361],[\"41852.0\",0.0076],[\"41854.0\",0.0022]],\"bids\":[[\"41449.0\",0.0004],[\"41450.0\",0.1471],[\"41451.0\",0.0029],[\"41454.0\",0.0004],[\"41458.0\",0.0006],[\"41459.0\",0.0023],[\"41460.0\",0.0005],[\"41461.0\",28.1272],[\"41464.0\",9.4007],[\"41466.0\",0.0007],[\"41467.0\",0.001],[\"41471.0\",0.007],[\"41472.0\",0.001],[\"41473.0\",0.005],[\"41474.0\",0.0001],[\"41477.0\",0.0009],[\"41478.0\",0.0275],[\"41480.0\",0.0146],[\"41487.0\",0.0003],[\"41488.0\",0.0004],[\"41491.0\",0.7104],[\"41492.0\",0.0104],[\"41495.0\",0.0069],[\"41496.0\",0.0004],[\"41498.0\",0.0001],[\"41499.0\",0.0001],[\"41500.0\",0.1549],[\"41502.0\",17.0633],[\"41505.0\",0.0003],[\"41508.0\",0.0027],[\"41509.0\",0.0006],[\"41510.0\",0.002],[\"41511.0\",0.0001],[\"41513.0\",0.0001],[\"41515.0\",13.4912],[\"41518.0\",0.002],[\"41519.0\",0.0069],[\"41520.0\",0.003],[\"41521.0\",0.0007],[\"41522.0\",0.0001],[\"41528.0\",0.0006],[\"41529.0\",0.0013],[\"41530.0\",0.0003],[\"41533.0\",0.0025],[\"41534.0\",0.0001],[\"41535.0\",0.0003],[\"41537.0\",0.0004],[\"41538.0\",0.5],[\"41541.0\",0.5572],[\"41543.0\",0.0069],[\"41544.0\",0.0006],[\"41545.0\",0.2161],[\"41549.0\",0.0502],[\"41550.0\",0.1476],[\"41551.0\",0.0007],[\"41555.0\",0.0001],[\"41560.0\",0.194],[\"41561.0\",0.002],[\"41562.0\",0.0045],[\"41566.0\",0.0011],[\"41567.0\",0.0069],[\"41572.0\",0.0194],[\"41575.0\",0.25],[\"41576.0\",0.3201],[\"41579.0\",0.0004],[\"41581.0\",0.0169],[\"41583.0\",0.3234],[\"41584.0\",0.0502],[\"41587.0\",0.222],[\"41590.0\",0.2169],[\"41597.0\",0.0001],[\"41600.0\",0.1482],[\"41603.0\",12.4863],[\"41606.0\",0.1879],[\"41607.0\",0.1813],[\"41611.0\",0.002],[\"41612.0\",0.221],[\"41614.0\",7.9547],[\"41616.0\",0.1],[\"41618.0\",0.2],[\"41620.0\",0.15],[\"41623.0\",0.2271],[\"41624.0\",0.5271],[\"41631.0\",0.1],[\"41633.0\",0.0898],[\"41635.0\",0.1626],[\"41636.0\",3.0951],[\"41637.0\",0.147],[\"41638.0\",0.6085],[\"41639.0\",0.2603],[\"41640.0\",0.2546],[\"41641.0\",0.15],[\"41642.0\",0.24],[\"41647.0\",0.5029],[\"41651.0\",0.3599],[\"41652.0\",1.9486],[\"41653.0\",0.0362],[\"41657.0\",1.1774],[\"41659.0\",0.12],[\"41669.0\",0.21]]}\n"}],"_postman_id":"da37a634-43e3-4e88-842d-a48a79ebe5e0"},{"name":"DEX: Get DEX Trades","id":"3074c0f4-fc4c-4265-89c8-8a8a7a39a3d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/dex/trades?market=btc/usdt","description":"<p>Returns a list of executed Trades of the last 10 minutes for a given market.</p>\n<p>Note: Use the \"<strong>Get DEX Markets</strong>\" end-point for an overview of all available markets.</p>\n","urlObject":{"protocol":"https","path":["api","v1","dex","trades"],"host":["api","paysr","co"],"query":[{"key":"market","value":"btc/usdt"}],"variable":[]}},"response":[{"id":"e4055328-3b19-45e5-8ee4-272a180ec678","name":"DEX: Get DEX Trades - SUCCESS","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.paysr.co/api/v1/markets/trades?market=btc/usdt","protocol":"https","host":["api","paysr","co"],"path":["api","v1","markets","trades"],"query":[{"key":"market","value":"btc/usdt"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Fri, 04 Mar 2022 11:21:43 GMT"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"1530"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[{\"id\": 3462724620, \"price\": 41643.0, \"size\": 0.0022, \"side\": \"sell\", \"liquidation\": false, \"time\": \"2022-03-04T11:12:00.083636+00:00\"}, {\"id\": 3462725237, \"price\": 41658.0, \"size\": 0.0474, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:12:16.524160+00:00\"}, {\"id\": 3462725572, \"price\": 41658.0, \"size\": 0.0056, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:12:27.777297+00:00\"}, {\"id\": 3462726151, \"price\": 41648.0, \"size\": 0.0056, \"side\": \"sell\", \"liquidation\": false, \"time\": \"2022-03-04T11:12:47.652410+00:00\"}, {\"id\": 3462726502, \"price\": 41643.0, \"size\": 0.1853, \"side\": \"sell\", \"liquidation\": false, \"time\": \"2022-03-04T11:12:59.324791+00:00\"}, {\"id\": 3462726503, \"price\": 41642.0, \"size\": 0.0373, \"side\": \"sell\", \"liquidation\": false, \"time\": \"2022-03-04T11:12:59.324791+00:00\"}, {\"id\": 3462726504, \"price\": 41639.0, \"size\": 0.0001, \"side\": \"sell\", \"liquidation\": false, \"time\": \"2022-03-04T11:12:59.324791+00:00\"}, {\"id\": 3462726505, \"price\": 41638.0, \"size\": 0.0069, \"side\": \"sell\", \"liquidation\": false, \"time\": \"2022-03-04T11:12:59.324791+00:00\"}, {\"id\": 3462726506, \"price\": 41638.0, \"size\": 0.0101, \"side\": \"sell\", \"liquidation\": false, \"time\": \"2022-03-04T11:12:59.324791+00:00\"}, {\"id\": 3462726574, \"price\": 41640.0, \"size\": 0.0221, \"side\": \"sell\", \"liquidation\": false, \"time\": \"2022-03-04T11:12:59.988305+00:00\"}, {\"id\": 3462728405, \"price\": 41650.0, \"size\": 0.1558, \"side\": \"sell\", \"liquidation\": false, \"time\": \"2022-03-04T11:13:49.909142+00:00\"}, {\"id\": 3462728490, \"price\": 41644.0, \"size\": 0.0056, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:13:50.235329+00:00\"}, {\"id\": 3462729028, \"price\": 41643.0, \"size\": 0.0056, \"side\": \"sell\", \"liquidation\": false, \"time\": \"2022-03-04T11:14:08.064284+00:00\"}, {\"id\": 3462729780, \"price\": 41647.0, \"size\": 0.0001, \"side\": \"sell\", \"liquidation\": false, \"time\": \"2022-03-04T11:14:24.083179+00:00\"}, {\"id\": 3462729781, \"price\": 41647.0, \"size\": 0.0012, \"side\": \"sell\", \"liquidation\": false, \"time\": \"2022-03-04T11:14:24.083179+00:00\"}, {\"id\": 3462730591, \"price\": 41635.0, \"size\": 0.0005, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:14:48.180949+00:00\"}, {\"id\": 3462731313, \"price\": 41640.0, \"size\": 0.0056, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:15:08.369062+00:00\"}, {\"id\": 3462731371, \"price\": 41639.0, \"size\": 0.021, \"side\": \"sell\", \"liquidation\": false, \"time\": \"2022-03-04T11:15:09.161476+00:00\"}, {\"id\": 3462732263, \"price\": 41651.0, \"size\": 0.0056, \"side\": \"sell\", \"liquidation\": false, \"time\": \"2022-03-04T11:15:28.685645+00:00\"}, {\"id\": 3462732810, \"price\": 41634.0, \"size\": 0.0272, \"side\": \"sell\", \"liquidation\": false, \"time\": \"2022-03-04T11:15:43.023109+00:00\"}, {\"id\": 3462732811, \"price\": 41633.0, \"size\": 0.1218, \"side\": \"sell\", \"liquidation\": false, \"time\": \"2022-03-04T11:15:43.023109+00:00\"}, {\"id\": 3462733083, \"price\": 41632.0, \"size\": 0.32, \"side\": \"sell\", \"liquidation\": false, \"time\": \"2022-03-04T11:15:48.194688+00:00\"}, {\"id\": 3462733142, \"price\": 41630.0, \"size\": 0.0006, \"side\": \"sell\", \"liquidation\": false, \"time\": \"2022-03-04T11:15:48.340553+00:00\"}, {\"id\": 3462733302, \"price\": 41625.0, \"size\": 0.013, \"side\": \"sell\", \"liquidation\": false, \"time\": \"2022-03-04T11:15:51.638010+00:00\"}, {\"id\": 3462733860, \"price\": 41632.0, \"size\": 0.0501, \"side\": \"sell\", \"liquidation\": false, \"time\": \"2022-03-04T11:16:04.569391+00:00\"}, {\"id\": 3462735438, \"price\": 41639.0, \"size\": 0.0056, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:16:52.508033+00:00\"}, {\"id\": 3462735536, \"price\": 41638.0, \"size\": 0.0977, \"side\": \"sell\", \"liquidation\": false, \"time\": \"2022-03-04T11:16:54.383496+00:00\"}, {\"id\": 3462737491, \"price\": 41628.0, \"size\": 0.0002, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:17:39.768238+00:00\"}, {\"id\": 3462737674, \"price\": 41618.0, \"size\": 0.0001, \"side\": \"sell\", \"liquidation\": false, \"time\": \"2022-03-04T11:17:45.970835+00:00\"}, {\"id\": 3462737675, \"price\": 41618.0, \"size\": 0.0051, \"side\": \"sell\", \"liquidation\": false, \"time\": \"2022-03-04T11:17:45.970835+00:00\"}, {\"id\": 3462738510, \"price\": 41622.0, \"size\": 0.0005, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:18:07.861861+00:00\"}, {\"id\": 3462738685, \"price\": 41630.0, \"size\": 0.0056, \"side\": \"sell\", \"liquidation\": false, \"time\": \"2022-03-04T11:18:10.338508+00:00\"}, {\"id\": 3462739128, \"price\": 41618.0, \"size\": 0.0246, \"side\": \"sell\", \"liquidation\": false, \"time\": \"2022-03-04T11:18:21.700693+00:00\"}, {\"id\": 3462739416, \"price\": 41630.0, \"size\": 0.2, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:18:30.304059+00:00\"}, {\"id\": 3462739631, \"price\": 41639.0, \"size\": 0.0001, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:18:34.238104+00:00\"}, {\"id\": 3462739632, \"price\": 41639.0, \"size\": 0.002, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:18:34.238104+00:00\"}, {\"id\": 3462739660, \"price\": 41644.0, \"size\": 0.0005, \"side\": \"sell\", \"liquidation\": false, \"time\": \"2022-03-04T11:18:34.810330+00:00\"}, {\"id\": 3462740203, \"price\": 41650.0, \"size\": 0.0852, \"side\": \"sell\", \"liquidation\": false, \"time\": \"2022-03-04T11:18:45.724313+00:00\"}, {\"id\": 3462740204, \"price\": 41650.0, \"size\": 0.0699, \"side\": \"sell\", \"liquidation\": false, \"time\": \"2022-03-04T11:18:45.724959+00:00\"}, {\"id\": 3462740851, \"price\": 41640.0, \"size\": 0.0002, \"side\": \"sell\", \"liquidation\": false, \"time\": \"2022-03-04T11:19:01.654439+00:00\"}, {\"id\": 3462740922, \"price\": 41641.0, \"size\": 0.0151, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:19:03.791277+00:00\"}, {\"id\": 3462741315, \"price\": 41643.0, \"size\": 0.21, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:19:16.399362+00:00\"}, {\"id\": 3462741316, \"price\": 41643.0, \"size\": 0.0257, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:19:16.399362+00:00\"}, {\"id\": 3462741687, \"price\": 41637.0, \"size\": 0.0002, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:19:26.471765+00:00\"}, {\"id\": 3462741736, \"price\": 41636.0, \"size\": 0.2, \"side\": \"sell\", \"liquidation\": false, \"time\": \"2022-03-04T11:19:28.302614+00:00\"}, {\"id\": 3462741843, \"price\": 41638.0, \"size\": 0.0004, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:19:31.046480+00:00\"}, {\"id\": 3462742069, \"price\": 41629.0, \"size\": 0.0006, \"side\": \"sell\", \"liquidation\": false, \"time\": \"2022-03-04T11:19:39.760331+00:00\"}, {\"id\": 3462742336, \"price\": 41630.0, \"size\": 0.0052, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:19:49.182813+00:00\"}, {\"id\": 3462742367, \"price\": 41629.0, \"size\": 0.0005, \"side\": \"sell\", \"liquidation\": false, \"time\": \"2022-03-04T11:19:50.030973+00:00\"}, {\"id\": 3462742526, \"price\": 41640.0, \"size\": 0.0001, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:19:56.484340+00:00\"}, {\"id\": 3462742534, \"price\": 41638.0, \"size\": 0.0001, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:19:56.634569+00:00\"}, {\"id\": 3462742558, \"price\": 41637.0, \"size\": 0.0001, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:19:56.785421+00:00\"}, {\"id\": 3462742581, \"price\": 41635.0, \"size\": 0.0001, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:19:56.915464+00:00\"}, {\"id\": 3462742586, \"price\": 41635.0, \"size\": 0.0001, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:19:56.994845+00:00\"}, {\"id\": 3462742630, \"price\": 41638.0, \"size\": 0.0001, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:19:58.028175+00:00\"}, {\"id\": 3462742631, \"price\": 41638.0, \"size\": 0.0001, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:19:58.033335+00:00\"}, {\"id\": 3462742632, \"price\": 41638.0, \"size\": 0.0001, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:19:58.033856+00:00\"}, {\"id\": 3462742633, \"price\": 41638.0, \"size\": 0.0001, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:19:58.034217+00:00\"}, {\"id\": 3462742634, \"price\": 41638.0, \"size\": 0.0001, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:19:58.034555+00:00\"}, {\"id\": 3462742639, \"price\": 41638.0, \"size\": 0.0001, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:19:58.172476+00:00\"}, {\"id\": 3462742642, \"price\": 41638.0, \"size\": 0.0001, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:19:58.254610+00:00\"}, {\"id\": 3462742645, \"price\": 41638.0, \"size\": 0.0001, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:19:58.351501+00:00\"}, {\"id\": 3462742657, \"price\": 41638.0, \"size\": 0.0001, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:19:58.457149+00:00\"}, {\"id\": 3462742659, \"price\": 41638.0, \"size\": 0.0001, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:19:58.555927+00:00\"}, {\"id\": 3462742667, \"price\": 41638.0, \"size\": 0.0001, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:19:58.756044+00:00\"}, {\"id\": 3462742670, \"price\": 41638.0, \"size\": 0.0001, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:19:58.956819+00:00\"}, {\"id\": 3462742679, \"price\": 41638.0, \"size\": 0.0001, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:19:59.336136+00:00\"}, {\"id\": 3462742683, \"price\": 41638.0, \"size\": 0.0001, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:19:59.471137+00:00\"}, {\"id\": 3462742687, \"price\": 41638.0, \"size\": 0.0001, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:19:59.586091+00:00\"}, {\"id\": 3462742692, \"price\": 41638.0, \"size\": 0.0001, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:19:59.710486+00:00\"}, {\"id\": 3462742696, \"price\": 41638.0, \"size\": 0.0001, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:19:59.861587+00:00\"}, {\"id\": 3462742699, \"price\": 41638.0, \"size\": 0.0001, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:19:59.966862+00:00\"}, {\"id\": 3462742704, \"price\": 41638.0, \"size\": 0.0001, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:20:00.124430+00:00\"}, {\"id\": 3462742707, \"price\": 41638.0, \"size\": 0.0001, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:20:00.202044+00:00\"}, {\"id\": 3462742708, \"price\": 41638.0, \"size\": 0.0001, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:20:00.329596+00:00\"}, {\"id\": 3462742713, \"price\": 41638.0, \"size\": 0.0001, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:20:00.446915+00:00\"}, {\"id\": 3462743106, \"price\": 41644.0, \"size\": 0.0001, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:20:12.384697+00:00\"}, {\"id\": 3462743113, \"price\": 41643.0, \"size\": 0.0936, \"side\": \"sell\", \"liquidation\": false, \"time\": \"2022-03-04T11:20:12.438680+00:00\"}, {\"id\": 3462743493, \"price\": 41641.0, \"size\": 0.0036, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:20:23.158524+00:00\"}, {\"id\": 3462743602, \"price\": 41641.0, \"size\": 0.1964, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:20:25.858323+00:00\"}, {\"id\": 3462743603, \"price\": 41643.0, \"size\": 0.0374, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:20:25.858323+00:00\"}, {\"id\": 3462744362, \"price\": 41636.0, \"size\": 0.0124, \"side\": \"sell\", \"liquidation\": false, \"time\": \"2022-03-04T11:20:43.450732+00:00\"}, {\"id\": 3462744448, \"price\": 41637.0, \"size\": 0.0261, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:20:45.061046+00:00\"}, {\"id\": 3462744485, \"price\": 41637.0, \"size\": 0.0235, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:20:45.191393+00:00\"}, {\"id\": 3462744715, \"price\": 41645.0, \"size\": 0.0204, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:20:50.781770+00:00\"}, {\"id\": 3462744835, \"price\": 41638.0, \"size\": 0.013, \"side\": \"sell\", \"liquidation\": false, \"time\": \"2022-03-04T11:20:54.406473+00:00\"}, {\"id\": 3462745910, \"price\": 41638.0, \"size\": 0.038, \"side\": \"sell\", \"liquidation\": false, \"time\": \"2022-03-04T11:21:09.660765+00:00\"}, {\"id\": 3462746248, \"price\": 41632.0, \"size\": 0.0552, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:21:11.865076+00:00\"}, {\"id\": 3462746341, \"price\": 41631.0, \"size\": 0.0028, \"side\": \"sell\", \"liquidation\": false, \"time\": \"2022-03-04T11:21:12.784739+00:00\"}, {\"id\": 3462746738, \"price\": 41632.0, \"size\": 0.0001, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:21:21.080270+00:00\"}, {\"id\": 3462746745, \"price\": 41632.0, \"size\": 0.0001, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:21:21.205937+00:00\"}, {\"id\": 3462746750, \"price\": 41632.0, \"size\": 0.0001, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:21:21.308251+00:00\"}, {\"id\": 3462746754, \"price\": 41632.0, \"size\": 0.0001, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:21:21.455087+00:00\"}, {\"id\": 3462746755, \"price\": 41632.0, \"size\": 0.0001, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:21:21.557010+00:00\"}, {\"id\": 3462746758, \"price\": 41632.0, \"size\": 0.0001, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:21:21.680911+00:00\"}, {\"id\": 3462746760, \"price\": 41632.0, \"size\": 0.0001, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:21:21.780710+00:00\"}, {\"id\": 3462746762, \"price\": 41632.0, \"size\": 0.0001, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:21:21.907479+00:00\"}, {\"id\": 3462746764, \"price\": 41632.0, \"size\": 0.0001, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:21:22.011100+00:00\"}, {\"id\": 3462746770, \"price\": 41632.0, \"size\": 0.0001, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:21:22.092532+00:00\"}, {\"id\": 3462746776, \"price\": 41632.0, \"size\": 0.0001, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:21:22.190191+00:00\"}, {\"id\": 3462746779, \"price\": 41632.0, \"size\": 0.0001, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:21:22.292008+00:00\"}, {\"id\": 3462746782, \"price\": 41632.0, \"size\": 0.0001, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:21:22.397057+00:00\"}, {\"id\": 3462746788, \"price\": 41632.0, \"size\": 0.0001, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:21:22.517762+00:00\"}, {\"id\": 3462746790, \"price\": 41632.0, \"size\": 0.0001, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:21:22.642307+00:00\"}, {\"id\": 3462746804, \"price\": 41632.0, \"size\": 0.0001, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:21:23.096844+00:00\"}, {\"id\": 3462746827, \"price\": 41632.0, \"size\": 0.0001, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:21:23.312944+00:00\"}, {\"id\": 3462746834, \"price\": 41632.0, \"size\": 0.0001, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:21:23.444262+00:00\"}, {\"id\": 3462746840, \"price\": 41632.0, \"size\": 0.0001, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:21:23.550319+00:00\"}, {\"id\": 3462746853, \"price\": 41632.0, \"size\": 0.0001, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:21:23.649944+00:00\"}, {\"id\": 3462746864, \"price\": 41632.0, \"size\": 0.0001, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:21:23.755578+00:00\"}, {\"id\": 3462746868, \"price\": 41632.0, \"size\": 0.0001, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:21:23.858049+00:00\"}, {\"id\": 3462746869, \"price\": 41632.0, \"size\": 0.0001, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:21:23.969413+00:00\"}, {\"id\": 3462746872, \"price\": 41632.0, \"size\": 0.0001, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:21:24.051096+00:00\"}, {\"id\": 3462746874, \"price\": 41632.0, \"size\": 0.0001, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:21:24.159554+00:00\"}, {\"id\": 3462746894, \"price\": 41632.0, \"size\": 0.0001, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:21:24.551556+00:00\"}, {\"id\": 3462746898, \"price\": 41632.0, \"size\": 0.0001, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:21:24.653535+00:00\"}, {\"id\": 3462746921, \"price\": 41631.0, \"size\": 0.0003, \"side\": \"sell\", \"liquidation\": false, \"time\": \"2022-03-04T11:21:25.327660+00:00\"}, {\"id\": 3462746977, \"price\": 41628.0, \"size\": 0.0009, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:21:28.168368+00:00\"}, {\"id\": 3462747098, \"price\": 41623.0, \"size\": 0.0052, \"side\": \"sell\", \"liquidation\": false, \"time\": \"2022-03-04T11:21:29.700900+00:00\"}, {\"id\": 3462747180, \"price\": 41624.0, \"size\": 0.0005, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:21:32.189249+00:00\"}, {\"id\": 3462747316, \"price\": 41625.0, \"size\": 0.0001, \"side\": \"buy\", \"liquidation\": false, \"time\": \"2022-03-04T11:21:37.499102+00:00\"}, {\"id\": 3462747457, \"price\": 41628.0, \"size\": 0.0098, \"side\": \"sell\", \"liquidation\": false, \"time\": \"2022-03-04T11:21:42.296617+00:00\"}]"}],"_postman_id":"3074c0f4-fc4c-4265-89c8-8a8a7a39a3d1"}],"id":"dcf676c1-e2c4-4713-9f05-1dddfd59f968","_postman_id":"dcf676c1-e2c4-4713-9f05-1dddfd59f968","description":""},{"name":"NFT Super Store","item":[{"name":"NFT: Get All NFT Categories","id":"f279c9fb-37f8-436b-8094-bbb868a647af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/nft/categories/all","urlObject":{"protocol":"https","path":["api","v1","nft","categories","all"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[{"id":"c55e35f1-bb48-4401-be22-41c4ef8c407b","name":"NFT: Get All NFT Categories (SUCCESS)","originalRequest":{"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/nft/categories/all"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Werkzeug/2.1.2 Python/3.8.10"},{"key":"Date","value":"Mon, 18 Jul 2022 17:04:14 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1579"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Connection","value":"keep-alive"},{"key":"Connection","value":"close"},{"key":"keep-alive","value":"timeout=5, max=30"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": [\n        {\n            \"category_description\": \"An online community of makers, developers, and traders is pushing the art world into new territory. It all started with CryptoPunks, a set of 10,000 randomly generated punks that proved demand for the digital ownership of non-physical items and collectibles in 2017, and the market has evolved rapidly ever since.\",\n            \"category_icon\": \"fa-fire\",\n            \"category_identifier\": \"ART\",\n            \"category_name\": \"Artwork\",\n            \"category_short_title\": \"Art Collections\",\n            \"sort_order\": 500\n        },\n        {\n            \"category_description\": \"The way we value internet-native items is changing with the development of blockchain technology. Kittens, punks, and memes are now trading digital wallets for cryptocurrencies, and the online collectibles market is taking shape before our eyes.\",\n            \"category_icon\": \"fa-trophy\",\n            \"category_identifier\": \"COLLECTIBLES\",\n            \"category_name\": \"Collectibles\",\n            \"category_short_title\": \"Collectible Items and Rarities\",\n            \"sort_order\": 600\n        },\n        {\n            \"category_description\": \"Music NFTs are changing the way fans connect with their favorite artists. From 3LAU to Imogen Heap, all kinds of creators are innovating on the blockchain, and the appetite for change in an industry that so often underserves independent makers is clear.\",\n            \"category_icon\": \"fa-music\",\n            \"category_identifier\": \"MUSIC\",\n            \"category_name\": \"Music\",\n            \"category_short_title\": \"Special-Edition Music Titles and Albums\",\n            \"sort_order\": 800\n        },\n        {\n            \"category_description\": \"Photographers are taking the NFT world by storm, and we've got a selection of breathtaking collections from a growing and increasingly global community of creators right here.\",\n            \"category_icon\": \"fa-image\",\n            \"category_identifier\": \"PHOTO\",\n            \"category_name\": \"Photography\",\n            \"category_short_title\": \"Unique Photographic Art by Professionals\",\n            \"sort_order\": 800\n        },\n        {\n            \"category_description\": \"Sporting brands look after some of the most valuable intellectual property on the planet, and companies like Sorare are selling it in the form of digital trading cards right here on our marketplace. We've also got Formula 1 NFTs from Animoca Brands and anticipate a surge of interest from global sports teams looking to tokenize and distribute their collectibles over the coming years. Browse, buy, and sell non-fungible tokens from the worlds of golf, football, racing, and more.\",\n            \"category_icon\": \" fa-soccer-ball-o\",\n            \"category_identifier\": \"SPORTS\",\n            \"category_name\": \"Sports\",\n            \"category_short_title\": \"Sports Collectible of all Kinds\",\n            \"sort_order\": 900\n        },\n        {\n            \"category_description\": \"With unique assets traded and stored on the blockchain, classic games are taking on a new life. Decentralized networks mean players and collectors can now trade in-game items on third-party platforms and marketplaces, fundamentally changing the way online ownership is perceived in the digital era.\",\n            \"category_icon\": \"fa-ticket\",\n            \"category_identifier\": \"CARDS\",\n            \"category_name\": \"Trading Cards\",\n            \"category_short_title\": \"Rare Trading Cards on the Blockchain\",\n            \"sort_order\": 1000\n        },\n        {\n            \"category_description\": \"Whether it's redeemable rewards or membership NFTs, a rising number of creators and developers are leveraging blockchain-backed tokens to build and support their communities. Buy and sell scarce digital goods from the likes of POAP, Urbit ID, and Polyient Games.\",\n            \"category_icon\": \"fa-cubes\",\n            \"category_identifier\": \"UTIL\",\n            \"category_name\": \"Utility\",\n            \"category_short_title\": \"Redeemable Rewards and Special Membership NFTs\",\n            \"sort_order\": 1100\n        },\n        {\n            \"category_description\": \"Virtual worlds are blockchain-fueled alternative realities where users can create and trade digital goods, play games, and display NFTs in galleries, among other intriguing use cases. Non-fungible token categories like art, collectibles, and domain names are all put to use in the metaverse, with ecosystems built and maintained by the crypto community.\",\n            \"category_icon\": \"fa-codepen\",\n            \"category_identifier\": \"METAVERSE\",\n            \"category_name\": \"MetaVerse\",\n            \"category_short_title\": \"Blockchain-fueled alternative realities and Virtual world items\",\n            \"sort_order\": 1200\n        }\n    ]\n}"}],"_postman_id":"f279c9fb-37f8-436b-8094-bbb868a647af"},{"name":"NFT: Get All Collections","id":"324a625e-4015-4fb6-92ec-758761b0205e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/nft/collections/all","urlObject":{"protocol":"https","path":["api","v1","nft","collections","all"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[{"id":"d7a15664-b6a8-4b94-9758-045e848eb2ae","name":"NFT: Get All Collections (SUCCESS)","originalRequest":{"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/nft/collections/all"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Werkzeug/2.1.2 Python/3.8.10"},{"key":"Date","value":"Mon, 18 Jul 2022 17:04:24 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1494"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Connection","value":"keep-alive"},{"key":"Connection","value":"close"},{"key":"keep-alive","value":"timeout=5, max=30"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": [\n        {\n            \"artist_meta\": {\n                \"created\": \"2022-04-24 12:44:50\",\n                \"description\": \"ElectricalFire is a Vogue published image maker and multi-disciplinary artist. His original artwork often displays the harmony of classic high art juxtaposed with modern technology. His artwork has been displayed in art galleries and a virtual museum in Decentraland's Voltaire district.\",\n                \"is_public\": true,\n                \"name\": \"ElectricalFire\",\n                \"profile_avatar\": \"creator_3adff99bc3e04372b5e4438565f3c601_5df4a9fb.png\",\n                \"profile_id\": 1,\n                \"uuid\": \"3adff99bc3e04372b5e4438565f3c601\"\n            },\n            \"category_name\": \"Artwork\",\n            \"collection_description\": \"Fantastic Photography and One-Of-A-Kinds\",\n            \"collection_name\": \"Photography One\",\n            \"collection_title_image\": null,\n            \"created\": \"2022-04-24 12:21:11\",\n            \"is_public\": true,\n            \"nft_category_meta\": {\n                \"category_description\": \"An online community of makers, developers, and traders is pushing the art world into new territory. It all started with CryptoPunks, a set of 10,000 randomly generated punks that proved demand for the digital ownership of non-physical items and collectibles in 2017, and the market has evolved rapidly ever since.\",\n                \"category_icon\": \"fa-fire\",\n                \"category_identifier\": \"ART\",\n                \"category_name\": \"Artwork\",\n                \"category_short_title\": \"Art Collections\",\n                \"sort_order\": 500\n            },\n            \"nft_item_count\": 12,\n            \"uuid\": \"2adff99bc3e04372b5e4438565f3c605\"\n        },\n        {\n            \"artist_meta\": {\n                \"created\": \"2022-04-24 12:44:50\",\n                \"description\": \"Veertje is a Vogue published image maker and multi-disciplinary artist. His original artwork often displays the harmony of classic high art juxtaposed with modern technology. His artwork has been displayed in art galleries and a virtual museum in Decentraland's Voltaire district.\",\n                \"is_public\": true,\n                \"name\": \"Veerje\",\n                \"profile_avatar\": null,\n                \"profile_id\": 12,\n                \"uuid\": \"3fdff99bc3e04372b5e4438565f3c601\"\n            },\n            \"category_name\": \"Sports\",\n            \"collection_description\": \"Fantastic Photography and One-Of-A-Kinds\",\n            \"collection_name\": \"Sports Power\",\n            \"collection_title_image\": null,\n            \"created\": \"2022-04-24 12:21:11\",\n            \"is_public\": true,\n            \"nft_category_meta\": {\n                \"category_description\": \"Sporting brands look after some of the most valuable intellectual property on the planet, and companies like Sorare are selling it in the form of digital trading cards right here on our marketplace. We've also got Formula 1 NFTs from Animoca Brands and anticipate a surge of interest from global sports teams looking to tokenize and distribute their collectibles over the coming years. Browse, buy, and sell non-fungible tokens from the worlds of golf, football, racing, and more.\",\n                \"category_icon\": \" fa-soccer-ball-o\",\n                \"category_identifier\": \"SPORTS\",\n                \"category_name\": \"Sports\",\n                \"category_short_title\": \"Sports Collectible of all Kinds\",\n                \"sort_order\": 900\n            },\n            \"nft_item_count\": 0,\n            \"uuid\": \"2bdff99bc3e04372b5e4438565f3c605\"\n        },\n        {\n            \"artist_meta\": {\n                \"created\": \"2022-04-24 12:44:50\",\n                \"description\": \"ElectricalFire is a Vogue published image maker and multi-disciplinary artist. His original artwork often displays the harmony of classic high art juxtaposed with modern technology. His artwork has been displayed in art galleries and a virtual museum in Decentraland's Voltaire district.\",\n                \"is_public\": true,\n                \"name\": \"ElectricalFire\",\n                \"profile_avatar\": \"creator_3adff99bc3e04372b5e4438565f3c601_5df4a9fb.png\",\n                \"profile_id\": 1,\n                \"uuid\": \"3adff99bc3e04372b5e4438565f3c601\"\n            },\n            \"category_name\": \"Photography\",\n            \"collection_description\": \"Fantastic Photography and One-Of-A-Kinds\",\n            \"collection_name\": \"Landscape ASMR\",\n            \"collection_title_image\": null,\n            \"created\": \"2022-04-24 12:21:11\",\n            \"is_public\": true,\n            \"nft_category_meta\": {\n                \"category_description\": \"Photographers are taking the NFT world by storm, and we've got a selection of breathtaking collections from a growing and increasingly global community of creators right here.\",\n                \"category_icon\": \"fa-image\",\n                \"category_identifier\": \"PHOTO\",\n                \"category_name\": \"Photography\",\n                \"category_short_title\": \"Unique Photographic Art by Professionals\",\n                \"sort_order\": 800\n            },\n            \"nft_item_count\": 0,\n            \"uuid\": \"2cdff99bc3e04372b5e4438565f3c605\"\n        },\n        {\n            \"artist_meta\": {\n                \"created\": \"2022-04-24 12:44:50\",\n                \"description\": \"Veertje is a Vogue published image maker and multi-disciplinary artist. His original artwork often displays the harmony of classic high art juxtaposed with modern technology. His artwork has been displayed in art galleries and a virtual museum in Decentraland's Voltaire district.\",\n                \"is_public\": true,\n                \"name\": \"Veerje\",\n                \"profile_avatar\": null,\n                \"profile_id\": 12,\n                \"uuid\": \"3fdff99bc3e04372b5e4438565f3c601\"\n            },\n            \"category_name\": \"Sports\",\n            \"collection_description\": \"Fantastic Photography and One-Of-A-Kinds\",\n            \"collection_name\": \"Need-four-Speed\",\n            \"collection_title_image\": null,\n            \"created\": \"2022-04-24 12:21:11\",\n            \"is_public\": true,\n            \"nft_category_meta\": {\n                \"category_description\": \"Sporting brands look after some of the most valuable intellectual property on the planet, and companies like Sorare are selling it in the form of digital trading cards right here on our marketplace. We've also got Formula 1 NFTs from Animoca Brands and anticipate a surge of interest from global sports teams looking to tokenize and distribute their collectibles over the coming years. Browse, buy, and sell non-fungible tokens from the worlds of golf, football, racing, and more.\",\n                \"category_icon\": \" fa-soccer-ball-o\",\n                \"category_identifier\": \"SPORTS\",\n                \"category_name\": \"Sports\",\n                \"category_short_title\": \"Sports Collectible of all Kinds\",\n                \"sort_order\": 900\n            },\n            \"nft_item_count\": 0,\n            \"uuid\": \"2ddff99bc3e04372b5e4438565f3c605\"\n        },\n        {\n            \"artist_meta\": {\n                \"created\": \"2022-04-24 12:44:50\",\n                \"description\": \"ElectricalFire is a Vogue published image maker and multi-disciplinary artist. His original artwork often displays the harmony of classic high art juxtaposed with modern technology. His artwork has been displayed in art galleries and a virtual museum in Decentraland's Voltaire district.\",\n                \"is_public\": true,\n                \"name\": \"ElectricalFire\",\n                \"profile_avatar\": \"creator_3adff99bc3e04372b5e4438565f3c601_5df4a9fb.png\",\n                \"profile_id\": 1,\n                \"uuid\": \"3adff99bc3e04372b5e4438565f3c601\"\n            },\n            \"category_name\": \"Artwork\",\n            \"collection_description\": \"Fantastic Photography and One-Of-A-Kinds\",\n            \"collection_name\": \"Lady in Red\",\n            \"collection_title_image\": null,\n            \"created\": \"2022-04-24 12:21:11\",\n            \"is_public\": true,\n            \"nft_category_meta\": {\n                \"category_description\": \"An online community of makers, developers, and traders is pushing the art world into new territory. It all started with CryptoPunks, a set of 10,000 randomly generated punks that proved demand for the digital ownership of non-physical items and collectibles in 2017, and the market has evolved rapidly ever since.\",\n                \"category_icon\": \"fa-fire\",\n                \"category_identifier\": \"ART\",\n                \"category_name\": \"Artwork\",\n                \"category_short_title\": \"Art Collections\",\n                \"sort_order\": 500\n            },\n            \"nft_item_count\": 0,\n            \"uuid\": \"2adff99bc3e04372b5e4438565f3c105\"\n        },\n        {\n            \"artist_meta\": {\n                \"created\": \"2022-04-24 12:44:50\",\n                \"description\": \"Veertje is a Vogue published image maker and multi-disciplinary artist. His original artwork often displays the harmony of classic high art juxtaposed with modern technology. His artwork has been displayed in art galleries and a virtual museum in Decentraland's Voltaire district.\",\n                \"is_public\": true,\n                \"name\": \"Veerje\",\n                \"profile_avatar\": null,\n                \"profile_id\": 12,\n                \"uuid\": \"3fdff99bc3e04372b5e4438565f3c601\"\n            },\n            \"category_name\": \"Photography\",\n            \"collection_description\": \"Fantastic Photography and One-Of-A-Kinds\",\n            \"collection_name\": \"City Scapes Galore\",\n            \"collection_title_image\": null,\n            \"created\": \"2022-04-24 12:21:11\",\n            \"is_public\": true,\n            \"nft_category_meta\": {\n                \"category_description\": \"Photographers are taking the NFT world by storm, and we've got a selection of breathtaking collections from a growing and increasingly global community of creators right here.\",\n                \"category_icon\": \"fa-image\",\n                \"category_identifier\": \"PHOTO\",\n                \"category_name\": \"Photography\",\n                \"category_short_title\": \"Unique Photographic Art by Professionals\",\n                \"sort_order\": 800\n            },\n            \"nft_item_count\": 0,\n            \"uuid\": \"2bdff99bc3e04372b5e4438565f3c105\"\n        },\n        {\n            \"artist_meta\": {\n                \"created\": \"2022-04-24 12:44:50\",\n                \"description\": \"ElectricalFire is a Vogue published image maker and multi-disciplinary artist. His original artwork often displays the harmony of classic high art juxtaposed with modern technology. His artwork has been displayed in art galleries and a virtual museum in Decentraland's Voltaire district.\",\n                \"is_public\": true,\n                \"name\": \"ElectricalFire\",\n                \"profile_avatar\": \"creator_3adff99bc3e04372b5e4438565f3c601_5df4a9fb.png\",\n                \"profile_id\": 1,\n                \"uuid\": \"3adff99bc3e04372b5e4438565f3c601\"\n            },\n            \"category_name\": \"Photography\",\n            \"collection_description\": \"Fantastic Photography and One-Of-A-Kinds\",\n            \"collection_name\": \"Snowy Traffic\",\n            \"collection_title_image\": null,\n            \"created\": \"2022-04-24 12:21:11\",\n            \"is_public\": true,\n            \"nft_category_meta\": {\n                \"category_description\": \"Photographers are taking the NFT world by storm, and we've got a selection of breathtaking collections from a growing and increasingly global community of creators right here.\",\n                \"category_icon\": \"fa-image\",\n                \"category_identifier\": \"PHOTO\",\n                \"category_name\": \"Photography\",\n                \"category_short_title\": \"Unique Photographic Art by Professionals\",\n                \"sort_order\": 800\n            },\n            \"nft_item_count\": 0,\n            \"uuid\": \"2cdff99bc3e04372b5e4438565f3c105\"\n        },\n        {\n            \"artist_meta\": {\n                \"created\": \"2022-04-24 12:44:50\",\n                \"description\": \"Veertje is a Vogue published image maker and multi-disciplinary artist. His original artwork often displays the harmony of classic high art juxtaposed with modern technology. His artwork has been displayed in art galleries and a virtual museum in Decentraland's Voltaire district.\",\n                \"is_public\": true,\n                \"name\": \"Veerje\",\n                \"profile_avatar\": null,\n                \"profile_id\": 12,\n                \"uuid\": \"3fdff99bc3e04372b5e4438565f3c601\"\n            },\n            \"category_name\": \"Collectibles\",\n            \"collection_description\": \"Fantastic Photography and One-Of-A-Kinds\",\n            \"collection_name\": \"Alpha Peak\",\n            \"collection_title_image\": null,\n            \"created\": \"2022-04-24 12:21:11\",\n            \"is_public\": true,\n            \"nft_category_meta\": {\n                \"category_description\": \"The way we value internet-native items is changing with the development of blockchain technology. Kittens, punks, and memes are now trading digital wallets for cryptocurrencies, and the online collectibles market is taking shape before our eyes.\",\n                \"category_icon\": \"fa-trophy\",\n                \"category_identifier\": \"COLLECTIBLES\",\n                \"category_name\": \"Collectibles\",\n                \"category_short_title\": \"Collectible Items and Rarities\",\n                \"sort_order\": 600\n            },\n            \"nft_item_count\": 0,\n            \"uuid\": \"2ddff99bc3e04372b5e4438565f3c105\"\n        }\n    ]\n}"}],"_postman_id":"324a625e-4015-4fb6-92ec-758761b0205e"},{"name":"NFT: Get All Collection Items","id":"994cd0bb-83d2-45d3-8d5e-7914ce6e8210","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/nft/collections/items?collection_uuid=2adff99bc3e04372b5e4438565f3c605","urlObject":{"protocol":"https","path":["api","v1","nft","collections","items"],"host":["api","paysr","co"],"query":[{"key":"collection_uuid","value":"2adff99bc3e04372b5e4438565f3c605"}],"variable":[]}},"response":[{"id":"1f4ef286-5255-4704-85ce-506906ccb668","name":"NFT: Get All Collection Items (SUCCESS)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.paysr.co/api/v1/nft/collections/items?collection_uuid=2adff99bc3e04372b5e4438565f3c605","protocol":"https","host":["api","paysr","co"],"path":["api","v1","nft","collections","items"],"query":[{"key":"collection_uuid","value":"2adff99bc3e04372b5e4438565f3c605"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Werkzeug/2.1.2 Python/3.8.10"},{"key":"Date","value":"Mon, 18 Jul 2022 17:04:38 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2708"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Connection","value":"keep-alive"},{"key":"Connection","value":"close"},{"key":"keep-alive","value":"timeout=5, max=30"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"5adff99bc3e04372b5e4438565f3c601\": {\n            \"artist_meta\": {\n                \"created\": \"2022-04-24 12:44:50\",\n                \"description\": \"ElectricalFire is a Vogue published image maker and multi-disciplinary artist. His original artwork often displays the harmony of classic high art juxtaposed with modern technology. His artwork has been displayed in art galleries and a virtual museum in Decentraland's Voltaire district.\",\n                \"is_public\": true,\n                \"name\": \"ElectricalFire\",\n                \"profile_avatar\": \"creator_3adff99bc3e04372b5e4438565f3c601_5df4a9fb.png\",\n                \"profile_id\": 1,\n                \"uuid\": \"3adff99bc3e04372b5e4438565f3c601\"\n            },\n            \"category_meta\": {\n                \"category_description\": \"An online community of makers, developers, and traders is pushing the art world into new territory. It all started with CryptoPunks, a set of 10,000 randomly generated punks that proved demand for the digital ownership of non-physical items and collectibles in 2017, and the market has evolved rapidly ever since.\",\n                \"category_icon\": \"fa-fire\",\n                \"category_identifier\": \"ART\",\n                \"category_name\": \"Artwork\",\n                \"category_short_title\": \"Art Collections\",\n                \"sort_order\": 500\n            },\n            \"collection_description\": \"Fantastic Photography and One-Of-A-Kinds\",\n            \"collection_items\": 12,\n            \"collection_name\": \"Photography One\",\n            \"created\": \"2022-04-24 12:21:11\",\n            \"is_public\": true,\n            \"item_created\": \"2022-04-24 13:45:53\",\n            \"item_description\": \"This artwork was inspired by psychology, and in particular Aaron Beck’s thoughts on cognitive distortions and congruent thought.\\r\\n\\r\\nAccording to Beck, our suffering depends more on the meaning and the importance we place on what happens to us as opposed to the impact of the actual event itself.\\r\\n\\r\\nInspired by this theory, the artist depicts a girl’s face in Congruence with flowers as a symbol of symbiosis with nature. The flowers in this artwork act as a metaphor for life. After overcoming the challenges that life throws at us, with courage and persistence we can blossom and find inner harmony, beauty and happiness.\\r\\n\\r\\n\\\"If you change the way you look at things, the things you look at change.\\\" - Wayne Dyer\",\n            \"item_image_data\": null,\n            \"item_insta_buy_price\": 1000,\n            \"item_max_supply\": 1,\n            \"item_min_price\": 189.19000244,\n            \"item_sale_start\": null,\n            \"item_title\": null,\n            \"item_uuid\": \"5adff99bc3e04372b5e4438565f3c601\",\n            \"nft_offers\": [],\n            \"nft_tags\": [\n                {\n                    \"created\": \"2022-07-18 15:48:56\",\n                    \"tag_title\": \"Country\",\n                    \"tag_uuid\": \"5adff99bc3e04372b5e4538565f3c601\",\n                    \"tag_value\": \"Switzerland\"\n                },\n                {\n                    \"created\": \"2022-07-18 15:48:56\",\n                    \"tag_title\": \"Country\",\n                    \"tag_uuid\": \"5adff99bc3e04372b5e4638565f3c601\",\n                    \"tag_value\": \"United States\"\n                },\n                {\n                    \"created\": \"2022-07-18 15:48:56\",\n                    \"tag_title\": \"Country\",\n                    \"tag_uuid\": \"5adff99bc3e04372b5e4738565f3c601\",\n                    \"tag_value\": \"Finnland\"\n                },\n                {\n                    \"created\": \"2022-07-18 15:48:56\",\n                    \"tag_title\": \"NFT Type\",\n                    \"tag_uuid\": \"5adff99bc3e04372b5e4838565f3c601\",\n                    \"tag_value\": \"Carbon Credit\"\n                },\n                {\n                    \"created\": \"2022-07-18 15:48:56\",\n                    \"tag_title\": \"Ownership\",\n                    \"tag_uuid\": \"5adff99bc3e04372b5e4938565f3c601\",\n                    \"tag_value\": \"Private\"\n                }\n            ],\n            \"title_image\": null,\n            \"uuid\": \"2adff99bc3e04372b5e4438565f3c605\"\n        },\n        \"5adff99bc3e04372b5e4438565f3c602\": {\n            \"artist_meta\": {\n                \"created\": \"2022-04-24 12:44:50\",\n                \"description\": \"ElectricalFire is a Vogue published image maker and multi-disciplinary artist. His original artwork often displays the harmony of classic high art juxtaposed with modern technology. His artwork has been displayed in art galleries and a virtual museum in Decentraland's Voltaire district.\",\n                \"is_public\": true,\n                \"name\": \"ElectricalFire\",\n                \"profile_avatar\": \"creator_3adff99bc3e04372b5e4438565f3c601_5df4a9fb.png\",\n                \"profile_id\": 1,\n                \"uuid\": \"3adff99bc3e04372b5e4438565f3c601\"\n            },\n            \"category_meta\": {\n                \"category_description\": \"An online community of makers, developers, and traders is pushing the art world into new territory. It all started with CryptoPunks, a set of 10,000 randomly generated punks that proved demand for the digital ownership of non-physical items and collectibles in 2017, and the market has evolved rapidly ever since.\",\n                \"category_icon\": \"fa-fire\",\n                \"category_identifier\": \"ART\",\n                \"category_name\": \"Artwork\",\n                \"category_short_title\": \"Art Collections\",\n                \"sort_order\": 500\n            },\n            \"collection_description\": \"Fantastic Photography and One-Of-A-Kinds\",\n            \"collection_items\": 12,\n            \"collection_name\": \"Photography One\",\n            \"created\": \"2022-04-24 12:21:11\",\n            \"is_public\": true,\n            \"item_created\": \"2022-04-24 13:45:53\",\n            \"item_description\": \"This artwork was inspired by psychology, and in particular Aaron Beck’s thoughts on cognitive distortions and congruent thought.\\r\\n\\r\\nAccording to Beck, our suffering depends more on the meaning and the importance we place on what happens to us as opposed to the impact of the actual event itself.\\r\\n\\r\\nInspired by this theory, the artist depicts a girl’s face in Congruence with flowers as a symbol of symbiosis with nature. The flowers in this artwork act as a metaphor for life. After overcoming the challenges that life throws at us, with courage and persistence we can blossom and find inner harmony, beauty and happiness.\\r\\n\\r\\n\\\"If you change the way you look at things, the things you look at change.\\\" - Wayne Dyer\",\n            \"item_image_data\": null,\n            \"item_insta_buy_price\": null,\n            \"item_max_supply\": 1,\n            \"item_min_price\": 1299.89001465,\n            \"item_sale_start\": null,\n            \"item_title\": null,\n            \"item_uuid\": \"5adff99bc3e04372b5e4438565f3c602\",\n            \"nft_offers\": [],\n            \"nft_tags\": [],\n            \"title_image\": null,\n            \"uuid\": \"2adff99bc3e04372b5e4438565f3c605\"\n        },\n        \"5adff99bc3e04372b5e4438565f3c603\": {\n            \"artist_meta\": {\n                \"created\": \"2022-04-24 12:44:50\",\n                \"description\": \"ElectricalFire is a Vogue published image maker and multi-disciplinary artist. His original artwork often displays the harmony of classic high art juxtaposed with modern technology. His artwork has been displayed in art galleries and a virtual museum in Decentraland's Voltaire district.\",\n                \"is_public\": true,\n                \"name\": \"ElectricalFire\",\n                \"profile_avatar\": \"creator_3adff99bc3e04372b5e4438565f3c601_5df4a9fb.png\",\n                \"profile_id\": 1,\n                \"uuid\": \"3adff99bc3e04372b5e4438565f3c601\"\n            },\n            \"category_meta\": {\n                \"category_description\": \"An online community of makers, developers, and traders is pushing the art world into new territory. It all started with CryptoPunks, a set of 10,000 randomly generated punks that proved demand for the digital ownership of non-physical items and collectibles in 2017, and the market has evolved rapidly ever since.\",\n                \"category_icon\": \"fa-fire\",\n                \"category_identifier\": \"ART\",\n                \"category_name\": \"Artwork\",\n                \"category_short_title\": \"Art Collections\",\n                \"sort_order\": 500\n            },\n            \"collection_description\": \"Fantastic Photography and One-Of-A-Kinds\",\n            \"collection_items\": 12,\n            \"collection_name\": \"Photography One\",\n            \"created\": \"2022-04-24 12:21:11\",\n            \"is_public\": true,\n            \"item_created\": \"2022-04-24 13:45:53\",\n            \"item_description\": \"This artwork was inspired by psychology, and in particular Aaron Beck’s thoughts on cognitive distortions and congruent thought.\\r\\n\\r\\nAccording to Beck, our suffering depends more on the meaning and the importance we place on what happens to us as opposed to the impact of the actual event itself.\\r\\n\\r\\nInspired by this theory, the artist depicts a girl’s face in Congruence with flowers as a symbol of symbiosis with nature. The flowers in this artwork act as a metaphor for life. After overcoming the challenges that life throws at us, with courage and persistence we can blossom and find inner harmony, beauty and happiness.\\r\\n\\r\\n\\\"If you change the way you look at things, the things you look at change.\\\" - Wayne Dyer\",\n            \"item_image_data\": null,\n            \"item_insta_buy_price\": null,\n            \"item_max_supply\": 1,\n            \"item_min_price\": 441.94000244,\n            \"item_sale_start\": null,\n            \"item_title\": null,\n            \"item_uuid\": \"5adff99bc3e04372b5e4438565f3c603\",\n            \"nft_offers\": [],\n            \"nft_tags\": [],\n            \"title_image\": null,\n            \"uuid\": \"2adff99bc3e04372b5e4438565f3c605\"\n        },\n        \"5adff99bc3e04372b5e4438565f3c604\": {\n            \"artist_meta\": {\n                \"created\": \"2022-04-24 12:44:50\",\n                \"description\": \"ElectricalFire is a Vogue published image maker and multi-disciplinary artist. His original artwork often displays the harmony of classic high art juxtaposed with modern technology. His artwork has been displayed in art galleries and a virtual museum in Decentraland's Voltaire district.\",\n                \"is_public\": true,\n                \"name\": \"ElectricalFire\",\n                \"profile_avatar\": \"creator_3adff99bc3e04372b5e4438565f3c601_5df4a9fb.png\",\n                \"profile_id\": 1,\n                \"uuid\": \"3adff99bc3e04372b5e4438565f3c601\"\n            },\n            \"category_meta\": {\n                \"category_description\": \"An online community of makers, developers, and traders is pushing the art world into new territory. It all started with CryptoPunks, a set of 10,000 randomly generated punks that proved demand for the digital ownership of non-physical items and collectibles in 2017, and the market has evolved rapidly ever since.\",\n                \"category_icon\": \"fa-fire\",\n                \"category_identifier\": \"ART\",\n                \"category_name\": \"Artwork\",\n                \"category_short_title\": \"Art Collections\",\n                \"sort_order\": 500\n            },\n            \"collection_description\": \"Fantastic Photography and One-Of-A-Kinds\",\n            \"collection_items\": 12,\n            \"collection_name\": \"Photography One\",\n            \"created\": \"2022-04-24 12:21:11\",\n            \"is_public\": true,\n            \"item_created\": \"2022-04-24 13:45:53\",\n            \"item_description\": \"This artwork was inspired by psychology, and in particular Aaron Beck’s thoughts on cognitive distortions and congruent thought.\\r\\n\\r\\nAccording to Beck, our suffering depends more on the meaning and the importance we place on what happens to us as opposed to the impact of the actual event itself.\\r\\n\\r\\nInspired by this theory, the artist depicts a girl’s face in Congruence with flowers as a symbol of symbiosis with nature. The flowers in this artwork act as a metaphor for life. After overcoming the challenges that life throws at us, with courage and persistence we can blossom and find inner harmony, beauty and happiness.\\r\\n\\r\\n\\\"If you change the way you look at things, the things you look at change.\\\" - Wayne Dyer\",\n            \"item_image_data\": null,\n            \"item_insta_buy_price\": 100,\n            \"item_max_supply\": 1,\n            \"item_min_price\": 11,\n            \"item_sale_start\": null,\n            \"item_title\": null,\n            \"item_uuid\": \"5adff99bc3e04372b5e4438565f3c604\",\n            \"nft_offers\": [\n                {\n                    \"bidder_profile_json\": {\n                        \"affiliate_admin_id\": 1,\n                        \"affiliator\": {\n                            \"PaySR\": {\n                                \"activate_products\": true,\n                                \"affiliate_merchant_key\": \"MKEY-UNIC-GRP0-0001\",\n                                \"affiliator_auto_gen_savings_wallets\": false,\n                                \"affiliator_show_hybrid_wallets\": false,\n                                \"affiliator_show_savings_wallets\": true,\n                                \"allow_dark_mode\": true,\n                                \"allow_multi_factor\": true,\n                                \"allow_quick_funding\": false,\n                                \"bg_dark_url\": \"/static/img/backgrounds/unitymatterhorn_2880x1800-1-8-blurred-blue.jpg\",\n                                \"bg_light_url\": \"/static/img/backgrounds/unitymatterhorn_2880x1800-1-8-blurred.jpg\",\n                                \"commission_reinvestment\": 100,\n                                \"created\": \"2021-04-01 13:28:37\",\n                                \"custom_css\": null,\n                                \"dbid\": 1,\n                                \"description\": null,\n                                \"dex_exclusive\": false,\n                                \"disable_ref_system\": false,\n                                \"disabled\": false,\n                                \"force_multi_factor\": false,\n                                \"force_to_ultra_light\": false,\n                                \"forwards_to_affiliator\": false,\n                                \"has_back_button_url\": null,\n                                \"has_ranks\": false,\n                                \"has_stars\": false,\n                                \"ico_meta\": {\n                                    \"current_price\": 1,\n                                    \"fiat_fk\": 2,\n                                    \"ico_allow_sending\": false,\n                                    \"ico_id\": 1,\n                                    \"ico_name\": \"Pro-Active Mining Token\",\n                                    \"ico_product_name\": \"Pro-Active Mining Token\",\n                                    \"ico_symbol\": \"UNTY\",\n                                    \"ico_web_url\": \"https://paysr.co\"\n                                },\n                                \"info_message\": null,\n                                \"intro_video\": null,\n                                \"is_active\": true,\n                                \"is_dark_theme\": false,\n                                \"logo_dark_url\": \"/static/img/logos/UniCrypt-Logo-onBlack.png\",\n                                \"logo_light_url\": \"/static/img/logos/UniCrypt-Logo-onWhite.png\",\n                                \"max_visible_network_depth\": 10,\n                                \"name\": \"PaySR\",\n                                \"outline_master_buttons\": true,\n                                \"portal_url\": \"https://account.paysr.co\",\n                                \"powered_by\": \"PaySR\",\n                                \"rank_data\": [\n                                    {\n                                        \"commission_data\": [\n                                            {\n                                                \"affiliate_program_fk\": 1,\n                                                \"commissions_array\": [\n                                                    10,\n                                                    5,\n                                                    5,\n                                                    5,\n                                                    5,\n                                                    5,\n                                                    5,\n                                                    5,\n                                                    5,\n                                                    5\n                                                ],\n                                                \"created\": \"2020-07-04 16:59:52\",\n                                                \"dbid\": 3,\n                                                \"level_10_commissions\": 5,\n                                                \"level_1_commissions\": 10,\n                                                \"level_2_commissions\": 5,\n                                                \"level_3_commissions\": 5,\n                                                \"level_4_commissions\": 5,\n                                                \"level_5_commissions\": 5,\n                                                \"level_6_commissions\": 5,\n                                                \"level_7_commissions\": 5,\n                                                \"level_8_commissions\": 5,\n                                                \"level_9_commissions\": 5,\n                                                \"name\": \"Gold\",\n                                                \"rank_number\": 1\n                                            },\n                                            {\n                                                \"affiliate_program_fk\": 1,\n                                                \"commissions_array\": [\n                                                    20,\n                                                    10,\n                                                    10,\n                                                    5,\n                                                    5,\n                                                    5,\n                                                    5,\n                                                    10,\n                                                    5,\n                                                    5\n                                                ],\n                                                \"created\": \"2020-07-04 16:59:52\",\n                                                \"dbid\": 4,\n                                                \"level_10_commissions\": 5,\n                                                \"level_1_commissions\": 20,\n                                                \"level_2_commissions\": 10,\n                                                \"level_3_commissions\": 10,\n                                                \"level_4_commissions\": 5,\n                                                \"level_5_commissions\": 5,\n                                                \"level_6_commissions\": 5,\n                                                \"level_7_commissions\": 5,\n                                                \"level_8_commissions\": 10,\n                                                \"level_9_commissions\": 5,\n                                                \"name\": \"Platinum\",\n                                                \"rank_number\": 2\n                                            },\n                                            {\n                                                \"affiliate_program_fk\": 1,\n                                                \"commissions_array\": [\n                                                    25,\n                                                    12,\n                                                    12,\n                                                    5,\n                                                    4,\n                                                    4,\n                                                    4,\n                                                    6,\n                                                    4,\n                                                    4\n                                                ],\n                                                \"created\": \"2020-07-04 17:00:21\",\n                                                \"dbid\": 5,\n                                                \"level_10_commissions\": 4,\n                                                \"level_1_commissions\": 25,\n                                                \"level_2_commissions\": 12,\n                                                \"level_3_commissions\": 12,\n                                                \"level_4_commissions\": 5,\n                                                \"level_5_commissions\": 4,\n                                                \"level_6_commissions\": 4,\n                                                \"level_7_commissions\": 4,\n                                                \"level_8_commissions\": 6,\n                                                \"level_9_commissions\": 4,\n                                                \"name\": \"Diamond\",\n                                                \"rank_number\": 3\n                                            }\n                                        ],\n                                        \"created\": \"2022-07-18 17:04:38.273154\",\n                                        \"rank_name\": \"Gold\",\n                                        \"rank_number\": 1\n                                    }\n                                ],\n                                \"ref_split_percent\": 10,\n                                \"require_user_data_at_registration\": true,\n                                \"role\": \"USER\",\n                                \"savings_wallets_external_tokens\": true,\n                                \"star_count\": 0,\n                                \"star_data\": [\n                                    {\n                                        \"affiliate_program_fk\": 1,\n                                        \"created\": \"2020-07-04 18:29:48\",\n                                        \"dbid\": 1,\n                                        \"minimum_revenue\": 5000,\n                                        \"star_level\": 1\n                                    },\n                                    {\n                                        \"affiliate_program_fk\": 1,\n                                        \"created\": \"2020-07-04 18:29:54\",\n                                        \"dbid\": 2,\n                                        \"minimum_revenue\": 10000,\n                                        \"star_level\": 2\n                                    },\n                                    {\n                                        \"affiliate_program_fk\": 1,\n                                        \"created\": \"2020-07-04 18:30:00\",\n                                        \"dbid\": 3,\n                                        \"minimum_revenue\": 30000,\n                                        \"star_level\": 3\n                                    },\n                                    {\n                                        \"affiliate_program_fk\": 1,\n                                        \"created\": \"2020-07-04 18:30:08\",\n                                        \"dbid\": 4,\n                                        \"minimum_revenue\": 100000,\n                                        \"star_level\": 4\n                                    },\n                                    {\n                                        \"affiliate_program_fk\": 1,\n                                        \"created\": \"2020-07-04 18:30:15\",\n                                        \"dbid\": 5,\n                                        \"minimum_revenue\": 300000,\n                                        \"star_level\": 5\n                                    }\n                                ],\n                                \"supervisor\": false,\n                                \"symbol\": \"PaySR\",\n                                \"warn_multi_factor_to_downline\": false,\n                                \"warning_message\": null,\n                                \"website_url\": \"https://paysr.co\"\n                            }\n                        },\n                        \"client_id\": \"1337-R0XR-4EVA\",\n                        \"created\": \"2017-11-21 00:00:00\",\n                        \"email\": \"sean@paysr.co\",\n                        \"fname\": \"Sean\",\n                        \"is_corporate\": false,\n                        \"join_time\": \"2017-11-21 00:00:00\",\n                        \"last_timezone\": -120,\n                        \"lname\": \"Prescott\",\n                        \"login_id\": 1,\n                        \"preferred_locale\": \"en\",\n                        \"profile_id\": 1,\n                        \"show_all_savings_fiats\": false,\n                        \"show_all_savings_tokens\": false,\n                        \"trashed\": false,\n                        \"username\": \"paysr\"\n                    },\n                    \"created\": \"2022-07-10 19:11:00\",\n                    \"currency\": \"USD\",\n                    \"dbid\": 1,\n                    \"filled\": null,\n                    \"price\": 12,\n                    \"profile_fk\": 1,\n                    \"uuid\": \"fadff99bc3e04372b5e4438565f3c601\"\n                }\n            ],\n            \"nft_tags\": [],\n            \"title_image\": null,\n            \"uuid\": \"2adff99bc3e04372b5e4438565f3c605\"\n        },\n        \"5adff99bc3e04372b5e4438565f3c605\": {\n            \"artist_meta\": {\n                \"created\": \"2022-04-24 12:44:50\",\n                \"description\": \"ElectricalFire is a Vogue published image maker and multi-disciplinary artist. His original artwork often displays the harmony of classic high art juxtaposed with modern technology. His artwork has been displayed in art galleries and a virtual museum in Decentraland's Voltaire district.\",\n                \"is_public\": true,\n                \"name\": \"ElectricalFire\",\n                \"profile_avatar\": \"creator_3adff99bc3e04372b5e4438565f3c601_5df4a9fb.png\",\n                \"profile_id\": 1,\n                \"uuid\": \"3adff99bc3e04372b5e4438565f3c601\"\n            },\n            \"category_meta\": {\n                \"category_description\": \"An online community of makers, developers, and traders is pushing the art world into new territory. It all started with CryptoPunks, a set of 10,000 randomly generated punks that proved demand for the digital ownership of non-physical items and collectibles in 2017, and the market has evolved rapidly ever since.\",\n                \"category_icon\": \"fa-fire\",\n                \"category_identifier\": \"ART\",\n                \"category_name\": \"Artwork\",\n                \"category_short_title\": \"Art Collections\",\n                \"sort_order\": 500\n            },\n            \"collection_description\": \"Fantastic Photography and One-Of-A-Kinds\",\n            \"collection_items\": 12,\n            \"collection_name\": \"Photography One\",\n            \"created\": \"2022-04-24 12:21:11\",\n            \"is_public\": true,\n            \"item_created\": \"2022-04-24 13:45:53\",\n            \"item_description\": \"This artwork was inspired by psychology, and in particular Aaron Beck’s thoughts on cognitive distortions and congruent thought.\\r\\n\\r\\nAccording to Beck, our suffering depends more on the meaning and the importance we place on what happens to us as opposed to the impact of the actual event itself.\\r\\n\\r\\nInspired by this theory, the artist depicts a girl’s face in Congruence with flowers as a symbol of symbiosis with nature. The flowers in this artwork act as a metaphor for life. After overcoming the challenges that life throws at us, with courage and persistence we can blossom and find inner harmony, beauty and happiness.\\r\\n\\r\\n\\\"If you change the way you look at things, the things you look at change.\\\" - Wayne Dyer\",\n            \"item_image_data\": null,\n            \"item_insta_buy_price\": null,\n            \"item_max_supply\": 1,\n            \"item_min_price\": 134.21000671,\n            \"item_sale_start\": null,\n            \"item_title\": null,\n            \"item_uuid\": \"5adff99bc3e04372b5e4438565f3c605\",\n            \"nft_offers\": [],\n            \"nft_tags\": [],\n            \"title_image\": null,\n            \"uuid\": \"2adff99bc3e04372b5e4438565f3c605\"\n        },\n        \"5adff99bc3e04372b5e4438565f3c606\": {\n            \"artist_meta\": {\n                \"created\": \"2022-04-24 12:44:50\",\n                \"description\": \"ElectricalFire is a Vogue published image maker and multi-disciplinary artist. His original artwork often displays the harmony of classic high art juxtaposed with modern technology. His artwork has been displayed in art galleries and a virtual museum in Decentraland's Voltaire district.\",\n                \"is_public\": true,\n                \"name\": \"ElectricalFire\",\n                \"profile_avatar\": \"creator_3adff99bc3e04372b5e4438565f3c601_5df4a9fb.png\",\n                \"profile_id\": 1,\n                \"uuid\": \"3adff99bc3e04372b5e4438565f3c601\"\n            },\n            \"category_meta\": {\n                \"category_description\": \"An online community of makers, developers, and traders is pushing the art world into new territory. It all started with CryptoPunks, a set of 10,000 randomly generated punks that proved demand for the digital ownership of non-physical items and collectibles in 2017, and the market has evolved rapidly ever since.\",\n                \"category_icon\": \"fa-fire\",\n                \"category_identifier\": \"ART\",\n                \"category_name\": \"Artwork\",\n                \"category_short_title\": \"Art Collections\",\n                \"sort_order\": 500\n            },\n            \"collection_description\": \"Fantastic Photography and One-Of-A-Kinds\",\n            \"collection_items\": 12,\n            \"collection_name\": \"Photography One\",\n            \"created\": \"2022-04-24 12:21:11\",\n            \"is_public\": true,\n            \"item_created\": \"2022-04-24 13:45:53\",\n            \"item_description\": \"This artwork was inspired by psychology, and in particular Aaron Beck’s thoughts on cognitive distortions and congruent thought.\\r\\n\\r\\nAccording to Beck, our suffering depends more on the meaning and the importance we place on what happens to us as opposed to the impact of the actual event itself.\\r\\n\\r\\nInspired by this theory, the artist depicts a girl’s face in Congruence with flowers as a symbol of symbiosis with nature. The flowers in this artwork act as a metaphor for life. After overcoming the challenges that life throws at us, with courage and persistence we can blossom and find inner harmony, beauty and happiness.\\r\\n\\r\\n\\\"If you change the way you look at things, the things you look at change.\\\" - Wayne Dyer\",\n            \"item_image_data\": null,\n            \"item_insta_buy_price\": null,\n            \"item_max_supply\": 1,\n            \"item_min_price\": 6221.12988281,\n            \"item_sale_start\": null,\n            \"item_title\": null,\n            \"item_uuid\": \"5adff99bc3e04372b5e4438565f3c606\",\n            \"nft_offers\": [],\n            \"nft_tags\": [],\n            \"title_image\": null,\n            \"uuid\": \"2adff99bc3e04372b5e4438565f3c605\"\n        },\n        \"5adff99bc3e04372b5e4438565f3c607\": {\n            \"artist_meta\": {\n                \"created\": \"2022-04-24 12:44:50\",\n                \"description\": \"ElectricalFire is a Vogue published image maker and multi-disciplinary artist. His original artwork often displays the harmony of classic high art juxtaposed with modern technology. His artwork has been displayed in art galleries and a virtual museum in Decentraland's Voltaire district.\",\n                \"is_public\": true,\n                \"name\": \"ElectricalFire\",\n                \"profile_avatar\": \"creator_3adff99bc3e04372b5e4438565f3c601_5df4a9fb.png\",\n                \"profile_id\": 1,\n                \"uuid\": \"3adff99bc3e04372b5e4438565f3c601\"\n            },\n            \"category_meta\": {\n                \"category_description\": \"An online community of makers, developers, and traders is pushing the art world into new territory. It all started with CryptoPunks, a set of 10,000 randomly generated punks that proved demand for the digital ownership of non-physical items and collectibles in 2017, and the market has evolved rapidly ever since.\",\n                \"category_icon\": \"fa-fire\",\n                \"category_identifier\": \"ART\",\n                \"category_name\": \"Artwork\",\n                \"category_short_title\": \"Art Collections\",\n                \"sort_order\": 500\n            },\n            \"collection_description\": \"Fantastic Photography and One-Of-A-Kinds\",\n            \"collection_items\": 12,\n            \"collection_name\": \"Photography One\",\n            \"created\": \"2022-04-24 12:21:11\",\n            \"is_public\": true,\n            \"item_created\": \"2022-04-24 13:45:53\",\n            \"item_description\": \"This artwork was inspired by psychology, and in particular Aaron Beck’s thoughts on cognitive distortions and congruent thought.\\r\\n\\r\\nAccording to Beck, our suffering depends more on the meaning and the importance we place on what happens to us as opposed to the impact of the actual event itself.\\r\\n\\r\\nInspired by this theory, the artist depicts a girl’s face in Congruence with flowers as a symbol of symbiosis with nature. The flowers in this artwork act as a metaphor for life. After overcoming the challenges that life throws at us, with courage and persistence we can blossom and find inner harmony, beauty and happiness.\\r\\n\\r\\n\\\"If you change the way you look at things, the things you look at change.\\\" - Wayne Dyer\",\n            \"item_image_data\": null,\n            \"item_insta_buy_price\": null,\n            \"item_max_supply\": 1,\n            \"item_min_price\": 411.42001343,\n            \"item_sale_start\": null,\n            \"item_title\": null,\n            \"item_uuid\": \"5adff99bc3e04372b5e4438565f3c607\",\n            \"nft_offers\": [],\n            \"nft_tags\": [],\n            \"title_image\": null,\n            \"uuid\": \"2adff99bc3e04372b5e4438565f3c605\"\n        },\n        \"5adff99bc3e04372b5e4438565f3c608\": {\n            \"artist_meta\": {\n                \"created\": \"2022-04-24 12:44:50\",\n                \"description\": \"ElectricalFire is a Vogue published image maker and multi-disciplinary artist. His original artwork often displays the harmony of classic high art juxtaposed with modern technology. His artwork has been displayed in art galleries and a virtual museum in Decentraland's Voltaire district.\",\n                \"is_public\": true,\n                \"name\": \"ElectricalFire\",\n                \"profile_avatar\": \"creator_3adff99bc3e04372b5e4438565f3c601_5df4a9fb.png\",\n                \"profile_id\": 1,\n                \"uuid\": \"3adff99bc3e04372b5e4438565f3c601\"\n            },\n            \"category_meta\": {\n                \"category_description\": \"An online community of makers, developers, and traders is pushing the art world into new territory. It all started with CryptoPunks, a set of 10,000 randomly generated punks that proved demand for the digital ownership of non-physical items and collectibles in 2017, and the market has evolved rapidly ever since.\",\n                \"category_icon\": \"fa-fire\",\n                \"category_identifier\": \"ART\",\n                \"category_name\": \"Artwork\",\n                \"category_short_title\": \"Art Collections\",\n                \"sort_order\": 500\n            },\n            \"collection_description\": \"Fantastic Photography and One-Of-A-Kinds\",\n            \"collection_items\": 12,\n            \"collection_name\": \"Photography One\",\n            \"created\": \"2022-04-24 12:21:11\",\n            \"is_public\": true,\n            \"item_created\": \"2022-04-24 13:45:53\",\n            \"item_description\": \"This artwork was inspired by psychology, and in particular Aaron Beck’s thoughts on cognitive distortions and congruent thought.\\r\\n\\r\\nAccording to Beck, our suffering depends more on the meaning and the importance we place on what happens to us as opposed to the impact of the actual event itself.\\r\\n\\r\\nInspired by this theory, the artist depicts a girl’s face in Congruence with flowers as a symbol of symbiosis with nature. The flowers in this artwork act as a metaphor for life. After overcoming the challenges that life throws at us, with courage and persistence we can blossom and find inner harmony, beauty and happiness.\\r\\n\\r\\n\\\"If you change the way you look at things, the things you look at change.\\\" - Wayne Dyer\",\n            \"item_image_data\": null,\n            \"item_insta_buy_price\": null,\n            \"item_max_supply\": 1,\n            \"item_min_price\": 71.43000031,\n            \"item_sale_start\": null,\n            \"item_title\": null,\n            \"item_uuid\": \"5adff99bc3e04372b5e4438565f3c608\",\n            \"nft_offers\": [],\n            \"nft_tags\": [],\n            \"title_image\": null,\n            \"uuid\": \"2adff99bc3e04372b5e4438565f3c605\"\n        },\n        \"5adff99bc3e04372b5e4438565f3c609\": {\n            \"artist_meta\": {\n                \"created\": \"2022-04-24 12:44:50\",\n                \"description\": \"ElectricalFire is a Vogue published image maker and multi-disciplinary artist. His original artwork often displays the harmony of classic high art juxtaposed with modern technology. His artwork has been displayed in art galleries and a virtual museum in Decentraland's Voltaire district.\",\n                \"is_public\": true,\n                \"name\": \"ElectricalFire\",\n                \"profile_avatar\": \"creator_3adff99bc3e04372b5e4438565f3c601_5df4a9fb.png\",\n                \"profile_id\": 1,\n                \"uuid\": \"3adff99bc3e04372b5e4438565f3c601\"\n            },\n            \"category_meta\": {\n                \"category_description\": \"An online community of makers, developers, and traders is pushing the art world into new territory. It all started with CryptoPunks, a set of 10,000 randomly generated punks that proved demand for the digital ownership of non-physical items and collectibles in 2017, and the market has evolved rapidly ever since.\",\n                \"category_icon\": \"fa-fire\",\n                \"category_identifier\": \"ART\",\n                \"category_name\": \"Artwork\",\n                \"category_short_title\": \"Art Collections\",\n                \"sort_order\": 500\n            },\n            \"collection_description\": \"Fantastic Photography and One-Of-A-Kinds\",\n            \"collection_items\": 12,\n            \"collection_name\": \"Photography One\",\n            \"created\": \"2022-04-24 12:21:11\",\n            \"is_public\": true,\n            \"item_created\": \"2022-04-24 13:45:53\",\n            \"item_description\": \"This artwork was inspired by psychology, and in particular Aaron Beck’s thoughts on cognitive distortions and congruent thought.\\r\\n\\r\\nAccording to Beck, our suffering depends more on the meaning and the importance we place on what happens to us as opposed to the impact of the actual event itself.\\r\\n\\r\\nInspired by this theory, the artist depicts a girl’s face in Congruence with flowers as a symbol of symbiosis with nature. The flowers in this artwork act as a metaphor for life. After overcoming the challenges that life throws at us, with courage and persistence we can blossom and find inner harmony, beauty and happiness.\\r\\n\\r\\n\\\"If you change the way you look at things, the things you look at change.\\\" - Wayne Dyer\",\n            \"item_image_data\": null,\n            \"item_insta_buy_price\": null,\n            \"item_max_supply\": 1,\n            \"item_min_price\": 9144.11035156,\n            \"item_sale_start\": null,\n            \"item_title\": null,\n            \"item_uuid\": \"5adff99bc3e04372b5e4438565f3c609\",\n            \"nft_offers\": [],\n            \"nft_tags\": [],\n            \"title_image\": null,\n            \"uuid\": \"2adff99bc3e04372b5e4438565f3c605\"\n        },\n        \"5adff99bc3e04372b5e4438565f3c60a\": {\n            \"artist_meta\": {\n                \"created\": \"2022-04-24 12:44:50\",\n                \"description\": \"ElectricalFire is a Vogue published image maker and multi-disciplinary artist. His original artwork often displays the harmony of classic high art juxtaposed with modern technology. His artwork has been displayed in art galleries and a virtual museum in Decentraland's Voltaire district.\",\n                \"is_public\": true,\n                \"name\": \"ElectricalFire\",\n                \"profile_avatar\": \"creator_3adff99bc3e04372b5e4438565f3c601_5df4a9fb.png\",\n                \"profile_id\": 1,\n                \"uuid\": \"3adff99bc3e04372b5e4438565f3c601\"\n            },\n            \"category_meta\": {\n                \"category_description\": \"An online community of makers, developers, and traders is pushing the art world into new territory. It all started with CryptoPunks, a set of 10,000 randomly generated punks that proved demand for the digital ownership of non-physical items and collectibles in 2017, and the market has evolved rapidly ever since.\",\n                \"category_icon\": \"fa-fire\",\n                \"category_identifier\": \"ART\",\n                \"category_name\": \"Artwork\",\n                \"category_short_title\": \"Art Collections\",\n                \"sort_order\": 500\n            },\n            \"collection_description\": \"Fantastic Photography and One-Of-A-Kinds\",\n            \"collection_items\": 12,\n            \"collection_name\": \"Photography One\",\n            \"created\": \"2022-04-24 12:21:11\",\n            \"is_public\": true,\n            \"item_created\": \"2022-04-24 13:45:53\",\n            \"item_description\": \"This artwork was inspired by psychology, and in particular Aaron Beck’s thoughts on cognitive distortions and congruent thought.\\r\\n\\r\\nAccording to Beck, our suffering depends more on the meaning and the importance we place on what happens to us as opposed to the impact of the actual event itself.\\r\\n\\r\\nInspired by this theory, the artist depicts a girl’s face in Congruence with flowers as a symbol of symbiosis with nature. The flowers in this artwork act as a metaphor for life. After overcoming the challenges that life throws at us, with courage and persistence we can blossom and find inner harmony, beauty and happiness.\\r\\n\\r\\n\\\"If you change the way you look at things, the things you look at change.\\\" - Wayne Dyer\",\n            \"item_image_data\": null,\n            \"item_insta_buy_price\": null,\n            \"item_max_supply\": 1,\n            \"item_min_price\": 481.89001465,\n            \"item_sale_start\": null,\n            \"item_title\": null,\n            \"item_uuid\": \"5adff99bc3e04372b5e4438565f3c60a\",\n            \"nft_offers\": [],\n            \"nft_tags\": [],\n            \"title_image\": null,\n            \"uuid\": \"2adff99bc3e04372b5e4438565f3c605\"\n        },\n        \"5adff99bc3e04372b5e4438565f3c60b\": {\n            \"artist_meta\": {\n                \"created\": \"2022-04-24 12:44:50\",\n                \"description\": \"ElectricalFire is a Vogue published image maker and multi-disciplinary artist. His original artwork often displays the harmony of classic high art juxtaposed with modern technology. His artwork has been displayed in art galleries and a virtual museum in Decentraland's Voltaire district.\",\n                \"is_public\": true,\n                \"name\": \"ElectricalFire\",\n                \"profile_avatar\": \"creator_3adff99bc3e04372b5e4438565f3c601_5df4a9fb.png\",\n                \"profile_id\": 1,\n                \"uuid\": \"3adff99bc3e04372b5e4438565f3c601\"\n            },\n            \"category_meta\": {\n                \"category_description\": \"An online community of makers, developers, and traders is pushing the art world into new territory. It all started with CryptoPunks, a set of 10,000 randomly generated punks that proved demand for the digital ownership of non-physical items and collectibles in 2017, and the market has evolved rapidly ever since.\",\n                \"category_icon\": \"fa-fire\",\n                \"category_identifier\": \"ART\",\n                \"category_name\": \"Artwork\",\n                \"category_short_title\": \"Art Collections\",\n                \"sort_order\": 500\n            },\n            \"collection_description\": \"Fantastic Photography and One-Of-A-Kinds\",\n            \"collection_items\": 12,\n            \"collection_name\": \"Photography One\",\n            \"created\": \"2022-04-24 12:21:11\",\n            \"is_public\": true,\n            \"item_created\": \"2022-04-24 13:45:53\",\n            \"item_description\": \"This artwork was inspired by psychology, and in particular Aaron Beck’s thoughts on cognitive distortions and congruent thought.\\r\\n\\r\\nAccording to Beck, our suffering depends more on the meaning and the importance we place on what happens to us as opposed to the impact of the actual event itself.\\r\\n\\r\\nInspired by this theory, the artist depicts a girl’s face in Congruence with flowers as a symbol of symbiosis with nature. The flowers in this artwork act as a metaphor for life. After overcoming the challenges that life throws at us, with courage and persistence we can blossom and find inner harmony, beauty and happiness.\\r\\n\\r\\n\\\"If you change the way you look at things, the things you look at change.\\\" - Wayne Dyer\",\n            \"item_image_data\": null,\n            \"item_insta_buy_price\": null,\n            \"item_max_supply\": 1,\n            \"item_min_price\": 884.14001465,\n            \"item_sale_start\": null,\n            \"item_title\": null,\n            \"item_uuid\": \"5adff99bc3e04372b5e4438565f3c60b\",\n            \"nft_offers\": [],\n            \"nft_tags\": [],\n            \"title_image\": null,\n            \"uuid\": \"2adff99bc3e04372b5e4438565f3c605\"\n        },\n        \"5adff99bc3e04372b5e4438565f3c60c\": {\n            \"artist_meta\": {\n                \"created\": \"2022-04-24 12:44:50\",\n                \"description\": \"ElectricalFire is a Vogue published image maker and multi-disciplinary artist. His original artwork often displays the harmony of classic high art juxtaposed with modern technology. His artwork has been displayed in art galleries and a virtual museum in Decentraland's Voltaire district.\",\n                \"is_public\": true,\n                \"name\": \"ElectricalFire\",\n                \"profile_avatar\": \"creator_3adff99bc3e04372b5e4438565f3c601_5df4a9fb.png\",\n                \"profile_id\": 1,\n                \"uuid\": \"3adff99bc3e04372b5e4438565f3c601\"\n            },\n            \"category_meta\": {\n                \"category_description\": \"An online community of makers, developers, and traders is pushing the art world into new territory. It all started with CryptoPunks, a set of 10,000 randomly generated punks that proved demand for the digital ownership of non-physical items and collectibles in 2017, and the market has evolved rapidly ever since.\",\n                \"category_icon\": \"fa-fire\",\n                \"category_identifier\": \"ART\",\n                \"category_name\": \"Artwork\",\n                \"category_short_title\": \"Art Collections\",\n                \"sort_order\": 500\n            },\n            \"collection_description\": \"Fantastic Photography and One-Of-A-Kinds\",\n            \"collection_items\": 12,\n            \"collection_name\": \"Photography One\",\n            \"created\": \"2022-04-24 12:21:11\",\n            \"is_public\": true,\n            \"item_created\": \"2022-04-24 13:45:53\",\n            \"item_description\": \"This artwork was inspired by psychology, and in particular Aaron Beck’s thoughts on cognitive distortions and congruent thought.\\r\\n\\r\\nAccording to Beck, our suffering depends more on the meaning and the importance we place on what happens to us as opposed to the impact of the actual event itself.\\r\\n\\r\\nInspired by this theory, the artist depicts a girl’s face in Congruence with flowers as a symbol of symbiosis with nature. The flowers in this artwork act as a metaphor for life. After overcoming the challenges that life throws at us, with courage and persistence we can blossom and find inner harmony, beauty and happiness.\\r\\n\\r\\n\\\"If you change the way you look at things, the things you look at change.\\\" - Wayne Dyer\",\n            \"item_image_data\": null,\n            \"item_insta_buy_price\": null,\n            \"item_max_supply\": 1,\n            \"item_min_price\": 3331.43994141,\n            \"item_sale_start\": null,\n            \"item_title\": null,\n            \"item_uuid\": \"5adff99bc3e04372b5e4438565f3c60c\",\n            \"nft_offers\": [],\n            \"nft_tags\": [],\n            \"title_image\": null,\n            \"uuid\": \"2adff99bc3e04372b5e4438565f3c605\"\n        }\n    }\n}"}],"_postman_id":"994cd0bb-83d2-45d3-8d5e-7914ce6e8210"},{"name":"NFT: Get Collection Meta Data","id":"6050573a-fd89-40b6-a744-760b8bb4dce9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/nft/collections/meta?collection_uuid=2adff99bc3e04372b5e4438565f3c605","urlObject":{"protocol":"https","path":["api","v1","nft","collections","meta"],"host":["api","paysr","co"],"query":[{"key":"collection_uuid","value":"2adff99bc3e04372b5e4438565f3c605"}],"variable":[]}},"response":[{"id":"54bcde4b-75c0-4dde-931e-c2d10bda3e4c","name":"NFT: Get Collection Meta Data (SUCCESS)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.paysr.co/api/v1/nft/collections/meta?collection_uuid=2adff99bc3e04372b5e4438565f3c605","protocol":"https","host":["api","paysr","co"],"path":["api","v1","nft","collections","meta"],"query":[{"key":"collection_uuid","value":"2adff99bc3e04372b5e4438565f3c605"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Werkzeug/2.1.2 Python/3.8.10"},{"key":"Date","value":"Mon, 18 Jul 2022 17:07:37 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"664"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Connection","value":"keep-alive"},{"key":"Connection","value":"close"},{"key":"keep-alive","value":"timeout=5, max=30"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"artist_meta\": {\n            \"created\": \"2022-04-24 12:44:50\",\n            \"description\": \"ElectricalFire is a Vogue published image maker and multi-disciplinary artist. His original artwork often displays the harmony of classic high art juxtaposed with modern technology. His artwork has been displayed in art galleries and a virtual museum in Decentraland's Voltaire district.\",\n            \"is_public\": true,\n            \"name\": \"ElectricalFire\",\n            \"profile_avatar\": \"creator_3adff99bc3e04372b5e4438565f3c601_5df4a9fb.png\",\n            \"profile_id\": 1,\n            \"uuid\": \"3adff99bc3e04372b5e4438565f3c601\"\n        },\n        \"category_meta\": {\n            \"category_description\": \"An online community of makers, developers, and traders is pushing the art world into new territory. It all started with CryptoPunks, a set of 10,000 randomly generated punks that proved demand for the digital ownership of non-physical items and collectibles in 2017, and the market has evolved rapidly ever since.\",\n            \"category_icon\": \"fa-fire\",\n            \"category_identifier\": \"ART\",\n            \"category_name\": \"Artwork\",\n            \"category_short_title\": \"Art Collections\",\n            \"sort_order\": 500\n        },\n        \"collection_description\": \"Fantastic Photography and One-Of-A-Kinds\",\n        \"collection_items\": 12,\n        \"collection_name\": \"Photography One\",\n        \"created\": \"2022-04-24 12:21:11\",\n        \"is_public\": true,\n        \"title_image\": null,\n        \"uuid\": \"2adff99bc3e04372b5e4438565f3c605\"\n    }\n}"}],"_postman_id":"6050573a-fd89-40b6-a744-760b8bb4dce9"},{"name":"NFT: Create New Collection","id":"15c278ff-8095-41a2-a932-28c83edb5b87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"destination_address\": \"0x4c445b91353f81a1011b3fc6799b2ae1249db8e9\",\r\n\t\"description\": \"Transfer to external wallet\",\r\n\t\"source_currency\": \"ETH\",\r\n\t\"source_amount\":0.01,\r\n\t\"2fa_code\":\"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/nft/collection/new","urlObject":{"protocol":"https","path":["api","v1","nft","collection","new"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"15c278ff-8095-41a2-a932-28c83edb5b87"},{"name":"NFT: Get All Created Collections","id":"ffac3b37-8883-4736-8b0f-ac029eaef256","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/nft/collections/created","urlObject":{"protocol":"https","path":["api","v1","nft","collections","created"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[{"id":"04785b5a-fdbd-4a54-94c9-44818b32dc8d","name":"NFT: Get All Created Collections (SUCCESS)","originalRequest":{"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/nft/collections/created"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Werkzeug/2.1.2 Python/3.8.10"},{"key":"Date","value":"Mon, 18 Jul 2022 17:10:09 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"808"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Connection","value":"keep-alive"},{"key":"Connection","value":"close"},{"key":"keep-alive","value":"timeout=5, max=30"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": [\n        {\n            \"artist_meta\": {\n                \"created\": \"2022-07-09 17:24:23\",\n                \"description\": \"Making decentralized NFTs trusted, verified, safe, and accessible to the world.\",\n                \"is_public\": false,\n                \"name\": \"fa4cc8824b6143cf88202456eae51c85\",\n                \"profile_avatar\": null,\n                \"profile_id\": 2,\n                \"uuid\": \"fa4cc8824b6143cf88202456eae51c85\"\n            },\n            \"category_name\": \"Artwork\",\n            \"collection_description\": \"Fantastic Photography and One-Of-A-Kinds\",\n            \"collection_name\": \"Photography One\",\n            \"collection_title_image\": null,\n            \"created\": \"2022-04-24 12:21:11\",\n            \"is_public\": true,\n            \"nft_category_meta\": {\n                \"category_description\": \"An online community of makers, developers, and traders is pushing the art world into new territory. It all started with CryptoPunks, a set of 10,000 randomly generated punks that proved demand for the digital ownership of non-physical items and collectibles in 2017, and the market has evolved rapidly ever since.\",\n                \"category_icon\": \"fa-fire\",\n                \"category_identifier\": \"ART\",\n                \"category_name\": \"Artwork\",\n                \"category_short_title\": \"Art Collections\",\n                \"sort_order\": 500\n            },\n            \"nft_item_count\": 12,\n            \"uuid\": \"2adff99bc3e04372b5e4438565f3c605\"\n        },\n        {\n            \"artist_meta\": {\n                \"created\": \"2022-07-09 17:24:23\",\n                \"description\": \"Making decentralized NFTs trusted, verified, safe, and accessible to the world.\",\n                \"is_public\": false,\n                \"name\": \"fa4cc8824b6143cf88202456eae51c85\",\n                \"profile_avatar\": null,\n                \"profile_id\": 2,\n                \"uuid\": \"fa4cc8824b6143cf88202456eae51c85\"\n            },\n            \"category_name\": \"Photography\",\n            \"collection_description\": \"Fantastic Photography and One-Of-A-Kinds\",\n            \"collection_name\": \"Landscape ASMR\",\n            \"collection_title_image\": null,\n            \"created\": \"2022-04-24 12:21:11\",\n            \"is_public\": true,\n            \"nft_category_meta\": {\n                \"category_description\": \"Photographers are taking the NFT world by storm, and we've got a selection of breathtaking collections from a growing and increasingly global community of creators right here.\",\n                \"category_icon\": \"fa-image\",\n                \"category_identifier\": \"PHOTO\",\n                \"category_name\": \"Photography\",\n                \"category_short_title\": \"Unique Photographic Art by Professionals\",\n                \"sort_order\": 800\n            },\n            \"nft_item_count\": 0,\n            \"uuid\": \"2cdff99bc3e04372b5e4438565f3c605\"\n        },\n        {\n            \"artist_meta\": {\n                \"created\": \"2022-07-09 17:24:23\",\n                \"description\": \"Making decentralized NFTs trusted, verified, safe, and accessible to the world.\",\n                \"is_public\": false,\n                \"name\": \"fa4cc8824b6143cf88202456eae51c85\",\n                \"profile_avatar\": null,\n                \"profile_id\": 2,\n                \"uuid\": \"fa4cc8824b6143cf88202456eae51c85\"\n            },\n            \"category_name\": \"Artwork\",\n            \"collection_description\": \"Fantastic Photography and One-Of-A-Kinds\",\n            \"collection_name\": \"Lady in Red\",\n            \"collection_title_image\": null,\n            \"created\": \"2022-04-24 12:21:11\",\n            \"is_public\": true,\n            \"nft_category_meta\": {\n                \"category_description\": \"An online community of makers, developers, and traders is pushing the art world into new territory. It all started with CryptoPunks, a set of 10,000 randomly generated punks that proved demand for the digital ownership of non-physical items and collectibles in 2017, and the market has evolved rapidly ever since.\",\n                \"category_icon\": \"fa-fire\",\n                \"category_identifier\": \"ART\",\n                \"category_name\": \"Artwork\",\n                \"category_short_title\": \"Art Collections\",\n                \"sort_order\": 500\n            },\n            \"nft_item_count\": 0,\n            \"uuid\": \"2adff99bc3e04372b5e4438565f3c105\"\n        },\n        {\n            \"artist_meta\": {\n                \"created\": \"2022-07-09 17:24:23\",\n                \"description\": \"Making decentralized NFTs trusted, verified, safe, and accessible to the world.\",\n                \"is_public\": false,\n                \"name\": \"fa4cc8824b6143cf88202456eae51c85\",\n                \"profile_avatar\": null,\n                \"profile_id\": 2,\n                \"uuid\": \"fa4cc8824b6143cf88202456eae51c85\"\n            },\n            \"category_name\": \"Photography\",\n            \"collection_description\": \"Fantastic Photography and One-Of-A-Kinds\",\n            \"collection_name\": \"Snowy Traffic\",\n            \"collection_title_image\": null,\n            \"created\": \"2022-04-24 12:21:11\",\n            \"is_public\": true,\n            \"nft_category_meta\": {\n                \"category_description\": \"Photographers are taking the NFT world by storm, and we've got a selection of breathtaking collections from a growing and increasingly global community of creators right here.\",\n                \"category_icon\": \"fa-image\",\n                \"category_identifier\": \"PHOTO\",\n                \"category_name\": \"Photography\",\n                \"category_short_title\": \"Unique Photographic Art by Professionals\",\n                \"sort_order\": 800\n            },\n            \"nft_item_count\": 0,\n            \"uuid\": \"2cdff99bc3e04372b5e4438565f3c105\"\n        }\n    ]\n}"}],"_postman_id":"ffac3b37-8883-4736-8b0f-ac029eaef256"},{"name":"NFT: Update Collection Meta-Data","id":"c7cdc0f0-7283-43ad-9f0f-4c82148e122a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"destination_address\": \"0x4c445b91353f81a1011b3fc6799b2ae1249db8e9\",\r\n\t\"description\": \"Transfer to external wallet\",\r\n\t\"source_currency\": \"ETH\",\r\n\t\"source_amount\":0.01,\r\n\t\"2fa_code\":\"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/nft/collection/update","urlObject":{"protocol":"https","path":["api","v1","nft","collection","update"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"c7cdc0f0-7283-43ad-9f0f-4c82148e122a"},{"name":"NFT: Get All NFTs","id":"90001e8e-974c-4f55-bd13-f2a472aab71e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/nft/tokens/all","urlObject":{"protocol":"https","path":["api","v1","nft","tokens","all"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[{"id":"067ead9c-6b58-4035-bb6e-de7bf07833f8","name":"NFT: Get All NFTs (SUCCESS)","originalRequest":{"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/nft/tokens/all"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Werkzeug/2.1.2 Python/3.8.10"},{"key":"Date","value":"Mon, 18 Jul 2022 17:10:52 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"977"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Connection","value":"keep-alive"},{"key":"Connection","value":"close"},{"key":"keep-alive","value":"timeout=5, max=30"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": [\n        {\n            \"artist_meta\": null,\n            \"artist_uuid\": \"3adff99bc3e04372b5e4438565f3c601\",\n            \"category_meta\": null,\n            \"created\": \"2022-04-24 13:45:53\",\n            \"favorites_count\": 0,\n            \"nft_category_identifier\": \"ART\",\n            \"nft_collection_meta\": null,\n            \"nft_collection_uuid\": \"2adff99bc3e04372b5e4438565f3c605\",\n            \"nft_description\": \"This artwork was inspired by psychology, and in particular Aaron Beck’s thoughts on cognitive distortions and congruent thought.\\r\\n\\r\\nAccording to Beck, our suffering depends more on the meaning and the importance we place on what happens to us as opposed to the impact of the actual event itself.\\r\\n\\r\\nInspired by this theory, the artist depicts a girl’s face in Congruence with flowers as a symbol of symbiosis with nature. The flowers in this artwork act as a metaphor for life. After overcoming the challenges that life throws at us, with courage and persistence we can blossom and find inner harmony, beauty and happiness.\\r\\n\\r\\n\\\"If you change the way you look at things, the things you look at change.\\\" - Wayne Dyer\",\n            \"nft_image\": null,\n            \"nft_insta_buy_price\": null,\n            \"nft_max_supply\": 1,\n            \"nft_min_price\": 3331.43994141,\n            \"nft_sale_start\": null,\n            \"nft_series_meta\": null,\n            \"nft_tags\": [],\n            \"nft_title\": null,\n            \"uuid\": \"5adff99bc3e04372b5e4438565f3c60c\",\n            \"view_count\": 0\n        },\n        {\n            \"artist_meta\": null,\n            \"artist_uuid\": \"3adff99bc3e04372b5e4438565f3c601\",\n            \"category_meta\": null,\n            \"created\": \"2022-04-24 13:45:53\",\n            \"favorites_count\": 0,\n            \"nft_category_identifier\": \"ART\",\n            \"nft_collection_meta\": null,\n            \"nft_collection_uuid\": \"2adff99bc3e04372b5e4438565f3c605\",\n            \"nft_description\": \"This artwork was inspired by psychology, and in particular Aaron Beck’s thoughts on cognitive distortions and congruent thought.\\r\\n\\r\\nAccording to Beck, our suffering depends more on the meaning and the importance we place on what happens to us as opposed to the impact of the actual event itself.\\r\\n\\r\\nInspired by this theory, the artist depicts a girl’s face in Congruence with flowers as a symbol of symbiosis with nature. The flowers in this artwork act as a metaphor for life. After overcoming the challenges that life throws at us, with courage and persistence we can blossom and find inner harmony, beauty and happiness.\\r\\n\\r\\n\\\"If you change the way you look at things, the things you look at change.\\\" - Wayne Dyer\",\n            \"nft_image\": null,\n            \"nft_insta_buy_price\": null,\n            \"nft_max_supply\": 1,\n            \"nft_min_price\": 884.14001465,\n            \"nft_sale_start\": null,\n            \"nft_series_meta\": null,\n            \"nft_tags\": [],\n            \"nft_title\": null,\n            \"uuid\": \"5adff99bc3e04372b5e4438565f3c60b\",\n            \"view_count\": 2\n        },\n        {\n            \"artist_meta\": null,\n            \"artist_uuid\": \"3adff99bc3e04372b5e4438565f3c601\",\n            \"category_meta\": null,\n            \"created\": \"2022-04-24 13:45:53\",\n            \"favorites_count\": 0,\n            \"nft_category_identifier\": \"ART\",\n            \"nft_collection_meta\": null,\n            \"nft_collection_uuid\": \"2adff99bc3e04372b5e4438565f3c605\",\n            \"nft_description\": \"This artwork was inspired by psychology, and in particular Aaron Beck’s thoughts on cognitive distortions and congruent thought.\\r\\n\\r\\nAccording to Beck, our suffering depends more on the meaning and the importance we place on what happens to us as opposed to the impact of the actual event itself.\\r\\n\\r\\nInspired by this theory, the artist depicts a girl’s face in Congruence with flowers as a symbol of symbiosis with nature. The flowers in this artwork act as a metaphor for life. After overcoming the challenges that life throws at us, with courage and persistence we can blossom and find inner harmony, beauty and happiness.\\r\\n\\r\\n\\\"If you change the way you look at things, the things you look at change.\\\" - Wayne Dyer\",\n            \"nft_image\": null,\n            \"nft_insta_buy_price\": null,\n            \"nft_max_supply\": 1,\n            \"nft_min_price\": 481.89001465,\n            \"nft_sale_start\": null,\n            \"nft_series_meta\": null,\n            \"nft_tags\": [],\n            \"nft_title\": null,\n            \"uuid\": \"5adff99bc3e04372b5e4438565f3c60a\",\n            \"view_count\": 0\n        },\n        {\n            \"artist_meta\": null,\n            \"artist_uuid\": \"3adff99bc3e04372b5e4438565f3c601\",\n            \"category_meta\": null,\n            \"created\": \"2022-04-24 13:45:53\",\n            \"favorites_count\": 0,\n            \"nft_category_identifier\": \"ART\",\n            \"nft_collection_meta\": null,\n            \"nft_collection_uuid\": \"2adff99bc3e04372b5e4438565f3c605\",\n            \"nft_description\": \"This artwork was inspired by psychology, and in particular Aaron Beck’s thoughts on cognitive distortions and congruent thought.\\r\\n\\r\\nAccording to Beck, our suffering depends more on the meaning and the importance we place on what happens to us as opposed to the impact of the actual event itself.\\r\\n\\r\\nInspired by this theory, the artist depicts a girl’s face in Congruence with flowers as a symbol of symbiosis with nature. The flowers in this artwork act as a metaphor for life. After overcoming the challenges that life throws at us, with courage and persistence we can blossom and find inner harmony, beauty and happiness.\\r\\n\\r\\n\\\"If you change the way you look at things, the things you look at change.\\\" - Wayne Dyer\",\n            \"nft_image\": null,\n            \"nft_insta_buy_price\": null,\n            \"nft_max_supply\": 1,\n            \"nft_min_price\": 9144.11035156,\n            \"nft_sale_start\": null,\n            \"nft_series_meta\": null,\n            \"nft_tags\": [],\n            \"nft_title\": null,\n            \"uuid\": \"5adff99bc3e04372b5e4438565f3c609\",\n            \"view_count\": 1\n        },\n        {\n            \"artist_meta\": null,\n            \"artist_uuid\": \"3adff99bc3e04372b5e4438565f3c601\",\n            \"category_meta\": null,\n            \"created\": \"2022-04-24 13:45:53\",\n            \"favorites_count\": 0,\n            \"nft_category_identifier\": \"ART\",\n            \"nft_collection_meta\": null,\n            \"nft_collection_uuid\": \"2adff99bc3e04372b5e4438565f3c605\",\n            \"nft_description\": \"This artwork was inspired by psychology, and in particular Aaron Beck’s thoughts on cognitive distortions and congruent thought.\\r\\n\\r\\nAccording to Beck, our suffering depends more on the meaning and the importance we place on what happens to us as opposed to the impact of the actual event itself.\\r\\n\\r\\nInspired by this theory, the artist depicts a girl’s face in Congruence with flowers as a symbol of symbiosis with nature. The flowers in this artwork act as a metaphor for life. After overcoming the challenges that life throws at us, with courage and persistence we can blossom and find inner harmony, beauty and happiness.\\r\\n\\r\\n\\\"If you change the way you look at things, the things you look at change.\\\" - Wayne Dyer\",\n            \"nft_image\": null,\n            \"nft_insta_buy_price\": null,\n            \"nft_max_supply\": 1,\n            \"nft_min_price\": 71.43000031,\n            \"nft_sale_start\": null,\n            \"nft_series_meta\": null,\n            \"nft_tags\": [],\n            \"nft_title\": null,\n            \"uuid\": \"5adff99bc3e04372b5e4438565f3c608\",\n            \"view_count\": 3\n        },\n        {\n            \"artist_meta\": null,\n            \"artist_uuid\": \"3adff99bc3e04372b5e4438565f3c601\",\n            \"category_meta\": null,\n            \"created\": \"2022-04-24 13:45:53\",\n            \"favorites_count\": 0,\n            \"nft_category_identifier\": \"ART\",\n            \"nft_collection_meta\": null,\n            \"nft_collection_uuid\": \"2adff99bc3e04372b5e4438565f3c605\",\n            \"nft_description\": \"This artwork was inspired by psychology, and in particular Aaron Beck’s thoughts on cognitive distortions and congruent thought.\\r\\n\\r\\nAccording to Beck, our suffering depends more on the meaning and the importance we place on what happens to us as opposed to the impact of the actual event itself.\\r\\n\\r\\nInspired by this theory, the artist depicts a girl’s face in Congruence with flowers as a symbol of symbiosis with nature. The flowers in this artwork act as a metaphor for life. After overcoming the challenges that life throws at us, with courage and persistence we can blossom and find inner harmony, beauty and happiness.\\r\\n\\r\\n\\\"If you change the way you look at things, the things you look at change.\\\" - Wayne Dyer\",\n            \"nft_image\": null,\n            \"nft_insta_buy_price\": null,\n            \"nft_max_supply\": 1,\n            \"nft_min_price\": 411.42001343,\n            \"nft_sale_start\": null,\n            \"nft_series_meta\": null,\n            \"nft_tags\": [],\n            \"nft_title\": null,\n            \"uuid\": \"5adff99bc3e04372b5e4438565f3c607\",\n            \"view_count\": 0\n        },\n        {\n            \"artist_meta\": null,\n            \"artist_uuid\": \"3adff99bc3e04372b5e4438565f3c601\",\n            \"category_meta\": null,\n            \"created\": \"2022-04-24 13:45:53\",\n            \"favorites_count\": 0,\n            \"nft_category_identifier\": \"ART\",\n            \"nft_collection_meta\": null,\n            \"nft_collection_uuid\": \"2adff99bc3e04372b5e4438565f3c605\",\n            \"nft_description\": \"This artwork was inspired by psychology, and in particular Aaron Beck’s thoughts on cognitive distortions and congruent thought.\\r\\n\\r\\nAccording to Beck, our suffering depends more on the meaning and the importance we place on what happens to us as opposed to the impact of the actual event itself.\\r\\n\\r\\nInspired by this theory, the artist depicts a girl’s face in Congruence with flowers as a symbol of symbiosis with nature. The flowers in this artwork act as a metaphor for life. After overcoming the challenges that life throws at us, with courage and persistence we can blossom and find inner harmony, beauty and happiness.\\r\\n\\r\\n\\\"If you change the way you look at things, the things you look at change.\\\" - Wayne Dyer\",\n            \"nft_image\": null,\n            \"nft_insta_buy_price\": null,\n            \"nft_max_supply\": 1,\n            \"nft_min_price\": 6221.12988281,\n            \"nft_sale_start\": null,\n            \"nft_series_meta\": null,\n            \"nft_tags\": [],\n            \"nft_title\": null,\n            \"uuid\": \"5adff99bc3e04372b5e4438565f3c606\",\n            \"view_count\": 0\n        },\n        {\n            \"artist_meta\": null,\n            \"artist_uuid\": \"3adff99bc3e04372b5e4438565f3c601\",\n            \"category_meta\": null,\n            \"created\": \"2022-04-24 13:45:53\",\n            \"favorites_count\": 0,\n            \"nft_category_identifier\": \"ART\",\n            \"nft_collection_meta\": null,\n            \"nft_collection_uuid\": \"2adff99bc3e04372b5e4438565f3c605\",\n            \"nft_description\": \"This artwork was inspired by psychology, and in particular Aaron Beck’s thoughts on cognitive distortions and congruent thought.\\r\\n\\r\\nAccording to Beck, our suffering depends more on the meaning and the importance we place on what happens to us as opposed to the impact of the actual event itself.\\r\\n\\r\\nInspired by this theory, the artist depicts a girl’s face in Congruence with flowers as a symbol of symbiosis with nature. The flowers in this artwork act as a metaphor for life. After overcoming the challenges that life throws at us, with courage and persistence we can blossom and find inner harmony, beauty and happiness.\\r\\n\\r\\n\\\"If you change the way you look at things, the things you look at change.\\\" - Wayne Dyer\",\n            \"nft_image\": null,\n            \"nft_insta_buy_price\": null,\n            \"nft_max_supply\": 1,\n            \"nft_min_price\": 134.21000671,\n            \"nft_sale_start\": null,\n            \"nft_series_meta\": null,\n            \"nft_tags\": [],\n            \"nft_title\": null,\n            \"uuid\": \"5adff99bc3e04372b5e4438565f3c605\",\n            \"view_count\": 2\n        },\n        {\n            \"artist_meta\": null,\n            \"artist_uuid\": \"3adff99bc3e04372b5e4438565f3c601\",\n            \"category_meta\": null,\n            \"created\": \"2022-04-24 13:45:53\",\n            \"favorites_count\": 0,\n            \"nft_category_identifier\": \"ART\",\n            \"nft_collection_meta\": null,\n            \"nft_collection_uuid\": \"2adff99bc3e04372b5e4438565f3c605\",\n            \"nft_description\": \"This artwork was inspired by psychology, and in particular Aaron Beck’s thoughts on cognitive distortions and congruent thought.\\r\\n\\r\\nAccording to Beck, our suffering depends more on the meaning and the importance we place on what happens to us as opposed to the impact of the actual event itself.\\r\\n\\r\\nInspired by this theory, the artist depicts a girl’s face in Congruence with flowers as a symbol of symbiosis with nature. The flowers in this artwork act as a metaphor for life. After overcoming the challenges that life throws at us, with courage and persistence we can blossom and find inner harmony, beauty and happiness.\\r\\n\\r\\n\\\"If you change the way you look at things, the things you look at change.\\\" - Wayne Dyer\",\n            \"nft_image\": null,\n            \"nft_insta_buy_price\": 100,\n            \"nft_max_supply\": 1,\n            \"nft_min_price\": 11,\n            \"nft_sale_start\": null,\n            \"nft_series_meta\": null,\n            \"nft_tags\": [],\n            \"nft_title\": null,\n            \"uuid\": \"5adff99bc3e04372b5e4438565f3c604\",\n            \"view_count\": 105\n        },\n        {\n            \"artist_meta\": null,\n            \"artist_uuid\": \"3adff99bc3e04372b5e4438565f3c601\",\n            \"category_meta\": null,\n            \"created\": \"2022-04-24 13:45:53\",\n            \"favorites_count\": 0,\n            \"nft_category_identifier\": \"ART\",\n            \"nft_collection_meta\": null,\n            \"nft_collection_uuid\": \"2adff99bc3e04372b5e4438565f3c605\",\n            \"nft_description\": \"This artwork was inspired by psychology, and in particular Aaron Beck’s thoughts on cognitive distortions and congruent thought.\\r\\n\\r\\nAccording to Beck, our suffering depends more on the meaning and the importance we place on what happens to us as opposed to the impact of the actual event itself.\\r\\n\\r\\nInspired by this theory, the artist depicts a girl’s face in Congruence with flowers as a symbol of symbiosis with nature. The flowers in this artwork act as a metaphor for life. After overcoming the challenges that life throws at us, with courage and persistence we can blossom and find inner harmony, beauty and happiness.\\r\\n\\r\\n\\\"If you change the way you look at things, the things you look at change.\\\" - Wayne Dyer\",\n            \"nft_image\": null,\n            \"nft_insta_buy_price\": null,\n            \"nft_max_supply\": 1,\n            \"nft_min_price\": 441.94000244,\n            \"nft_sale_start\": null,\n            \"nft_series_meta\": null,\n            \"nft_tags\": [],\n            \"nft_title\": null,\n            \"uuid\": \"5adff99bc3e04372b5e4438565f3c603\",\n            \"view_count\": 7\n        },\n        {\n            \"artist_meta\": null,\n            \"artist_uuid\": \"3adff99bc3e04372b5e4438565f3c601\",\n            \"category_meta\": null,\n            \"created\": \"2022-04-24 13:45:53\",\n            \"favorites_count\": 0,\n            \"nft_category_identifier\": \"ART\",\n            \"nft_collection_meta\": null,\n            \"nft_collection_uuid\": \"2adff99bc3e04372b5e4438565f3c605\",\n            \"nft_description\": \"This artwork was inspired by psychology, and in particular Aaron Beck’s thoughts on cognitive distortions and congruent thought.\\r\\n\\r\\nAccording to Beck, our suffering depends more on the meaning and the importance we place on what happens to us as opposed to the impact of the actual event itself.\\r\\n\\r\\nInspired by this theory, the artist depicts a girl’s face in Congruence with flowers as a symbol of symbiosis with nature. The flowers in this artwork act as a metaphor for life. After overcoming the challenges that life throws at us, with courage and persistence we can blossom and find inner harmony, beauty and happiness.\\r\\n\\r\\n\\\"If you change the way you look at things, the things you look at change.\\\" - Wayne Dyer\",\n            \"nft_image\": null,\n            \"nft_insta_buy_price\": null,\n            \"nft_max_supply\": 1,\n            \"nft_min_price\": 1299.89001465,\n            \"nft_sale_start\": null,\n            \"nft_series_meta\": null,\n            \"nft_tags\": [],\n            \"nft_title\": null,\n            \"uuid\": \"5adff99bc3e04372b5e4438565f3c602\",\n            \"view_count\": 11\n        },\n        {\n            \"artist_meta\": null,\n            \"artist_uuid\": \"3adff99bc3e04372b5e4438565f3c601\",\n            \"category_meta\": null,\n            \"created\": \"2022-04-24 13:45:53\",\n            \"favorites_count\": 0,\n            \"nft_category_identifier\": \"ART\",\n            \"nft_collection_meta\": null,\n            \"nft_collection_uuid\": \"2adff99bc3e04372b5e4438565f3c605\",\n            \"nft_description\": \"This artwork was inspired by psychology, and in particular Aaron Beck’s thoughts on cognitive distortions and congruent thought.\\r\\n\\r\\nAccording to Beck, our suffering depends more on the meaning and the importance we place on what happens to us as opposed to the impact of the actual event itself.\\r\\n\\r\\nInspired by this theory, the artist depicts a girl’s face in Congruence with flowers as a symbol of symbiosis with nature. The flowers in this artwork act as a metaphor for life. After overcoming the challenges that life throws at us, with courage and persistence we can blossom and find inner harmony, beauty and happiness.\\r\\n\\r\\n\\\"If you change the way you look at things, the things you look at change.\\\" - Wayne Dyer\",\n            \"nft_image\": null,\n            \"nft_insta_buy_price\": 1000,\n            \"nft_max_supply\": 1,\n            \"nft_min_price\": 189.19000244,\n            \"nft_sale_start\": null,\n            \"nft_series_meta\": null,\n            \"nft_tags\": [\n                {\n                    \"created\": \"2022-07-18 15:48:56\",\n                    \"tag_title\": \"Country\",\n                    \"tag_uuid\": \"5adff99bc3e04372b5e4538565f3c601\",\n                    \"tag_value\": \"Switzerland\"\n                },\n                {\n                    \"created\": \"2022-07-18 15:48:56\",\n                    \"tag_title\": \"Country\",\n                    \"tag_uuid\": \"5adff99bc3e04372b5e4638565f3c601\",\n                    \"tag_value\": \"United States\"\n                },\n                {\n                    \"created\": \"2022-07-18 15:48:56\",\n                    \"tag_title\": \"Country\",\n                    \"tag_uuid\": \"5adff99bc3e04372b5e4738565f3c601\",\n                    \"tag_value\": \"Finnland\"\n                },\n                {\n                    \"created\": \"2022-07-18 15:48:56\",\n                    \"tag_title\": \"NFT Type\",\n                    \"tag_uuid\": \"5adff99bc3e04372b5e4838565f3c601\",\n                    \"tag_value\": \"Carbon Credit\"\n                },\n                {\n                    \"created\": \"2022-07-18 15:48:56\",\n                    \"tag_title\": \"Ownership\",\n                    \"tag_uuid\": \"5adff99bc3e04372b5e4938565f3c601\",\n                    \"tag_value\": \"Private\"\n                }\n            ],\n            \"nft_title\": null,\n            \"uuid\": \"5adff99bc3e04372b5e4438565f3c601\",\n            \"view_count\": 143\n        }\n    ]\n}"}],"_postman_id":"90001e8e-974c-4f55-bd13-f2a472aab71e"},{"name":"NFT: Get All Created NFTs","id":"4884c20d-65e1-40a2-a8c9-f2a3dc13358a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/nft/tokens/created","urlObject":{"protocol":"https","path":["api","v1","nft","tokens","created"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[{"id":"0210143f-ff31-4df1-a0f1-25d3048ed602","name":"NFT: Get All Created NFTs (SUCCESS)","originalRequest":{"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/nft/tokens/created"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Werkzeug/2.1.2 Python/3.8.10"},{"key":"Date","value":"Tue, 19 Jul 2022 13:48:04 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2687"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Connection","value":"keep-alive"},{"key":"Connection","value":"close"},{"key":"keep-alive","value":"timeout=5, max=30"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": [\n        {\n            \"artist_meta\": {\n                \"created\": \"2022-04-24 12:44:50\",\n                \"description\": \"ElectricalFire is a Vogue published image maker and multi-disciplinary artist. His original artwork often displays the harmony of classic high art juxtaposed with modern technology. His artwork has been displayed in art galleries and a virtual museum in Decentraland's Voltaire district.\",\n                \"is_public\": true,\n                \"name\": \"ElectricalFire\",\n                \"profile_avatar\": \"creator_3adff99bc3e04372b5e4438565f3c601_5df4a9fb.png\",\n                \"profile_id\": 1,\n                \"uuid\": \"3adff99bc3e04372b5e4438565f3c601\"\n            },\n            \"category_meta\": {\n                \"category_description\": \"An online community of makers, developers, and traders is pushing the art world into new territory. It all started with CryptoPunks, a set of 10,000 randomly generated punks that proved demand for the digital ownership of non-physical items and collectibles in 2017, and the market has evolved rapidly ever since.\",\n                \"category_icon\": \"fa-fire\",\n                \"category_identifier\": \"ART\",\n                \"category_name\": \"Artwork\",\n                \"category_short_title\": \"Art Collections\",\n                \"sort_order\": 500\n            },\n            \"collection_description\": \"Fantastic Photography and One-Of-A-Kinds\",\n            \"collection_items\": 12,\n            \"collection_name\": \"Photography One\",\n            \"created\": \"2022-04-24 12:21:11\",\n            \"is_public\": true,\n            \"item_created\": \"2022-04-24 13:45:53\",\n            \"item_description\": \"This artwork was inspired by psychology, and in particular Aaron Beck’s thoughts on cognitive distortions and congruent thought.\\r\\n\\r\\nAccording to Beck, our suffering depends more on the meaning and the importance we place on what happens to us as opposed to the impact of the actual event itself.\\r\\n\\r\\nInspired by this theory, the artist depicts a girl’s face in Congruence with flowers as a symbol of symbiosis with nature. The flowers in this artwork act as a metaphor for life. After overcoming the challenges that life throws at us, with courage and persistence we can blossom and find inner harmony, beauty and happiness.\\r\\n\\r\\n\\\"If you change the way you look at things, the things you look at change.\\\" - Wayne Dyer\",\n            \"item_image_data\": null,\n            \"item_insta_buy_price\": 1000,\n            \"item_max_supply\": 1,\n            \"item_min_price\": 190,\n            \"item_sale_start\": null,\n            \"item_title\": null,\n            \"item_uuid\": \"5adff99bc3e04372b5e4438565f3c601\",\n            \"nft_offers\": [],\n            \"nft_tags\": [\n                {\n                    \"created\": \"2022-07-18 15:48:56\",\n                    \"tag_title\": \"Country\",\n                    \"tag_uuid\": \"5adff99bc3e04372b5e4538565f3c601\",\n                    \"tag_value\": \"Switzerland\"\n                },\n                {\n                    \"created\": \"2022-07-18 15:48:56\",\n                    \"tag_title\": \"Country\",\n                    \"tag_uuid\": \"5adff99bc3e04372b5e4638565f3c601\",\n                    \"tag_value\": \"United States\"\n                },\n                {\n                    \"created\": \"2022-07-18 15:48:56\",\n                    \"tag_title\": \"Country\",\n                    \"tag_uuid\": \"5adff99bc3e04372b5e4738565f3c601\",\n                    \"tag_value\": \"Finnland\"\n                },\n                {\n                    \"created\": \"2022-07-18 15:48:56\",\n                    \"tag_title\": \"NFT Type\",\n                    \"tag_uuid\": \"5adff99bc3e04372b5e4838565f3c601\",\n                    \"tag_value\": \"Carbon Credit\"\n                },\n                {\n                    \"created\": \"2022-07-18 15:48:56\",\n                    \"tag_title\": \"Ownership\",\n                    \"tag_uuid\": \"5adff99bc3e04372b5e4938565f3c601\",\n                    \"tag_value\": \"Private\"\n                }\n            ],\n            \"title_image\": null,\n            \"uuid\": \"2adff99bc3e04372b5e4438565f3c605\"\n        },\n        {\n            \"artist_meta\": {\n                \"created\": \"2022-04-24 12:44:50\",\n                \"description\": \"ElectricalFire is a Vogue published image maker and multi-disciplinary artist. His original artwork often displays the harmony of classic high art juxtaposed with modern technology. His artwork has been displayed in art galleries and a virtual museum in Decentraland's Voltaire district.\",\n                \"is_public\": true,\n                \"name\": \"ElectricalFire\",\n                \"profile_avatar\": \"creator_3adff99bc3e04372b5e4438565f3c601_5df4a9fb.png\",\n                \"profile_id\": 1,\n                \"uuid\": \"3adff99bc3e04372b5e4438565f3c601\"\n            },\n            \"category_meta\": {\n                \"category_description\": \"An online community of makers, developers, and traders is pushing the art world into new territory. It all started with CryptoPunks, a set of 10,000 randomly generated punks that proved demand for the digital ownership of non-physical items and collectibles in 2017, and the market has evolved rapidly ever since.\",\n                \"category_icon\": \"fa-fire\",\n                \"category_identifier\": \"ART\",\n                \"category_name\": \"Artwork\",\n                \"category_short_title\": \"Art Collections\",\n                \"sort_order\": 500\n            },\n            \"collection_description\": \"Fantastic Photography and One-Of-A-Kinds\",\n            \"collection_items\": 12,\n            \"collection_name\": \"Photography One\",\n            \"created\": \"2022-04-24 12:21:11\",\n            \"is_public\": true,\n            \"item_created\": \"2022-04-24 13:45:53\",\n            \"item_description\": \"This artwork was inspired by psychology, and in particular Aaron Beck’s thoughts on cognitive distortions and congruent thought.\\r\\n\\r\\nAccording to Beck, our suffering depends more on the meaning and the importance we place on what happens to us as opposed to the impact of the actual event itself.\\r\\n\\r\\nInspired by this theory, the artist depicts a girl’s face in Congruence with flowers as a symbol of symbiosis with nature. The flowers in this artwork act as a metaphor for life. After overcoming the challenges that life throws at us, with courage and persistence we can blossom and find inner harmony, beauty and happiness.\\r\\n\\r\\n\\\"If you change the way you look at things, the things you look at change.\\\" - Wayne Dyer\",\n            \"item_image_data\": null,\n            \"item_insta_buy_price\": null,\n            \"item_max_supply\": 1,\n            \"item_min_price\": 1299.89001465,\n            \"item_sale_start\": null,\n            \"item_title\": null,\n            \"item_uuid\": \"5adff99bc3e04372b5e4438565f3c602\",\n            \"nft_offers\": [],\n            \"nft_tags\": [],\n            \"title_image\": null,\n            \"uuid\": \"2adff99bc3e04372b5e4438565f3c605\"\n        },\n        {\n            \"artist_meta\": {\n                \"created\": \"2022-04-24 12:44:50\",\n                \"description\": \"ElectricalFire is a Vogue published image maker and multi-disciplinary artist. His original artwork often displays the harmony of classic high art juxtaposed with modern technology. His artwork has been displayed in art galleries and a virtual museum in Decentraland's Voltaire district.\",\n                \"is_public\": true,\n                \"name\": \"ElectricalFire\",\n                \"profile_avatar\": \"creator_3adff99bc3e04372b5e4438565f3c601_5df4a9fb.png\",\n                \"profile_id\": 1,\n                \"uuid\": \"3adff99bc3e04372b5e4438565f3c601\"\n            },\n            \"category_meta\": {\n                \"category_description\": \"An online community of makers, developers, and traders is pushing the art world into new territory. It all started with CryptoPunks, a set of 10,000 randomly generated punks that proved demand for the digital ownership of non-physical items and collectibles in 2017, and the market has evolved rapidly ever since.\",\n                \"category_icon\": \"fa-fire\",\n                \"category_identifier\": \"ART\",\n                \"category_name\": \"Artwork\",\n                \"category_short_title\": \"Art Collections\",\n                \"sort_order\": 500\n            },\n            \"collection_description\": \"Fantastic Photography and One-Of-A-Kinds\",\n            \"collection_items\": 12,\n            \"collection_name\": \"Photography One\",\n            \"created\": \"2022-04-24 12:21:11\",\n            \"is_public\": true,\n            \"item_created\": \"2022-04-24 13:45:53\",\n            \"item_description\": \"This artwork was inspired by psychology, and in particular Aaron Beck’s thoughts on cognitive distortions and congruent thought.\\r\\n\\r\\nAccording to Beck, our suffering depends more on the meaning and the importance we place on what happens to us as opposed to the impact of the actual event itself.\\r\\n\\r\\nInspired by this theory, the artist depicts a girl’s face in Congruence with flowers as a symbol of symbiosis with nature. The flowers in this artwork act as a metaphor for life. After overcoming the challenges that life throws at us, with courage and persistence we can blossom and find inner harmony, beauty and happiness.\\r\\n\\r\\n\\\"If you change the way you look at things, the things you look at change.\\\" - Wayne Dyer\",\n            \"item_image_data\": null,\n            \"item_insta_buy_price\": null,\n            \"item_max_supply\": 1,\n            \"item_min_price\": 441.94000244,\n            \"item_sale_start\": null,\n            \"item_title\": null,\n            \"item_uuid\": \"5adff99bc3e04372b5e4438565f3c603\",\n            \"nft_offers\": [],\n            \"nft_tags\": [],\n            \"title_image\": null,\n            \"uuid\": \"2adff99bc3e04372b5e4438565f3c605\"\n        },\n        {\n            \"artist_meta\": {\n                \"created\": \"2022-04-24 12:44:50\",\n                \"description\": \"ElectricalFire is a Vogue published image maker and multi-disciplinary artist. His original artwork often displays the harmony of classic high art juxtaposed with modern technology. His artwork has been displayed in art galleries and a virtual museum in Decentraland's Voltaire district.\",\n                \"is_public\": true,\n                \"name\": \"ElectricalFire\",\n                \"profile_avatar\": \"creator_3adff99bc3e04372b5e4438565f3c601_5df4a9fb.png\",\n                \"profile_id\": 1,\n                \"uuid\": \"3adff99bc3e04372b5e4438565f3c601\"\n            },\n            \"category_meta\": {\n                \"category_description\": \"An online community of makers, developers, and traders is pushing the art world into new territory. It all started with CryptoPunks, a set of 10,000 randomly generated punks that proved demand for the digital ownership of non-physical items and collectibles in 2017, and the market has evolved rapidly ever since.\",\n                \"category_icon\": \"fa-fire\",\n                \"category_identifier\": \"ART\",\n                \"category_name\": \"Artwork\",\n                \"category_short_title\": \"Art Collections\",\n                \"sort_order\": 500\n            },\n            \"collection_description\": \"Fantastic Photography and One-Of-A-Kinds\",\n            \"collection_items\": 12,\n            \"collection_name\": \"Photography One\",\n            \"created\": \"2022-04-24 12:21:11\",\n            \"is_public\": true,\n            \"item_created\": \"2022-04-24 13:45:53\",\n            \"item_description\": \"This artwork was inspired by psychology, and in particular Aaron Beck’s thoughts on cognitive distortions and congruent thought.\\r\\n\\r\\nAccording to Beck, our suffering depends more on the meaning and the importance we place on what happens to us as opposed to the impact of the actual event itself.\\r\\n\\r\\nInspired by this theory, the artist depicts a girl’s face in Congruence with flowers as a symbol of symbiosis with nature. The flowers in this artwork act as a metaphor for life. After overcoming the challenges that life throws at us, with courage and persistence we can blossom and find inner harmony, beauty and happiness.\\r\\n\\r\\n\\\"If you change the way you look at things, the things you look at change.\\\" - Wayne Dyer\",\n            \"item_image_data\": null,\n            \"item_insta_buy_price\": 100,\n            \"item_max_supply\": 1,\n            \"item_min_price\": 11,\n            \"item_sale_start\": null,\n            \"item_title\": null,\n            \"item_uuid\": \"5adff99bc3e04372b5e4438565f3c604\",\n            \"nft_offers\": [\n                {\n                    \"bidder_profile_json\": {\n                        \"affiliate_admin_id\": 1,\n                        \"affiliator\": {\n                            \"PaySR\": {\n                                \"activate_products\": true,\n                                \"affiliate_merchant_key\": \"MKEY-UNIC-GRP0-0001\", //merchant key change is needed\n                                \"affiliator_auto_gen_savings_wallets\": false,\n                                \"affiliator_show_hybrid_wallets\": false,\n                                \"affiliator_show_savings_wallets\": true,\n                                \"allow_dark_mode\": true,\n                                \"allow_multi_factor\": true,\n                                \"allow_quick_funding\": false,\n                                \"bg_dark_url\": \"/static/img/backgrounds/unitymatterhorn_2880x1800-1-8-blurred-blue.jpg\",\n                                \"bg_light_url\": \"/static/img/backgrounds/unitymatterhorn_2880x1800-1-8-blurred.jpg\",\n                                \"commission_reinvestment\": 100,\n                                \"created\": \"2021-04-01 13:28:37\",\n                                \"custom_css\": null,\n                                \"dbid\": 1,\n                                \"description\": null,\n                                \"dex_exclusive\": false,\n                                \"disable_ref_system\": false,\n                                \"disabled\": false,\n                                \"force_multi_factor\": false,\n                                \"force_to_ultra_light\": false,\n                                \"forwards_to_affiliator\": false,\n                                \"has_back_button_url\": null,\n                                \"has_ranks\": false,\n                                \"has_stars\": false,\n                                \"ico_meta\": {\n                                    \"current_price\": 1,\n                                    \"fiat_fk\": 2,\n                                    \"ico_allow_sending\": false,\n                                    \"ico_id\": 1,\n                                    \"ico_name\": \"Pro-Active Mining Token\",\n                                    \"ico_product_name\": \"Pro-Active Mining Token\",\n                                    \"ico_symbol\": \"UNTY\",\n                                    \"ico_web_url\": \"https://paysr.co\"\n                                },\n                                \"info_message\": null,\n                                \"intro_video\": null,\n                                \"is_active\": true,\n                                \"is_dark_theme\": false,\n                                \"logo_dark_url\": \"/static/img/logos/UniCrypt-Logo-onBlack.png\",\n                                \"logo_light_url\": \"/static/img/logos/UniCrypt-Logo-onWhite.png\",\n                                \"max_visible_network_depth\": 10,\n                                \"name\": \"PaySR\",\n                                \"outline_master_buttons\": true,\n                                \"portal_url\": \"https://account.paysr.co\",\n                                \"powered_by\": \"PaySR\",\n                                \"rank_data\": [\n                                    {\n                                        \"commission_data\": [\n                                            {\n                                                \"affiliate_program_fk\": 1,\n                                                \"commissions_array\": [\n                                                    10,\n                                                    5,\n                                                    5,\n                                                    5,\n                                                    5,\n                                                    5,\n                                                    5,\n                                                    5,\n                                                    5,\n                                                    5\n                                                ],\n                                                \"created\": \"2020-07-04 16:59:52\",\n                                                \"dbid\": 3,\n                                                \"level_10_commissions\": 5,\n                                                \"level_1_commissions\": 10,\n                                                \"level_2_commissions\": 5,\n                                                \"level_3_commissions\": 5,\n                                                \"level_4_commissions\": 5,\n                                                \"level_5_commissions\": 5,\n                                                \"level_6_commissions\": 5,\n                                                \"level_7_commissions\": 5,\n                                                \"level_8_commissions\": 5,\n                                                \"level_9_commissions\": 5,\n                                                \"name\": \"Gold\",\n                                                \"rank_number\": 1\n                                            },\n                                            {\n                                                \"affiliate_program_fk\": 1,\n                                                \"commissions_array\": [\n                                                    20,\n                                                    10,\n                                                    10,\n                                                    5,\n                                                    5,\n                                                    5,\n                                                    5,\n                                                    10,\n                                                    5,\n                                                    5\n                                                ],\n                                                \"created\": \"2020-07-04 16:59:52\",\n                                                \"dbid\": 4,\n                                                \"level_10_commissions\": 5,\n                                                \"level_1_commissions\": 20,\n                                                \"level_2_commissions\": 10,\n                                                \"level_3_commissions\": 10,\n                                                \"level_4_commissions\": 5,\n                                                \"level_5_commissions\": 5,\n                                                \"level_6_commissions\": 5,\n                                                \"level_7_commissions\": 5,\n                                                \"level_8_commissions\": 10,\n                                                \"level_9_commissions\": 5,\n                                                \"name\": \"Platinum\",\n                                                \"rank_number\": 2\n                                            },\n                                            {\n                                                \"affiliate_program_fk\": 1,\n                                                \"commissions_array\": [\n                                                    25,\n                                                    12,\n                                                    12,\n                                                    5,\n                                                    4,\n                                                    4,\n                                                    4,\n                                                    6,\n                                                    4,\n                                                    4\n                                                ],\n                                                \"created\": \"2020-07-04 17:00:21\",\n                                                \"dbid\": 5,\n                                                \"level_10_commissions\": 4,\n                                                \"level_1_commissions\": 25,\n                                                \"level_2_commissions\": 12,\n                                                \"level_3_commissions\": 12,\n                                                \"level_4_commissions\": 5,\n                                                \"level_5_commissions\": 4,\n                                                \"level_6_commissions\": 4,\n                                                \"level_7_commissions\": 4,\n                                                \"level_8_commissions\": 6,\n                                                \"level_9_commissions\": 4,\n                                                \"name\": \"Diamond\",\n                                                \"rank_number\": 3\n                                            }\n                                        ],\n                                        \"created\": \"2022-07-19 13:48:04.133820\",\n                                        \"rank_name\": \"Gold\",\n                                        \"rank_number\": 1\n                                    }\n                                ],\n                                \"ref_split_percent\": 10,\n                                \"require_user_data_at_registration\": true,\n                                \"role\": \"USER\",\n                                \"savings_wallets_external_tokens\": true,\n                                \"star_count\": 0,\n                                \"star_data\": [\n                                    {\n                                        \"affiliate_program_fk\": 1,\n                                        \"created\": \"2020-07-04 18:29:48\",\n                                        \"dbid\": 1,\n                                        \"minimum_revenue\": 5000,\n                                        \"star_level\": 1\n                                    },\n                                    {\n                                        \"affiliate_program_fk\": 1,\n                                        \"created\": \"2020-07-04 18:29:54\",\n                                        \"dbid\": 2,\n                                        \"minimum_revenue\": 10000,\n                                        \"star_level\": 2\n                                    },\n                                    {\n                                        \"affiliate_program_fk\": 1,\n                                        \"created\": \"2020-07-04 18:30:00\",\n                                        \"dbid\": 3,\n                                        \"minimum_revenue\": 30000,\n                                        \"star_level\": 3\n                                    },\n                                    {\n                                        \"affiliate_program_fk\": 1,\n                                        \"created\": \"2020-07-04 18:30:08\",\n                                        \"dbid\": 4,\n                                        \"minimum_revenue\": 100000,\n                                        \"star_level\": 4\n                                    },\n                                    {\n                                        \"affiliate_program_fk\": 1,\n                                        \"created\": \"2020-07-04 18:30:15\",\n                                        \"dbid\": 5,\n                                        \"minimum_revenue\": 300000,\n                                        \"star_level\": 5\n                                    }\n                                ],\n                                \"supervisor\": false,\n                                \"symbol\": \"PaySR\",\n                                \"warn_multi_factor_to_downline\": false,\n                                \"warning_message\": null,\n                                \"website_url\": \"https://paysr.co\"\n                            }\n                        },\n                        \"client_id\": \"1337-R0XR-4EVA\",\n                        \"created\": \"2017-11-21 00:00:00\",\n                        \"email\": \"sean@paysr.co\",\n                        \"fname\": \"Sean\", // need to check in with Sean what's up is this\n                        \"is_corporate\": false,\n                        \"join_time\": \"2017-11-21 00:00:00\",\n                        \"last_timezone\": -120,\n                        \"lname\": \"Prescott\",\n                        \"login_id\": 1,\n                        \"preferred_locale\": \"en\",\n                        \"profile_id\": 1,\n                        \"show_all_savings_fiats\": false,\n                        \"show_all_savings_tokens\": false,\n                        \"trashed\": false,\n                        \"username\": \"paysr\"\n                    },\n                    \"created\": \"2022-07-10 19:11:00\",\n                    \"currency\": \"USD\",\n                    \"dbid\": 1,\n                    \"filled\": null,\n                    \"price\": 12,\n                    \"profile_fk\": 1,\n                    \"uuid\": \"fadff99bc3e04372b5e4438565f3c601\"\n                }\n            ],\n            \"nft_tags\": [],\n            \"title_image\": null,\n            \"uuid\": \"2adff99bc3e04372b5e4438565f3c605\"\n        },\n        {\n            \"artist_meta\": {\n                \"created\": \"2022-04-24 12:44:50\",\n                \"description\": \"ElectricalFire is a Vogue published image maker and multi-disciplinary artist. His original artwork often displays the harmony of classic high art juxtaposed with modern technology. His artwork has been displayed in art galleries and a virtual museum in Decentraland's Voltaire district.\",\n                \"is_public\": true,\n                \"name\": \"ElectricalFire\",\n                \"profile_avatar\": \"creator_3adff99bc3e04372b5e4438565f3c601_5df4a9fb.png\",\n                \"profile_id\": 1,\n                \"uuid\": \"3adff99bc3e04372b5e4438565f3c601\"\n            },\n            \"category_meta\": {\n                \"category_description\": \"An online community of makers, developers, and traders is pushing the art world into new territory. It all started with CryptoPunks, a set of 10,000 randomly generated punks that proved demand for the digital ownership of non-physical items and collectibles in 2017, and the market has evolved rapidly ever since.\",\n                \"category_icon\": \"fa-fire\",\n                \"category_identifier\": \"ART\",\n                \"category_name\": \"Artwork\",\n                \"category_short_title\": \"Art Collections\",\n                \"sort_order\": 500\n            },\n            \"collection_description\": \"Fantastic Photography and One-Of-A-Kinds\",\n            \"collection_items\": 12,\n            \"collection_name\": \"Photography One\",\n            \"created\": \"2022-04-24 12:21:11\",\n            \"is_public\": true,\n            \"item_created\": \"2022-04-24 13:45:53\",\n            \"item_description\": \"This artwork was inspired by psychology, and in particular Aaron Beck’s thoughts on cognitive distortions and congruent thought.\\r\\n\\r\\nAccording to Beck, our suffering depends more on the meaning and the importance we place on what happens to us as opposed to the impact of the actual event itself.\\r\\n\\r\\nInspired by this theory, the artist depicts a girl’s face in Congruence with flowers as a symbol of symbiosis with nature. The flowers in this artwork act as a metaphor for life. After overcoming the challenges that life throws at us, with courage and persistence we can blossom and find inner harmony, beauty and happiness.\\r\\n\\r\\n\\\"If you change the way you look at things, the things you look at change.\\\" - Wayne Dyer\",\n            \"item_image_data\": null,\n            \"item_insta_buy_price\": null,\n            \"item_max_supply\": 1,\n            \"item_min_price\": 134.21000671,\n            \"item_sale_start\": null,\n            \"item_title\": null,\n            \"item_uuid\": \"5adff99bc3e04372b5e4438565f3c605\",\n            \"nft_offers\": [],\n            \"nft_tags\": [],\n            \"title_image\": null,\n            \"uuid\": \"2adff99bc3e04372b5e4438565f3c605\"\n        },\n        {\n            \"artist_meta\": {\n                \"created\": \"2022-04-24 12:44:50\",\n                \"description\": \"ElectricalFire is a Vogue published image maker and multi-disciplinary artist. His original artwork often displays the harmony of classic high art juxtaposed with modern technology. His artwork has been displayed in art galleries and a virtual museum in Decentraland's Voltaire district.\",\n                \"is_public\": true,\n                \"name\": \"ElectricalFire\",\n                \"profile_avatar\": \"creator_3adff99bc3e04372b5e4438565f3c601_5df4a9fb.png\",\n                \"profile_id\": 1,\n                \"uuid\": \"3adff99bc3e04372b5e4438565f3c601\"\n            },\n            \"category_meta\": {\n                \"category_description\": \"An online community of makers, developers, and traders is pushing the art world into new territory. It all started with CryptoPunks, a set of 10,000 randomly generated punks that proved demand for the digital ownership of non-physical items and collectibles in 2017, and the market has evolved rapidly ever since.\",\n                \"category_icon\": \"fa-fire\",\n                \"category_identifier\": \"ART\",\n                \"category_name\": \"Artwork\",\n                \"category_short_title\": \"Art Collections\",\n                \"sort_order\": 500\n            },\n            \"collection_description\": \"Fantastic Photography and One-Of-A-Kinds\",\n            \"collection_items\": 12,\n            \"collection_name\": \"Photography One\",\n            \"created\": \"2022-04-24 12:21:11\",\n            \"is_public\": true,\n            \"item_created\": \"2022-04-24 13:45:53\",\n            \"item_description\": \"This artwork was inspired by psychology, and in particular Aaron Beck’s thoughts on cognitive distortions and congruent thought.\\r\\n\\r\\nAccording to Beck, our suffering depends more on the meaning and the importance we place on what happens to us as opposed to the impact of the actual event itself.\\r\\n\\r\\nInspired by this theory, the artist depicts a girl’s face in Congruence with flowers as a symbol of symbiosis with nature. The flowers in this artwork act as a metaphor for life. After overcoming the challenges that life throws at us, with courage and persistence we can blossom and find inner harmony, beauty and happiness.\\r\\n\\r\\n\\\"If you change the way you look at things, the things you look at change.\\\" - Wayne Dyer\",\n            \"item_image_data\": null,\n            \"item_insta_buy_price\": null,\n            \"item_max_supply\": 1,\n            \"item_min_price\": 6221.12988281,\n            \"item_sale_start\": null,\n            \"item_title\": null,\n            \"item_uuid\": \"5adff99bc3e04372b5e4438565f3c606\",\n            \"nft_offers\": [],\n            \"nft_tags\": [],\n            \"title_image\": null,\n            \"uuid\": \"2adff99bc3e04372b5e4438565f3c605\"\n        },\n        {\n            \"artist_meta\": {\n                \"created\": \"2022-04-24 12:44:50\",\n                \"description\": \"ElectricalFire is a Vogue published image maker and multi-disciplinary artist. His original artwork often displays the harmony of classic high art juxtaposed with modern technology. His artwork has been displayed in art galleries and a virtual museum in Decentraland's Voltaire district.\",\n                \"is_public\": true,\n                \"name\": \"ElectricalFire\",\n                \"profile_avatar\": \"creator_3adff99bc3e04372b5e4438565f3c601_5df4a9fb.png\",\n                \"profile_id\": 1,\n                \"uuid\": \"3adff99bc3e04372b5e4438565f3c601\"\n            },\n            \"category_meta\": {\n                \"category_description\": \"An online community of makers, developers, and traders is pushing the art world into new territory. It all started with CryptoPunks, a set of 10,000 randomly generated punks that proved demand for the digital ownership of non-physical items and collectibles in 2017, and the market has evolved rapidly ever since.\",\n                \"category_icon\": \"fa-fire\",\n                \"category_identifier\": \"ART\",\n                \"category_name\": \"Artwork\",\n                \"category_short_title\": \"Art Collections\",\n                \"sort_order\": 500\n            },\n            \"collection_description\": \"Fantastic Photography and One-Of-A-Kinds\",\n            \"collection_items\": 12,\n            \"collection_name\": \"Photography One\",\n            \"created\": \"2022-04-24 12:21:11\",\n            \"is_public\": true,\n            \"item_created\": \"2022-04-24 13:45:53\",\n            \"item_description\": \"This artwork was inspired by psychology, and in particular Aaron Beck’s thoughts on cognitive distortions and congruent thought.\\r\\n\\r\\nAccording to Beck, our suffering depends more on the meaning and the importance we place on what happens to us as opposed to the impact of the actual event itself.\\r\\n\\r\\nInspired by this theory, the artist depicts a girl’s face in Congruence with flowers as a symbol of symbiosis with nature. The flowers in this artwork act as a metaphor for life. After overcoming the challenges that life throws at us, with courage and persistence we can blossom and find inner harmony, beauty and happiness.\\r\\n\\r\\n\\\"If you change the way you look at things, the things you look at change.\\\" - Wayne Dyer\",\n            \"item_image_data\": null,\n            \"item_insta_buy_price\": null,\n            \"item_max_supply\": 1,\n            \"item_min_price\": 411.42001343,\n            \"item_sale_start\": null,\n            \"item_title\": null,\n            \"item_uuid\": \"5adff99bc3e04372b5e4438565f3c607\",\n            \"nft_offers\": [],\n            \"nft_tags\": [],\n            \"title_image\": null,\n            \"uuid\": \"2adff99bc3e04372b5e4438565f3c605\"\n        },\n        {\n            \"artist_meta\": {\n                \"created\": \"2022-04-24 12:44:50\",\n                \"description\": \"ElectricalFire is a Vogue published image maker and multi-disciplinary artist. His original artwork often displays the harmony of classic high art juxtaposed with modern technology. His artwork has been displayed in art galleries and a virtual museum in Decentraland's Voltaire district.\",\n                \"is_public\": true,\n                \"name\": \"ElectricalFire\",\n                \"profile_avatar\": \"creator_3adff99bc3e04372b5e4438565f3c601_5df4a9fb.png\",\n                \"profile_id\": 1,\n                \"uuid\": \"3adff99bc3e04372b5e4438565f3c601\"\n            },\n            \"category_meta\": {\n                \"category_description\": \"An online community of makers, developers, and traders is pushing the art world into new territory. It all started with CryptoPunks, a set of 10,000 randomly generated punks that proved demand for the digital ownership of non-physical items and collectibles in 2017, and the market has evolved rapidly ever since.\",\n                \"category_icon\": \"fa-fire\",\n                \"category_identifier\": \"ART\",\n                \"category_name\": \"Artwork\",\n                \"category_short_title\": \"Art Collections\",\n                \"sort_order\": 500\n            },\n            \"collection_description\": \"Fantastic Photography and One-Of-A-Kinds\",\n            \"collection_items\": 12,\n            \"collection_name\": \"Photography One\",\n            \"created\": \"2022-04-24 12:21:11\",\n            \"is_public\": true,\n            \"item_created\": \"2022-04-24 13:45:53\",\n            \"item_description\": \"This artwork was inspired by psychology, and in particular Aaron Beck’s thoughts on cognitive distortions and congruent thought.\\r\\n\\r\\nAccording to Beck, our suffering depends more on the meaning and the importance we place on what happens to us as opposed to the impact of the actual event itself.\\r\\n\\r\\nInspired by this theory, the artist depicts a girl’s face in Congruence with flowers as a symbol of symbiosis with nature. The flowers in this artwork act as a metaphor for life. After overcoming the challenges that life throws at us, with courage and persistence we can blossom and find inner harmony, beauty and happiness.\\r\\n\\r\\n\\\"If you change the way you look at things, the things you look at change.\\\" - Wayne Dyer\",\n            \"item_image_data\": null,\n            \"item_insta_buy_price\": null,\n            \"item_max_supply\": 1,\n            \"item_min_price\": 71.43000031,\n            \"item_sale_start\": null,\n            \"item_title\": null,\n            \"item_uuid\": \"5adff99bc3e04372b5e4438565f3c608\",\n            \"nft_offers\": [],\n            \"nft_tags\": [],\n            \"title_image\": null,\n            \"uuid\": \"2adff99bc3e04372b5e4438565f3c605\"\n        },\n        {\n            \"artist_meta\": {\n                \"created\": \"2022-04-24 12:44:50\",\n                \"description\": \"ElectricalFire is a Vogue published image maker and multi-disciplinary artist. His original artwork often displays the harmony of classic high art juxtaposed with modern technology. His artwork has been displayed in art galleries and a virtual museum in Decentraland's Voltaire district.\",\n                \"is_public\": true,\n                \"name\": \"ElectricalFire\",\n                \"profile_avatar\": \"creator_3adff99bc3e04372b5e4438565f3c601_5df4a9fb.png\",\n                \"profile_id\": 1,\n                \"uuid\": \"3adff99bc3e04372b5e4438565f3c601\"\n            },\n            \"category_meta\": {\n                \"category_description\": \"An online community of makers, developers, and traders is pushing the art world into new territory. It all started with CryptoPunks, a set of 10,000 randomly generated punks that proved demand for the digital ownership of non-physical items and collectibles in 2017, and the market has evolved rapidly ever since.\",\n                \"category_icon\": \"fa-fire\",\n                \"category_identifier\": \"ART\",\n                \"category_name\": \"Artwork\",\n                \"category_short_title\": \"Art Collections\",\n                \"sort_order\": 500\n            },\n            \"collection_description\": \"Fantastic Photography and One-Of-A-Kinds\",\n            \"collection_items\": 12,\n            \"collection_name\": \"Photography One\",\n            \"created\": \"2022-04-24 12:21:11\",\n            \"is_public\": true,\n            \"item_created\": \"2022-04-24 13:45:53\",\n            \"item_description\": \"This artwork was inspired by psychology, and in particular Aaron Beck’s thoughts on cognitive distortions and congruent thought.\\r\\n\\r\\nAccording to Beck, our suffering depends more on the meaning and the importance we place on what happens to us as opposed to the impact of the actual event itself.\\r\\n\\r\\nInspired by this theory, the artist depicts a girl’s face in Congruence with flowers as a symbol of symbiosis with nature. The flowers in this artwork act as a metaphor for life. After overcoming the challenges that life throws at us, with courage and persistence we can blossom and find inner harmony, beauty and happiness.\\r\\n\\r\\n\\\"If you change the way you look at things, the things you look at change.\\\" - Wayne Dyer\",\n            \"item_image_data\": null,\n            \"item_insta_buy_price\": null,\n            \"item_max_supply\": 1,\n            \"item_min_price\": 9144.11035156,\n            \"item_sale_start\": null,\n            \"item_title\": null,\n            \"item_uuid\": \"5adff99bc3e04372b5e4438565f3c609\",\n            \"nft_offers\": [],\n            \"nft_tags\": [],\n            \"title_image\": null,\n            \"uuid\": \"2adff99bc3e04372b5e4438565f3c605\"\n        },\n        {\n            \"artist_meta\": {\n                \"created\": \"2022-04-24 12:44:50\",\n                \"description\": \"ElectricalFire is a Vogue published image maker and multi-disciplinary artist. His original artwork often displays the harmony of classic high art juxtaposed with modern technology. His artwork has been displayed in art galleries and a virtual museum in Decentraland's Voltaire district.\",\n                \"is_public\": true,\n                \"name\": \"ElectricalFire\",\n                \"profile_avatar\": \"creator_3adff99bc3e04372b5e4438565f3c601_5df4a9fb.png\",\n                \"profile_id\": 1,\n                \"uuid\": \"3adff99bc3e04372b5e4438565f3c601\"\n            },\n            \"category_meta\": {\n                \"category_description\": \"An online community of makers, developers, and traders is pushing the art world into new territory. It all started with CryptoPunks, a set of 10,000 randomly generated punks that proved demand for the digital ownership of non-physical items and collectibles in 2017, and the market has evolved rapidly ever since.\",\n                \"category_icon\": \"fa-fire\",\n                \"category_identifier\": \"ART\",\n                \"category_name\": \"Artwork\",\n                \"category_short_title\": \"Art Collections\",\n                \"sort_order\": 500\n            },\n            \"collection_description\": \"Fantastic Photography and One-Of-A-Kinds\",\n            \"collection_items\": 12,\n            \"collection_name\": \"Photography One\",\n            \"created\": \"2022-04-24 12:21:11\",\n            \"is_public\": true,\n            \"item_created\": \"2022-04-24 13:45:53\",\n            \"item_description\": \"This artwork was inspired by psychology, and in particular Aaron Beck’s thoughts on cognitive distortions and congruent thought.\\r\\n\\r\\nAccording to Beck, our suffering depends more on the meaning and the importance we place on what happens to us as opposed to the impact of the actual event itself.\\r\\n\\r\\nInspired by this theory, the artist depicts a girl’s face in Congruence with flowers as a symbol of symbiosis with nature. The flowers in this artwork act as a metaphor for life. After overcoming the challenges that life throws at us, with courage and persistence we can blossom and find inner harmony, beauty and happiness.\\r\\n\\r\\n\\\"If you change the way you look at things, the things you look at change.\\\" - Wayne Dyer\",\n            \"item_image_data\": null,\n            \"item_insta_buy_price\": null,\n            \"item_max_supply\": 1,\n            \"item_min_price\": 481.89001465,\n            \"item_sale_start\": null,\n            \"item_title\": null,\n            \"item_uuid\": \"5adff99bc3e04372b5e4438565f3c60a\",\n            \"nft_offers\": [],\n            \"nft_tags\": [],\n            \"title_image\": null,\n            \"uuid\": \"2adff99bc3e04372b5e4438565f3c605\"\n        },\n        {\n            \"artist_meta\": {\n                \"created\": \"2022-04-24 12:44:50\",\n                \"description\": \"ElectricalFire is a Vogue published image maker and multi-disciplinary artist. His original artwork often displays the harmony of classic high art juxtaposed with modern technology. His artwork has been displayed in art galleries and a virtual museum in Decentraland's Voltaire district.\",\n                \"is_public\": true,\n                \"name\": \"ElectricalFire\",\n                \"profile_avatar\": \"creator_3adff99bc3e04372b5e4438565f3c601_5df4a9fb.png\",\n                \"profile_id\": 1,\n                \"uuid\": \"3adff99bc3e04372b5e4438565f3c601\"\n            },\n            \"category_meta\": {\n                \"category_description\": \"An online community of makers, developers, and traders is pushing the art world into new territory. It all started with CryptoPunks, a set of 10,000 randomly generated punks that proved demand for the digital ownership of non-physical items and collectibles in 2017, and the market has evolved rapidly ever since.\",\n                \"category_icon\": \"fa-fire\",\n                \"category_identifier\": \"ART\",\n                \"category_name\": \"Artwork\",\n                \"category_short_title\": \"Art Collections\",\n                \"sort_order\": 500\n            },\n            \"collection_description\": \"Fantastic Photography and One-Of-A-Kinds\",\n            \"collection_items\": 12,\n            \"collection_name\": \"Photography One\",\n            \"created\": \"2022-04-24 12:21:11\",\n            \"is_public\": true,\n            \"item_created\": \"2022-04-24 13:45:53\",\n            \"item_description\": \"This artwork was inspired by psychology, and in particular Aaron Beck’s thoughts on cognitive distortions and congruent thought.\\r\\n\\r\\nAccording to Beck, our suffering depends more on the meaning and the importance we place on what happens to us as opposed to the impact of the actual event itself.\\r\\n\\r\\nInspired by this theory, the artist depicts a girl’s face in Congruence with flowers as a symbol of symbiosis with nature. The flowers in this artwork act as a metaphor for life. After overcoming the challenges that life throws at us, with courage and persistence we can blossom and find inner harmony, beauty and happiness.\\r\\n\\r\\n\\\"If you change the way you look at things, the things you look at change.\\\" - Wayne Dyer\",\n            \"item_image_data\": null,\n            \"item_insta_buy_price\": null,\n            \"item_max_supply\": 1,\n            \"item_min_price\": 884.14001465,\n            \"item_sale_start\": null,\n            \"item_title\": null,\n            \"item_uuid\": \"5adff99bc3e04372b5e4438565f3c60b\",\n            \"nft_offers\": [],\n            \"nft_tags\": [],\n            \"title_image\": null,\n            \"uuid\": \"2adff99bc3e04372b5e4438565f3c605\"\n        },\n        {\n            \"artist_meta\": {\n                \"created\": \"2022-04-24 12:44:50\",\n                \"description\": \"ElectricalFire is a Vogue published image maker and multi-disciplinary artist. His original artwork often displays the harmony of classic high art juxtaposed with modern technology. His artwork has been displayed in art galleries and a virtual museum in Decentraland's Voltaire district.\",\n                \"is_public\": true,\n                \"name\": \"ElectricalFire\",\n                \"profile_avatar\": \"creator_3adff99bc3e04372b5e4438565f3c601_5df4a9fb.png\",\n                \"profile_id\": 1,\n                \"uuid\": \"3adff99bc3e04372b5e4438565f3c601\"\n            },\n            \"category_meta\": {\n                \"category_description\": \"An online community of makers, developers, and traders is pushing the art world into new territory. It all started with CryptoPunks, a set of 10,000 randomly generated punks that proved demand for the digital ownership of non-physical items and collectibles in 2017, and the market has evolved rapidly ever since.\",\n                \"category_icon\": \"fa-fire\",\n                \"category_identifier\": \"ART\",\n                \"category_name\": \"Artwork\",\n                \"category_short_title\": \"Art Collections\",\n                \"sort_order\": 500\n            },\n            \"collection_description\": \"Fantastic Photography and One-Of-A-Kinds\",\n            \"collection_items\": 12,\n            \"collection_name\": \"Photography One\",\n            \"created\": \"2022-04-24 12:21:11\",\n            \"is_public\": true,\n            \"item_created\": \"2022-04-24 13:45:53\",\n            \"item_description\": \"This artwork was inspired by psychology, and in particular Aaron Beck’s thoughts on cognitive distortions and congruent thought.\\r\\n\\r\\nAccording to Beck, our suffering depends more on the meaning and the importance we place on what happens to us as opposed to the impact of the actual event itself.\\r\\n\\r\\nInspired by this theory, the artist depicts a girl’s face in Congruence with flowers as a symbol of symbiosis with nature. The flowers in this artwork act as a metaphor for life. After overcoming the challenges that life throws at us, with courage and persistence we can blossom and find inner harmony, beauty and happiness.\\r\\n\\r\\n\\\"If you change the way you look at things, the things you look at change.\\\" - Wayne Dyer\",\n            \"item_image_data\": null,\n            \"item_insta_buy_price\": null,\n            \"item_max_supply\": 1,\n            \"item_min_price\": 3331.43994141,\n            \"item_sale_start\": null,\n            \"item_title\": null,\n            \"item_uuid\": \"5adff99bc3e04372b5e4438565f3c60c\",\n            \"nft_offers\": [],\n            \"nft_tags\": [],\n            \"title_image\": null,\n            \"uuid\": \"2adff99bc3e04372b5e4438565f3c605\"\n        }\n    ]\n}"}],"_postman_id":"4884c20d-65e1-40a2-a8c9-f2a3dc13358a"},{"name":"NFT: Get All Owned NFTs","id":"786890c1-b015-426b-ac01-cea30c6d3366","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/nft/tokens/owned","urlObject":{"protocol":"https","path":["api","v1","nft","tokens","owned"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"786890c1-b015-426b-ac01-cea30c6d3366"},{"name":"NFT: Get All Sold NFTs","id":"b94759d9-3a02-45fb-9d17-c645754764fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/nft/tokens/sold","urlObject":{"protocol":"https","path":["api","v1","nft","tokens","sold"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"b94759d9-3a02-45fb-9d17-c645754764fc"},{"name":"NFT: Get NFT Lifecycle History","id":"73570e92-2452-4916-87d3-f994378929b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/nft/tokens/history","urlObject":{"protocol":"https","path":["api","v1","nft","tokens","history"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"73570e92-2452-4916-87d3-f994378929b1"},{"name":"NFT: Create New NFT","id":"b3c4c26c-1e32-491c-af13-21440f2120f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"destination_address\": \"0x4c445b91353f81a1011b3fc6799b2ae1249db8e9\",\r\n\t\"description\": \"Transfer to external wallet\",\r\n\t\"source_currency\": \"ETH\",\r\n\t\"source_amount\":0.01,\r\n\t\"2fa_code\":\"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/nft/tokens/new","urlObject":{"protocol":"https","path":["api","v1","nft","tokens","new"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"b3c4c26c-1e32-491c-af13-21440f2120f7"},{"name":"NFT: Publish / Unpublish an NFT","id":"ae5a0729-2736-418b-a02a-c64e22dcc889","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"nft_uuid\":\"XXXXXXXXXXXXXX\",\r\n    \"publish\":true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/nft/tokens/publish","urlObject":{"protocol":"https","path":["api","v1","nft","tokens","publish"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"ae5a0729-2736-418b-a02a-c64e22dcc889"},{"name":"NFT: Update NFT Meta-Data","id":"28ed0946-70d8-4710-920c-52900468c039","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"destination_address\": \"0x4c445b91353f81a1011b3fc6799b2ae1249db8e9\",\r\n\t\"description\": \"Transfer to external wallet\",\r\n\t\"source_currency\": \"ETH\",\r\n\t\"source_amount\":0.01,\r\n\t\"2fa_code\":\"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/nft/tokens/update","urlObject":{"protocol":"https","path":["api","v1","nft","tokens","update"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"28ed0946-70d8-4710-920c-52900468c039"},{"name":"NFT: Create NFT Tag","id":"78b98ff0-eeab-4ff5-aa14-996402f23197","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"destination_address\": \"0x4c445b91353f81a1011b3fc6799b2ae1249db8e9\",\r\n\t\"description\": \"Transfer to external wallet\",\r\n\t\"source_currency\": \"ETH\",\r\n\t\"source_amount\":0.01,\r\n\t\"2fa_code\":\"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/nft/tags/create","urlObject":{"protocol":"https","path":["api","v1","nft","tags","create"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"78b98ff0-eeab-4ff5-aa14-996402f23197"},{"name":"NFT: Allocate NFT Tag to NFT Item","id":"a162c518-2e40-405b-bfc7-65f4241c941f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"destination_address\": \"0x4c445b91353f81a1011b3fc6799b2ae1249db8e9\",\r\n\t\"description\": \"Transfer to external wallet\",\r\n\t\"source_currency\": \"ETH\",\r\n\t\"source_amount\":0.01,\r\n\t\"2fa_code\":\"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/nft/tags/allocate","urlObject":{"protocol":"https","path":["api","v1","nft","tags","allocate"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"a162c518-2e40-405b-bfc7-65f4241c941f"},{"name":"NFT: Get Created NFT Tags","id":"13a61921-b957-4580-a4f0-791e7fcdc18a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/nft/tags/all","urlObject":{"protocol":"https","path":["api","v1","nft","tags","all"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"13a61921-b957-4580-a4f0-791e7fcdc18a"},{"name":"NFT: Make Bid for NFT","id":"baf4437b-1780-4c0c-ba5a-5b170e23a173","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"destination_address\": \"0x4c445b91353f81a1011b3fc6799b2ae1249db8e9\",\r\n\t\"description\": \"Transfer to external wallet\",\r\n\t\"source_currency\": \"ETH\",\r\n\t\"source_amount\":0.01,\r\n\t\"2fa_code\":\"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/nft/tokens/make-offer","urlObject":{"protocol":"https","path":["api","v1","nft","tokens","make-offer"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"baf4437b-1780-4c0c-ba5a-5b170e23a173"},{"name":"NFT: Accept Bid/Sell NFT","id":"71abd184-24bc-4302-b731-303752f5194e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"destination_address\": \"0x4c445b91353f81a1011b3fc6799b2ae1249db8e9\",\r\n\t\"description\": \"Transfer to external wallet\",\r\n\t\"source_currency\": \"ETH\",\r\n\t\"source_amount\":0.01,\r\n\t\"2fa_code\":\"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/nft/tokens/accept-offer","urlObject":{"protocol":"https","path":["api","v1","nft","tokens","accept-offer"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"71abd184-24bc-4302-b731-303752f5194e"},{"name":"NFT: Instant-Buy NFT","id":"3aab8851-b18f-41d1-b2a6-e6038dd23ce5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"destination_address\": \"0x4c445b91353f81a1011b3fc6799b2ae1249db8e9\",\r\n\t\"description\": \"Transfer to external wallet\",\r\n\t\"source_currency\": \"ETH\",\r\n\t\"source_amount\":0.01,\r\n\t\"2fa_code\":\"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/nft/tokens/buy-nft","urlObject":{"protocol":"https","path":["api","v1","nft","tokens","buy-nft"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"3aab8851-b18f-41d1-b2a6-e6038dd23ce5"},{"name":"NFT: Update Creator Profile Data","id":"637a56d8-bfdd-4ce3-9be5-3c9ed7357b91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"destination_address\": \"0x4c445b91353f81a1011b3fc6799b2ae1249db8e9\",\r\n\t\"description\": \"Transfer to external wallet\",\r\n\t\"source_currency\": \"ETH\",\r\n\t\"source_amount\":0.01,\r\n\t\"2fa_code\":\"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paysr.co/api/v1/nft/creator/update","urlObject":{"protocol":"https","path":["api","v1","nft","creator","update"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"637a56d8-bfdd-4ce3-9be5-3c9ed7357b91"},{"name":"NFT: Get NFT Creator Profile Data","id":"33abfebf-fe42-475d-bd10-93b8718af4ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/nft/creator/profile","urlObject":{"protocol":"https","path":["api","v1","nft","creator","profile"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"33abfebf-fe42-475d-bd10-93b8718af4ce"},{"name":"NFT: Get NFT Collections of Creator","id":"608f5487-d513-41f6-8a79-e3a3514f1f49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/nft/creator/collections","urlObject":{"protocol":"https","path":["api","v1","nft","creator","collections"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"608f5487-d513-41f6-8a79-e3a3514f1f49"},{"name":"NFT: Get NFT Items of Creator","id":"b4c35191-da91-449b-97da-11220cf10309","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/nft/creator/items","urlObject":{"protocol":"https","path":["api","v1","nft","creator","items"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"b4c35191-da91-449b-97da-11220cf10309"},{"name":"NFT: Get created NFT Items of Creator","id":"e33a38f2-ea5f-49aa-84f5-8f6a3f00bdca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/nft/creator/created","urlObject":{"protocol":"https","path":["api","v1","nft","creator","created"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"e33a38f2-ea5f-49aa-84f5-8f6a3f00bdca"}],"id":"adbcab18-3f7a-4d51-9f27-a6c2bf3be13f","_postman_id":"adbcab18-3f7a-4d51-9f27-a6c2bf3be13f","description":""},{"name":"General Data","item":[{"name":"GENERAL: Get Status Info","id":"7cbcd22e-9451-494f-944b-fdf2d73e5dfa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/general","urlObject":{"protocol":"https","path":["api","v1","general"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[{"id":"0bed08a0-cad8-4639-a9ad-da4cf1f6f655","name":"GENERAL: Get Status Info - SUCCESS","originalRequest":{"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/general"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"35"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5, max=30"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.10"},{"key":"Date","value":"Wed, 17 Nov 2021 20:39:22 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ONLINE\",\n    \"success\": true\n}"}],"_postman_id":"7cbcd22e-9451-494f-944b-fdf2d73e5dfa"},{"name":"GENERAL: Get Countries Data","id":"91acd3b2-5894-4f0a-ad81-dfeb9d1e8a7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/general/countries","description":"<p>This end-point returns the information for every country, including their individual support for certain functions and features:</p>\n<ul>\n<li><strong>\"is_banned\"</strong>: indicates if residents of this country are generally not allowed to onboard on the platform.</li>\n<li><strong>\"allow_bank_withdrawal\"</strong>: indicates if banks residing in this country can be used to withdraw funds to.</li>\n<li><strong>\"is_ofac\"</strong>: indicates if the country is on the OFAC List and therefore inherently banned.</li>\n<li><strong>\"allow_crypto_card\"</strong>: indicates if crypto-cards can be delivered to residents of this country.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","v1","general","countries"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[{"id":"6fc49b60-5f45-47a2-bf23-4a24728a3a97","name":"GENERAL: Get Countries Data - SUCCESS","originalRequest":{"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/general/countries"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"3284"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5, max=30"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.10"},{"key":"Date","value":"Wed, 17 Nov 2021 20:38:22 GMT"}],"cookie":[],"responseTime":null,"body":"[{\"id\": 1, \"country_code\": \"AF\", \"country_name\": \"Afghanistan\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 2, \"country_code\": \"AL\", \"country_name\": \"Albania\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 3, \"country_code\": \"DZ\", \"country_name\": \"Algeria\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 4, \"country_code\": \"DS\", \"country_name\": \"American Samoa\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 5, \"country_code\": \"AD\", \"country_name\": \"Andorra\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 6, \"country_code\": \"AO\", \"country_name\": \"Angola\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 7, \"country_code\": \"AI\", \"country_name\": \"Anguilla\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 8, \"country_code\": \"AQ\", \"country_name\": \"Antarctica\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 9, \"country_code\": \"AG\", \"country_name\": \"Antigua and Barbuda\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 10, \"country_code\": \"AR\", \"country_name\": \"Argentina\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 11, \"country_code\": \"AM\", \"country_name\": \"Armenia\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 12, \"country_code\": \"AW\", \"country_name\": \"Aruba\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 13, \"country_code\": \"AU\", \"country_name\": \"Australia\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 14, \"country_code\": \"AT\", \"country_name\": \"Austria\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 15, \"country_code\": \"AZ\", \"country_name\": \"Azerbaijan\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 16, \"country_code\": \"BS\", \"country_name\": \"Bahamas\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 17, \"country_code\": \"BH\", \"country_name\": \"Bahrain\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 18, \"country_code\": \"BD\", \"country_name\": \"Bangladesh\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 19, \"country_code\": \"BB\", \"country_name\": \"Barbados\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 20, \"country_code\": \"BY\", \"country_name\": \"Belarus\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": true}, {\"id\": 21, \"country_code\": \"BE\", \"country_name\": \"Belgium\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 22, \"country_code\": \"BZ\", \"country_name\": \"Belize\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 23, \"country_code\": \"BJ\", \"country_name\": \"Benin\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 24, \"country_code\": \"BM\", \"country_name\": \"Bermuda\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 25, \"country_code\": \"BT\", \"country_name\": \"Bhutan\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 26, \"country_code\": \"BO\", \"country_name\": \"Bolivia\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 27, \"country_code\": \"BA\", \"country_name\": \"Bosnia and Herzegovina\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 28, \"country_code\": \"BW\", \"country_name\": \"Botswana\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 29, \"country_code\": \"BV\", \"country_name\": \"Bouvet Island\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 30, \"country_code\": \"BR\", \"country_name\": \"Brazil\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 31, \"country_code\": \"IO\", \"country_name\": \"British Indian Ocean Territory\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 32, \"country_code\": \"BN\", \"country_name\": \"Brunei Darussalam\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 33, \"country_code\": \"BG\", \"country_name\": \"Bulgaria\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 34, \"country_code\": \"BF\", \"country_name\": \"Burkina Faso\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 35, \"country_code\": \"BI\", \"country_name\": \"Burundi\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 36, \"country_code\": \"KH\", \"country_name\": \"Cambodia\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 37, \"country_code\": \"CM\", \"country_name\": \"Cameroon\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 38, \"country_code\": \"CA\", \"country_name\": \"Canada\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 39, \"country_code\": \"CV\", \"country_name\": \"Cape Verde\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 40, \"country_code\": \"KY\", \"country_name\": \"Cayman Islands\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 41, \"country_code\": \"CF\", \"country_name\": \"Central African Republic\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 42, \"country_code\": \"TD\", \"country_name\": \"Chad\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 43, \"country_code\": \"CL\", \"country_name\": \"Chile\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 44, \"country_code\": \"CN\", \"country_name\": \"China\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 45, \"country_code\": \"CX\", \"country_name\": \"Christmas Island\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 46, \"country_code\": \"CC\", \"country_name\": \"Cocos Islands\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 47, \"country_code\": \"CO\", \"country_name\": \"Colombia\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 48, \"country_code\": \"KM\", \"country_name\": \"Comoros\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 49, \"country_code\": \"CG\", \"country_name\": \"Congo\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": true}, {\"id\": 50, \"country_code\": \"CK\", \"country_name\": \"Cook Islands\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 51, \"country_code\": \"CR\", \"country_name\": \"Costa Rica\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 52, \"country_code\": \"HR\", \"country_name\": \"Croatia\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 53, \"country_code\": \"CU\", \"country_name\": \"Cuba\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": true}, {\"id\": 54, \"country_code\": \"CY\", \"country_name\": \"Cyprus\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 55, \"country_code\": \"CZ\", \"country_name\": \"Czech Republic\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 56, \"country_code\": \"DK\", \"country_name\": \"Denmark\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 57, \"country_code\": \"DJ\", \"country_name\": \"Djibouti\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 58, \"country_code\": \"DM\", \"country_name\": \"Dominica\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 59, \"country_code\": \"DO\", \"country_name\": \"Dominican Republic\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": true}, {\"id\": 60, \"country_code\": \"TP\", \"country_name\": \"East Timor\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 61, \"country_code\": \"EC\", \"country_name\": \"Ecuador\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 62, \"country_code\": \"EG\", \"country_name\": \"Egypt\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 63, \"country_code\": \"SV\", \"country_name\": \"El Salvador\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 64, \"country_code\": \"GQ\", \"country_name\": \"Equatorial Guinea\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 65, \"country_code\": \"ER\", \"country_name\": \"Eritrea\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 66, \"country_code\": \"EE\", \"country_name\": \"Estonia\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 67, \"country_code\": \"ET\", \"country_name\": \"Ethiopia\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 68, \"country_code\": \"FK\", \"country_name\": \"Falkland Islands (Malvinas)\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 69, \"country_code\": \"FO\", \"country_name\": \"Faroe Islands\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 70, \"country_code\": \"FJ\", \"country_name\": \"Fiji\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 71, \"country_code\": \"FI\", \"country_name\": \"Finland\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 72, \"country_code\": \"FR\", \"country_name\": \"France\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 73, \"country_code\": \"FX\", \"country_name\": \"France, Metropolitan\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 74, \"country_code\": \"GF\", \"country_name\": \"French Guiana\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 75, \"country_code\": \"PF\", \"country_name\": \"French Polynesia\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 76, \"country_code\": \"TF\", \"country_name\": \"French Southern Territories\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 77, \"country_code\": \"GA\", \"country_name\": \"Gabon\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 78, \"country_code\": \"GM\", \"country_name\": \"Gambia\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 79, \"country_code\": \"GE\", \"country_name\": \"Georgia\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 80, \"country_code\": \"DE\", \"country_name\": \"Germany\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 81, \"country_code\": \"GH\", \"country_name\": \"Ghana\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 82, \"country_code\": \"GI\", \"country_name\": \"Gibraltar\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 83, \"country_code\": \"GK\", \"country_name\": \"Guernsey\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 84, \"country_code\": \"GR\", \"country_name\": \"Greece\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 85, \"country_code\": \"GL\", \"country_name\": \"Greenland\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 86, \"country_code\": \"GD\", \"country_name\": \"Grenada\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 87, \"country_code\": \"GP\", \"country_name\": \"Guadeloupe\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 88, \"country_code\": \"GU\", \"country_name\": \"Guam\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 89, \"country_code\": \"GT\", \"country_name\": \"Guatemala\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 90, \"country_code\": \"GN\", \"country_name\": \"Guinea\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 91, \"country_code\": \"GW\", \"country_name\": \"Guinea-Bissau\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 92, \"country_code\": \"GY\", \"country_name\": \"Guyana\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 93, \"country_code\": \"HT\", \"country_name\": \"Haiti\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 94, \"country_code\": \"HM\", \"country_name\": \"Heard and Mc Donald Islands\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 95, \"country_code\": \"HN\", \"country_name\": \"Honduras\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 96, \"country_code\": \"HK\", \"country_name\": \"Hong Kong\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 97, \"country_code\": \"HU\", \"country_name\": \"Hungary\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 98, \"country_code\": \"IS\", \"country_name\": \"Iceland\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 99, \"country_code\": \"IN\", \"country_name\": \"India\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 100, \"country_code\": \"IM\", \"country_name\": \"Isle of Man\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 101, \"country_code\": \"ID\", \"country_name\": \"Indonesia\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 102, \"country_code\": \"IR\", \"country_name\": \"Iran\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": true}, {\"id\": 103, \"country_code\": \"IQ\", \"country_name\": \"Iraq\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": true}, {\"id\": 104, \"country_code\": \"IE\", \"country_name\": \"Ireland\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 105, \"country_code\": \"IL\", \"country_name\": \"Israel\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 106, \"country_code\": \"IT\", \"country_name\": \"Italy\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 107, \"country_code\": \"CI\", \"country_name\": \"Ivory Coast\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 108, \"country_code\": \"JE\", \"country_name\": \"Jersey\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 109, \"country_code\": \"JM\", \"country_name\": \"Jamaica\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 110, \"country_code\": \"JP\", \"country_name\": \"Japan\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 111, \"country_code\": \"JO\", \"country_name\": \"Jordan\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 112, \"country_code\": \"KZ\", \"country_name\": \"Kazakhstan\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 113, \"country_code\": \"KE\", \"country_name\": \"Kenya\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 114, \"country_code\": \"KI\", \"country_name\": \"Kiribati\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 115, \"country_code\": \"KP\", \"country_name\": \"Democratic People's Republic of Korea\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": true}, {\"id\": 116, \"country_code\": \"KR\", \"country_name\": \"Republic of Korea\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 117, \"country_code\": \"XK\", \"country_name\": \"Kosovo\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 118, \"country_code\": \"KW\", \"country_name\": \"Kuwait\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 119, \"country_code\": \"KG\", \"country_name\": \"Kyrgyzstan\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 120, \"country_code\": \"LA\", \"country_name\": \"Lao People's Democratic Republic\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 121, \"country_code\": \"LV\", \"country_name\": \"Latvia\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 122, \"country_code\": \"LB\", \"country_name\": \"Lebanon\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 123, \"country_code\": \"LS\", \"country_name\": \"Lesotho\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 124, \"country_code\": \"LR\", \"country_name\": \"Liberia\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": true}, {\"id\": 125, \"country_code\": \"LY\", \"country_name\": \"Libyan Arab Jamahiriya\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 126, \"country_code\": \"LI\", \"country_name\": \"Liechtenstein\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 127, \"country_code\": \"LT\", \"country_name\": \"Lithuania\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 128, \"country_code\": \"LU\", \"country_name\": \"Luxembourg\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 129, \"country_code\": \"MO\", \"country_name\": \"Macau\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 130, \"country_code\": \"MK\", \"country_name\": \"Macedonia\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 131, \"country_code\": \"MG\", \"country_name\": \"Madagascar\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 132, \"country_code\": \"MW\", \"country_name\": \"Malawi\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 133, \"country_code\": \"MY\", \"country_name\": \"Malaysia\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 134, \"country_code\": \"MV\", \"country_name\": \"Maldives\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 135, \"country_code\": \"ML\", \"country_name\": \"Mali\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 136, \"country_code\": \"MT\", \"country_name\": \"Malta\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 137, \"country_code\": \"MH\", \"country_name\": \"Marshall Islands\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 138, \"country_code\": \"MQ\", \"country_name\": \"Martinique\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 139, \"country_code\": \"MR\", \"country_name\": \"Mauritania\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 140, \"country_code\": \"MU\", \"country_name\": \"Mauritius\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 141, \"country_code\": \"TY\", \"country_name\": \"Mayotte\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 142, \"country_code\": \"MX\", \"country_name\": \"Mexico\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 143, \"country_code\": \"FM\", \"country_name\": \"Federated States of Micronesia\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 144, \"country_code\": \"MD\", \"country_name\": \"Republic of Moldova\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 145, \"country_code\": \"MC\", \"country_name\": \"Monaco\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 146, \"country_code\": \"MN\", \"country_name\": \"Mongolia\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 147, \"country_code\": \"ME\", \"country_name\": \"Montenegro\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 148, \"country_code\": \"MS\", \"country_name\": \"Montserrat\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 149, \"country_code\": \"MA\", \"country_name\": \"Morocco\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 150, \"country_code\": \"MZ\", \"country_name\": \"Mozambique\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 151, \"country_code\": \"MM\", \"country_name\": \"Myanmar\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 152, \"country_code\": \"NA\", \"country_name\": \"Namibia\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 153, \"country_code\": \"NR\", \"country_name\": \"Nauru\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 154, \"country_code\": \"NP\", \"country_name\": \"Nepal\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 155, \"country_code\": \"NL\", \"country_name\": \"Netherlands\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 156, \"country_code\": \"AN\", \"country_name\": \"Netherlands Antilles\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 157, \"country_code\": \"NC\", \"country_name\": \"New Caledonia\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 158, \"country_code\": \"NZ\", \"country_name\": \"New Zealand\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 159, \"country_code\": \"NI\", \"country_name\": \"Nicaragua\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 160, \"country_code\": \"NE\", \"country_name\": \"Niger\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 161, \"country_code\": \"NG\", \"country_name\": \"Nigeria\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 162, \"country_code\": \"NU\", \"country_name\": \"Niue\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 163, \"country_code\": \"NF\", \"country_name\": \"Norfolk Island\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 164, \"country_code\": \"MP\", \"country_name\": \"Northern Mariana Islands\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 165, \"country_code\": \"NO\", \"country_name\": \"Norway\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 166, \"country_code\": \"OM\", \"country_name\": \"Oman\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 167, \"country_code\": \"PK\", \"country_name\": \"Pakistan\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 168, \"country_code\": \"PW\", \"country_name\": \"Palau\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 169, \"country_code\": \"PS\", \"country_name\": \"Palestine\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 170, \"country_code\": \"PA\", \"country_name\": \"Panama\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 171, \"country_code\": \"PG\", \"country_name\": \"Papua New Guinea\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 172, \"country_code\": \"PY\", \"country_name\": \"Paraguay\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 173, \"country_code\": \"PE\", \"country_name\": \"Peru\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 174, \"country_code\": \"PH\", \"country_name\": \"Philippines\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 175, \"country_code\": \"PN\", \"country_name\": \"Pitcairn\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 176, \"country_code\": \"PL\", \"country_name\": \"Poland\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 177, \"country_code\": \"PT\", \"country_name\": \"Portugal\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 178, \"country_code\": \"PR\", \"country_name\": \"Puerto Rico\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 179, \"country_code\": \"QA\", \"country_name\": \"Qatar\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 180, \"country_code\": \"RE\", \"country_name\": \"Reunion\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 181, \"country_code\": \"RO\", \"country_name\": \"Romania\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 182, \"country_code\": \"RU\", \"country_name\": \"Russian Federation\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 183, \"country_code\": \"RW\", \"country_name\": \"Rwanda\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 184, \"country_code\": \"KN\", \"country_name\": \"Saint Kitts and Nevis\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 185, \"country_code\": \"LC\", \"country_name\": \"Saint Lucia\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 186, \"country_code\": \"VC\", \"country_name\": \"Saint Vincent and the Grenadines\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 187, \"country_code\": \"WS\", \"country_name\": \"Samoa\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 188, \"country_code\": \"SM\", \"country_name\": \"San Marino\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 189, \"country_code\": \"ST\", \"country_name\": \"Sao Tome and Principe\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 190, \"country_code\": \"SA\", \"country_name\": \"Saudi Arabia\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 191, \"country_code\": \"SN\", \"country_name\": \"Senegal\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 192, \"country_code\": \"RS\", \"country_name\": \"Serbia\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 193, \"country_code\": \"SC\", \"country_name\": \"Seychelles\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 194, \"country_code\": \"SL\", \"country_name\": \"Sierra Leone\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 195, \"country_code\": \"SG\", \"country_name\": \"Singapore\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 196, \"country_code\": \"SK\", \"country_name\": \"Slovakia\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 197, \"country_code\": \"SI\", \"country_name\": \"Slovenia\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 198, \"country_code\": \"SB\", \"country_name\": \"Solomon Islands\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 199, \"country_code\": \"SO\", \"country_name\": \"Somalia\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 200, \"country_code\": \"ZA\", \"country_name\": \"South Africa\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 201, \"country_code\": \"GS\", \"country_name\": \"South Georgia South Sandwich Islands\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 202, \"country_code\": \"SS\", \"country_name\": \"South Sudan\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 203, \"country_code\": \"ES\", \"country_name\": \"Spain\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 204, \"country_code\": \"LK\", \"country_name\": \"Sri Lanka\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 205, \"country_code\": \"SH\", \"country_name\": \"St. Helena\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 206, \"country_code\": \"PM\", \"country_name\": \"St. Pierre and Miquelon\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 207, \"country_code\": \"SD\", \"country_name\": \"Sudan\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": true}, {\"id\": 208, \"country_code\": \"SR\", \"country_name\": \"Suriname\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 209, \"country_code\": \"SJ\", \"country_name\": \"Svalbard and Jan Mayen Islands\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 210, \"country_code\": \"SZ\", \"country_name\": \"Swaziland\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 211, \"country_code\": \"SE\", \"country_name\": \"Sweden\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 212, \"country_code\": \"CH\", \"country_name\": \"Switzerland\", \"is_banned\": 0, \"allow_withdrawal\": 1, \"is_ofac\": false}, {\"id\": 213, \"country_code\": \"SY\", \"country_name\": \"Syrian Arab Republic\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": true}, {\"id\": 214, \"country_code\": \"TW\", \"country_name\": \"Taiwan\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 215, \"country_code\": \"TJ\", \"country_name\": \"Tajikistan\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 216, \"country_code\": \"TZ\", \"country_name\": \"United Republic of Tanzania\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 217, \"country_code\": \"TH\", \"country_name\": \"Thailand\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 218, \"country_code\": \"TG\", \"country_name\": \"Togo\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 219, \"country_code\": \"TK\", \"country_name\": \"Tokelau\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 220, \"country_code\": \"TO\", \"country_name\": \"Tonga\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 221, \"country_code\": \"TT\", \"country_name\": \"Trinidad and Tobago\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 222, \"country_code\": \"TN\", \"country_name\": \"Tunisia\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 223, \"country_code\": \"TR\", \"country_name\": \"Turkey\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 224, \"country_code\": \"TM\", \"country_name\": \"Turkmenistan\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 225, \"country_code\": \"TC\", \"country_name\": \"Turks and Caicos Islands\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 226, \"country_code\": \"TV\", \"country_name\": \"Tuvalu\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 227, \"country_code\": \"UG\", \"country_name\": \"Uganda\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 228, \"country_code\": \"UA\", \"country_name\": \"Ukraine\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 229, \"country_code\": \"AE\", \"country_name\": \"United Arab Emirates\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 230, \"country_code\": \"GB\", \"country_name\": \"United Kingdom\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 231, \"country_code\": \"US\", \"country_name\": \"United States\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 232, \"country_code\": \"UM\", \"country_name\": \"United States minor outlying islands\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 233, \"country_code\": \"UY\", \"country_name\": \"Uruguay\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 234, \"country_code\": \"UZ\", \"country_name\": \"Uzbekistan\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 235, \"country_code\": \"VU\", \"country_name\": \"Vanuatu\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 236, \"country_code\": \"VA\", \"country_name\": \"Vatican City State\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 237, \"country_code\": \"VE\", \"country_name\": \"Venezuela\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": true}, {\"id\": 238, \"country_code\": \"VN\", \"country_name\": \"Vietnam\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 239, \"country_code\": \"VG\", \"country_name\": \"British Virgin Islands\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 240, \"country_code\": \"VI\", \"country_name\": \"Virgin Islands (U.S.)\", \"is_banned\": 0, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 241, \"country_code\": \"WF\", \"country_name\": \"Wallis and Futuna Islands\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 242, \"country_code\": \"EH\", \"country_name\": \"Western Sahara\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 243, \"country_code\": \"YE\", \"country_name\": \"Yemen\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 244, \"country_code\": \"ZR\", \"country_name\": \"Zaire\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 245, \"country_code\": \"ZM\", \"country_name\": \"Zambia\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": false}, {\"id\": 246, \"country_code\": \"ZW\", \"country_name\": \"Zimbabwe\", \"is_banned\": 1, \"allow_withdrawal\": 0, \"is_ofac\": true}]"}],"_postman_id":"91acd3b2-5894-4f0a-ad81-dfeb9d1e8a7c"},{"name":"GENERAL: Get Currencies Data","id":"7d444d2a-31df-4580-ab75-bc70de6f3829","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/general/currencies","description":"<p>This end-point returns all currency data as follows as a dictionary/hash-map:</p>\n<ul>\n<li>fiats: all fiat currencies and their meta-data</li>\n<li>fiat_rates: all fiat rates and pairs</li>\n<li>cryptos: all crypto currencies and their meta-data</li>\n<li>crypto_rates: all crypto rates and pairs</li>\n</ul>\n<p><strong>The currency prices are always base-lined to the United States Dollar (USD).</strong></p>\n","urlObject":{"protocol":"https","path":["api","v1","general","currencies"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[{"id":"c18e1e2a-8c9a-4b94-b426-441eccaad15a","name":"GENERAL: Get Currencies Data - SUCCESS","originalRequest":{"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/general/currencies"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"8494"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5, max=30"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.10"},{"key":"Date","value":"Wed, 17 Nov 2021 20:39:55 GMT"}],"cookie":[],"responseTime":null,"body":"{\"fiats\": [{\"fiat_id\": 2, \"fiat_symbol\": \"CHF\", \"fiat_name\": \"Swiss Franc\", \"allow_withdrawal\": 0, \"is_major\": 1, \"allow_savings_transfer\": true, \"added\": \"2018-08-05\"}, \r\n{\"fiat_id\": 3, \"fiat_symbol\": \"EUR\", \"fiat_name\": \"European Euro\", \"allow_withdrawal\": 1, \"is_major\": 1, \"allow_savings_transfer\": true, \"added\": \"2018-08-05\"}, \r\n{\"fiat_id\": 1, \"fiat_symbol\": \"USD\", \"fiat_name\": \"United States Dollar\", \"allow_withdrawal\": 0, \"is_major\": 1, \"allow_savings_transfer\": true, \"added\": \"2018-08-05\"}, \r\n{\"fiat_id\": 6, \"fiat_symbol\": \"GBP\", \"fiat_name\": \"British Pound Sterling\", \"allow_withdrawal\": 0, \"is_major\": 1, \"allow_savings_transfer\": true, \"added\": \"2018-08-05\"}, \r\n{\"fiat_id\": 4, \"fiat_symbol\": \"JPY\", \"fiat_name\": \"Japanese Yen\", \"allow_withdrawal\": 0, \"is_major\": 1, \"allow_savings_transfer\": true, \"added\": \"2018-08-05\"}, \r\n{\"fiat_id\": 5, \"fiat_symbol\": \"CAD\", \"fiat_name\": \"Canadian Dollar\", \"allow_withdrawal\": 0, \"is_major\": 1, \"allow_savings_transfer\": true, \"added\": \"2018-08-05\"}, \r\n{\"fiat_id\": 7, \"fiat_symbol\": \"AUD\", \"fiat_name\": \"Australian Dollar\", \"allow_withdrawal\": 0, \"is_major\": 1, \"allow_savings_transfer\": true, \"added\": \"2018-08-05\"}, \r\n{\"fiat_id\": 8, \"fiat_symbol\": \"NZD\", \"fiat_name\": \"New Zealand Dollar\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": true, \"added\": \"2018-08-05\"}, \r\n{\"fiat_id\": 9, \"fiat_symbol\": \"HKD\", \"fiat_name\": \"Hong Kong Dollar\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": true, \"added\": \"2018-08-05\"}, \r\n{\"fiat_id\": 10, \"fiat_symbol\": \"SGD\", \"fiat_name\": \"Singapore Dollar\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": true, \"added\": \"2018-08-05\"}, \r\n{\"fiat_id\": 11, \"fiat_symbol\": \"NOK\", \"fiat_name\": \"Norwegian Krone\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2018-08-05\"}, \r\n{\"fiat_id\": 12, \"fiat_symbol\": \"SEK\", \"fiat_name\": \"Swedish Krone\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2018-08-05\"}, \r\n{\"fiat_id\": 13, \"fiat_symbol\": \"PLN\", \"fiat_name\": \"Polish Zloty\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2018-08-05\"}, \r\n{\"fiat_id\": 14, \"fiat_symbol\": \"CNH\", \"fiat_name\": \"Chinese Yuan\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2018-08-05\"}, \r\n{\"fiat_id\": 15, \"fiat_symbol\": \"RUB\", \"fiat_name\": \"Russian Ruble\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2018-08-05\"}, \r\n{\"fiat_id\": 16, \"fiat_symbol\": \"DZD\", \"fiat_name\": \"Algerian Dinar\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 17, \"fiat_symbol\": \"NAD\", \"fiat_name\": \"Namibian Dollar\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 18, \"fiat_symbol\": \"GHS\", \"fiat_name\": \"Ghanaian Cedi\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 19, \"fiat_symbol\": \"EGP\", \"fiat_name\": \"Egyptian Pound\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 20, \"fiat_symbol\": \"BGN\", \"fiat_name\": \"Bulgarian Lev\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": true, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 21, \"fiat_symbol\": \"PAB\", \"fiat_name\": \"Panamanian Balboa\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 22, \"fiat_symbol\": \"BOB\", \"fiat_name\": \"Bolivian Boliviano\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 23, \"fiat_symbol\": \"DKK\", \"fiat_name\": \"Danish Krone\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 24, \"fiat_symbol\": \"BWP\", \"fiat_name\": \"Botswanan Pula\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 25, \"fiat_symbol\": \"LBP\", \"fiat_name\": \"Lebanese Pound\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 26, \"fiat_symbol\": \"TZS\", \"fiat_name\": \"Tanzanian Shilling\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 27, \"fiat_symbol\": \"VND\", \"fiat_name\": \"Vietnamese Dong\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 28, \"fiat_symbol\": \"AOA\", \"fiat_name\": \"Angolan Kwanza\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 29, \"fiat_symbol\": \"KHR\", \"fiat_name\": \"Cambodian Riel\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 30, \"fiat_symbol\": \"MYR\", \"fiat_name\": \"Malaysian Ringgit\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 31, \"fiat_symbol\": \"KYD\", \"fiat_name\": \"Cayman Islands Dollar\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 32, \"fiat_symbol\": \"LYD\", \"fiat_name\": \"Libyan Dinar\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 33, \"fiat_symbol\": \"UAH\", \"fiat_name\": \"Ukrainian Hryvnia\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 34, \"fiat_symbol\": \"JOD\", \"fiat_name\": \"Jordanian Dinar\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 35, \"fiat_symbol\": \"AWG\", \"fiat_name\": \"Aruban Florin\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 36, \"fiat_symbol\": \"SAR\", \"fiat_name\": \"Saudi Riyal\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 37, \"fiat_symbol\": \"LTL\", \"fiat_name\": \"Lithuanian Litas\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 38, \"fiat_symbol\": \"GIP\", \"fiat_name\": \"Gibraltar Pound\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 39, \"fiat_symbol\": \"BYR\", \"fiat_name\": \"Belarusian Ruble\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 40, \"fiat_symbol\": \"ALL\", \"fiat_name\": \"Albanian Lek\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 41, \"fiat_symbol\": \"BYN\", \"fiat_name\": \"Belarusian Ruble\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 42, \"fiat_symbol\": \"MRO\", \"fiat_name\": \"Mauritanian Ouguiya\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 43, \"fiat_symbol\": \"HRK\", \"fiat_name\": \"Croatian Kuna\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 44, \"fiat_symbol\": \"DJF\", \"fiat_name\": \"Djiboutian Franc\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 45, \"fiat_symbol\": \"SZL\", \"fiat_name\": \"Swazi Lilangeni\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 46, \"fiat_symbol\": \"THB\", \"fiat_name\": \"Thai Baht\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 47, \"fiat_symbol\": \"XAF\", \"fiat_name\": \"Central African Franc\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 48, \"fiat_symbol\": \"BND\", \"fiat_name\": \"Brunei Dollar\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 49, \"fiat_symbol\": \"ISK\", \"fiat_name\": \"Icelandic Krone\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 50, \"fiat_symbol\": \"UYU\", \"fiat_name\": \"Uruguayan Peso\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 51, \"fiat_symbol\": \"NIO\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 52, \"fiat_symbol\": \"LAK\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 53, \"fiat_symbol\": \"SYP\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 54, \"fiat_symbol\": \"MAD\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 55, \"fiat_symbol\": \"MZN\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 56, \"fiat_symbol\": \"PHP\", \"fiat_name\": \"Philippine Pesos\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": true, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 57, \"fiat_symbol\": \"ZAR\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 58, \"fiat_symbol\": \"NPR\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 59, \"fiat_symbol\": \"ZWL\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 60, \"fiat_symbol\": \"NGN\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 61, \"fiat_symbol\": \"CRC\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 62, \"fiat_symbol\": \"AED\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 63, \"fiat_symbol\": \"MWK\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 64, \"fiat_symbol\": \"LKR\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 65, \"fiat_symbol\": \"PKR\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 66, \"fiat_symbol\": \"HUF\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 67, \"fiat_symbol\": \"BMD\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 68, \"fiat_symbol\": \"LSL\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 69, \"fiat_symbol\": \"MNT\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 70, \"fiat_symbol\": \"AMD\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 71, \"fiat_symbol\": \"UGX\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 72, \"fiat_symbol\": \"QAR\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 73, \"fiat_symbol\": \"XDR\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 74, \"fiat_symbol\": \"JMD\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 75, \"fiat_symbol\": \"GEL\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 76, \"fiat_symbol\": \"SHP\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 77, \"fiat_symbol\": \"AFN\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 78, \"fiat_symbol\": \"SBD\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 79, \"fiat_symbol\": \"KPW\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 80, \"fiat_symbol\": \"TRY\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 81, \"fiat_symbol\": \"BDT\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 82, \"fiat_symbol\": \"YER\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 83, \"fiat_symbol\": \"HTG\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"},\r\n{\"fiat_id\": 84, \"fiat_symbol\": \"XOF\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 85, \"fiat_symbol\": \"MGA\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"},\r\n{\"fiat_id\": 86, \"fiat_symbol\": \"ANG\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"},\r\n{\"fiat_id\": 87, \"fiat_symbol\": \"LRD\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 88, \"fiat_symbol\": \"RWF\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 89, \"fiat_symbol\": \"MOP\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 90, \"fiat_symbol\": \"INR\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 91, \"fiat_symbol\": \"MXN\", \"fiat_name\": \"Mexican Pesos\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": true, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 92, \"fiat_symbol\": \"CZK\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 93, \"fiat_symbol\": \"TJS\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 94, \"fiat_symbol\": \"BTX\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"},\r\n{\"fiat_id\": 95, \"fiat_symbol\": \"BTN\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 96, \"fiat_symbol\": \"COP\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"},\r\n{\"fiat_id\": 97, \"fiat_symbol\": \"TMT\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 98, \"fiat_symbol\": \"MUR\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 99, \"fiat_symbol\": \"IDR\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 100, \"fiat_symbol\": \"HNL\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"},\r\n{\"fiat_id\": 101, \"fiat_symbol\": \"XPF\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"},\r\n{\"fiat_id\": 102, \"fiat_symbol\": \"FJD\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"},\r\n{\"fiat_id\": 103, \"fiat_symbol\": \"ETB\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"},\r\n{\"fiat_id\": 104, \"fiat_symbol\": \"PEN\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"},\r\n{\"fiat_id\": 105, \"fiat_symbol\": \"BZD\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 106, \"fiat_symbol\": \"ILS\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 107, \"fiat_symbol\": \"DOP\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"},\r\n{\"fiat_id\": 108, \"fiat_symbol\": \"GGP\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 109, \"fiat_symbol\": \"MDL\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 110, \"fiat_symbol\": \"BSD\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 111, \"fiat_symbol\": \"ZMK\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 112, \"fiat_symbol\": \"JEP\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 113, \"fiat_symbol\": \"SRD\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 114, \"fiat_symbol\": \"CUP\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 115, \"fiat_symbol\": \"CLF\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"},\r\n{\"fiat_id\": 116, \"fiat_symbol\": \"BBD\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 117, \"fiat_symbol\": \"KMF\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 118, \"fiat_symbol\": \"KRW\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"},\r\n{\"fiat_id\": 119, \"fiat_symbol\": \"GMD\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 120, \"fiat_symbol\": \"VEF\", \"fiat_name\": \"Venezuelan Bolivar\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 121, \"fiat_symbol\": \"IMP\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 122, \"fiat_symbol\": \"CUC\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 123, \"fiat_symbol\": \"CLP\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 124, \"fiat_symbol\": \"ZMW\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 125, \"fiat_symbol\": \"CDF\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 126, \"fiat_symbol\": \"XCD\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 127, \"fiat_symbol\": \"KZT\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 128, \"fiat_symbol\": \"XAG\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 129, \"fiat_symbol\": \"TTD\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 130, \"fiat_symbol\": \"OMR\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"},\r\n{\"fiat_id\": 131, \"fiat_symbol\": \"BRL\", \"fiat_name\": \"Brazilian Real\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": true, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 132, \"fiat_symbol\": \"MMK\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 133, \"fiat_symbol\": \"PYG\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 134, \"fiat_symbol\": \"KES\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 135, \"fiat_symbol\": \"SVC\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 136, \"fiat_symbol\": \"MKD\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 137, \"fiat_symbol\": \"AZN\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"},\r\n{\"fiat_id\": 138, \"fiat_symbol\": \"TOP\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"},\r\n{\"fiat_id\": 139, \"fiat_symbol\": \"MVR\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 140, \"fiat_symbol\": \"VUV\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 141, \"fiat_symbol\": \"GNF\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 142, \"fiat_symbol\": \"WST\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 143, \"fiat_symbol\": \"IQD\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 144, \"fiat_symbol\": \"ERN\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 145, \"fiat_symbol\": \"BAM\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 146, \"fiat_symbol\": \"SCR\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 147, \"fiat_symbol\": \"CVE\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 148, \"fiat_symbol\": \"KWD\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 149, \"fiat_symbol\": \"BIF\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 150, \"fiat_symbol\": \"PGK\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 151, \"fiat_symbol\": \"SOS\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 152, \"fiat_symbol\": \"TWD\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 153, \"fiat_symbol\": \"UZS\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 154, \"fiat_symbol\": \"STD\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"},\r\n{\"fiat_id\": 155, \"fiat_symbol\": \"IRR\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 156, \"fiat_symbol\": \"CNY\", \"fiat_name\": \"Chinese Yuan\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 157, \"fiat_symbol\": \"SLL\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 158, \"fiat_symbol\": \"TND\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 159, \"fiat_symbol\": \"GYD\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 160, \"fiat_symbol\": \"FKP\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"},\r\n{\"fiat_id\": 161, \"fiat_symbol\": \"LVL\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 162, \"fiat_symbol\": \"KGS\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 163, \"fiat_symbol\": \"ARS\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 164, \"fiat_symbol\": \"RON\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 165, \"fiat_symbol\": \"GTQ\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 166, \"fiat_symbol\": \"RSD\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 167, \"fiat_symbol\": \"BHD\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 168, \"fiat_symbol\": \"SDG\", \"fiat_name\": \"\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 169, \"fiat_symbol\": \"XAU\", \"fiat_name\": \"Gold\", \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2020-10-18\"}, \r\n{\"fiat_id\": 170, \"fiat_symbol\": \"BTC\", \"fiat_name\": null, \"allow_withdrawal\": 0, \"is_major\": 0, \"allow_savings_transfer\": false, \"added\": \"2021-10-02\"}], \r\n\r\n\"fiat_rates\": \r\n{\"as_list\": [{\"symbol\": \"USDUSD\", \"price\": 1.0, \"change_percent\": 0.0, \"fiat_id\": 1, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"CHFUSD\", \"price\": 1.095488, \"change_percent\": -0.173162, \"fiat_id\": 2, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"EURUSD\", \"price\": 1.156223, \"change_percent\": -0.465981, \"fiat_id\": 3, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"JPYUSD\", \"price\": 0.008779, \"change_percent\": 0.128147, \"fiat_id\": 4, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"CADUSD\", \"price\": 0.804732, \"change_percent\": -0.386729, \"fiat_id\": 5, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"GBPUSD\", \"price\": 1.354546, \"change_percent\": -1.10312, \"fiat_id\": 6, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"AUDUSD\", \"price\": 0.74121, \"change_percent\": -0.759878, \"fiat_id\": 7, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"NZDUSD\", \"price\": 0.71303, \"change_percent\": -0.626064, \"fiat_id\": 8, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"HKDUSD\", \"price\": 0.128466, \"change_percent\": -0.005171, \"fiat_id\": 9, \"updated\": \"2021-11-04 13:00:12\"},\r\n{\"symbol\": \"SGDUSD\", \"price\": 0.74002, \"change_percent\": -0.310859, \"fiat_id\": 10, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"NOKUSD\", \"price\": 0.117302, \"change_percent\": -0.383824, \"fiat_id\": 11, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"SEKUSD\", \"price\": 0.116702, \"change_percent\": -0.470924, \"fiat_id\": 12, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"PLNUSD\", \"price\": 0.250922, \"change_percent\": -0.999951, \"fiat_id\": 13, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"CNHUSD\", \"price\": 0.14474999904632568, \"change_percent\": 0.0, \"fiat_id\": 14, \"updated\": \"2019-05-16 02:53:59\"}, \r\n{\"symbol\": \"RUBUSD\", \"price\": 0.013976, \"change_percent\": 0.253751, \"fiat_id\": 15, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"DZDUSD\", \"price\": 0.007259, \"change_percent\": -0.272281, \"fiat_id\": 16, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"NADUSD\", \"price\": 0.064559, \"change_percent\": -0.000678, \"fiat_id\": 17, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"GHSUSD\", \"price\": 0.163661, \"change_percent\": -0.325741, \"fiat_id\": 18, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"EGPUSD\", \"price\": 0.063699, \"change_percent\": 0.172603, \"fiat_id\": 19, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"BGNUSD\", \"price\": 0.590485, \"change_percent\": -0.44702, \"fiat_id\": 20, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"PABUSD\", \"price\": 1.000056, \"change_percent\": -0.004278, \"fiat_id\": 21, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"BOBUSD\", \"price\": 0.145034, \"change_percent\": 0.139784, \"fiat_id\": 22, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"DKKUSD\", \"price\": 0.155458, \"change_percent\": -0.460989, \"fiat_id\": 23, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"BWPUSD\", \"price\": 0.087499, \"change_percent\": 0.336848, \"fiat_id\": 24, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"LBPUSD\", \"price\": 0.000661, \"change_percent\": 0.910514, \"fiat_id\": 25, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"TZSUSD\", \"price\": 0.000434, \"change_percent\": -0.130291, \"fiat_id\": 26, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"VNDUSD\", \"price\": 4.4e-05, \"change_percent\": 0.277694, \"fiat_id\": 27, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"AOAUSD\", \"price\": 0.001675, \"change_percent\": -5.6e-05, \"fiat_id\": 28, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"KHRUSD\", \"price\": 0.000245, \"change_percent\": -0.098492, \"fiat_id\": 29, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"MYRUSD\", \"price\": 0.240761, \"change_percent\": -8.1e-05, \"fiat_id\": 30, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"KYDUSD\", \"price\": 1.200109, \"change_percent\": 0.000783, \"fiat_id\": 31, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"LYDUSD\", \"price\": 0.219445, \"change_percent\": -0.043049, \"fiat_id\": 32, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"UAHUSD\", \"price\": 0.038183, \"change_percent\": 0.17147, \"fiat_id\": 33, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"JODUSD\", \"price\": 1.410425, \"change_percent\": 0.005482, \"fiat_id\": 34, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"AWGUSD\", \"price\": 0.555555, \"change_percent\": -6.7e-05, \"fiat_id\": 35, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"SARUSD\", \"price\": 0.266601, \"change_percent\": 0.00774, \"fiat_id\": 36, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"LTLUSD\", \"price\": 0.338668, \"change_percent\": -5e-06, \"fiat_id\": 37, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"GIPUSD\", \"price\": 1.363844, \"change_percent\": 8e-06, \"fiat_id\": 38, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"BYRUSD\", \"price\": 5.1e-05, \"change_percent\": -2.3e-05, \"fiat_id\": 39, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"ALLUSD\", \"price\": 0.009403, \"change_percent\": -4.8e-05, \"fiat_id\": 40, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"BYNUSD\", \"price\": 0.406484, \"change_percent\": 0.188446, \"fiat_id\": 41, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"MROUSD\", \"price\": 0.002801, \"change_percent\": -2.3e-05, \"fiat_id\": 42, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"HRKUSD\", \"price\": 0.153697, \"change_percent\": -0.527558, \"fiat_id\": 43, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"DJFUSD\", \"price\": 0.005617, \"change_percent\": -0.171099, \"fiat_id\": 44, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"SZLUSD\", \"price\": 0.065531, \"change_percent\": 1.510431, \"fiat_id\": 45, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"THBUSD\", \"price\": 0.030012, \"change_percent\": -0.167452, \"fiat_id\": 46, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"XAFUSD\", \"price\": 0.001762, \"change_percent\": -0.284797, \"fiat_id\": 47, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"BNDUSD\", \"price\": 0.73999, \"change_percent\": -0.197157, \"fiat_id\": 48, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"ISKUSD\", \"price\": 0.007698, \"change_percent\": -0.461925, \"fiat_id\": 49, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"UYUUSD\", \"price\": 0.022627, \"change_percent\": -0.005987, \"fiat_id\": 50, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"NIOUSD\", \"price\": 0.028385, \"change_percent\": -0.014026, \"fiat_id\": 51, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"LAKUSD\", \"price\": 9.6e-05, \"change_percent\": -0.121258, \"fiat_id\": 52, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"SYPUSD\", \"price\": 0.000796, \"change_percent\": -2.3e-05, \"fiat_id\": 53, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"MADUSD\", \"price\": 0.110055, \"change_percent\": -0.064704, \"fiat_id\": 54, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"MZNUSD\", \"price\": 0.015667, \"change_percent\": 0.000912, \"fiat_id\": 55, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"PHPUSD\", \"price\": 0.01975, \"change_percent\": -0.044927, \"fiat_id\": 56, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"ZARUSD\", \"price\": 0.065658, \"change_percent\": 0.144422, \"fiat_id\": 57, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"NPRUSD\", \"price\": 0.008394, \"change_percent\": 0.014658, \"fiat_id\": 58, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"ZWLUSD\", \"price\": 0.003106, \"change_percent\": -2.3e-05, \"fiat_id\": 59, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"NGNUSD\", \"price\": 0.002433, \"change_percent\": -0.133722, \"fiat_id\": 60, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"CRCUSD\", \"price\": 0.001566, \"change_percent\": -0.005266, \"fiat_id\": 61, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"AEDUSD\", \"price\": 0.272235, \"change_percent\": -0.002638, \"fiat_id\": 62, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"MWKUSD\", \"price\": 0.001227, \"change_percent\": -0.016195, \"fiat_id\": 63, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"LKRUSD\", \"price\": 0.004963, \"change_percent\": -0.00434, \"fiat_id\": 64, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"PKRUSD\", \"price\": 0.005882, \"change_percent\": -0.144805, \"fiat_id\": 65, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"HUFUSD\", \"price\": 0.003213, \"change_percent\": -0.768934, \"fiat_id\": 66, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"BMDUSD\", \"price\": 1.0, \"change_percent\": 0.0, \"fiat_id\": 67, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"LSLUSD\", \"price\": 0.064558, \"change_percent\": 0.002525, \"fiat_id\": 68, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"MNTUSD\", \"price\": 0.000351, \"change_percent\": -2.3e-05, \"fiat_id\": 69, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"AMDUSD\", \"price\": 0.002094, \"change_percent\": -0.159266, \"fiat_id\": 70, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"UGXUSD\", \"price\": 0.000281, \"change_percent\": -0.017548, \"fiat_id\": 71, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"QARUSD\", \"price\": 0.274649, \"change_percent\": 0.000148, \"fiat_id\": 72, \"updated\": \"2021-11-04 13:00:12\"},\r\n{\"symbol\": \"XDRUSD\", \"price\": 1.411746, \"change_percent\": -0.04123, \"fiat_id\": 73, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"JMDUSD\", \"price\": 0.006458, \"change_percent\": 0.052379, \"fiat_id\": 74, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"GELUSD\", \"price\": 0.31646, \"change_percent\": 0.003981, \"fiat_id\": 75, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"SHPUSD\", \"price\": 0.726004, \"change_percent\": -0.000367, \"fiat_id\": 76, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"AFNUSD\", \"price\": 0.01099, \"change_percent\": 0.066688, \"fiat_id\": 77, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"SBDUSD\", \"price\": 0.1246, \"change_percent\": -2.3e-05, \"fiat_id\": 78, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"KPWUSD\", \"price\": 0.001111, \"change_percent\": -2.3e-05, \"fiat_id\": 79, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"TRYUSD\", \"price\": 0.102758, \"change_percent\": -0.89531, \"fiat_id\": 80, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"BDTUSD\", \"price\": 0.011661, \"change_percent\": 0.013084, \"fiat_id\": 81, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"YERUSD\", \"price\": 0.003996, \"change_percent\": 3.9e-05, \"fiat_id\": 82, \"updated\": \"2021-11-04 13:00:12\"},\r\n{\"symbol\": \"HTGUSD\", \"price\": 0.01016, \"change_percent\": -0.266317, \"fiat_id\": 83, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"XOFUSD\", \"price\": 0.001761, \"change_percent\": -0.389953, \"fiat_id\": 84, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"MGAUSD\", \"price\": 0.000252, \"change_percent\": -0.062656, \"fiat_id\": 85, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"ANGUSD\", \"price\": 0.554872, \"change_percent\": -0.006611, \"fiat_id\": 86, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"LRDUSD\", \"price\": 0.006769, \"change_percent\": 1e-05, \"fiat_id\": 87, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"RWFUSD\", \"price\": 0.000981, \"change_percent\": -1.624368, \"fiat_id\": 88, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"MOPUSD\", \"price\": 0.124739, \"change_percent\": -0.007716, \"fiat_id\": 89, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"INRUSD\", \"price\": 0.013437, \"change_percent\": 0.01731, \"fiat_id\": 90, \"updated\": \"2021-11-04 13:00:12\"},\r\n{\"symbol\": \"MXNUSD\", \"price\": 0.04856, \"change_percent\": -0.240543, \"fiat_id\": 91, \"updated\": \"2021-11-04 13:00:12\"},\r\n{\"symbol\": \"CZKUSD\", \"price\": 0.045312, \"change_percent\": -0.575467, \"fiat_id\": 92, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"TJSUSD\", \"price\": 0.088807, \"change_percent\": 0.035106, \"fiat_id\": 93, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"BTXUSD\", \"price\": 47876.505553, \"change_percent\": -0.548197, \"fiat_id\": 94, \"updated\": \"2021-10-02 19:02:40\"},\r\n{\"symbol\": \"BTNUSD\", \"price\": 0.01343, \"change_percent\": 0.014745, \"fiat_id\": 95, \"updated\": \"2021-11-04 13:00:12\"},\r\n{\"symbol\": \"COPUSD\", \"price\": 0.000261, \"change_percent\": -0.042801, \"fiat_id\": 96, \"updated\": \"2021-11-04 13:00:12\"},\r\n{\"symbol\": \"TMTUSD\", \"price\": 0.2849, \"change_percent\": -1.5e-05, \"fiat_id\": 97, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"MURUSD\", \"price\": 0.023042, \"change_percent\": -0.79581, \"fiat_id\": 98, \"updated\": \"2021-11-04 13:00:12\"},\r\n{\"symbol\": \"IDRUSD\", \"price\": 7e-05, \"change_percent\": -0.20816, \"fiat_id\": 99, \"updated\": \"2021-11-04 13:00:12\"},\r\n{\"symbol\": \"HNLUSD\", \"price\": 0.041409, \"change_percent\": 0.043454, \"fiat_id\": 100, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"XPFUSD\", \"price\": 0.009667, \"change_percent\": -8.2e-05, \"fiat_id\": 101, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"FJDUSD\", \"price\": 0.480584, \"change_percent\": -0.00014, \"fiat_id\": 102, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"ETBUSD\", \"price\": 0.021053, \"change_percent\": -0.526156, \"fiat_id\": 103, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"PENUSD\", \"price\": 0.24881, \"change_percent\": -0.140006, \"fiat_id\": 104, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"BZDUSD\", \"price\": 0.496099, \"change_percent\": -0.006539, \"fiat_id\": 105, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"ILSUSD\", \"price\": 0.320498, \"change_percent\": -0.079331, \"fiat_id\": 106, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"DOPUSD\", \"price\": 0.017745, \"change_percent\": 0.345738, \"fiat_id\": 107, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"GGPUSD\", \"price\": 1.363844, \"change_percent\": 8e-06, \"fiat_id\": 108, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"MDLUSD\", \"price\": 0.057118, \"change_percent\": -0.05012, \"fiat_id\": 109, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"BSDUSD\", \"price\": 0.99997, \"change_percent\": -0.012927, \"fiat_id\": 110, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"ZMKUSD\", \"price\": 0.000111, \"change_percent\": -0.000108, \"fiat_id\": 111, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"JEPUSD\", \"price\": 1.363844, \"change_percent\": 8e-06, \"fiat_id\": 112, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"SRDUSD\", \"price\": 0.046527, \"change_percent\": -0.000175, \"fiat_id\": 113, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"CUPUSD\", \"price\": 0.037736, \"change_percent\": -2.4e-05, \"fiat_id\": 114, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"CLFUSD\", \"price\": 33.80769, \"change_percent\": -0.279718, \"fiat_id\": 115, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"BBDUSD\", \"price\": 0.49527, \"change_percent\": -0.007052, \"fiat_id\": 116, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"KMFUSD\", \"price\": 0.002351, \"change_percent\": 0.001526, \"fiat_id\": 117, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"KRWUSD\", \"price\": 0.000845, \"change_percent\": -0.309321, \"fiat_id\": 118, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"GMDUSD\", \"price\": 0.019231, \"change_percent\": -0.000362, \"fiat_id\": 119, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"VEFUSD\", \"price\": 0.0, \"change_percent\": -2.3e-05, \"fiat_id\": 120, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"IMPUSD\", \"price\": 1.363844, \"change_percent\": 8e-06, \"fiat_id\": 121, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"CUCUSD\", \"price\": 1.0, \"change_percent\": 0.0, \"fiat_id\": 122, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"CLPUSD\", \"price\": 0.001225, \"change_percent\": -0.27936, \"fiat_id\": 123, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"ZMWUSD\", \"price\": 0.057554, \"change_percent\": -0.279178, \"fiat_id\": 124, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"CDFUSD\", \"price\": 0.000498, \"change_percent\": -1.5e-05, \"fiat_id\": 125, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"XCDUSD\", \"price\": 0.370021, \"change_percent\": -2.9e-05, \"fiat_id\": 126, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"KZTUSD\", \"price\": 0.002328, \"change_percent\": -0.055052, \"fiat_id\": 127, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"XAGUSD\", \"price\": 23.888905, \"change_percent\": 0.800816, \"fiat_id\": 128, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"TTDUSD\", \"price\": 0.147415, \"change_percent\": -0.005439, \"fiat_id\": 129, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"OMRUSD\", \"price\": 2.597122, \"change_percent\": -0.010783, \"fiat_id\": 130, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"BRLUSD\", \"price\": 0.178441, \"change_percent\": -0.895725, \"fiat_id\": 131, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"MMKUSD\", \"price\": 0.000555, \"change_percent\": -0.004329, \"fiat_id\": 132, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"PYGUSD\", \"price\": 0.000145, \"change_percent\": 0.093423, \"fiat_id\": 133, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"KESUSD\", \"price\": 0.008965, \"change_percent\": -0.140995, \"fiat_id\": 134, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"SVCUSD\", \"price\": 0.114289, \"change_percent\": -0.003092, \"fiat_id\": 135, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"MKDUSD\", \"price\": 0.018748, \"change_percent\": -0.513005, \"fiat_id\": 136, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"AZNUSD\", \"price\": 0.588827, \"change_percent\": -0.129302, \"fiat_id\": 137, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"TOPUSD\", \"price\": 0.44604, \"change_percent\": 0.113669, \"fiat_id\": 138, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"MVRUSD\", \"price\": 0.064725, \"change_percent\": 0.0007, \"fiat_id\": 139, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"VUVUSD\", \"price\": 0.008905, \"change_percent\": -2.3e-05, \"fiat_id\": 140, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"GNFUSD\", \"price\": 0.000104, \"change_percent\": -0.304233, \"fiat_id\": 141, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"WSTUSD\", \"price\": 0.388049, \"change_percent\": -4.2e-05, \"fiat_id\": 142, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"IQDUSD\", \"price\": 0.000685, \"change_percent\": 0.068721, \"fiat_id\": 143, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"ERNUSD\", \"price\": 0.066661, \"change_percent\": -2.1e-05, \"fiat_id\": 144, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"BAMUSD\", \"price\": 0.590762, \"change_percent\": -0.292104, \"fiat_id\": 145, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"SCRUSD\", \"price\": 0.076223, \"change_percent\": 1.891053, \"fiat_id\": 146, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"CVEUSD\", \"price\": 0.010479, \"change_percent\": -0.059742, \"fiat_id\": 147, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"KWDUSD\", \"price\": 3.314223, \"change_percent\": -0.023185, \"fiat_id\": 148, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"BIFUSD\", \"price\": 0.000503, \"change_percent\": 0.252354, \"fiat_id\": 149, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"PGKUSD\", \"price\": 0.284813, \"change_percent\": 0.523773, \"fiat_id\": 150, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"SOSUSD\", \"price\": 0.001706, \"change_percent\": -4.5e-05, \"fiat_id\": 151, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"TWDUSD\", \"price\": 0.035883, \"change_percent\": -0.298918, \"fiat_id\": 152, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"UZSUSD\", \"price\": 9.4e-05, \"change_percent\": 0.135899, \"fiat_id\": 153, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"STDUSD\", \"price\": 4.8e-05, \"change_percent\": -2.3e-05, \"fiat_id\": 154, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"IRRUSD\", \"price\": 2.4e-05, \"change_percent\": -2.4e-05, \"fiat_id\": 155, \"updated\": \"2021-11-04 13:00:12\"}, \r\n{\"symbol\": \"CNYUSD\", \"price\": 0.15637, \"change_percent\": 0.190762, \"fiat_id\": 156, \"updated\": \"2021-11-04 13:00:12\"}, {\"symbol\": \"SLLUSD\", \"price\": 9.2e-05, \"change_percent\": 1.7e-05, \"fiat_id\": 157, \"updated\": \"2021-11-04 13:00:12\"}, {\"symbol\": \"TNDUSD\", \"price\": 0.352856, \"change_percent\": 1.4e-05, \"fiat_id\": 158, \"updated\": \"2021-11-04 13:00:12\"}, {\"symbol\": \"GYDUSD\", \"price\": 0.004778, \"change_percent\": 0.01972, \"fiat_id\": 159, \"updated\": \"2021-11-04 13:00:12\"}, {\"symbol\": \"FKPUSD\", \"price\": 1.363844, \"change_percent\": 8e-06, \"fiat_id\": 160, \"updated\": \"2021-11-04 13:00:12\"}, {\"symbol\": \"LVLUSD\", \"price\": 1.653193, \"change_percent\": -3.9e-05, \"fiat_id\": 161, \"updated\": \"2021-11-04 13:00:12\"}, {\"symbol\": \"KGSUSD\", \"price\": 0.011793, \"change_percent\": -0.037239, \"fiat_id\": 162, \"updated\": \"2021-11-04 13:00:12\"}, {\"symbol\": \"ARSUSD\", \"price\": 0.010013, \"change_percent\": -0.002944, \"fiat_id\": 163, \"updated\": \"2021-11-04 13:00:12\"}, {\"symbol\": \"RONUSD\", \"price\": 0.233634, \"change_percent\": -0.450997, \"fiat_id\": 164, \"updated\": \"2021-11-04 13:00:12\"}, {\"symbol\": \"GTQUSD\", \"price\": 0.129199, \"change_percent\": -0.007036, \"fiat_id\": 165, \"updated\": \"2021-11-04 13:00:12\"}, {\"symbol\": \"RSDUSD\", \"price\": 0.009825, \"change_percent\": -0.292131, \"fiat_id\": 166, \"updated\": \"2021-11-04 13:00:12\"}, {\"symbol\": \"BHDUSD\", \"price\": 2.651985, \"change_percent\": -0.00482, \"fiat_id\": 167, \"updated\": \"2021-11-04 13:00:12\"}, {\"symbol\": \"SDGUSD\", \"price\": 0.002268, \"change_percent\": -0.000125, \"fiat_id\": 168, \"updated\": \"2021-11-04 13:00:12\"}, {\"symbol\": \"XAUUSD\", \"price\": 1792.593798, \"change_percent\": 0.922866, \"fiat_id\": 169, \"updated\": \"2021-11-04 13:00:12\"}, {\"symbol\": \"BTCUSD\", \"price\": 61896.740282, \"change_percent\": -1.665108, \"fiat_id\": 170, \"updated\": \"2021-11-04 13:00:12\"}], \"as_dict\": {\"USDUSD\": {\"symbol\": \"USDUSD\", \"price\": 1.0, \"change_percent\": 0.0, \"fiat_id\": 1, \"updated\": \"2021-11-04 13:00:12\"}, \"CHFUSD\": {\"symbol\": \"CHFUSD\", \"price\": 1.095488, \"change_percent\": -0.173162, \"fiat_id\": 2, \"updated\": \"2021-11-04 13:00:12\"}, \"EURUSD\": {\"symbol\": \"EURUSD\", \"price\": 1.156223, \"change_percent\": -0.465981, \"fiat_id\": 3, \"updated\": \"2021-11-04 13:00:12\"}, \"JPYUSD\": {\"symbol\": \"JPYUSD\", \"price\": 0.008779, \"change_percent\": 0.128147, \"fiat_id\": 4, \"updated\": \"2021-11-04 13:00:12\"}, \"CADUSD\": {\"symbol\": \"CADUSD\", \"price\": 0.804732, \"change_percent\": -0.386729, \"fiat_id\": 5, \"updated\": \"2021-11-04 13:00:12\"}, \"GBPUSD\": {\"symbol\": \"GBPUSD\", \"price\": 1.354546, \"change_percent\": -1.10312, \"fiat_id\": 6, \"updated\": \"2021-11-04 13:00:12\"}, \"AUDUSD\": {\"symbol\": \"AUDUSD\", \"price\": 0.74121, \"change_percent\": -0.759878, \"fiat_id\": 7, \"updated\": \"2021-11-04 13:00:12\"}, \"NZDUSD\": {\"symbol\": \"NZDUSD\", \"price\": 0.71303, \"change_percent\": -0.626064, \"fiat_id\": 8, \"updated\": \"2021-11-04 13:00:12\"}, \"HKDUSD\": {\"symbol\": \"HKDUSD\", \"price\": 0.128466, \"change_percent\": -0.005171, \"fiat_id\": 9, \"updated\": \"2021-11-04 13:00:12\"}, \"SGDUSD\": {\"symbol\": \"SGDUSD\", \"price\": 0.74002, \"change_percent\": -0.310859, \"fiat_id\": 10, \"updated\": \"2021-11-04 13:00:12\"}, \"NOKUSD\": {\"symbol\": \"NOKUSD\", \"price\": 0.117302, \"change_percent\": -0.383824, \"fiat_id\": 11, \"updated\": \"2021-11-04 13:00:12\"}, \"SEKUSD\": {\"symbol\": \"SEKUSD\", \"price\": 0.116702, \"change_percent\": -0.470924, \"fiat_id\": 12, \"updated\": \"2021-11-04 13:00:12\"}, \"PLNUSD\": {\"symbol\": \"PLNUSD\", \"price\": 0.250922, \"change_percent\": -0.999951, \"fiat_id\": 13, \"updated\": \"2021-11-04 13:00:12\"}, \"CNHUSD\": {\"symbol\": \"CNHUSD\", \"price\": 0.14474999904632568, \"change_percent\": 0.0, \"fiat_id\": 14, \"updated\": \"2019-05-16 02:53:59\"}, \"RUBUSD\": {\"symbol\": \"RUBUSD\", \"price\": 0.013976, \"change_percent\": 0.253751, \"fiat_id\": 15, \"updated\": \"2021-11-04 13:00:12\"}, \"DZDUSD\": {\"symbol\": \"DZDUSD\", \"price\": 0.007259, \"change_percent\": -0.272281, \"fiat_id\": 16, \"updated\": \"2021-11-04 13:00:12\"}, \"NADUSD\": {\"symbol\": \"NADUSD\", \"price\": 0.064559, \"change_percent\": -0.000678, \"fiat_id\": 17, \"updated\": \"2021-11-04 13:00:12\"}, \"GHSUSD\": {\"symbol\": \"GHSUSD\", \"price\": 0.163661, \"change_percent\": -0.325741, \"fiat_id\": 18, \"updated\": \"2021-11-04 13:00:12\"}, \"EGPUSD\": {\"symbol\": \"EGPUSD\", \"price\": 0.063699, \"change_percent\": 0.172603, \"fiat_id\": 19, \"updated\": \"2021-11-04 13:00:12\"}, \"BGNUSD\": {\"symbol\": \"BGNUSD\", \"price\": 0.590485, \"change_percent\": -0.44702, \"fiat_id\": 20, \"updated\": \"2021-11-04 13:00:12\"}, \"PABUSD\": {\"symbol\": \"PABUSD\", \"price\": 1.000056, \"change_percent\": -0.004278, \"fiat_id\": 21, \"updated\": \"2021-11-04 13:00:12\"}, \"BOBUSD\": {\"symbol\": \"BOBUSD\", \"price\": 0.145034, \"change_percent\": 0.139784, \"fiat_id\": 22, \"updated\": \"2021-11-04 13:00:12\"}, \"DKKUSD\": {\"symbol\": \"DKKUSD\", \"price\": 0.155458, \"change_percent\": -0.460989, \"fiat_id\": 23, \"updated\": \"2021-11-04 13:00:12\"}, \"BWPUSD\": {\"symbol\": \"BWPUSD\", \"price\": 0.087499, \"change_percent\": 0.336848, \"fiat_id\": 24, \"updated\": \"2021-11-04 13:00:12\"}, \"LBPUSD\": {\"symbol\": \"LBPUSD\", \"price\": 0.000661, \"change_percent\": 0.910514, \"fiat_id\": 25, \"updated\": \"2021-11-04 13:00:12\"}, \"TZSUSD\": {\"symbol\": \"TZSUSD\", \"price\": 0.000434, \"change_percent\": -0.130291, \"fiat_id\": 26, \"updated\": \"2021-11-04 13:00:12\"}, \"VNDUSD\": {\"symbol\": \"VNDUSD\", \"price\": 4.4e-05, \"change_percent\": 0.277694, \"fiat_id\": 27, \"updated\": \"2021-11-04 13:00:12\"}, \"AOAUSD\": {\"symbol\": \"AOAUSD\", \"price\": 0.001675, \"change_percent\": -5.6e-05, \"fiat_id\": 28, \"updated\": \"2021-11-04 13:00:12\"}, \"KHRUSD\": {\"symbol\": \"KHRUSD\", \"price\": 0.000245, \"change_percent\": -0.098492, \"fiat_id\": 29, \"updated\": \"2021-11-04 13:00:12\"}, \"MYRUSD\": {\"symbol\": \"MYRUSD\", \"price\": 0.240761, \"change_percent\": -8.1e-05, \"fiat_id\": 30, \"updated\": \"2021-11-04 13:00:12\"}, \"KYDUSD\": {\"symbol\": \"KYDUSD\", \"price\": 1.200109, \"change_percent\": 0.000783, \"fiat_id\": 31, \"updated\": \"2021-11-04 13:00:12\"}, \"LYDUSD\": {\"symbol\": \"LYDUSD\", \"price\": 0.219445, \"change_percent\": -0.043049, \"fiat_id\": 32, \"updated\": \"2021-11-04 13:00:12\"}, \"UAHUSD\": {\"symbol\": \"UAHUSD\", \"price\": 0.038183, \"change_percent\": 0.17147, \"fiat_id\": 33, \"updated\": \"2021-11-04 13:00:12\"}, \"JODUSD\": {\"symbol\": \"JODUSD\", \"price\": 1.410425, \"change_percent\": 0.005482, \"fiat_id\": 34, \"updated\": \"2021-11-04 13:00:12\"}, \"AWGUSD\": {\"symbol\": \"AWGUSD\", \"price\": 0.555555, \"change_percent\": -6.7e-05, \"fiat_id\": 35, \"updated\": \"2021-11-04 13:00:12\"}, \"SARUSD\": {\"symbol\": \"SARUSD\", \"price\": 0.266601, \"change_percent\": 0.00774, \"fiat_id\": 36, \"updated\": \"2021-11-04 13:00:12\"}, \"LTLUSD\": {\"symbol\": \"LTLUSD\", \"price\": 0.338668, \"change_percent\": -5e-06, \"fiat_id\": 37, \"updated\": \"2021-11-04 13:00:12\"}, \"GIPUSD\": {\"symbol\": \"GIPUSD\", \"price\": 1.363844, \"change_percent\": 8e-06, \"fiat_id\": 38, \"updated\": \"2021-11-04 13:00:12\"}, \"BYRUSD\": {\"symbol\": \"BYRUSD\", \"price\": 5.1e-05, \"change_percent\": -2.3e-05, \"fiat_id\": 39, \"updated\": \"2021-11-04 13:00:12\"}, \"ALLUSD\": {\"symbol\": \"ALLUSD\", \"price\": 0.009403, \"change_percent\": -4.8e-05, \"fiat_id\": 40, \"updated\": \"2021-11-04 13:00:12\"}, \"BYNUSD\": {\"symbol\": \"BYNUSD\", \"price\": 0.406484, \"change_percent\": 0.188446, \"fiat_id\": 41, \"updated\": \"2021-11-04 13:00:12\"}, \"MROUSD\": {\"symbol\": \"MROUSD\", \"price\": 0.002801, \"change_percent\": -2.3e-05, \"fiat_id\": 42, \"updated\": \"2021-11-04 13:00:12\"}, \"HRKUSD\": {\"symbol\": \"HRKUSD\", \"price\": 0.153697, \"change_percent\": -0.527558, \"fiat_id\": 43, \"updated\": \"2021-11-04 13:00:12\"}, \"DJFUSD\": {\"symbol\": \"DJFUSD\", \"price\": 0.005617, \"change_percent\": -0.171099, \"fiat_id\": 44, \"updated\": \"2021-11-04 13:00:12\"}, \"SZLUSD\": {\"symbol\": \"SZLUSD\", \"price\": 0.065531, \"change_percent\": 1.510431, \"fiat_id\": 45, \"updated\": \"2021-11-04 13:00:12\"}, \"THBUSD\": {\"symbol\": \"THBUSD\", \"price\": 0.030012, \"change_percent\": -0.167452, \"fiat_id\": 46, \"updated\": \"2021-11-04 13:00:12\"}, \"XAFUSD\": {\"symbol\": \"XAFUSD\", \"price\": 0.001762, \"change_percent\": -0.284797, \"fiat_id\": 47, \"updated\": \"2021-11-04 13:00:12\"}, \"BNDUSD\": {\"symbol\": \"BNDUSD\", \"price\": 0.73999, \"change_percent\": -0.197157, \"fiat_id\": 48, \"updated\": \"2021-11-04 13:00:12\"}, \"ISKUSD\": {\"symbol\": \"ISKUSD\", \"price\": 0.007698, \"change_percent\": -0.461925, \"fiat_id\": 49, \"updated\": \"2021-11-04 13:00:12\"}, \"UYUUSD\": {\"symbol\": \"UYUUSD\", \"price\": 0.022627, \"change_percent\": -0.005987, \"fiat_id\": 50, \"updated\": \"2021-11-04 13:00:12\"}, \"NIOUSD\": {\"symbol\": \"NIOUSD\", \"price\": 0.028385, \"change_percent\": -0.014026, \"fiat_id\": 51, \"updated\": \"2021-11-04 13:00:12\"}, \"LAKUSD\": {\"symbol\": \"LAKUSD\", \"price\": 9.6e-05, \"change_percent\": -0.121258, \"fiat_id\": 52, \"updated\": \"2021-11-04 13:00:12\"}, \"SYPUSD\": {\"symbol\": \"SYPUSD\", \"price\": 0.000796, \"change_percent\": -2.3e-05, \"fiat_id\": 53, \"updated\": \"2021-11-04 13:00:12\"}, \"MADUSD\": {\"symbol\": \"MADUSD\", \"price\": 0.110055, \"change_percent\": -0.064704, \"fiat_id\": 54, \"updated\": \"2021-11-04 13:00:12\"}, \"MZNUSD\": {\"symbol\": \"MZNUSD\", \"price\": 0.015667, \"change_percent\": 0.000912, \"fiat_id\": 55, \"updated\": \"2021-11-04 13:00:12\"}, \"PHPUSD\": {\"symbol\": \"PHPUSD\", \"price\": 0.01975, \"change_percent\": -0.044927, \"fiat_id\": 56, \"updated\": \"2021-11-04 13:00:12\"}, \"ZARUSD\": {\"symbol\": \"ZARUSD\", \"price\": 0.065658, \"change_percent\": 0.144422, \"fiat_id\": 57, \"updated\": \"2021-11-04 13:00:12\"}, \"NPRUSD\": {\"symbol\": \"NPRUSD\", \"price\": 0.008394, \"change_percent\": 0.014658, \"fiat_id\": 58, \"updated\": \"2021-11-04 13:00:12\"}, \"ZWLUSD\": {\"symbol\": \"ZWLUSD\", \"price\": 0.003106, \"change_percent\": -2.3e-05, \"fiat_id\": 59, \"updated\": \"2021-11-04 13:00:12\"}, \"NGNUSD\": {\"symbol\": \"NGNUSD\", \"price\": 0.002433, \"change_percent\": -0.133722, \"fiat_id\": 60, \"updated\": \"2021-11-04 13:00:12\"}, \"CRCUSD\": {\"symbol\": \"CRCUSD\", \"price\": 0.001566, \"change_percent\": -0.005266, \"fiat_id\": 61, \"updated\": \"2021-11-04 13:00:12\"}, \"AEDUSD\": {\"symbol\": \"AEDUSD\", \"price\": 0.272235, \"change_percent\": -0.002638, \"fiat_id\": 62, \"updated\": \"2021-11-04 13:00:12\"}, \"MWKUSD\": {\"symbol\": \"MWKUSD\", \"price\": 0.001227, \"change_percent\": -0.016195, \"fiat_id\": 63, \"updated\": \"2021-11-04 13:00:12\"}, \"LKRUSD\": {\"symbol\": \"LKRUSD\", \"price\": 0.004963, \"change_percent\": -0.00434, \"fiat_id\": 64, \"updated\": \"2021-11-04 13:00:12\"}, \"PKRUSD\": {\"symbol\": \"PKRUSD\", \"price\": 0.005882, \"change_percent\": -0.144805, \"fiat_id\": 65, \"updated\": \"2021-11-04 13:00:12\"}, \"HUFUSD\": {\"symbol\": \"HUFUSD\", \"price\": 0.003213, \"change_percent\": -0.768934, \"fiat_id\": 66, \"updated\": \"2021-11-04 13:00:12\"}, \"BMDUSD\": {\"symbol\": \"BMDUSD\", \"price\": 1.0, \"change_percent\": 0.0, \"fiat_id\": 67, \"updated\": \"2021-11-04 13:00:12\"}, \"LSLUSD\": {\"symbol\": \"LSLUSD\", \"price\": 0.064558, \"change_percent\": 0.002525, \"fiat_id\": 68, \"updated\": \"2021-11-04 13:00:12\"}, \"MNTUSD\": {\"symbol\": \"MNTUSD\", \"price\": 0.000351, \"change_percent\": -2.3e-05, \"fiat_id\": 69, \"updated\": \"2021-11-04 13:00:12\"}, \"AMDUSD\": {\"symbol\": \"AMDUSD\", \"price\": 0.002094, \"change_percent\": -0.159266, \"fiat_id\": 70, \"updated\": \"2021-11-04 13:00:12\"}, \"UGXUSD\": {\"symbol\": \"UGXUSD\", \"price\": 0.000281, \"change_percent\": -0.017548, \"fiat_id\": 71, \"updated\": \"2021-11-04 13:00:12\"}, \"QARUSD\": {\"symbol\": \"QARUSD\", \"price\": 0.274649, \"change_percent\": 0.000148, \"fiat_id\": 72, \"updated\": \"2021-11-04 13:00:12\"}, \"XDRUSD\": {\"symbol\": \"XDRUSD\", \"price\": 1.411746, \"change_percent\": -0.04123, \"fiat_id\": 73, \"updated\": \"2021-11-04 13:00:12\"}, \"JMDUSD\": {\"symbol\": \"JMDUSD\", \"price\": 0.006458, \"change_percent\": 0.052379, \"fiat_id\": 74, \"updated\": \"2021-11-04 13:00:12\"}, \"GELUSD\": {\"symbol\": \"GELUSD\", \"price\": 0.31646, \"change_percent\": 0.003981, \"fiat_id\": 75, \"updated\": \"2021-11-04 13:00:12\"}, \"SHPUSD\": {\"symbol\": \"SHPUSD\", \"price\": 0.726004, \"change_percent\": -0.000367, \"fiat_id\": 76, \"updated\": \"2021-11-04 13:00:12\"}, \"AFNUSD\": {\"symbol\": \"AFNUSD\", \"price\": 0.01099, \"change_percent\": 0.066688, \"fiat_id\": 77, \"updated\": \"2021-11-04 13:00:12\"}, \"SBDUSD\": {\"symbol\": \"SBDUSD\", \"price\": 0.1246, \"change_percent\": -2.3e-05, \"fiat_id\": 78, \"updated\": \"2021-11-04 13:00:12\"}, \"KPWUSD\": {\"symbol\": \"KPWUSD\", \"price\": 0.001111, \"change_percent\": -2.3e-05, \"fiat_id\": 79, \"updated\": \"2021-11-04 13:00:12\"}, \"TRYUSD\": {\"symbol\": \"TRYUSD\", \"price\": 0.102758, \"change_percent\": -0.89531, \"fiat_id\": 80, \"updated\": \"2021-11-04 13:00:12\"}, \"BDTUSD\": {\"symbol\": \"BDTUSD\", \"price\": 0.011661, \"change_percent\": 0.013084, \"fiat_id\": 81, \"updated\": \"2021-11-04 13:00:12\"}, \"YERUSD\": {\"symbol\": \"YERUSD\", \"price\": 0.003996, \"change_percent\": 3.9e-05, \"fiat_id\": 82, \"updated\": \"2021-11-04 13:00:12\"}, \"HTGUSD\": {\"symbol\": \"HTGUSD\", \"price\": 0.01016, \"change_percent\": -0.266317, \"fiat_id\": 83, \"updated\": \"2021-11-04 13:00:12\"}, \"XOFUSD\": {\"symbol\": \"XOFUSD\", \"price\": 0.001761, \"change_percent\": -0.389953, \"fiat_id\": 84, \"updated\": \"2021-11-04 13:00:12\"}, \"MGAUSD\": {\"symbol\": \"MGAUSD\", \"price\": 0.000252, \"change_percent\": -0.062656, \"fiat_id\": 85, \"updated\": \"2021-11-04 13:00:12\"}, \"ANGUSD\": {\"symbol\": \"ANGUSD\", \"price\": 0.554872, \"change_percent\": -0.006611, \"fiat_id\": 86, \"updated\": \"2021-11-04 13:00:12\"}, \"LRDUSD\": {\"symbol\": \"LRDUSD\", \"price\": 0.006769, \"change_percent\": 1e-05, \"fiat_id\": 87, \"updated\": \"2021-11-04 13:00:12\"}, \"RWFUSD\": {\"symbol\": \"RWFUSD\", \"price\": 0.000981, \"change_percent\": -1.624368, \"fiat_id\": 88, \"updated\": \"2021-11-04 13:00:12\"}, \"MOPUSD\": {\"symbol\": \"MOPUSD\", \"price\": 0.124739, \"change_percent\": -0.007716, \"fiat_id\": 89, \"updated\": \"2021-11-04 13:00:12\"}, \"INRUSD\": {\"symbol\": \"INRUSD\", \"price\": 0.013437, \"change_percent\": 0.01731, \"fiat_id\": 90, \"updated\": \"2021-11-04 13:00:12\"}, \"MXNUSD\": {\"symbol\": \"MXNUSD\", \"price\": 0.04856, \"change_percent\": -0.240543, \"fiat_id\": 91, \"updated\": \"2021-11-04 13:00:12\"}, \"CZKUSD\": {\"symbol\": \"CZKUSD\", \"price\": 0.045312, \"change_percent\": -0.575467, \"fiat_id\": 92, \"updated\": \"2021-11-04 13:00:12\"}, \"TJSUSD\": {\"symbol\": \"TJSUSD\", \"price\": 0.088807, \"change_percent\": 0.035106, \"fiat_id\": 93, \"updated\": \"2021-11-04 13:00:12\"}, \"BTXUSD\": {\"symbol\": \"BTXUSD\", \"price\": 47876.505553, \"change_percent\": -0.548197, \"fiat_id\": 94, \"updated\": \"2021-10-02 19:02:40\"}, \"BTNUSD\": {\"symbol\": \"BTNUSD\", \"price\": 0.01343, \"change_percent\": 0.014745, \"fiat_id\": 95, \"updated\": \"2021-11-04 13:00:12\"}, \"COPUSD\": {\"symbol\": \"COPUSD\", \"price\": 0.000261, \"change_percent\": -0.042801, \"fiat_id\": 96, \"updated\": \"2021-11-04 13:00:12\"}, \"TMTUSD\": {\"symbol\": \"TMTUSD\", \"price\": 0.2849, \"change_percent\": -1.5e-05, \"fiat_id\": 97, \"updated\": \"2021-11-04 13:00:12\"}, \"MURUSD\": {\"symbol\": \"MURUSD\", \"price\": 0.023042, \"change_percent\": -0.79581, \"fiat_id\": 98, \"updated\": \"2021-11-04 13:00:12\"}, \"IDRUSD\": {\"symbol\": \"IDRUSD\", \"price\": 7e-05, \"change_percent\": -0.20816, \"fiat_id\": 99, \"updated\": \"2021-11-04 13:00:12\"}, \"HNLUSD\": {\"symbol\": \"HNLUSD\", \"price\": 0.041409, \"change_percent\": 0.043454, \"fiat_id\": 100, \"updated\": \"2021-11-04 13:00:12\"}, \"XPFUSD\": {\"symbol\": \"XPFUSD\", \"price\": 0.009667, \"change_percent\": -8.2e-05, \"fiat_id\": 101, \"updated\": \"2021-11-04 13:00:12\"}, \"FJDUSD\": {\"symbol\": \"FJDUSD\", \"price\": 0.480584, \"change_percent\": -0.00014, \"fiat_id\": 102, \"updated\": \"2021-11-04 13:00:12\"}, \"ETBUSD\": {\"symbol\": \"ETBUSD\", \"price\": 0.021053, \"change_percent\": -0.526156, \"fiat_id\": 103, \"updated\": \"2021-11-04 13:00:12\"}, \"PENUSD\": {\"symbol\": \"PENUSD\", \"price\": 0.24881, \"change_percent\": -0.140006, \"fiat_id\": 104, \"updated\": \"2021-11-04 13:00:12\"}, \"BZDUSD\": {\"symbol\": \"BZDUSD\", \"price\": 0.496099, \"change_percent\": -0.006539, \"fiat_id\": 105, \"updated\": \"2021-11-04 13:00:12\"}, \"ILSUSD\": {\"symbol\": \"ILSUSD\", \"price\": 0.320498, \"change_percent\": -0.079331, \"fiat_id\": 106, \"updated\": \"2021-11-04 13:00:12\"}, \"DOPUSD\": {\"symbol\": \"DOPUSD\", \"price\": 0.017745, \"change_percent\": 0.345738, \"fiat_id\": 107, \"updated\": \"2021-11-04 13:00:12\"}, \"GGPUSD\": {\"symbol\": \"GGPUSD\", \"price\": 1.363844, \"change_percent\": 8e-06, \"fiat_id\": 108, \"updated\": \"2021-11-04 13:00:12\"}, \"MDLUSD\": {\"symbol\": \"MDLUSD\", \"price\": 0.057118, \"change_percent\": -0.05012, \"fiat_id\": 109, \"updated\": \"2021-11-04 13:00:12\"}, \"BSDUSD\": {\"symbol\": \"BSDUSD\", \"price\": 0.99997, \"change_percent\": -0.012927, \"fiat_id\": 110, \"updated\": \"2021-11-04 13:00:12\"}, \"ZMKUSD\": {\"symbol\": \"ZMKUSD\", \"price\": 0.000111, \"change_percent\": -0.000108, \"fiat_id\": 111, \"updated\": \"2021-11-04 13:00:12\"}, \"JEPUSD\": {\"symbol\": \"JEPUSD\", \"price\": 1.363844, \"change_percent\": 8e-06, \"fiat_id\": 112, \"updated\": \"2021-11-04 13:00:12\"}, \"SRDUSD\": {\"symbol\": \"SRDUSD\", \"price\": 0.046527, \"change_percent\": -0.000175, \"fiat_id\": 113, \"updated\": \"2021-11-04 13:00:12\"}, \"CUPUSD\": {\"symbol\": \"CUPUSD\", \"price\": 0.037736, \"change_percent\": -2.4e-05, \"fiat_id\": 114, \"updated\": \"2021-11-04 13:00:12\"}, \"CLFUSD\": {\"symbol\": \"CLFUSD\", \"price\": 33.80769, \"change_percent\": -0.279718, \"fiat_id\": 115, \"updated\": \"2021-11-04 13:00:12\"}, \"BBDUSD\": {\"symbol\": \"BBDUSD\", \"price\": 0.49527, \"change_percent\": -0.007052, \"fiat_id\": 116, \"updated\": \"2021-11-04 13:00:12\"}, \"KMFUSD\": {\"symbol\": \"KMFUSD\", \"price\": 0.002351, \"change_percent\": 0.001526, \"fiat_id\": 117, \"updated\": \"2021-11-04 13:00:12\"}, \"KRWUSD\": {\"symbol\": \"KRWUSD\", \"price\": 0.000845, \"change_percent\": -0.309321, \"fiat_id\": 118, \"updated\": \"2021-11-04 13:00:12\"}, \"GMDUSD\": {\"symbol\": \"GMDUSD\", \"price\": 0.019231, \"change_percent\": -0.000362, \"fiat_id\": 119, \"updated\": \"2021-11-04 13:00:12\"}, \"VEFUSD\": {\"symbol\": \"VEFUSD\", \"price\": 0.0, \"change_percent\": -2.3e-05, \"fiat_id\": 120, \"updated\": \"2021-11-04 13:00:12\"}, \"IMPUSD\": {\"symbol\": \"IMPUSD\", \"price\": 1.363844, \"change_percent\": 8e-06, \"fiat_id\": 121, \"updated\": \"2021-11-04 13:00:12\"}, \"CUCUSD\": {\"symbol\": \"CUCUSD\", \"price\": 1.0, \"change_percent\": 0.0, \"fiat_id\": 122, \"updated\": \"2021-11-04 13:00:12\"}, \"CLPUSD\": {\"symbol\": \"CLPUSD\", \"price\": 0.001225, \"change_percent\": -0.27936, \"fiat_id\": 123, \"updated\": \"2021-11-04 13:00:12\"}, \"ZMWUSD\": {\"symbol\": \"ZMWUSD\", \"price\": 0.057554, \"change_percent\": -0.279178, \"fiat_id\": 124, \"updated\": \"2021-11-04 13:00:12\"}, \"CDFUSD\": {\"symbol\": \"CDFUSD\", \"price\": 0.000498, \"change_percent\": -1.5e-05, \"fiat_id\": 125, \"updated\": \"2021-11-04 13:00:12\"}, \"XCDUSD\": {\"symbol\": \"XCDUSD\", \"price\": 0.370021, \"change_percent\": -2.9e-05, \"fiat_id\": 126, \"updated\": \"2021-11-04 13:00:12\"}, \"KZTUSD\": {\"symbol\": \"KZTUSD\", \"price\": 0.002328, \"change_percent\": -0.055052, \"fiat_id\": 127, \"updated\": \"2021-11-04 13:00:12\"}, \"XAGUSD\": {\"symbol\": \"XAGUSD\", \"price\": 23.888905, \"change_percent\": 0.800816, \"fiat_id\": 128, \"updated\": \"2021-11-04 13:00:12\"}, \"TTDUSD\": {\"symbol\": \"TTDUSD\", \"price\": 0.147415, \"change_percent\": -0.005439, \"fiat_id\": 129, \"updated\": \"2021-11-04 13:00:12\"}, \"OMRUSD\": {\"symbol\": \"OMRUSD\", \"price\": 2.597122, \"change_percent\": -0.010783, \"fiat_id\": 130, \"updated\": \"2021-11-04 13:00:12\"}, \"BRLUSD\": {\"symbol\": \"BRLUSD\", \"price\": 0.178441, \"change_percent\": -0.895725, \"fiat_id\": 131, \"updated\": \"2021-11-04 13:00:12\"}, \"MMKUSD\": {\"symbol\": \"MMKUSD\", \"price\": 0.000555, \"change_percent\": -0.004329, \"fiat_id\": 132, \"updated\": \"2021-11-04 13:00:12\"}, \"PYGUSD\": {\"symbol\": \"PYGUSD\", \"price\": 0.000145, \"change_percent\": 0.093423, \"fiat_id\": 133, \"updated\": \"2021-11-04 13:00:12\"}, \"KESUSD\": {\"symbol\": \"KESUSD\", \"price\": 0.008965, \"change_percent\": -0.140995, \"fiat_id\": 134, \"updated\": \"2021-11-04 13:00:12\"}, \"SVCUSD\": {\"symbol\": \"SVCUSD\", \"price\": 0.114289, \"change_percent\": -0.003092, \"fiat_id\": 135, \"updated\": \"2021-11-04 13:00:12\"}, \"MKDUSD\": {\"symbol\": \"MKDUSD\", \"price\": 0.018748, \"change_percent\": -0.513005, \"fiat_id\": 136, \"updated\": \"2021-11-04 13:00:12\"}, \"AZNUSD\": {\"symbol\": \"AZNUSD\", \"price\": 0.588827, \"change_percent\": -0.129302, \"fiat_id\": 137, \"updated\": \"2021-11-04 13:00:12\"}, \"TOPUSD\": {\"symbol\": \"TOPUSD\", \"price\": 0.44604, \"change_percent\": 0.113669, \"fiat_id\": 138, \"updated\": \"2021-11-04 13:00:12\"}, \"MVRUSD\": {\"symbol\": \"MVRUSD\", \"price\": 0.064725, \"change_percent\": 0.0007, \"fiat_id\": 139, \"updated\": \"2021-11-04 13:00:12\"}, \"VUVUSD\": {\"symbol\": \"VUVUSD\", \"price\": 0.008905, \"change_percent\": -2.3e-05, \"fiat_id\": 140, \"updated\": \"2021-11-04 13:00:12\"}, \"GNFUSD\": {\"symbol\": \"GNFUSD\", \"price\": 0.000104, \"change_percent\": -0.304233, \"fiat_id\": 141, \"updated\": \"2021-11-04 13:00:12\"}, \"WSTUSD\": {\"symbol\": \"WSTUSD\", \"price\": 0.388049, \"change_percent\": -4.2e-05, \"fiat_id\": 142, \"updated\": \"2021-11-04 13:00:12\"}, \"IQDUSD\": {\"symbol\": \"IQDUSD\", \"price\": 0.000685, \"change_percent\": 0.068721, \"fiat_id\": 143, \"updated\": \"2021-11-04 13:00:12\"}, \"ERNUSD\": {\"symbol\": \"ERNUSD\", \"price\": 0.066661, \"change_percent\": -2.1e-05, \"fiat_id\": 144, \"updated\": \"2021-11-04 13:00:12\"}, \"BAMUSD\": {\"symbol\": \"BAMUSD\", \"price\": 0.590762, \"change_percent\": -0.292104, \"fiat_id\": 145, \"updated\": \"2021-11-04 13:00:12\"}, \"SCRUSD\": {\"symbol\": \"SCRUSD\", \"price\": 0.076223, \"change_percent\": 1.891053, \"fiat_id\": 146, \"updated\": \"2021-11-04 13:00:12\"}, \"CVEUSD\": {\"symbol\": \"CVEUSD\", \"price\": 0.010479, \"change_percent\": -0.059742, \"fiat_id\": 147, \"updated\": \"2021-11-04 13:00:12\"}, \"KWDUSD\": {\"symbol\": \"KWDUSD\", \"price\": 3.314223, \"change_percent\": -0.023185, \"fiat_id\": 148, \"updated\": \"2021-11-04 13:00:12\"}, \"BIFUSD\": {\"symbol\": \"BIFUSD\", \"price\": 0.000503, \"change_percent\": 0.252354, \"fiat_id\": 149, \"updated\": \"2021-11-04 13:00:12\"}, \"PGKUSD\": {\"symbol\": \"PGKUSD\", \"price\": 0.284813, \"change_percent\": 0.523773, \"fiat_id\": 150, \"updated\": \"2021-11-04 13:00:12\"}, \"SOSUSD\": {\"symbol\": \"SOSUSD\", \"price\": 0.001706, \"change_percent\": -4.5e-05, \"fiat_id\": 151, \"updated\": \"2021-11-04 13:00:12\"}, \"TWDUSD\": {\"symbol\": \"TWDUSD\", \"price\": 0.035883, \"change_percent\": -0.298918, \"fiat_id\": 152, \"updated\": \"2021-11-04 13:00:12\"}, \"UZSUSD\": {\"symbol\": \"UZSUSD\", \"price\": 9.4e-05, \"change_percent\": 0.135899, \"fiat_id\": 153, \"updated\": \"2021-11-04 13:00:12\"}, \"STDUSD\": {\"symbol\": \"STDUSD\", \"price\": 4.8e-05, \"change_percent\": -2.3e-05, \"fiat_id\": 154, \"updated\": \"2021-11-04 13:00:12\"}, \"IRRUSD\": {\"symbol\": \"IRRUSD\", \"price\": 2.4e-05, \"change_percent\": -2.4e-05, \"fiat_id\": 155, \"updated\": \"2021-11-04 13:00:12\"}, \"CNYUSD\": {\"symbol\": \"CNYUSD\", \"price\": 0.15637, \"change_percent\": 0.190762, \"fiat_id\": 156, \"updated\": \"2021-11-04 13:00:12\"}, \"SLLUSD\": {\"symbol\": \"SLLUSD\", \"price\": 9.2e-05, \"change_percent\": 1.7e-05, \"fiat_id\": 157, \"updated\": \"2021-11-04 13:00:12\"}, \"TNDUSD\": {\"symbol\": \"TNDUSD\", \"price\": 0.352856, \"change_percent\": 1.4e-05, \"fiat_id\": 158, \"updated\": \"2021-11-04 13:00:12\"}, \"GYDUSD\": {\"symbol\": \"GYDUSD\", \"price\": 0.004778, \"change_percent\": 0.01972, \"fiat_id\": 159, \"updated\": \"2021-11-04 13:00:12\"}, \"FKPUSD\": {\"symbol\": \"FKPUSD\", \"price\": 1.363844, \"change_percent\": 8e-06, \"fiat_id\": 160, \"updated\": \"2021-11-04 13:00:12\"}, \"LVLUSD\": {\"symbol\": \"LVLUSD\", \"price\": 1.653193, \"change_percent\": -3.9e-05, \"fiat_id\": 161, \"updated\": \"2021-11-04 13:00:12\"}, \"KGSUSD\": {\"symbol\": \"KGSUSD\", \"price\": 0.011793, \"change_percent\": -0.037239, \"fiat_id\": 162, \"updated\": \"2021-11-04 13:00:12\"}, \"ARSUSD\": {\"symbol\": \"ARSUSD\", \"price\": 0.010013, \"change_percent\": -0.002944, \"fiat_id\": 163, \"updated\": \"2021-11-04 13:00:12\"}, \"RONUSD\": {\"symbol\": \"RONUSD\", \"price\": 0.233634, \"change_percent\": -0.450997, \"fiat_id\": 164, \"updated\": \"2021-11-04 13:00:12\"}, \"GTQUSD\": {\"symbol\": \"GTQUSD\", \"price\": 0.129199, \"change_percent\": -0.007036, \"fiat_id\": 165, \"updated\": \"2021-11-04 13:00:12\"}, \"RSDUSD\": {\"symbol\": \"RSDUSD\", \"price\": 0.009825, \"change_percent\": -0.292131, \"fiat_id\": 166, \"updated\": \"2021-11-04 13:00:12\"}, \"BHDUSD\": {\"symbol\": \"BHDUSD\", \"price\": 2.651985, \"change_percent\": -0.00482, \"fiat_id\": 167, \"updated\": \"2021-11-04 13:00:12\"}, \"SDGUSD\": {\"symbol\": \"SDGUSD\", \"price\": 0.002268, \"change_percent\": -0.000125, \"fiat_id\": 168, \"updated\": \"2021-11-04 13:00:12\"}, \"XAUUSD\": {\"symbol\": \"XAUUSD\", \"price\": 1792.593798, \"change_percent\": 0.922866, \"fiat_id\": 169, \"updated\": \"2021-11-04 13:00:12\"}, \"BTCUSD\": {\"symbol\": \"BTCUSD\", \"price\": 61896.740282, \"change_percent\": -1.665108, \"fiat_id\": 170, \"updated\": \"2021-11-04 13:00:12\"}}}, \"cryptos\": [{\"crypto_id\": 1, \"crypto_symbol\": \"BTC\", \"crypto_name\": \"Bitcoin\", \"allow_withdrawals\": 1, \"allow_bank_withdrawals\": true, \"allow_rewards\": 1, \"added\": \"2018-08-05\", \"enabled\": 1, \"allow_clear_pool_transfer\": 1, \"allow_savings_transfer\": true}, {\"crypto_id\": 2, \"crypto_symbol\": \"BCH\", \"crypto_name\": \"Bitcoin Cash\", \"allow_withdrawals\": 1, \"allow_bank_withdrawals\": false, \"allow_rewards\": 0, \"added\": \"2018-08-05\", \"enabled\": 1, \"allow_clear_pool_transfer\": 0, \"allow_savings_transfer\": false}, {\"crypto_id\": 3, \"crypto_symbol\": \"LTC\", \"crypto_name\": \"Litecoin\", \"allow_withdrawals\": 1, \"allow_bank_withdrawals\": false, \"allow_rewards\": 0, \"added\": \"2018-08-05\", \"enabled\": 1, \"allow_clear_pool_transfer\": 0, \"allow_savings_transfer\": false}, {\"crypto_id\": 4, \"crypto_symbol\": \"ETH\", \"crypto_name\": \"Ethereum\", \"allow_withdrawals\": 1, \"allow_bank_withdrawals\": true, \"allow_rewards\": 0, \"added\": \"2018-08-05\", \"enabled\": 1, \"allow_clear_pool_transfer\": 1, \"allow_savings_transfer\": true}, {\"crypto_id\": 5, \"crypto_symbol\": \"XVG\", \"crypto_name\": \"Verge\", \"allow_withdrawals\": 0, \"allow_bank_withdrawals\": false, \"allow_rewards\": 0, \"added\": \"2018-08-05\", \"enabled\": 1, \"allow_clear_pool_transfer\": 0, \"allow_savings_transfer\": false}, {\"crypto_id\": 6, \"crypto_symbol\": \"SIA\", \"crypto_name\": \"SiaCoin\", \"allow_withdrawals\": 0, \"allow_bank_withdrawals\": false, \"allow_rewards\": 0, \"added\": \"2018-08-05\", \"enabled\": 1, \"allow_clear_pool_transfer\": 0, \"allow_savings_transfer\": false}, {\"crypto_id\": 7, \"crypto_symbol\": \"XMR\", \"crypto_name\": \"Monero\", \"allow_withdrawals\": 0, \"allow_bank_withdrawals\": false, \"allow_rewards\": 0, \"added\": \"2018-08-05\", \"enabled\": 1, \"allow_clear_pool_transfer\": 0, \"allow_savings_transfer\": false}, {\"crypto_id\": 8, \"crypto_symbol\": \"XRP\", \"crypto_name\": \"Ripple\", \"allow_withdrawals\": 0, \"allow_bank_withdrawals\": false, \"allow_rewards\": 0, \"added\": \"2018-08-05\", \"enabled\": 1, \"allow_clear_pool_transfer\": 0, \"allow_savings_transfer\": false}, {\"crypto_id\": 9, \"crypto_symbol\": \"ETC\", \"crypto_name\": \"Ethereum Classic\", \"allow_withdrawals\": 0, \"allow_bank_withdrawals\": false, \"allow_rewards\": 0, \"added\": \"2018-08-05\", \"enabled\": 1, \"allow_clear_pool_transfer\": 0, \"allow_savings_transfer\": false}, {\"crypto_id\": 10, \"crypto_symbol\": \"ZEC\", \"crypto_name\": \"ZCash\", \"allow_withdrawals\": 0, \"allow_bank_withdrawals\": false, \"allow_rewards\": 0, \"added\": \"2018-08-05\", \"enabled\": 1, \"allow_clear_pool_transfer\": 0, \"allow_savings_transfer\": false}, {\"crypto_id\": 11, \"crypto_symbol\": \"UNTY\", \"crypto_name\": \"Unity Pro-Active Mining\", \"allow_withdrawals\": 0, \"allow_bank_withdrawals\": false, \"allow_rewards\": 1, \"added\": \"2018-08-05\", \"enabled\": 1, \"allow_clear_pool_transfer\": 0, \"allow_savings_transfer\": false}, {\"crypto_id\": 12, \"crypto_symbol\": \"AURIX\", \"crypto_name\": \"Aurix Gold\", \"allow_withdrawals\": 0, \"allow_bank_withdrawals\": false, \"allow_rewards\": 0, \"added\": \"2018-08-05\", \"enabled\": 1, \"allow_clear_pool_transfer\": 0, \"allow_savings_transfer\": false}, {\"crypto_id\": 13, \"crypto_symbol\": \"BAB\", \"crypto_name\": \"Bitcoin Cash ABC\", \"allow_withdrawals\": 0, \"allow_bank_withdrawals\": false, \"allow_rewards\": 0, \"added\": \"2018-08-05\", \"enabled\": 0, \"allow_clear_pool_transfer\": 0, \"allow_savings_transfer\": false}, {\"crypto_id\": 14, \"crypto_symbol\": \"BSV\", \"crypto_name\": \"Bitcoin Cash SV\", \"allow_withdrawals\": 0, \"allow_bank_withdrawals\": false, \"allow_rewards\": 0, \"added\": \"2018-08-05\", \"enabled\": 0, \"allow_clear_pool_transfer\": 0, \"allow_savings_transfer\": false}, {\"crypto_id\": 15, \"crypto_symbol\": \"STON\", \"crypto_name\": \"Mainston Token\", \"allow_withdrawals\": 0, \"allow_bank_withdrawals\": false, \"allow_rewards\": 0, \"added\": \"2019-12-12\", \"enabled\": 0, \"allow_clear_pool_transfer\": 0, \"allow_savings_transfer\": false}, {\"crypto_id\": 16, \"crypto_symbol\": \"USDT\", \"crypto_name\": \"Tether Dollar\", \"allow_withdrawals\": 0, \"allow_bank_withdrawals\": false, \"allow_rewards\": 0, \"added\": \"2019-12-12\", \"enabled\": 1, \"allow_clear_pool_transfer\": 1, \"allow_savings_transfer\": true}, {\"crypto_id\": 17, \"crypto_symbol\": \"LINK\", \"crypto_name\": \"ChainLink\", \"allow_withdrawals\": 0, \"allow_bank_withdrawals\": false, \"allow_rewards\": 0, \"added\": \"2019-12-12\", \"enabled\": 1, \"allow_clear_pool_transfer\": 0, \"allow_savings_transfer\": true}, {\"crypto_id\": 18, \"crypto_symbol\": \"EOS\", \"crypto_name\": \"EOS\", \"allow_withdrawals\": 0, \"allow_bank_withdrawals\": false, \"allow_rewards\": 0, \"added\": \"2019-12-12\", \"enabled\": 1, \"allow_clear_pool_transfer\": 0, \"allow_savings_transfer\": false}, {\"crypto_id\": 19, \"crypto_symbol\": \"XTZ\", \"crypto_name\": \"Tezos\", \"allow_withdrawals\": 0, \"allow_bank_withdrawals\": false, \"allow_rewards\": 0, \"added\": \"2019-12-12\", \"enabled\": 1, \"allow_clear_pool_transfer\": 0, \"allow_savings_transfer\": false}, {\"crypto_id\": 20, \"crypto_symbol\": \"ADA\", \"crypto_name\": \"Cardano\", \"allow_withdrawals\": 0, \"allow_bank_withdrawals\": false, \"allow_rewards\": 0, \"added\": \"2019-12-12\", \"enabled\": 1, \"allow_clear_pool_transfer\": 0, \"allow_savings_transfer\": false}, {\"crypto_id\": 21, \"crypto_symbol\": \"ZRX\", \"crypto_name\": \"0x Coin\", \"allow_withdrawals\": 0, \"allow_bank_withdrawals\": false, \"allow_rewards\": 0, \"added\": \"2019-12-12\", \"enabled\": 1, \"allow_clear_pool_transfer\": 0, \"allow_savings_transfer\": false}, {\"crypto_id\": 22, \"crypto_symbol\": \"TRX\", \"crypto_name\": \"Tron\", \"allow_withdrawals\": 0, \"allow_bank_withdrawals\": false, \"allow_rewards\": 0, \"added\": \"2019-12-12\", \"enabled\": 1, \"allow_clear_pool_transfer\": 0, \"allow_savings_transfer\": false}, {\"crypto_id\": 23, \"crypto_symbol\": \"VET\", \"crypto_name\": \"VeChain\", \"allow_withdrawals\": 0, \"allow_bank_withdrawals\": false, \"allow_rewards\": 0, \"added\": \"2019-12-12\", \"enabled\": 1, \"allow_clear_pool_transfer\": 0, \"allow_savings_transfer\": false}, {\"crypto_id\": 24, \"crypto_symbol\": \"BNB\", \"crypto_name\": \"Binance Coin\", \"allow_withdrawals\": 0, \"allow_bank_withdrawals\": false, \"allow_rewards\": 0, \"added\": \"2019-12-12\", \"enabled\": 1, \"allow_clear_pool_transfer\": 0, \"allow_savings_transfer\": false}, {\"crypto_id\": 25, \"crypto_symbol\": \"DAI\", \"crypto_name\": \"MakerDao Dai\", \"allow_withdrawals\": 0, \"allow_bank_withdrawals\": false, \"allow_rewards\": 0, \"added\": \"2019-12-12\", \"enabled\": 1, \"allow_clear_pool_transfer\": 0, \"allow_savings_transfer\": true}, {\"crypto_id\": 26, \"crypto_symbol\": \"USDC\", \"crypto_name\": \"USD Coin\", \"allow_withdrawals\": 0, \"allow_bank_withdrawals\": false, \"allow_rewards\": 0, \"added\": \"2019-12-12\", \"enabled\": 1, \"allow_clear_pool_transfer\": 1, \"allow_savings_transfer\": true}, {\"crypto_id\": 27, \"crypto_symbol\": \"UNI\", \"crypto_name\": \"UniSwap\", \"allow_withdrawals\": 0, \"allow_bank_withdrawals\": false, \"allow_rewards\": 0, \"added\": \"2019-12-12\", \"enabled\": 1, \"allow_clear_pool_transfer\": 0, \"allow_savings_transfer\": true}, {\"crypto_id\": 28, \"crypto_symbol\": \"XLM\", \"crypto_name\": \"Stellar Lumens\", \"allow_withdrawals\": 0, \"allow_bank_withdrawals\": false, \"allow_rewards\": 0, \"added\": \"2021-04-08\", \"enabled\": 1, \"allow_clear_pool_transfer\": 0, \"allow_savings_transfer\": false}, {\"crypto_id\": 29, \"crypto_symbol\": \"IOTA\", \"crypto_name\": \"Miota\", \"allow_withdrawals\": 0, \"allow_bank_withdrawals\": false, \"allow_rewards\": 0, \"added\": \"2021-04-08\", \"enabled\": 1, \"allow_clear_pool_transfer\": 0, \"allow_savings_transfer\": false}, {\"crypto_id\": 30, \"crypto_symbol\": \"BAND\", \"crypto_name\": \"Band Protocol\", \"allow_withdrawals\": 0, \"allow_bank_withdrawals\": false, \"allow_rewards\": 0, \"added\": \"2021-04-08\", \"enabled\": 1, \"allow_clear_pool_transfer\": 0, \"allow_savings_transfer\": false}, {\"crypto_id\": 31, \"crypto_symbol\": \"NMR\", \"crypto_name\": \"Numeraire\", \"allow_withdrawals\": 0, \"allow_bank_withdrawals\": false, \"allow_rewards\": 0, \"added\": \"2021-04-08\", \"enabled\": 1, \"allow_clear_pool_transfer\": 0, \"allow_savings_transfer\": false}, {\"crypto_id\": 32, \"crypto_symbol\": \"ENJ\", \"crypto_name\": \"Enjin Coin\", \"allow_withdrawals\": 0, \"allow_bank_withdrawals\": false, \"allow_rewards\": 0, \"added\": \"2021-04-08\", \"enabled\": 1, \"allow_clear_pool_transfer\": 0, \"allow_savings_transfer\": false}, {\"crypto_id\": 33, \"crypto_symbol\": \"1INCH\", \"crypto_name\": \"1Inch\", \"allow_withdrawals\": 0, \"allow_bank_withdrawals\": false, \"allow_rewards\": 0, \"added\": \"2021-04-08\", \"enabled\": 1, \"allow_clear_pool_transfer\": 0, \"allow_savings_transfer\": false}, {\"crypto_id\": 34, \"crypto_symbol\": \"KLAY\", \"crypto_name\": \"Klaytn\", \"allow_withdrawals\": 0, \"allow_bank_withdrawals\": false, \"allow_rewards\": 0, \"added\": \"2021-04-08\", \"enabled\": 0, \"allow_clear_pool_transfer\": 0, \"allow_savings_transfer\": false}, {\"crypto_id\": 35, \"crypto_symbol\": \"THETA\", \"crypto_name\": \"Theta\", \"allow_withdrawals\": 0, \"allow_bank_withdrawals\": false, \"allow_rewards\": 0, \"added\": \"2021-04-08\", \"enabled\": 1, \"allow_clear_pool_transfer\": 0, \"allow_savings_transfer\": false}, {\"crypto_id\": 36, \"crypto_symbol\": \"PAX\", \"crypto_name\": \"Paxos Standard\", \"allow_withdrawals\": 0, \"allow_bank_withdrawals\": false, \"allow_rewards\": 0, \"added\": \"2021-04-08\", \"enabled\": 1, \"allow_clear_pool_transfer\": 0, \"allow_savings_transfer\": true}, {\"crypto_id\": 37, \"crypto_symbol\": \"AAVE\", \"crypto_name\": \"Aave\", \"allow_withdrawals\": 0, \"allow_bank_withdrawals\": false, \"allow_rewards\": 0, \"added\": \"2021-04-08\", \"enabled\": 1, \"allow_clear_pool_transfer\": 0, \"allow_savings_transfer\": true}, {\"crypto_id\": 38, \"crypto_symbol\": \"COMP\", \"crypto_name\": \"Compound\", \"allow_withdrawals\": 0, \"allow_bank_withdrawals\": false, \"allow_rewards\": 0, \"added\": \"2021-04-08\", \"enabled\": 1, \"allow_clear_pool_transfer\": 0, \"allow_savings_transfer\": true}, {\"crypto_id\": 39, \"crypto_symbol\": \"BAT\", \"crypto_name\": \"Basic Attention Token\", \"allow_withdrawals\": 0, \"allow_bank_withdrawals\": false, \"allow_rewards\": 0, \"added\": \"2021-04-08\", \"enabled\": 1, \"allow_clear_pool_transfer\": 0, \"allow_savings_transfer\": true}, {\"crypto_id\": 40, \"crypto_symbol\": \"CRV\", \"crypto_name\": \"Curve\", \"allow_withdrawals\": 0, \"allow_bank_withdrawals\": false, \"allow_rewards\": 0, \"added\": \"2021-04-08\", \"enabled\": 1, \"allow_clear_pool_transfer\": 0, \"allow_savings_transfer\": true}, {\"crypto_id\": 41, \"crypto_symbol\": \"SNX\", \"crypto_name\": \"Synthetix\", \"allow_withdrawals\": 0, \"allow_bank_withdrawals\": false, \"allow_rewards\": 0, \"added\": \"2021-04-08\", \"enabled\": 1, \"allow_clear_pool_transfer\": 0, \"allow_savings_transfer\": true}, {\"crypto_id\": 42, \"crypto_symbol\": \"UMA\", \"crypto_name\": \"UMA\", \"allow_withdrawals\": 0, \"allow_bank_withdrawals\": false, \"allow_rewards\": 0, \"added\": \"2021-04-08\", \"enabled\": 1, \"allow_clear_pool_transfer\": 0, \"allow_savings_transfer\": true}, {\"crypto_id\": 43, \"crypto_symbol\": \"YFI\", \"crypto_name\": \"Yearn Finance\", \"allow_withdrawals\": 0, \"allow_bank_withdrawals\": false, \"allow_rewards\": 0, \"added\": \"2021-04-08\", \"enabled\": 1, \"allow_clear_pool_transfer\": 0, \"allow_savings_transfer\": true}], \"crypto_rates\": {\"as_list\": [{\"symbol\": \"USDTUSD\", \"price\": 1, \"percent\": 0, \"crypto_id\": 16, \"fiat_id\": 1}, {\"symbol\": \"BTCUSD\", \"price\": 60468.1, \"percent\": 1.8085175341933, \"crypto_id\": 1, \"fiat_id\": 1}, {\"symbol\": \"BCHUSD\", \"price\": 588.3, \"percent\": -2.30820325473266, \"crypto_id\": 2, \"fiat_id\": 1}, {\"symbol\": \"LTCUSD\", \"price\": 228.9, \"percent\": -1.59071367153912, \"crypto_id\": 3, \"fiat_id\": 1}, {\"symbol\": \"ETHUSD\", \"price\": 4225.16, \"percent\": -0.447204851866349, \"crypto_id\": 4, \"fiat_id\": 1}, {\"symbol\": \"XVGUSD\", \"price\": 0.02868, \"percent\": 5.20909757887014, \"crypto_id\": 5, \"fiat_id\": 1}, {\"symbol\": \"SIAUSD\", \"price\": 0.029425, \"percent\": 0.0, \"crypto_id\": 6, \"fiat_id\": 1}, {\"symbol\": \"XMRUSD\", \"price\": 240.4, \"percent\": -1.75725378013894, \"crypto_id\": 7, \"fiat_id\": 1}, {\"symbol\": \"XRPUSD\", \"price\": 1.0945, \"percent\": 0.284038849184543, \"crypto_id\": 8, \"fiat_id\": 1}, {\"symbol\": \"ETCUSD\", \"price\": 50.76, \"percent\": -0.743058271411816, \"crypto_id\": 9, \"fiat_id\": 1}, {\"symbol\": \"ZECUSD\", \"price\": 157.6, \"percent\": -5.85424133811231, \"crypto_id\": 10, \"fiat_id\": 1}, {\"symbol\": \"UNTYUSD\", \"price\": 1.0, \"percent\": 0.0, \"crypto_id\": 11, \"fiat_id\": 1}, {\"symbol\": \"AURIXUSD\", \"price\": 1792.59379844961, \"percent\": 0.922866042895237, \"crypto_id\": 12, \"fiat_id\": 1}, {\"symbol\": \"BSVUSD\", \"price\": 0.0, \"percent\": 0.0, \"crypto_id\": 14, \"fiat_id\": 1}, {\"symbol\": \"STONUSD\", \"price\": 1.0, \"percent\": 0.0, \"crypto_id\": 15, \"fiat_id\": 1}, {\"symbol\": \"LINKUSD\", \"price\": 29.09, \"percent\": -1.05442176870748, \"crypto_id\": 17, \"fiat_id\": 1}, {\"symbol\": \"EOSUSD\", \"price\": 4.319, \"percent\": -0.621260929590431, \"crypto_id\": 18, \"fiat_id\": 1}, {\"symbol\": \"XTZUSD\", \"price\": 5.186, \"percent\": -0.822336966915283, \"crypto_id\": 19, \"fiat_id\": 1}, {\"symbol\": \"ADAUSD\", \"price\": 1.861, \"percent\": -1.3255567338282, \"crypto_id\": 20, \"fiat_id\": 1}, {\"symbol\": \"ZRXUSD\", \"price\": 1.1295, \"percent\": 0.141856547566278, \"crypto_id\": 21, \"fiat_id\": 1}, {\"symbol\": \"TRXUSD\", \"price\": 0.11104, \"percent\": 1.14775004554563, \"crypto_id\": 22, \"fiat_id\": 1}, {\"symbol\": \"VETUSD\", \"price\": 0.14292, \"percent\": -2.57004567455177, \"crypto_id\": 23, \"fiat_id\": 1}, {\"symbol\": \"BNBUSD\", \"price\": 574.0, \"percent\": -1.05154283744182, \"crypto_id\": 24, \"fiat_id\": 1}, {\"symbol\": \"DAIUSD\", \"price\": 0.0, \"percent\": 0.0, \"crypto_id\": 25, \"fiat_id\": 1}, {\"symbol\": \"USDCUSD\", \"price\": 0.9997, \"percent\": 0.0100040016006392, \"crypto_id\": 26, \"fiat_id\": 1}, {\"symbol\": \"UNIUSD\", \"price\": 21.51, \"percent\": -1.0124252185918, \"crypto_id\": 27, \"fiat_id\": 1}, {\"symbol\": \"XLMUSD\", \"price\": 0.3457, \"percent\": 0.377468060394896, \"crypto_id\": 28, \"fiat_id\": 1}, {\"symbol\": \"IOTAUSD\", \"price\": 1.3908, \"percent\": 5.20423600605143, \"crypto_id\": 29, \"fiat_id\": 1}, {\"symbol\": \"BANDUSD\", \"price\": 7.769, \"percent\": -0.320759558634841, \"crypto_id\": 30, \"fiat_id\": 1}, {\"symbol\": \"NMRUSD\", \"price\": 39.87, \"percent\": -3.06345733041577, \"crypto_id\": 31, \"fiat_id\": 1}, {\"symbol\": \"ENJUSD\", \"price\": 2.921, \"percent\": 2.16859041622945, \"crypto_id\": 32, \"fiat_id\": 1}, {\"symbol\": \"1INCHUSD\", \"price\": 3.893, \"percent\": 2.66350210970464, \"crypto_id\": 33, \"fiat_id\": 1}, {\"symbol\": \"THETAUSD\", \"price\": 6.495, \"percent\": 3.90337545992641, \"crypto_id\": 35, \"fiat_id\": 1}, {\"symbol\": \"PAXUSD\", \"price\": 0.0, \"percent\": 0.0, \"crypto_id\": 36, \"fiat_id\": 1}, {\"symbol\": \"AAVEUSD\", \"price\": 279.4, \"percent\": 1.15858073859522, \"crypto_id\": 37, \"fiat_id\": 1}, {\"symbol\": \"COMPUSD\", \"price\": 317.1, \"percent\": 2.12560386473431, \"crypto_id\": 38, \"fiat_id\": 1}, {\"symbol\": \"BATUSD\", \"price\": 1.0617, \"percent\": -1.75811973720736, \"crypto_id\": 39, \"fiat_id\": 1}, {\"symbol\": \"CRVUSD\", \"price\": 3.929, \"percent\": 10.0252030243629, \"crypto_id\": 40, \"fiat_id\": 1}, {\"symbol\": \"SNXUSD\", \"price\": 8.895, \"percent\": 0.941897412619158, \"crypto_id\": 41, \"fiat_id\": 1}, {\"symbol\": \"UMAUSD\", \"price\": 18.466, \"percent\": -0.901577761081889, \"crypto_id\": 42, \"fiat_id\": 1}, {\"symbol\": \"YFIUSD\", \"price\": 30910.76, \"percent\": 2.51315210408791, \"crypto_id\": 43, \"fiat_id\": 1}], \"as_dict\": {\"USDTUSD\": {\"symbol\": \"USDTUSD\", \"price\": 1, \"percent\": 0, \"crypto_id\": 16, \"fiat_id\": 1}, \"BTCUSD\": {\"symbol\": \"BTCUSD\", \"price\": 60468.1, \"percent\": 1.8085175341933, \"crypto_id\": 1, \"fiat_id\": 1}, \"BCHUSD\": {\"symbol\": \"BCHUSD\", \"price\": 588.3, \"percent\": -2.30820325473266, \"crypto_id\": 2, \"fiat_id\": 1}, \"LTCUSD\": {\"symbol\": \"LTCUSD\", \"price\": 228.9, \"percent\": -1.59071367153912, \"crypto_id\": 3, \"fiat_id\": 1}, \"ETHUSD\": {\"symbol\": \"ETHUSD\", \"price\": 4225.16, \"percent\": -0.447204851866349, \"crypto_id\": 4, \"fiat_id\": 1}, \"XVGUSD\": {\"symbol\": \"XVGUSD\", \"price\": 0.02868, \"percent\": 5.20909757887014, \"crypto_id\": 5, \"fiat_id\": 1}, \"SIAUSD\": {\"symbol\": \"SIAUSD\", \"price\": 0.029425, \"percent\": 0.0, \"crypto_id\": 6, \"fiat_id\": 1}, \"XMRUSD\": {\"symbol\": \"XMRUSD\", \"price\": 240.4, \"percent\": -1.75725378013894, \"crypto_id\": 7, \"fiat_id\": 1}, \"XRPUSD\": {\"symbol\": \"XRPUSD\", \"price\": 1.0945, \"percent\": 0.284038849184543, \"crypto_id\": 8, \"fiat_id\": 1}, \"ETCUSD\": {\"symbol\": \"ETCUSD\", \"price\": 50.76, \"percent\": -0.743058271411816, \"crypto_id\": 9, \"fiat_id\": 1}, \"ZECUSD\": {\"symbol\": \"ZECUSD\", \"price\": 157.6, \"percent\": -5.85424133811231, \"crypto_id\": 10, \"fiat_id\": 1}, \"UNTYUSD\": {\"symbol\": \"UNTYUSD\", \"price\": 1.0, \"percent\": 0.0, \"crypto_id\": 11, \"fiat_id\": 1}, \"AURIXUSD\": {\"symbol\": \"AURIXUSD\", \"price\": 1792.59379844961, \"percent\": 0.922866042895237, \"crypto_id\": 12, \"fiat_id\": 1}, \"BSVUSD\": {\"symbol\": \"BSVUSD\", \"price\": 0.0, \"percent\": 0.0, \"crypto_id\": 14, \"fiat_id\": 1}, \"STONUSD\": {\"symbol\": \"STONUSD\", \"price\": 1.0, \"percent\": 0.0, \"crypto_id\": 15, \"fiat_id\": 1}, \"LINKUSD\": {\"symbol\": \"LINKUSD\", \"price\": 29.09, \"percent\": -1.05442176870748, \"crypto_id\": 17, \"fiat_id\": 1}, \"EOSUSD\": {\"symbol\": \"EOSUSD\", \"price\": 4.319, \"percent\": -0.621260929590431, \"crypto_id\": 18, \"fiat_id\": 1}, \"XTZUSD\": {\"symbol\": \"XTZUSD\", \"price\": 5.186, \"percent\": -0.822336966915283, \"crypto_id\": 19, \"fiat_id\": 1}, \"ADAUSD\": {\"symbol\": \"ADAUSD\", \"price\": 1.861, \"percent\": -1.3255567338282, \"crypto_id\": 20, \"fiat_id\": 1}, \"ZRXUSD\": {\"symbol\": \"ZRXUSD\", \"price\": 1.1295, \"percent\": 0.141856547566278, \"crypto_id\": 21, \"fiat_id\": 1}, \"TRXUSD\": {\"symbol\": \"TRXUSD\", \"price\": 0.11104, \"percent\": 1.14775004554563, \"crypto_id\": 22, \"fiat_id\": 1}, \"VETUSD\": {\"symbol\": \"VETUSD\", \"price\": 0.14292, \"percent\": -2.57004567455177, \"crypto_id\": 23, \"fiat_id\": 1}, \"BNBUSD\": {\"symbol\": \"BNBUSD\", \"price\": 574.0, \"percent\": -1.05154283744182, \"crypto_id\": 24, \"fiat_id\": 1}, \"DAIUSD\": {\"symbol\": \"DAIUSD\", \"price\": 0.0, \"percent\": 0.0, \"crypto_id\": 25, \"fiat_id\": 1}, \"USDCUSD\": {\"symbol\": \"USDCUSD\", \"price\": 0.9997, \"percent\": 0.0100040016006392, \"crypto_id\": 26, \"fiat_id\": 1}, \"UNIUSD\": {\"symbol\": \"UNIUSD\", \"price\": 21.51, \"percent\": -1.0124252185918, \"crypto_id\": 27, \"fiat_id\": 1}, \"XLMUSD\": {\"symbol\": \"XLMUSD\", \"price\": 0.3457, \"percent\": 0.377468060394896, \"crypto_id\": 28, \"fiat_id\": 1}, \"IOTAUSD\": {\"symbol\": \"IOTAUSD\", \"price\": 1.3908, \"percent\": 5.20423600605143, \"crypto_id\": 29, \"fiat_id\": 1}, \"BANDUSD\": {\"symbol\": \"BANDUSD\", \"price\": 7.769, \"percent\": -0.320759558634841, \"crypto_id\": 30, \"fiat_id\": 1}, \"NMRUSD\": {\"symbol\": \"NMRUSD\", \"price\": 39.87, \"percent\": -3.06345733041577, \"crypto_id\": 31, \"fiat_id\": 1}, \"ENJUSD\": {\"symbol\": \"ENJUSD\", \"price\": 2.921, \"percent\": 2.16859041622945, \"crypto_id\": 32, \"fiat_id\": 1}, \"1INCHUSD\": {\"symbol\": \"1INCHUSD\", \"price\": 3.893, \"percent\": 2.66350210970464, \"crypto_id\": 33, \"fiat_id\": 1}, \"THETAUSD\": {\"symbol\": \"THETAUSD\", \"price\": 6.495, \"percent\": 3.90337545992641, \"crypto_id\": 35, \"fiat_id\": 1}, \"PAXUSD\": {\"symbol\": \"PAXUSD\", \"price\": 0.0, \"percent\": 0.0, \"crypto_id\": 36, \"fiat_id\": 1}, \"AAVEUSD\": {\"symbol\": \"AAVEUSD\", \"price\": 279.4, \"percent\": 1.15858073859522, \"crypto_id\": 37, \"fiat_id\": 1}, \"COMPUSD\": {\"symbol\": \"COMPUSD\", \"price\": 317.1, \"percent\": 2.12560386473431, \"crypto_id\": 38, \"fiat_id\": 1}, \"BATUSD\": {\"symbol\": \"BATUSD\", \"price\": 1.0617, \"percent\": -1.75811973720736, \"crypto_id\": 39, \"fiat_id\": 1}, \"CRVUSD\": {\"symbol\": \"CRVUSD\", \"price\": 3.929, \"percent\": 10.0252030243629, \"crypto_id\": 40, \"fiat_id\": 1}, \"SNXUSD\": {\"symbol\": \"SNXUSD\", \"price\": 8.895, \"percent\": 0.941897412619158, \"crypto_id\": 41, \"fiat_id\": 1}, \"UMAUSD\": {\"symbol\": \"UMAUSD\", \"price\": 18.466, \"percent\": -0.901577761081889, \"crypto_id\": 42, \"fiat_id\": 1}, \"YFIUSD\": {\"symbol\": \"YFIUSD\", \"price\": 30910.76, \"percent\": 2.51315210408791, \"crypto_id\": 43, \"fiat_id\": 1}}, \"updated\": \"2021-11-17 20:39:27\"}}"}],"_postman_id":"7d444d2a-31df-4580-ab75-bc70de6f3829"},{"name":"GENERAL: Get ATM Radar Data","id":"8010d37a-a746-491b-88a8-8105e6c68526","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/general/atmradar","description":"<p>Get ATM Data of all VeroWay and Non-VeroWay ATM Machines, including some relevant information to be shown in a Map or as a list to the user.</p>\n","urlObject":{"protocol":"https","path":["api","v1","general","atmradar"],"host":["api","paysr","co"],"query":[],"variable":[]}},"response":[{"id":"e1be8515-6ea4-49fb-af46-32f3be567c11","name":"GENERAL: Get ATM Radar Data - SUCCESS","originalRequest":{"method":"GET","header":[],"url":"https://api.paysr.co/api/v1/general/atmradar"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Mon, 27 Dec 2021 10:19:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"743"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"max-age=3600"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"atm_devices\": [\n        {\n            \"cash_in_supported\": true,\n            \"cash_limits_per_tx\": 1000,\n            \"cash_out_supported\": true,\n            \"city_name\": \"Schindellegi\",\n            \"country_name\": \"Switzerland\",\n            \"created\": \"2020-05-25 13:06:54\",\n            \"currency\": \"CHF\",\n            \"device_id\": \"9ff80141752dcd3962e3a3a19abc413cf635116a94737788ecae8129d91e97c5\",\n            \"fee_minimum\": 0,\n            \"fees_percent\": 7,\n            \"is_unicrypt_machine\": true, //what needs to be changed here if it needs?\n            \"last_online\": \"2021-12-27 10:19:30\",\n            \"latutude\": 47.174599,\n            \"longitude\": 8.71209,\n            \"minimum_tx_amount\": 10,\n            \"model\": \"SINTRA\",\n            \"name\": \"UniCrypt Headquarters CHF\", //are we changing the ATM name?\n            \"status\": \"ONLINE\",\n            \"street\": \"Chaltenbodenstrasse\",\n            \"street_number\": \"16\",\n            \"version\": \"7.5.2\",\n            \"zip_code\": \"8834\"\n        },\n        {\n            \"cash_in_supported\": true,\n            \"cash_limits_per_tx\": 1000,\n            \"cash_out_supported\": true,\n            \"city_name\": \"Schindellegi\",\n            \"country_name\": \"Switzerland\",\n            \"created\": \"2020-05-25 13:06:00\",\n            \"currency\": \"CHF\",\n            \"device_id\": \"1cda75f59fb8c1c021f706415838fe2aa40449db34a777d051bde172d6b5cb80\",\n            \"fee_minimum\": 0,\n            \"fees_percent\": 7,\n            \"is_unicrypt_machine\": true,\n            \"last_online\": \"2021-12-27 10:19:30\",\n            \"latutude\": 47.174599,\n            \"longitude\": 8.71209,\n            \"minimum_tx_amount\": 10,\n            \"model\": \"SINTRA\",\n            \"name\": \"PaySR Headquarters EUR\",\n            \"status\": \"ONLINE\",\n            \"street\": \"Chaltenbodenstrasse\",\n            \"street_number\": \"16\",\n            \"version\": \"7.5.2\",\n            \"zip_code\": \"8834\"\n        },\n        {\n            \"cash_in_supported\": true,\n            \"cash_limits_per_tx\": 1000,\n            \"cash_out_supported\": true,\n            \"city_name\": \"Schindellegi\",\n            \"country_name\": \"Switzerland\",\n            \"created\": \"2020-03-12 13:12:23\",\n            \"currency\": \"CHF\",\n            \"device_id\": \"37d9a4a6960d4ef75f3fc8a2ebb66649a4124fa922aa694a4fd103f768de4403\",\n            \"fee_minimum\": 0,\n            \"fees_percent\": 7,\n            \"is_unicrypt_machine\": true,\n            \"last_online\": \"2021-12-27 10:19:31\",\n            \"latutude\": 47.174599,\n            \"longitude\": 8.71209,\n            \"minimum_tx_amount\": 10,\n            \"model\": \"SINTRA FORTE\",\n            \"name\": \"Cash House Lugano\",\n            \"status\": \"ONLINE\",\n            \"street\": \"Chaltenbodenstrasse\",\n            \"street_number\": \"16\",\n            \"version\": \"7.5.2\",\n            \"zip_code\": \"8834\"\n        },\n        {\n            \"cash_in_supported\": true,\n            \"cash_limits_per_tx\": 1000,\n            \"cash_out_supported\": true,\n            \"city_name\": \"Schindellegi\",\n            \"country_name\": \"Switzerland\",\n            \"created\": \"2021-12-17 17:34:08\",\n            \"currency\": \"CHF\",\n            \"device_id\": \"02cb7e8774b4bc41366e3ace733fbb19f3570b8146164959d23c52d6618b6acc\",\n            \"fee_minimum\": 0,\n            \"fees_percent\": 7,\n            \"is_paysr_machine\": true,\n            \"last_online\": \"2021-12-27 10:19:33\",\n            \"latutude\": 47.174599,\n            \"longitude\": 8.71209,\n            \"minimum_tx_amount\": 10,\n            \"model\": \"SINTRA FORTE\",\n            \"name\": \"PaySR DOM01 CHF\",\n            \"status\": \"ONLINE\",\n            \"street\": \"Chaltenbodenstrasse\",\n            \"street_number\": \"16\",\n            \"version\": \"7.5.3\",\n            \"zip_code\": \"8834\"\n        },\n        {\n            \"cash_in_supported\": true,\n            \"cash_limits_per_tx\": 1000,\n            \"cash_out_supported\": true,\n            \"city_name\": \"Schindellegi\",\n            \"country_name\": \"Switzerland\",\n            \"created\": \"2021-12-22 11:44:06\",\n            \"currency\": \"CHF\",\n            \"device_id\": \"95367cbe6d3439b9fd45228d8047d61d4dd9bc14025b10078b26c5b44e8acf01\",\n            \"fee_minimum\": 0,\n            \"fees_percent\": 7,\n            \"is_unicrypt_machine\": true,\n            \"last_online\": \"2021-12-27 10:19:32\",\n            \"latutude\": 47.174599,\n            \"longitude\": 8.71209,\n            \"minimum_tx_amount\": 10,\n            \"model\": \"SINTRA\",\n            \"name\": \"PaySR DOM02 CHF\",\n            \"status\": \"ONLINE\",\n            \"street\": \"Chaltenbodenstrasse\",\n            \"street_number\": \"16\",\n            \"version\": \"7.5.3\",\n            \"zip_code\": \"8834\"\n        },\n        {\n            \"cash_in_supported\": true,\n            \"cash_limits_per_tx\": 1000,\n            \"cash_out_supported\": true,\n            \"city_name\": \"Schindellegi\",\n            \"country_name\": \"Switzerland\",\n            \"created\": \"2021-12-22 11:48:10\",\n            \"currency\": \"CHF\",\n            \"device_id\": \"2ac3db28aeaf4d5d05844f57ae0ad205b5499f7298d78e120698f9fd81e97523\",\n            \"fee_minimum\": 0,\n            \"fees_percent\": 7,\n            \"is_unicrypt_machine\": true,\n            \"last_online\": \"2021-12-27 10:19:30\",\n            \"latutude\": 47.174599,\n            \"longitude\": 8.71209,\n            \"minimum_tx_amount\": 10,\n            \"model\": \"SINTRA\",\n            \"name\": \"PaySR DOM03 CHF\",\n            \"status\": \"ONLINE\",\n            \"street\": \"Chaltenbodenstrasse\",\n            \"street_number\": \"16\",\n            \"version\": \"7.5.3\",\n            \"zip_code\": \"8834\"\n        }\n    ]\n}"}],"_postman_id":"8010d37a-a746-491b-88a8-8105e6c68526"}],"id":"2f6fd759-c8f0-46be-8e62-6d09fc5c4fc4","_postman_id":"2f6fd759-c8f0-46be-8e62-6d09fc5c4fc4","description":""}],"event":[{"listen":"prerequest","script":{"id":"917cd9be-fa91-4b14-a834-71a11683a3d7","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a29a662d-13a1-4036-9d02-ad9ecdbddcd0","type":"text/javascript","exec":[""]}}],"variable":[{"key":"SERVER_URL","value":"https://api.paysr.co"},{"key":"SERVER_URL","value":"http://10.20.0.149:3001","disabled":true},{"key":"USER_API_TOKEN","value":"TmdQRWtyUzZBbmRSRWw5enFqdTlxeEk4"}]}