{"info":{"_postman_id":"257abcda-f075-48bb-85bd-176612f7c45d","name":"Whitelabeler API","description":"<html><head></head><body><h1 id=\"generating-a-user\">Generating a User</h1>\n<p>In order to generate a User, please sign up into the exchange (<a href=\"https://exchange.bitex.la\">https://exchange.bitex.la</a>) and complete the registration workflow. This means:</p>\n<ul>\n<li>You have validated your email.</li>\n<li>You have configured a 2FA device.</li>\n</ul>\n<p>Once you are done with this, please contact support providing:</p>\n<ul>\n<li>The <strong>email</strong> of the user you registered.</li>\n<li>A <strong>webhook URL</strong> where we will send important events information by doing POST requests.</li>\n</ul>\n<p>After that we are going to send your <strong>API KEY</strong>, <strong>API SECRET</strong> and <strong>USER ID</strong>.</p>\n<hr>\n<h1 id=\"authentication\">Authentication</h1>\n<p>In order to be able to access endpoints that require authentication, it’s mandatory to send the following headers:</p>\n<ul>\n<li><strong>X-Exchange-User-Id:</strong> YOUR USER ID</li>\n<li><strong>X-Exchange-Api-Key:</strong> YOUR API KEY</li>\n<li><strong>X-Exchange-Nonce:</strong> A number that can be used only once</li>\n<li><strong>X-Exchange:</strong> true</li>\n<li><strong>X-Exchange-Signature:</strong><ul>\n<li>SHA 256 Digest</li>\n<li>Signed with: Api Secret</li>\n<li>Value: String <code>\"\"</code></li>\n</ul>\n</li>\n</ul>\n<h4 id=\"how-to-generate-a-signature-to-x-exchange-signature-header\">How to generate a signature to <strong>X-Exchange-Signature</strong> header?</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-ruby\">require 'openssl'\nuser_id = 99\napi_key = '19b7afde71cc09ac3d964ca7341d47d5'\napi_secret = '23c2b376baab634713e41c4bd8eac5e9'\nnonce = 1\nsignature = OpenSSL::HMAC.hexdigest('sha256', api_secret, \"#{nonce}#{user_id}#{api_key}\") #Value: \"1a6cf70c61637545b8b2ab3773cd682c6b99782ce9599827757e3a93217fac07\"\n\n</code></pre>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">var exchange_user_id = 'YOUR_ID'\nvar exchange_api_key = 'YOUR_API_KEY'\nvar exchange_nonce = Date.now()\nvar message = exchange_nonce + exchange_user_id + exchange_api_key\nvar exchange_signature = CryptoJS.HmacSHA256(message, exchange_api_secret).toString(CryptoJS.enc.Hex)\n\n</code></pre>\n<h1 id=\"retrieving-your-2fa-seed\">Retrieving your 2FA Seed</h1>\n<p>Endpoints for dangerous actions (such as Withdrawing funds) require sending a <a href=\"https://www.twilio.com/docs/glossary/totp\">TOTP Code</a>. In order to retrieve the seed that generates this code, you have two options:</p>\n<ul>\n<li><strong>With API</strong><ul>\n<li>Check the <a href=\"##2FA-Seed\">2FA Seed API</a> to recovery key. (only API V2)</li>\n</ul>\n</li>\n<li><strong>On interface</strong><ul>\n<li>Log in into (<a href=\"https://exchange.bitex-staging.la\">https://exchange.bitex.la</a>)</li>\n<li>Click on the upper right corner (your email) and click on <strong>\"Settings\"</strong></li>\n<li>Select <strong>\"Profile &amp; Security\"</strong> on the left menu</li>\n<li>There should be a section called <strong>\"Two-Factor Authentication\"</strong>, if you have configured 2FA already, you should be able to click on <strong>\"Recovery\"</strong>.</li>\n<li>Enter the <strong>2FA Code</strong>.</li>\n<li>If it's correct, you should see the seed below the \"Copy Recovery Code to the clipboard paragraph\"</li>\n</ul>\n</li>\n</ul>\n<p>You should be able to load the seed with any library that accepts generating a TOTP, such as <a href=\"https://github.com/mdp/rotp\">ROTP</a>.</p>\n<h1 id=\"using-this-documentation\">Using this documentation</h1>\n<p>In order to use this documentation to execute requests, please fill the following environment variables with the required information:</p>\n<ul>\n<li><strong>exchange_user_id</strong></li>\n<li><strong>exchange_api_key</strong></li>\n<li><strong>exchange_api_secret</strong></li>\n</ul>\n<p>Having this setup, the rest of the variables such as <strong>exchange_signature</strong> and <strong>exchange_nonce</strong> are generated automatically.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Generating a User","slug":"generating-a-user"},{"content":"Authentication","slug":"authentication"},{"content":"Retrieving your 2FA Seed","slug":"retrieving-your-2fa-seed"},{"content":"Using this documentation","slug":"using-this-documentation"}],"owner":"14028001","collectionId":"257abcda-f075-48bb-85bd-176612f7c45d","publishedId":"UVyn1J7c","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-03-28T20:23:58.000Z"},"item":[{"name":"API Reference V2","item":[{"name":"Users","item":[{"name":"Show Users","id":"4c37914f-0f63-4294-993c-61fa3e6bc9b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{domain_v2}}/whitelabelers/v2/users/me","description":"<h4 id=\"user-response-description\">User response description</h4>\n<p>The most important response value is <strong>AccountId</strong>, this one refers user's main account where funds are centralized.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>UserName</td>\n<td>Name of user</td>\n</tr>\n<tr>\n<td>Email</td>\n<td>Email of user</td>\n</tr>\n<tr>\n<td>EmailVerified</td>\n<td>Bool field to check if mail was verified</td>\n</tr>\n<tr>\n<td>AccountId</td>\n<td>This refers to user's main account where funds are centralized</td>\n</tr>\n<tr>\n<td>Use2FA</td>\n<td>Bool field to check if Use2FA was activated</td>\n</tr>\n<tr>\n<td>Locked</td>\n<td>Bool field to check if user is disabled</td>\n</tr>\n<tr>\n<td>LockedTime</td>\n<td>Date time when user was disabled</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["whitelabelers","v2","users","me"],"host":["{{domain_v2}}"],"query":[],"variable":[]}},"response":[{"id":"1a51e41b-2ada-4c7c-9f88-be33a74fd8fb","name":"Show Users - 200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{domain}}/whitelabelers/v2/users/me?=","protocol":"https","host":["{{domain}}"],"path":["whitelabelers","v2","users","me"],"query":[{"key":"","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"UserId\": 1133,\n    \"UserName\": \"example@bitex.la\",\n    \"Email\": \"example@bitex.la\",\n    \"EmailVerified\": true,\n    \"AccountId\": 1117,\n    \"DateTimeCreated\": \"2021-08-06T23:23:06.336Z\",\n    \"Use2FA\": true,\n    \"PendingCodeTime\": \"0001-01-01T05:00:00.000Z\",\n    \"Locked\": false,\n    \"LockedTime\": \"0001-01-01T05:00:00.000Z\",\n    \"NumberOfFailedAttempt\": 0,\n    \"OperatorId\": 1\n}"}],"_postman_id":"4c37914f-0f63-4294-993c-61fa3e6bc9b1"},{"name":"2FA Seed","id":"791ad38b-e8a1-4b87-8051-63440f2da46c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{domain_v2}}/whitelabelers/v2/users/tfa_seed?TfaCode=123456","urlObject":{"protocol":"https","path":["whitelabelers","v2","users","tfa_seed"],"host":["{{domain_v2}}"],"query":[{"key":"TfaCode","value":"123456"}],"variable":[]}},"response":[{"id":"c49a3497-0d39-4d70-b5fc-8be2618afd07","name":"2FA Seed - 200 OK","originalRequest":{"method":"GET","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"http://{{domain}}/whitelabelers/v2/users/tfa_seed?TfaCode=123456","protocol":"http","host":["{{domain}}"],"path":["whitelabelers","v2","users","tfa_seed"],"query":[{"key":"TfaCode","value":"123456"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[""],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"Authenticated\": true,\n    \"RecoveryKey\": \"GUYGEYTDME3GMODCGAZTINRQMJJTGYRZGFSTQNRSGI2DKZLGG987\"\n}"},{"id":"92e0715a-44c7-470b-87eb-1ae3d386ad79","name":"2FA Seed - 401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"http://{{domain}}/whitelabelers/v2/users/tfa_seed?TfaCode=123456","protocol":"http","host":["{{domain}}"],"path":["whitelabelers","v2","users","tfa_seed"],"query":[{"key":"TfaCode","value":"123456"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[""],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"Authenticated\": false,\n    \"errormsg\": \"Google two-factor authentication failed\"\n}"}],"_postman_id":"791ad38b-e8a1-4b87-8051-63440f2da46c"}],"id":"4db003ab-96a8-471b-8736-e4fc91dda84a","description":"<p>This endpoint retrieves information about main user.</p>\n","_postman_id":"4db003ab-96a8-471b-8736-e4fc91dda84a"},{"name":"Accounts","item":[{"name":"Create Account","id":"4592a808-f173-47c0-820f-16b0c107da21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"AccountEmail\": \"example@bitex.la\"\n}"},"url":"https://{{domain_v2}}/whitelabelers/v2/accounts","description":"<h4 id=\"account-body-description\">Account body description</h4>\n<p>In order to create an Account the <strong>AccountEmail</strong> value must be a valid email format.</p>\n","urlObject":{"protocol":"https","path":["whitelabelers","v2","accounts"],"host":["{{domain_v2}}"],"query":[],"variable":[]}},"response":[{"id":"83ee12da-f344-4fed-a54b-819ec353a592","name":"Create Account - 200 OK","originalRequest":{"method":"POST","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"AccountName\": \"example@bitex.la\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}/whitelabelers/v2/accounts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"AccountId\": 1331,\n    \"AccountName\": \"example@bitex.la\",\n    \"Frozen\": false,\n    \"VerificationLevel\": 0\n}"},{"id":"8819e775-9739-4d95-b6cd-dfa599bf4b23","name":"Create Account - 422 Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"AccountEmail\": \"example_email\"\n}","options":{"raw":{"language":"json"}}},"url":"http://{{domain}}/whitelabelers/v2/accounts"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"result\": false,\n    \"errormsg\": \"Invalid AccountEmail format\",\n    \"errorcode\": 100,\n    \"detail\": \"\"\n}"}],"_postman_id":"4592a808-f173-47c0-820f-16b0c107da21"},{"name":"Show Account","id":"d70b24d5-96f8-4fae-93ef-74d820a29de8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{domain_v2}}/whitelabelers/v2/accounts/:account_id","description":"<h4 id=\"account-show-response-description\">Account show response description</h4>\n<p>Retrieves information about a particular account that you manage.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AccountId</td>\n<td>The ID of the account for which information was requested.</td>\n</tr>\n<tr>\n<td>AccountName</td>\n<td>A non-unique name for the account assigned by the user.</td>\n</tr>\n<tr>\n<td>Frozen</td>\n<td>Boolean value that indicates if the account is active or not.</td>\n</tr>\n<tr>\n<td>VerificationLevel</td>\n<td>Verification level limits the amounts of deposits and withdrawals. It is defined by and set by the Compliance Team for each account and is part of the KYC (\"Know Your Customer\").</td>\n</tr>\n<tr>\n<td>Balances</td>\n<td>Array with account balances</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["whitelabelers","v2","accounts",":account_id"],"host":["{{domain_v2}}"],"query":[],"variable":[{"id":"18bc0369-81b7-4295-9474-b3dd9054cd5a","description":{"content":"<p>Account ID you manage</p>\n","type":"text/plain"},"type":"any","value":null,"key":"account_id"}]}},"response":[{"id":"f387ed8a-b0e8-4652-8302-414c9e758df6","name":"Show Account - 200 OK","originalRequest":{"method":"GET","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://{{domain}}/whitelabelers/v2/accounts/:account_id","protocol":"https","host":["{{domain}}"],"path":["whitelabelers","v2","accounts",":account_id"],"variable":[{"key":"account_id","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"AccountId\": 1157,\n    \"AccountName\": \"example@bitex.la\",\n    \"Frozen\": false,\n    \"VerificationLevel\": 3,\n    \"Balances\": [\n        {\n            \"ProductSymbol\": \"USD\",\n            \"Amount\": 5155.8,\n            \"Available\": 5155.8\n        },\n        {\n            \"ProductSymbol\": \"BTC\",\n            \"Amount\": 0.25,\n            \"Available\": 0.25\n        },\n        {\n            \"ProductSymbol\": \"ARS\",\n            \"Amount\": 9501,\n            \"Available\": 9501\n        },\n        {\n            \"ProductSymbol\": \"ETH\",\n            \"Amount\": 1.23,\n            \"Available\": 1.23\n        },\n        {\n            \"ProductSymbol\": \"USDT\",\n            \"Amount\": 0,\n            \"Available\": 0\n        },\n        {\n            \"ProductSymbol\": \"ADA\",\n            \"Amount\": 0,\n            \"Available\": 0\n        },\n        {\n            \"ProductSymbol\": \"BCH\",\n            \"Amount\": 0,\n            \"Available\": 0\n        },\n        {\n            \"ProductSymbol\": \"BNB\",\n            \"Amount\": 0,\n            \"Available\": 0\n        },\n        {\n            \"ProductSymbol\": \"DAI\",\n            \"Amount\": 0,\n            \"Available\": 0\n        },\n        {\n            \"ProductSymbol\": \"LINK\",\n            \"Amount\": 0,\n            \"Available\": 0\n        },\n        {\n            \"ProductSymbol\": \"SUSHI\",\n            \"Amount\": 0,\n            \"Available\": 0\n        },\n        {\n            \"ProductSymbol\": \"UNI\",\n            \"Amount\": 0,\n            \"Available\": 0\n        },\n        {\n            \"ProductSymbol\": \"FTT\",\n            \"Amount\": 0,\n            \"Available\": 0\n        },\n        {\n            \"ProductSymbol\": \"YFI\",\n            \"Amount\": 0,\n            \"Available\": 0\n        },\n        {\n            \"ProductSymbol\": \"SOYA\",\n            \"Amount\": 0,\n            \"Available\": 0\n        },\n        {\n            \"ProductSymbol\": \"USDC\",\n            \"Amount\": 0,\n            \"Available\": 0\n        },\n        {\n            \"ProductSymbol\": \"DOGE\",\n            \"Amount\": 0,\n            \"Available\": 0\n        },\n        {\n            \"ProductSymbol\": \"DOT\",\n            \"Amount\": 0,\n            \"Available\": 0\n        },\n        {\n            \"ProductSymbol\": \"SOL\",\n            \"Amount\": 0,\n            \"Available\": 0\n        },\n        {\n            \"ProductSymbol\": \"CLP\",\n            \"Amount\": 0,\n            \"Available\": 0\n        },\n        {\n            \"ProductSymbol\": \"UYU\",\n            \"Amount\": 0,\n            \"Available\": 0\n        },\n        {\n            \"ProductSymbol\": \"PYG\",\n            \"Amount\": 0,\n            \"Available\": 0\n        },\n        {\n            \"ProductSymbol\": \"Token\",\n            \"Amount\": 0,\n            \"Available\": 0\n        },\n        {\n            \"ProductSymbol\": \"CORA\",\n            \"Amount\": 0,\n            \"Available\": 0\n        },\n        {\n            \"ProductSymbol\": \"BRZ\",\n            \"Amount\": 0,\n            \"Available\": 0\n        }\n    ]\n}"},{"id":"ead9502f-beaa-4d3d-94b7-37a893b261ec","name":"Show Account - 404 Not Found","originalRequest":{"method":"GET","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"http://{{domain}}/whitelabelers/v2/accounts/:account_id","protocol":"http","host":["{{domain}}"],"path":["whitelabelers","v2","accounts",":account_id"],"variable":[{"key":"account_id","value":null,"description":"Account ID you manage"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": false,\n    \"errormsg\": \"Resource Not Found\",\n    \"errorcode\": 104,\n    \"detail\": null\n}"}],"_postman_id":"d70b24d5-96f8-4fae-93ef-74d820a29de8"},{"name":"List Accounts","id":"26fe5449-4832-457e-a251-21b6e7d1f29e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{domain_v2}}/whitelabelers/v2/accounts","description":"<p>Retrieves a list of all accounts that you manage. To get more details of a particular account, you can get <strong>AccountId</strong> and use <a href=\"#request-779d4882-2999-4539-a0b3-39e741fe512d\">Account Show API</a>.</p>\n","urlObject":{"protocol":"https","path":["whitelabelers","v2","accounts"],"host":["{{domain_v2}}"],"query":[],"variable":[]}},"response":[{"id":"320785aa-4689-4055-aef1-da13fa721638","name":"List Accounts - 200 OK","originalRequest":{"method":"GET","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{domain}}/whitelabelers/v2/accounts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"AccountId\": 1273,\n        \"AccountName\": \"example_1@bitex.la\",\n        \"Frozen\": false,\n        \"VerificationLevel\": 3\n    },\n    {\n        \"AccountId\": 1236,\n        \"AccountName\": \"example_2@bitex.la\",\n        \"Frozen\": false,\n        \"VerificationLevel\": 3\n    },\n    {\n        \"AccountId\": 1212,\n        \"AccountName\": \"example_3@bitex.la\",\n        \"Frozen\": false,\n        \"VerificationLevel\": 3\n    },\n    {\n        \"AccountId\": 1211,\n        \"AccountName\": \"example_4@bitex.la\",\n        \"Frozen\": true,\n        \"VerificationLevel\": 3\n    },\n    {\n        \"AccountId\": 1210,\n        \"AccountName\": \"example_5@bitex.la\",\n        \"Frozen\": false,\n        \"VerificationLevel\": 0\n    }\n]"}],"_postman_id":"26fe5449-4832-457e-a251-21b6e7d1f29e"}],"id":"8fa4a2e5-8b62-4058-aeed-fa7faea7c5d6","description":"<p>This API allows creating and managing accounts provided by main user.</p>\n<p>Once the account was created, you will have to generate an Issue with the required information so the Compliance team can evaluate it. See the <a href=\"https://bitex-la.postman.co/workspace/Bitex~b0ba98be-e217-4adf-8155-f674d4495f14/documentation/14028001-86bc574a-4fcd-4ba2-a631-87d9018fbbb5?entity=folder-9f37cba4-1453-4258-846b-1694577a6d5a\">Compliance docs</a>.</p>\n","_postman_id":"8fa4a2e5-8b62-4058-aeed-fa7faea7c5d6"},{"name":"Deposit","item":[{"name":"Deposit Crypto","item":[{"name":"Show Deposit Crypto Info","id":"bc7bdd1d-2cb3-40a4-a37c-d74590f67d39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{domain_v2}}/whitelabelers/v2/accounts/:account_id/products/:product_code/deposit_info","urlObject":{"protocol":"https","path":["whitelabelers","v2","accounts",":account_id","products",":product_code","deposit_info"],"host":["{{domain_v2}}"],"query":[],"variable":[{"id":"d8b092ef-8d65-4b1b-9340-67cc7b26eb48","description":{"content":"<p>Account ID you manage</p>\n","type":"text/plain"},"type":"any","value":null,"key":"account_id"},{"id":"39149939-0c01-49da-bf8a-9260949f86ed","description":{"content":"<p>Code that identifies asset wallet. For example: \"btc\" for Bitcoin</p>\n","type":"text/plain"},"type":"any","value":null,"key":"product_code"}]}},"response":[{"id":"46b8cc74-7517-4a23-90d2-9e267ca55755","name":"Show Deposit Info ETH - 200 OK","originalRequest":{"method":"GET","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"http://{{domain}}/whitelabelers/v2/accounts/:account_id/products/:product_code/deposit_info","protocol":"http","host":["{{domain}}"],"path":["whitelabelers","v2","accounts",":account_id","products",":product_code","deposit_info"],"variable":[{"key":"account_id","value":null,"description":"Account ID you manage"},{"key":"product_code","value":"eth","description":"Code that identifies asset wallet. For example: \"btc\" for Bitcoin"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"DepositInfo\": \"0xD536B753e09dEf1E73C04259F31acACeDc18eF6e\"\n}"},{"id":"f316f7d0-fad5-4220-8390-b8e8933ae743","name":"Show Deposit Info BTC - 200 OK","originalRequest":{"method":"GET","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"http://{{domain}}/api/whitelabelers/accounts/:account_id/products/:product_code/deposit_info","protocol":"http","host":["{{domain}}"],"path":["api","whitelabelers","accounts",":account_id","products",":product_code","deposit_info"],"variable":[{"key":"account_id","value":null,"description":"Account ID you manage"},{"key":"product_code","value":"btc","description":"Code that identifies asset wallet. For example: \"btc\" for Bitcoin"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"DepositInfo\": \"tb1q78pfxdau37dyqz2hw000sfyumdl0xr8esxekk8\"\n}"},{"id":"5841b06d-6b78-40e7-b533-258e83f05bb6","name":"Show Deposit Info  - 422 Unprocessable Entity","originalRequest":{"method":"GET","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"http://{{domain}}/api/whitelabelers/accounts/:account_id/products/:product_code/deposit_info","protocol":"http","host":["{{domain}}"],"path":["api","whitelabelers","accounts",":account_id","products",":product_code","deposit_info"],"variable":[{"key":"account_id","value":null,"description":"Account ID you manage"},{"key":"product_code","value":null,"description":"Code that identifies asset wallet. For example: \"btc\" for Bitcoin"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": false,\n    \"errormsg\": \"Invalid Product Code\",\n    \"errorcode\": 422,\n    \"detail\": \"\"\n}"},{"id":"61e4210d-5097-4d7d-aa3e-36607df5c5d8","name":"Show Deposit Info - 401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"http://{{domain}}/api/whitelabelers/accounts/:account_id/products/:product_code/deposit_info","protocol":"http","host":["{{domain}}"],"path":["api","whitelabelers","accounts",":account_id","products",":product_code","deposit_info"],"variable":[{"key":"account_id","value":null,"description":"Account ID you manage"},{"key":"product_code","value":null,"description":"Code that identifies asset wallet. For example: \"btc\" for Bitcoin"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": false,\n    \"errormsg\": \"Not Authorized\",\n    \"errorcode\": 20,\n    \"detail\": null\n}"}],"_postman_id":"bc7bdd1d-2cb3-40a4-a37c-d74590f67d39"}],"id":"419a8df0-5b62-4cc2-9ee2-0da60e5870eb","description":"<p>This API returns information about the crypto assets address of the accounts that you manage.</p>\n<h4 id=\"important\">Important</h4>\n<p>BEFORE make a new crypto currency transfer to user's address, always you must ask for it.</p>\n<p>The crypto transfer must be made on the corresponding blockchain. Once the transfer was done, Bitex checks the transfer and creates a deposit ticket automatically.</p>\n<p>To check the deposit tickets you should look at <a href=\"#request-15421f95-7099-4bd0-aab9-4f9dd7176e15\">Show Deposit Ticket</a> or <a href=\"#request-4d3e9631-ca17-465a-962e-b8019f54dae2\">List Deposit Ticket  \n</a>API's</p>\n","_postman_id":"419a8df0-5b62-4cc2-9ee2-0da60e5870eb"},{"name":"Show Deposit Ticket","id":"ee5d0332-362b-4235-9683-2de7bbb30dc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{domain_v2}}/whitelabelers/v2/accounts/:account_id/deposit_tickets/:ticket_code","description":"<h4 id=\"deposit-ticket-response-description\">Deposit ticket response description</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AssetName</td>\n<td>The short name of the asset (product) that was deposited, for example <strong>btc</strong> for Bitcoin. Check the <a href=\"#request-283144b0-e3ba-42a3-a599-38c562582c67\">Tickers API</a> to see the available products.</td>\n</tr>\n<tr>\n<td>Amount</td>\n<td>The unit and fractional amount of the asset that was deposited, for example 0.01 ETH.</td>\n</tr>\n<tr>\n<td>RequestCode</td>\n<td>A globally unique alphanumeric string (GUID) assigned by the system that identifies this specific deposit.</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>The current status of this deposit ticket. Some of these statuses are valid only for cryptocurrency deposits; some are only valid for deposits of fiat (national) currency; others are used internally. Any of the statuses may appear on a deposit ticket. <br />Deposit ticket statuses:    <br /><strong>- New</strong> (new ticket awaiting operator review)  <br /><strong>- AdminProcessing</strong> (an admin is looking at the ticket)  <br /> <strong>- Accepted</strong> (an admin accepts the ticket)  <br /><strong>- Rejected</strong> (admin rejects the ticket)  <br /><strong>- SystemProcessing</strong> (automatic processing; an unlikely status for a deposit)  <br /><strong>- FullyProcessed</strong> (the deposit has concluded)  <br /><strong>- Failed</strong> (the deposit has failed for some reason)  <br /><strong>- Pending</strong> (Account Provider has set status to pending)  <br /><strong>- Confirmed</strong> (Account Provider confirms the deposit)  <br /><strong>- AmlProcessing</strong> (anti-money-laundering process underway)  <br /><strong>- AmlAccepted</strong> (anti-money-laundering process successful)  <br /><strong>- AmlRejected</strong> (deposit did not stand up to anti-money-laundering process)  <br /><strong>- AmlFailed</strong> (anti-money-laundering process failed/did not complete)  <br /><strong>- LimitsAccepted</strong> (deposit meets limits for fiat or crypto asset)  <br /><strong>- LimitsRejected</strong> (deposit does not meet limits for fiat or crypto asset)</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>DepositInfo</td>\n<td>A set of key-value pairs that holds information about the source of the funds being deposited. This information was entered when the deposit ticket was created, as required by the Account Provider. It can vary from Account Provider to Account Provider.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["whitelabelers","v2","accounts",":account_id","deposit_tickets",":ticket_code"],"host":["{{domain_v2}}"],"query":[],"variable":[{"id":"d33d6aa5-54d7-4117-bdfc-3dc0ec4cbf34","description":{"content":"<p>Account ID you manage</p>\n","type":"text/plain"},"type":"any","value":null,"key":"account_id"},{"id":"a06958e1-1cad-4a56-bce1-9902f92aaa0b","description":{"content":"<p>UUID that identifies Ticket</p>\n","type":"text/plain"},"type":"any","value":null,"key":"ticket_code"}]}},"response":[{"id":"fff1c9b9-f227-4b2e-98f7-c1e321ace86a","name":"Show Deposit Ticket ARS - 200 OK","originalRequest":{"method":"GET","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"http://{{domain}}/whitelabelers/v2/accounts/:account_id/deposit_tickets/:ticket_code","protocol":"http","host":["{{domain}}"],"path":["whitelabelers","v2","accounts",":account_id","deposit_tickets",":ticket_code"],"variable":[{"key":"account_id","value":null,"description":"Account ID you manage"},{"key":"ticket_code","value":"654c9b5a-5544-4edb-85c9-6ec856594468","description":"UUID that identifies Ticket"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"TicketNumber\": 358,\n    \"AccountId\": 1212,\n    \"AccountName\": \"1133_account_test4\",\n    \"AssetName\": \"Argentine Peso\",\n    \"Amount\": 7500,\n    \"RequestCode\": \"654c9b5a-5544-4edb-85c9-6ec856594468\",\n    \"ReferenceId\": \"654c9b5a\",\n    \"Status\": \"FullyProcessed\",\n    \"FeeAmt\": 0,\n    \"DepositInfo\": \"{\\\"ProductSymbol\\\":\\\"ars\\\",\\\"comments\\\":\\\"\\\"}\",\n    \"RejectReason\": null,\n    \"CreatedTimestamp\": \"2021-09-16T18:37:09Z\",\n    \"LastUpdateTimeStamp\": \"2021-09-16T18:41:35Z\",\n    \"CreatedTimestampTick\": 637674142292532000,\n    \"LastUpdateTimeStampTick\": 637674144958500900\n}"},{"id":"30b36e93-5d40-4ae3-8690-88c9f19fe185","name":"Show Deposit Ticket BTC - 200 OK","originalRequest":{"method":"GET","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"http://{{domain}}/api/whitelabelers/accounts/:account_id/deposit_tickets/:ticket_code","protocol":"http","host":["{{domain}}"],"path":["api","whitelabelers","accounts",":account_id","deposit_tickets",":ticket_code"],"variable":[{"key":"account_id","value":null,"description":"Account ID you manage"},{"key":"ticket_code","value":"d73c67b7-913c-401d-b0e8-1d0668a8c8e9","description":"UUID that identifies Ticket"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"TicketNumber\": 375,\n    \"AccountId\": 1212,\n    \"AccountName\": \"1133_account_test4\",\n    \"AssetName\": \"Bitcoin\",\n    \"Amount\": 150,\n    \"RequestCode\": \"d73c67b7-913c-401d-b0e8-1d0668a8c8e9\",\n    \"ReferenceId\": \"d73c67b7\",\n    \"Status\": \"Rejected\",\n    \"FeeAmt\": 0,\n    \"DepositInfo\": \"{\\\"ProductSymbol\\\":\\\"btc\\\",\\\"comments\\\":\\\"\\\"}\",\n    \"RejectReason\": null,\n    \"CreatedTimestamp\": \"2021-09-27T19:41:49Z\",\n    \"LastUpdateTimeStamp\": \"2021-09-27T19:41:49Z\",\n    \"CreatedTimestampTick\": 637683685093898600,\n    \"LastUpdateTimeStampTick\": 637683685094210000\n}"},{"id":"e3a41469-2718-4be1-a214-afd07d7fcec8","name":"Show Deposit Ticket - 404 Not Found","originalRequest":{"method":"GET","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"http://{{domain}}/whitelabelers/v2/accounts/:account_id/deposit_tickets/:ticket_code","protocol":"http","host":["{{domain}}"],"path":["whitelabelers","v2","accounts",":account_id","deposit_tickets",":ticket_code"],"variable":[{"key":"account_id","value":null,"description":"Account ID you manage"},{"key":"ticket_code","value":null,"description":"UUID that identifies Ticket"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": false,\n    \"errormsg\": \"Resource Not Found\",\n    \"errorcode\": 104,\n    \"detail\": null\n}"}],"_postman_id":"ee5d0332-362b-4235-9683-2de7bbb30dc5"},{"name":"List Deposit Tickets","id":"41568982-10ac-4001-8686-151819080972","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{domain_v2}}/whitelabelers/v2/accounts/:account_id/deposit_tickets","description":"<p>Retrieves a list of all Deposit Tickets of an particular Account. To get more details of a particular Deposit Ticket, you can get <strong>RequestCode</strong> and use <a href=\"#request-15421f95-7099-4bd0-aab9-4f9dd7176e15\">Deposit Ticket Show API</a>.</p>\n","urlObject":{"protocol":"https","path":["whitelabelers","v2","accounts",":account_id","deposit_tickets"],"host":["{{domain_v2}}"],"query":[],"variable":[{"id":"2555bbb1-8d32-413c-a25e-f992aacff0c4","description":{"content":"<p>Account ID you manage</p>\n","type":"text/plain"},"type":"any","value":null,"key":"account_id"}]}},"response":[{"id":"052eb7eb-45bf-454f-8159-e2cb89d04d4d","name":"List Deposit Tickets - 200 OK","originalRequest":{"method":"GET","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"http://{{domain}}/whitelabelers/v2/accounts/:account_id/deposit_tickets","protocol":"http","host":["{{domain}}"],"path":["whitelabelers","v2","accounts",":account_id","deposit_tickets"],"variable":[{"key":"account_id","value":null,"description":"Account ID you manage"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"TicketNumber\": 384,\n        \"AccountId\": 1212,\n        \"AccountName\": \"1133_account_test4\",\n        \"AssetName\": \"Bitcoin\",\n        \"Amount\": 150,\n        \"RequestCode\": \"889ae14e-5686-427e-8799-95caf13ef638\",\n        \"ReferenceId\": \"889ae14e\",\n        \"Status\": \"Rejected\",\n        \"FeeAmt\": 0,\n        \"DepositInfo\": \"{\\\"ProductSymbol\\\":\\\"btc\\\",\\\"comments\\\":\\\"\\\"}\",\n        \"RejectReason\": null,\n        \"CreatedTimestamp\": \"2021-09-28T13:49:35Z\",\n        \"LastUpdateTimeStamp\": \"2021-09-28T13:49:35Z\",\n        \"CreatedTimestampTick\": 637684337753879800,\n        \"LastUpdateTimeStampTick\": 637684337754071800\n    },\n    {\n        \"TicketNumber\": 383,\n        \"AccountId\": 1212,\n        \"AccountName\": \"1133_account_test4\",\n        \"AssetName\": \"Bitcoin\",\n        \"Amount\": 150,\n        \"RequestCode\": \"cdefc0d9-b3d6-43e1-a74a-51c9de0e8f08\",\n        \"ReferenceId\": \"cdefc0d9\",\n        \"Status\": \"Rejected\",\n        \"FeeAmt\": 0,\n        \"DepositInfo\": \"{\\\"ProductSymbol\\\":\\\"btc\\\",\\\"comments\\\":\\\"\\\"}\",\n        \"RejectReason\": null,\n        \"CreatedTimestamp\": \"2021-09-28T13:49:30Z\",\n        \"LastUpdateTimeStamp\": \"2021-09-28T13:49:30Z\",\n        \"CreatedTimestampTick\": 637684337707727100,\n        \"LastUpdateTimeStampTick\": 637684337707953900\n    },\n    {\n        \"TicketNumber\": 382,\n        \"AccountId\": 1212,\n        \"AccountName\": \"1133_account_test4\",\n        \"AssetName\": \"Bitcoin\",\n        \"Amount\": 150,\n        \"RequestCode\": \"071bb420-fd42-420d-89eb-ca6ae77abee3\",\n        \"ReferenceId\": \"071bb420\",\n        \"Status\": \"Rejected\",\n        \"FeeAmt\": 0,\n        \"DepositInfo\": \"{\\\"ProductSymbol\\\":\\\"btc\\\",\\\"comments\\\":\\\"\\\"}\",\n        \"RejectReason\": null,\n        \"CreatedTimestamp\": \"2021-09-27T20:02:53Z\",\n        \"LastUpdateTimeStamp\": \"2021-09-27T20:02:53Z\",\n        \"CreatedTimestampTick\": 637683697739080200,\n        \"LastUpdateTimeStampTick\": 637683697739281300\n    },\n    {\n        \"TicketNumber\": 381,\n        \"AccountId\": 1212,\n        \"AccountName\": \"1133_account_test4\",\n        \"AssetName\": \"Bitcoin\",\n        \"Amount\": 150,\n        \"RequestCode\": \"6d3a490c-c08d-41bb-ae50-1a2ca9b06ddb\",\n        \"ReferenceId\": \"6d3a490c\",\n        \"Status\": \"Rejected\",\n        \"FeeAmt\": 0,\n        \"DepositInfo\": \"{\\\"ProductSymbol\\\":\\\"btc\\\",\\\"comments\\\":\\\"\\\"}\",\n        \"RejectReason\": null,\n        \"CreatedTimestamp\": \"2021-09-27T20:02:29Z\",\n        \"LastUpdateTimeStamp\": \"2021-09-27T20:02:29Z\",\n        \"CreatedTimestampTick\": 637683697497165300,\n        \"LastUpdateTimeStampTick\": 637683697497386500\n    },\n    {\n        \"TicketNumber\": 380,\n        \"AccountId\": 1212,\n        \"AccountName\": \"1133_account_test4\",\n        \"AssetName\": \"Bitcoin\",\n        \"Amount\": 150,\n        \"RequestCode\": \"cbe70c34-6971-423c-a0b1-3a5eb4865044\",\n        \"ReferenceId\": \"cbe70c34\",\n        \"Status\": \"Rejected\",\n        \"FeeAmt\": 0,\n        \"DepositInfo\": \"{\\\"ProductSymbol\\\":\\\"btc\\\",\\\"comments\\\":\\\"\\\"}\",\n        \"RejectReason\": null,\n        \"CreatedTimestamp\": \"2021-09-27T20:01:48Z\",\n        \"LastUpdateTimeStamp\": \"2021-09-27T20:01:48Z\",\n        \"CreatedTimestampTick\": 637683697086978000,\n        \"LastUpdateTimeStampTick\": 637683697087188600\n    },\n    {\n        \"TicketNumber\": 379,\n        \"AccountId\": 1212,\n        \"AccountName\": \"1133_account_test4\",\n        \"AssetName\": \"Bitcoin\",\n        \"Amount\": 150,\n        \"RequestCode\": \"a2ea650a-3c33-42cf-9fe1-c77579aa8c64\",\n        \"ReferenceId\": \"a2ea650a\",\n        \"Status\": \"Rejected\",\n        \"FeeAmt\": 0,\n        \"DepositInfo\": \"{\\\"ProductSymbol\\\":\\\"btc\\\",\\\"comments\\\":\\\"\\\"}\",\n        \"RejectReason\": null,\n        \"CreatedTimestamp\": \"2021-09-27T20:01:33Z\",\n        \"LastUpdateTimeStamp\": \"2021-09-27T20:01:33Z\",\n        \"CreatedTimestampTick\": 637683696934807900,\n        \"LastUpdateTimeStampTick\": 637683696935057200\n    },\n    {\n        \"TicketNumber\": 378,\n        \"AccountId\": 1212,\n        \"AccountName\": \"1133_account_test4\",\n        \"AssetName\": \"Bitcoin\",\n        \"Amount\": 150,\n        \"RequestCode\": \"164af158-98e2-49ed-bcba-720b989caa46\",\n        \"ReferenceId\": \"164af158\",\n        \"Status\": \"Rejected\",\n        \"FeeAmt\": 0,\n        \"DepositInfo\": \"{\\\"ProductSymbol\\\":\\\"btc\\\",\\\"comments\\\":\\\"\\\"}\",\n        \"RejectReason\": null,\n        \"CreatedTimestamp\": \"2021-09-27T19:42:33Z\",\n        \"LastUpdateTimeStamp\": \"2021-09-27T19:42:33Z\",\n        \"CreatedTimestampTick\": 637683685533193100,\n        \"LastUpdateTimeStampTick\": 637683685533416100\n    },\n    {\n        \"TicketNumber\": 377,\n        \"AccountId\": 1212,\n        \"AccountName\": \"1133_account_test4\",\n        \"AssetName\": \"Bitcoin\",\n        \"Amount\": 150,\n        \"RequestCode\": \"cddaee2d-d1bc-4b75-abea-19bf37acaea4\",\n        \"ReferenceId\": \"cddaee2d\",\n        \"Status\": \"Rejected\",\n        \"FeeAmt\": 0,\n        \"DepositInfo\": \"{\\\"ProductSymbol\\\":\\\"btc\\\",\\\"comments\\\":\\\"\\\"}\",\n        \"RejectReason\": null,\n        \"CreatedTimestamp\": \"2021-09-27T19:42:10Z\",\n        \"LastUpdateTimeStamp\": \"2021-09-27T19:42:10Z\",\n        \"CreatedTimestampTick\": 637683685300158000,\n        \"LastUpdateTimeStampTick\": 637683685300371500\n    },\n    {\n        \"TicketNumber\": 376,\n        \"AccountId\": 1212,\n        \"AccountName\": \"1133_account_test4\",\n        \"AssetName\": \"Argentine Peso\",\n        \"Amount\": 150,\n        \"RequestCode\": \"30bb6d57-f409-4b3b-99fb-b6f9d749e238\",\n        \"ReferenceId\": \"30bb6d57\",\n        \"Status\": \"New\",\n        \"FeeAmt\": 0,\n        \"DepositInfo\": \"{\\\"ProductSymbol\\\":\\\"ars\\\",\\\"comments\\\":\\\"\\\"}\",\n        \"RejectReason\": null,\n        \"CreatedTimestamp\": \"2021-09-27T19:42:03Z\",\n        \"LastUpdateTimeStamp\": \"2021-09-27T19:42:03Z\",\n        \"CreatedTimestampTick\": 637683685232508300,\n        \"LastUpdateTimeStampTick\": 637683685232721300\n    },\n    {\n        \"TicketNumber\": 375,\n        \"AccountId\": 1212,\n        \"AccountName\": \"1133_account_test4\",\n        \"AssetName\": \"Bitcoin\",\n        \"Amount\": 150,\n        \"RequestCode\": \"d73c67b7-913c-401d-b0e8-1d0668a8c8e9\",\n        \"ReferenceId\": \"d73c67b7\",\n        \"Status\": \"Rejected\",\n        \"FeeAmt\": 0,\n        \"DepositInfo\": \"{\\\"ProductSymbol\\\":\\\"btc\\\",\\\"comments\\\":\\\"\\\"}\",\n        \"RejectReason\": null,\n        \"CreatedTimestamp\": \"2021-09-27T19:41:49Z\",\n        \"LastUpdateTimeStamp\": \"2021-09-27T19:41:49Z\",\n        \"CreatedTimestampTick\": 637683685093898600,\n        \"LastUpdateTimeStampTick\": 637683685094210000\n    },\n    {\n        \"TicketNumber\": 360,\n        \"AccountId\": 1212,\n        \"AccountName\": \"1133_account_test4\",\n        \"AssetName\": \"Argentine Peso\",\n        \"Amount\": 1500000,\n        \"RequestCode\": \"5d041d2d-8ed8-4880-8d25-8f56c27f0853\",\n        \"ReferenceId\": \"5d041d2d\",\n        \"Status\": \"FullyProcessed\",\n        \"FeeAmt\": 0,\n        \"DepositInfo\": \"{\\\"ProductSymbol\\\":\\\"ars\\\",\\\"comments\\\":\\\"\\\"}\",\n        \"RejectReason\": null,\n        \"CreatedTimestamp\": \"2021-09-16T18:43:50Z\",\n        \"LastUpdateTimeStamp\": \"2021-09-16T18:44:18Z\",\n        \"CreatedTimestampTick\": 637674146301431400,\n        \"LastUpdateTimeStampTick\": 637674146585312800\n    },\n    {\n        \"TicketNumber\": 359,\n        \"AccountId\": 1212,\n        \"AccountName\": \"1133_account_test4\",\n        \"AssetName\": \"Argentine Peso\",\n        \"Amount\": 150000,\n        \"RequestCode\": \"03e18ac1-bd2a-47b7-b7f9-47c2f853c073\",\n        \"ReferenceId\": \"03e18ac1\",\n        \"Status\": \"FullyProcessed\",\n        \"FeeAmt\": 0,\n        \"DepositInfo\": \"{\\\"ProductSymbol\\\":\\\"ars\\\",\\\"comments\\\":\\\"\\\"}\",\n        \"RejectReason\": null,\n        \"CreatedTimestamp\": \"2021-09-16T18:40:46Z\",\n        \"LastUpdateTimeStamp\": \"2021-09-16T18:41:32Z\",\n        \"CreatedTimestampTick\": 637674144466918700,\n        \"LastUpdateTimeStampTick\": 637674144922597800\n    },\n    {\n        \"TicketNumber\": 358,\n        \"AccountId\": 1212,\n        \"AccountName\": \"1133_account_test4\",\n        \"AssetName\": \"Argentine Peso\",\n        \"Amount\": 7500,\n        \"RequestCode\": \"654c9b5a-5544-4edb-85c9-6ec856594468\",\n        \"ReferenceId\": \"654c9b5a\",\n        \"Status\": \"FullyProcessed\",\n        \"FeeAmt\": 0,\n        \"DepositInfo\": \"{\\\"ProductSymbol\\\":\\\"ars\\\",\\\"comments\\\":\\\"\\\"}\",\n        \"RejectReason\": null,\n        \"CreatedTimestamp\": \"2021-09-16T18:37:09Z\",\n        \"LastUpdateTimeStamp\": \"2021-09-16T18:41:35Z\",\n        \"CreatedTimestampTick\": 637674142292532000,\n        \"LastUpdateTimeStampTick\": 637674144958500900\n    }\n]"},{"id":"a6e82295-b7e0-4832-a5aa-30ce85180fe4","name":"List Deposit Tickets - 401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"http://{{domain}}/whitelabelers/v2/accounts/:account_id/deposit_tickets","protocol":"http","host":["{{domain}}"],"path":["whitelabelers","v2","accounts",":account_id","deposit_tickets"],"variable":[{"key":"account_id","value":null,"description":"Account ID you manage"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": false,\n    \"errormsg\": \"Not Authorized\",\n    \"errorcode\": 20,\n    \"detail\": null\n}"}],"_postman_id":"41568982-10ac-4001-8686-151819080972"}],"id":"3c925ca3-2a78-4b09-a3c7-4b88707aa90e","description":"<p>There are two types of deposits: <strong>Cryptos</strong> and <strong>Fiat</strong></p>\n<p><strong>Fiat deposits</strong> are made to the correponding bank account and then reported to our operations team for it validation.</p>\n<p><strong>Crypto deposits</strong> must be made following the <a href=\"#request-061e6f97-3508-4ee6-8d00-a44c27511752\">Deposit Crypto Info API</a> and follow next steps.</p>\n","_postman_id":"3c925ca3-2a78-4b09-a3c7-4b88707aa90e"},{"name":"Orders","item":[{"name":"Market Orders","item":[{"name":"Crypto Market Orders Create","id":"2c64c8ba-fd65-4bcc-90a9-66d13ccb3f0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Side\": \"Sell\",\n    \"Quantity\": 0.01, \n    \"OrderbookCode\": \"btc_ars\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domain_v2}}/whitelabelers/v2/accounts/:account_id/orders","description":"<h4 id=\"body-description\">Body description</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Side</td>\n<td>Side accept two values, <strong>Buy</strong> or <strong>Sell</strong> depending the action you want to do.</td>\n</tr>\n<tr>\n<td>Quantity</td>\n<td>Indicate the quantity of crypto to sell or buy.</td>\n</tr>\n<tr>\n<td>OrderbookCode</td>\n<td>Indicate which orderbook to use. Check the Tickers API to see which are the orderbooks available.</td>\n</tr>\n</tbody>\n</table>\n</div><br />\n\n<h4 id=\"response-description\">Response description</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Status</td>\n<td>If the order is accepted by the system, it returns <strong>Accepted</strong>. If not, it returns <strong>Rejected</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"important\"><em>Important</em></h5>\n<p><em>When you create an order and it was \"Accepted\", this doesn't mean that its status is you expected. Always, after create an order you must get order detail to view its real state.</em></p>\n","urlObject":{"protocol":"https","path":["whitelabelers","v2","accounts",":account_id","orders"],"host":["{{domain_v2}}"],"query":[],"variable":[{"id":"4dabf93c-c345-41ad-b0e5-485893c5e984","description":{"content":"<p>Account ID you manage</p>\n","type":"text/plain"},"type":"any","value":null,"key":"account_id"}]}},"response":[{"id":"536c419f-75eb-46f2-91f2-5effb174fb8c","name":"Sell Orders Create - 200 OK","originalRequest":{"method":"POST","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Side\": \"Sell\",\n    \"Quantity\": 0.01, \n    \"OrderbookCode\": \"btc_ars\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{domain}}/whitelabelers/v2/accounts/:account_id/orders","protocol":"https","host":["{{domain}}"],"path":["whitelabelers","v2","accounts",":account_id","orders"],"variable":[{"key":"account_id","value":null,"description":"Account ID you manage"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Accepted\",\n    \"OrderId\": 1252\n}"},{"id":"240ab746-e4ad-4c65-9eaa-6bc0a2a9929f","name":"Buy Orders Create - 200 OK","originalRequest":{"method":"POST","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Side\": \"Buy\",\n    \"Quantity\": 0.01, \n    \"OrderbookCode\": \"btc_ars\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{domain}}/api/whitelabelers/accounts/:account_id/orders","protocol":"https","host":["{{domain}}"],"path":["api","whitelabelers","accounts",":account_id","orders"],"variable":[{"key":"account_id","value":null,"description":"Account ID you manage"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Accepted\",\n    \"OrderId\": 1253\n}"},{"id":"377e29dd-f003-48f7-bf5f-ecc037cee0c0","name":"Orders Create - 422 Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Side\": \"Sell\",\n    \"Quantity\": 0.0000000001, \n    \"OrderbookCode\": \"btc_ars\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{domain}}/api/whitelabelers/accounts/:account_id/orders","protocol":"https","host":["{{domain}}"],"path":["api","whitelabelers","accounts",":account_id","orders"],"variable":[{"key":"account_id","value":null,"description":"Account ID you manage"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Rejected\",\n    \"errormsg\": \"Invalid_Order_TickSize\",\n    \"errorcode\": 101\n}"},{"id":"6254a216-29d2-4468-8dc1-a48bf6d2db6d","name":"Orders Create - 422 Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Side\": \"Sell\",\n    \"Quantity\": 99999999999, \n    \"OrderbookCode\": \"btc_ars\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{domain}}/api/whitelabelers/accounts/:account_id/orders","protocol":"https","host":["{{domain}}"],"path":["api","whitelabelers","accounts",":account_id","orders"],"variable":[{"key":"account_id","value":null,"description":"Account ID you manage"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Rejected\",\n    \"errormsg\": \"Not_Enough_Funds\",\n    \"errorcode\": 101\n}"},{"id":"e743959c-654f-4b3b-8fba-471b2c528495","name":"Orders Create - 401 Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Side\": \"Sell\",\n    \"Quantity\": 0.01, \n    \"OrderbookCode\": \"btc_ars\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{domain}}/whitelabelers/v2/accounts/:account_id/orders","protocol":"https","host":["{{domain}}"],"path":["whitelabelers","v2","accounts",":account_id","orders"],"variable":[{"key":"account_id","value":null,"description":"Account ID you manage"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": false,\n    \"errormsg\": \"Not Authorized\",\n    \"errorcode\": 20,\n    \"detail\": null\n}"}],"_postman_id":"2c64c8ba-fd65-4bcc-90a9-66d13ccb3f0c"},{"name":"Fiat Market Orders Create","id":"97dcc9f2-deb3-4223-93cb-bfaa020ac507","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","description":"<p>API Key that belongs to your user</p>\n","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","description":"<p>Randomly generated value by you</p>\n","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","description":"<p>Your User Id</p>\n","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","description":"<p>Value generated using Api Secret and the previous values. See Authentication section.</p>\n","type":"text"},{"key":"X-Exchange","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"OrderbookCode\": \"btc_ars\",\n    \"Side\": \"Buy\",\n    \"Value\": 10500\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domain_v2}}/whitelabelers/v2/accounts/:account_id/orders","description":"<h4 id=\"body-description\">Body description</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Side</td>\n<td>Side accept two values, <strong>Buy</strong> or <strong>Sell</strong> depending the action you want to do.</td>\n</tr>\n<tr>\n<td>Value</td>\n<td>Indicate the quantity of fiat send to sell or buy.</td>\n</tr>\n<tr>\n<td>OrderbookCode</td>\n<td>Indicate which orderbook to use. Check the Tickers API to see which are the orderbooks available.</td>\n</tr>\n</tbody>\n</table>\n</div><br />\n\n<h4 id=\"response-description\">Response description</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Status</td>\n<td>If the order is accepted by the system, it returns <strong>Accepted</strong>. If not, it returns <strong>Rejected</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"important\"><em>Important</em></h5>\n<p><em>When you create an order and it was \"Accepted\", this doesn't mean that its status is you expected. Always, after create an order you must get order detail to view its real state.</em></p>\n","urlObject":{"protocol":"https","path":["whitelabelers","v2","accounts",":account_id","orders"],"host":["{{domain_v2}}"],"query":[],"variable":[{"description":{"content":"<p>Account ID you manage</p>\n","type":"text/plain"},"type":"any","value":null,"key":"account_id"}]}},"response":[{"id":"4953433d-682b-401f-9cc3-c3ee4baf7cae","name":"Sell Fiat Order Create - 200 OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"OrderbookCode\": \"btc_ars\",\n    \"Side\": \"Sell\",\n    \"Value\": 2000\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{domain}}/whitelabelers/v2/accounts/:account_id/orders/fiat","protocol":"https","host":["{{domain}}"],"path":["whitelabelers","v2","accounts",":account_id","orders","fiat"],"variable":[{"key":"account_id","value":null,"description":"Account ID you manage"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Accepted\",\n    \"OrderId\": 1405\n}"},{"id":"aac66674-21b4-4f3c-af75-dcb656514a74","name":"Buy Fiat Order Create - 200 OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"OrderbookCode\": \"btc_ars\",\n    \"Side\": \"Buy\",\n    \"Value\": 2000\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{domain}}/whitelabelers/v2/accounts/:account_id/orders/fiat","protocol":"https","host":["{{domain}}"],"path":["whitelabelers","v2","accounts",":account_id","orders","fiat"],"variable":[{"key":"account_id","value":null,"description":"Account ID you manage"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Accepted\",\n    \"OrderId\": 1406\n}"},{"id":"ec296702-26b6-4dbc-83ca-feb20ea97384","name":"Fiat Order Create - 422 Unprocessable Entity","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"OrderbookCode\": \"btc_ars\",\n    \"Side\": \"Buy\",\n    \"Value\": 2000\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{domain}}/whitelabelers/v2/accounts/:account_id/orders/fiat","protocol":"https","host":["{{domain}}"],"path":["whitelabelers","v2","accounts",":account_id","orders","fiat"],"variable":[{"key":"account_id","value":null,"description":"Account ID you manage"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": false,\n    \"errormsg\": \"Side was not specified\",\n    \"errorcode\": 82,\n    \"detail\": null\n}"},{"id":"6b229ce9-0601-4691-bf19-2ae973162f80","name":"Fiat Order Create - 422 Unprocessable Entity","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"OrderbookCode\": \"btc_ars\",\n    \"Side\": \"Buy\",\n    \"Value\": 2000\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{domain}}/whitelabelers/v2/accounts/:account_id/orders/fiat","protocol":"https","host":["{{domain}}"],"path":["whitelabelers","v2","accounts",":account_id","orders","fiat"],"variable":[{"key":"account_id","value":null,"description":"Account ID you manage"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": false,\n    \"errormsg\": \"InstrumentId was not specified\",\n    \"errorcode\": 81,\n    \"detail\": null\n}"}],"_postman_id":"97dcc9f2-deb3-4223-93cb-bfaa020ac507"},{"name":"Fiat Total Balance Market Orders Create","id":"ec247291-3ea3-4107-9732-d9c4b09a4c05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","description":"<p>API Key that belongs to your user</p>\n","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","description":"<p>Randomly generated value by you</p>\n","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","description":"<p>Your User Id</p>\n","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","description":"<p>Value generated using Api Secret and the previous values. See Authentication section.</p>\n","type":"text"},{"key":"X-Exchange","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"OrderbookCode\": \"btc_ars\"\n}"},"url":"https://{{domain_v2}}/whitelabelers/v2/accounts/:account_id/orders/fiat","description":"<p>This API allows you to buy crypto with total fiat balance available.</p>\n<h4 id=\"body-description\">Body description</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OrderbookCode</td>\n<td>Indicate which orderbook to use. Check the Tickers API to see which are the orderbooks available.</td>\n</tr>\n</tbody>\n</table>\n</div><br />\n\n<h4 id=\"response-description\">Response description</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Status</td>\n<td>If the order is accepted by the system, it returns <strong>Accepted</strong>. If not, it returns <strong>Rejected</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"important\"><em>Important</em></h5>\n<p><em>When you create an order and it was \"Accepted\", this doesn't mean that its status is you expected. Always, after create an order you must get order detail to view its real state.</em></p>\n","urlObject":{"protocol":"https","path":["whitelabelers","v2","accounts",":account_id","orders","fiat"],"host":["{{domain_v2}}"],"query":[],"variable":[{"type":"any","value":null,"key":"account_id"}]}},"response":[{"id":"a71008af-c76b-4af6-bafe-d2150d3284c9","name":"Fiat Total Balance Order Create - 200 OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"OrderbookCode\": \"btc_ars\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{domain}}/whitelabelers/v2/accounts/:account_id/orders/fiat","protocol":"https","host":["{{domain}}"],"path":["whitelabelers","v2","accounts",":account_id","orders","fiat"],"variable":[{"key":"account_id","value":null,"description":"Account ID you manage"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Accepted\",\n    \"OrderId\": 1406\n}"},{"id":"1006ec7a-820a-46df-8c6d-469c144d2068","name":"Fiat Total Balance Orders Create - 422 Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","description":"API Key that belongs to your user","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","description":"Randomly generated value by you","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","description":"Your User Id","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","description":"Value generated using Api Secret and the previous values. See Authentication section.","type":"text"},{"key":"X-Exchange","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"OrderbookCode\": 9999\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{domain}}/whitelabelers/v2/accounts/:account_id/orders/fiat","protocol":"https","host":["{{domain}}"],"path":["whitelabelers","v2","accounts",":account_id","orders","fiat"],"variable":[{"key":"account_id","value":null,"description":"Account id that you manage"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": false,\n    \"errormsg\": \"unprocessable_entity\",\n    \"detail\": [\n        {\n            \"code\": \"invalid_type\",\n            \"expected\": \"string\",\n            \"received\": \"number\",\n            \"path\": [\n                \"OrderbookCode\"\n            ],\n            \"message\": \"Expected string, received number\"\n        }\n    ]\n}"},{"id":"b6c504c7-801e-4ce3-b6f4-0300a027de9f","name":"Fiat Total Balance Orders Create - 422 Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","description":"API Key that belongs to your user","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","description":"Randomly generated value by you","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","description":"Your User Id","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","description":"Value generated using Api Secret and the previous values. See Authentication section.","type":"text"},{"key":"X-Exchange","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n    \n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{domain}}/whitelabelers/v2/accounts/:account_id/orders/fiat","protocol":"https","host":["{{domain}}"],"path":["whitelabelers","v2","accounts",":account_id","orders","fiat"],"variable":[{"key":"account_id","value":null,"description":"Account id that you manage"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": false,\n    \"errormsg\": \"unprocessable_entity\",\n    \"detail\": [\n        {\n            \"code\": \"invalid_type\",\n            \"expected\": \"string\",\n            \"received\": \"undefined\",\n            \"path\": [\n                \"OrderbookCode\"\n            ],\n            \"message\": \"Required\"\n        }\n    ]\n}"}],"_postman_id":"ec247291-3ea3-4107-9732-d9c4b09a4c05"}],"id":"bcfe36b0-0e72-43a2-a05d-dc305b63ab54","description":"<p>This API's allows to create Market Orders.</p>\n","_postman_id":"bcfe36b0-0e72-43a2-a05d-dc305b63ab54"},{"name":"Limit Orders","item":[{"name":"Crypto Limit Orders Create","id":"e8d81be8-4afc-489b-bc2e-27bf01ec41ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","description":"<p>API Key that belongs to your user</p>\n","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","description":"<p>Randomly generated value by you</p>\n","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","description":"<p>Your User Id</p>\n","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","description":"<p>Value generated using Api Secret and the previous values. See Authentication section.</p>\n","type":"text"},{"key":"X-Exchange","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Side\": \"Buy\",\n    \"Quantity\": 0.005,\n    \"OrderbookCode\": \"btc_ars\",\n    \"LimitPrice\": 5150300\n}"},"url":"https://{{domain_v2}}/whitelabelers/v2/accounts/:account_id/orders/limit","description":"<h4 id=\"body-description\">Body description</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Side</td>\n<td>Accept two values, <strong>Buy</strong> or <strong>Sell</strong> depending the action you want to do.</td>\n</tr>\n<tr>\n<td>Quantity</td>\n<td>Indicate the quantity of cyrpto you want to sell or buy.</td>\n</tr>\n<tr>\n<td>LimitPrice</td>\n<td>The limit price of the order.</td>\n</tr>\n<tr>\n<td>OrderbookCode</td>\n<td>Indicate which orderbook to use. Check the Tickers API to see which are the orderbooks available.</td>\n</tr>\n</tbody>\n</table>\n</div><br />\n\n<h4 id=\"response-description\">Response description</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Status</td>\n<td>If the order is accepted by the system, it returns <strong>Accepted</strong>. If not, it returns <strong>Rejected</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"important\"><em>Important</em></h5>\n<p><em>When you create an order and it was \"Accepted\", this doesn't mean that its status is you expected. Always, after create an order you must get order detail to view its real state.</em></p>\n","urlObject":{"protocol":"https","path":["whitelabelers","v2","accounts",":account_id","orders","limit"],"host":["{{domain_v2}}"],"query":[],"variable":[{"type":"any","value":null,"key":"account_id"}]}},"response":[{"id":"86071563-a023-44fc-85f4-2622b8f284e4","name":"Crypto Limit Orders Create - 200 OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","description":"API Key that belongs to your user","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","description":"Randomly generated value by you","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","description":"Your User Id","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","description":"Value generated using Api Secret and the previous values. See Authentication section.","type":"text"},{"key":"X-Exchange","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Side\": \"Buy\",\n    \"Quantity\": 0.005,\n    \"OrderbookCode\": \"btc_ars\",\n    \"LimitPrice\": 5150300\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{domain}}/whitelabelers/v2/accounts/:account_id/orders/limit","protocol":"https","host":["{{domain}}"],"path":["whitelabelers","v2","accounts",":account_id","orders","limit"],"variable":[{"key":"account_id","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Accepted\",\n    \"OrderId\": 1407\n}"},{"id":"ef5eaaab-03be-4914-b448-849a40104132","name":"Crypto Limit Orders Create - 422 Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","description":"API Key that belongs to your user","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","description":"Randomly generated value by you","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","description":"Your User Id","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","description":"Value generated using Api Secret and the previous values. See Authentication section.","type":"text"},{"key":"X-Exchange","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Quantity\": 0.005,\n    \"OrderbookCode\": \"btc_ars\",\n    \"LimitPrice\": 5150300\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{domain}}/whitelabelers/v2/accounts/:account_id/orders/limit","protocol":"https","host":["{{domain}}"],"path":["whitelabelers","v2","accounts",":account_id","orders","limit"],"variable":[{"key":"account_id","value":null,"description":"Account id that you manage"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": false,\n    \"errormsg\": \"unprocessable_entity\",\n    \"detail\": [\n        {\n            \"code\": \"invalid_enum_value\",\n            \"options\": [\n                \"Buy\",\n                \"Sell\"\n            ],\n            \"path\": [\n                \"Side\"\n            ],\n            \"message\": \"Invalid enum value. Expected 'Buy' | 'Sell'\"\n        }\n    ]\n}"},{"id":"84b046ee-8af7-4f28-8598-2b1e56b5d905","name":"Crypto Limit Orders Create - 422 Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","description":"API Key that belongs to your user","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","description":"Randomly generated value by you","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","description":"Your User Id","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","description":"Value generated using Api Secret and the previous values. See Authentication section.","type":"text"},{"key":"X-Exchange","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Side\": \"Buy\",\n    \"OrderbookCode\": \"btc_ars\",\n    \"LimitPrice\": 5150300\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{domain}}/whitelabelers/v2/accounts/:account_id/orders/limit","protocol":"https","host":["{{domain}}"],"path":["whitelabelers","v2","accounts",":account_id","orders","limit"],"variable":[{"key":"account_id","value":null,"description":"Account id that you manage"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": false,\n    \"errormsg\": \"unprocessable_entity\",\n    \"detail\": [\n        {\n            \"code\": \"invalid_type\",\n            \"expected\": \"number\",\n            \"received\": \"undefined\",\n            \"path\": [\n                \"Quantity\"\n            ],\n            \"message\": \"Required\"\n        }\n    ]\n}"},{"id":"92bacd83-5a19-4546-bc23-31d2818ed1e1","name":"Crypto Limit Orders Create - 422 Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","description":"API Key that belongs to your user","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","description":"Randomly generated value by you","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","description":"Your User Id","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","description":"Value generated using Api Secret and the previous values. See Authentication section.","type":"text"},{"key":"X-Exchange","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Side\": \"Buy\",\n    \"Quantity\": 0.005,\n    \"OrderbookCode\": 9999,\n    \"LimitPrice\": 5150300\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{domain}}/whitelabelers/v2/accounts/:account_id/orders/limit","protocol":"https","host":["{{domain}}"],"path":["whitelabelers","v2","accounts",":account_id","orders","limit"],"variable":[{"key":"account_id","value":null,"description":"Account id that you manage"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": false,\n    \"errormsg\": \"unprocessable_entity\",\n    \"detail\": [\n        {\n            \"code\": \"invalid_type\",\n            \"expected\": \"string\",\n            \"received\": \"number\",\n            \"path\": [\n                \"OrderbookCode\"\n            ],\n            \"message\": \"Expected string, received number\"\n        }\n    ]\n}"}],"_postman_id":"e8d81be8-4afc-489b-bc2e-27bf01ec41ac"},{"name":"Crypto Limit Order Cancel","id":"e8f8d4e3-8cf1-474d-9eaa-1bcea957b6a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","description":"<p>API Key that belongs to your user</p>\n","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","description":"<p>Randomly generated value by you</p>\n","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","description":"<p>Your User Id</p>\n","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","description":"<p>Value generated using Api Secret and the previous values. See Authentication section.</p>\n","type":"text"},{"key":"X-Exchange","value":"true","type":"text"}],"url":"https://{{domain_v2}}/whitelabelers/v2/accounts/:account_id/orders/:limit_order_id","description":"<p>When you create a limit order it will remain in a \"working\" state until it's executed. This end point allows you to cancel an order in working status.</p>\n","urlObject":{"protocol":"https","path":["whitelabelers","v2","accounts",":account_id","orders",":limit_order_id"],"host":["{{domain_v2}}"],"query":[],"variable":[{"description":{"content":"<p>Account id that you manage</p>\n","type":"text/plain"},"type":"any","value":null,"key":"account_id"},{"description":{"content":"<p>Limit order idyou want to cancel</p>\n","type":"text/plain"},"type":"any","value":null,"key":"limit_order_id"}]}},"response":[{"id":"25d13550-6b65-47dd-bad7-6e0fb8873399","name":"Crypto Limit Order Cancel - 200 Ok","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","description":"API Key that belongs to your user","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","description":"Randomly generated value by you","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","description":"Your User Id","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","description":"Value generated using Api Secret and the previous values. See Authentication section.","type":"text"},{"key":"X-Exchange","value":"true","type":"text"}],"url":{"raw":"https://{{domain}}/whitelabelers/v2/accounts/:account_id/orders/:limit_order_id","protocol":"https","host":["{{domain}}"],"path":["whitelabelers","v2","accounts",":account_id","orders",":limit_order_id"],"variable":[{"key":"account_id","value":null,"description":"Account id that you manage"},{"key":"limit_order_id","value":null,"description":"Limit order idyou want to cancel"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"errormsg\": null,\n    \"errorcode\": 0,\n    \"detail\": null\n}"},{"id":"c67ba825-a4a9-4aa1-a4fd-a3382a455c14","name":"Crypto Limit Order Cancel - 404 Not Found","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","description":"API Key that belongs to your user","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","description":"Randomly generated value by you","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","description":"Your User Id","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","description":"Value generated using Api Secret and the previous values. See Authentication section.","type":"text"},{"key":"X-Exchange","value":"true","type":"text"}],"url":{"raw":"https://{{domain}}/whitelabelers/v2/accounts/:account_id/orders/:limit_order_id","protocol":"https","host":["{{domain}}"],"path":["whitelabelers","v2","accounts",":account_id","orders",":limit_order_id"],"variable":[{"key":"account_id","value":null,"description":"Account id that you manage"},{"key":"limit_order_id","value":null,"description":"Limit order id you want to cancel"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": false,\n    \"errormsg\": \"Resource Not Found\",\n    \"errorcode\": 104,\n    \"detail\": null\n}"}],"_postman_id":"e8f8d4e3-8cf1-474d-9eaa-1bcea957b6a5"}],"id":"59e6549b-8228-4689-b027-d0450980f1c0","description":"<p>This API's allows to create Limit Orders.</p>\n","_postman_id":"59e6549b-8228-4689-b027-d0450980f1c0"},{"name":"Get Order","id":"df917460-6bae-4ad4-9cd4-48959df904f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{domain_v2}}/whitelabelers/v2/accounts/:account_id/orders/:order_id","description":"<p>Order show API retrieves all information about a particular Order</p>\n<h4 id=\"get-order-response-description\">Get Order response description</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Side</td>\n<td>The side of a trade.</td>\n</tr>\n<tr>\n<td>OrderId</td>\n<td>The ID of the open order. The OrderID is unique in each Order Management System.</td>\n</tr>\n<tr>\n<td>Price</td>\n<td>The price at which the buy or sell has been ordered.</td>\n</tr>\n<tr>\n<td>Quantity</td>\n<td>The quantity of the product to be bought or sold.</td>\n</tr>\n<tr>\n<td>DisplayQuantity</td>\n<td>The quantity available to buy or sell that is publicly displayed to the market. To display a displayQuantity value, an order must be a Limit order with a reserve.</td>\n</tr>\n<tr>\n<td>OrderType</td>\n<td>Describes the type of order this is. One of: <br /><strong>- Unknown</strong> (an error condition) <br /><strong>- Market</strong> <br /><strong>- Limit</strong> <br /><strong>- StopMarket</strong> <br /><strong>- StopLimit</strong> <br /><strong>- TrailingStopMarket</strong> <br /><strong>- TrailingStopLimit</strong> <br /><strong>- BlockTrade</strong></td>\n</tr>\n<tr>\n<td>ClientOrderId</td>\n<td>An ID supplied by the client to identify the order (like a purchase order number). The ClientOrderId defaults to 0 if not supplied.</td>\n</tr>\n<tr>\n<td>OrderState</td>\n<td>The current state of the order. One of: <br /><strong>- Unknown</strong> <br /><strong>- Working</strong> <br /><strong>- Rejected</strong> <br /><strong>- Canceled</strong> <br /><strong>- Expired</strong> <br /><strong>- Fully Executed</strong></td>\n</tr>\n<tr>\n<td>OrigQuantity</td>\n<td>If the open order has been changed or partially filled, this value shows the original quantity of the order.</td>\n</tr>\n<tr>\n<td>QuantityExecuted</td>\n<td>If the open order has been at least partially executed, this value shows the amount that has been executed.</td>\n</tr>\n<tr>\n<td>GrossValueExecuted</td>\n<td></td>\n</tr>\n<tr>\n<td>ExecutableValue</td>\n<td></td>\n</tr>\n<tr>\n<td>AvgPrice</td>\n<td>The average executed price for the instrument in the order.</td>\n</tr>\n<tr>\n<td>ChangeReason</td>\n<td>If the order has been changed, this string value holds the reason. One of: <br /><strong>- Unknown</strong> <br /><strong>- NewInputAccepted</strong> <br /><strong>- NewInputRejected</strong> <br /><strong>- OtherRejected</strong> <br /><strong>- Expired</strong> <br /><strong>- Trade</strong> <br /><strong>- SystemCanceled_NoMoreMarket</strong> <br /><strong>- SystemCanceled_BelowMinimum</strong> <br /><strong>- SystemCanceled_PriceCollar</strong> <br /><strong>- SystemCanceled_MarginFailed</strong> <br /><strong>- UserModified</strong></td>\n</tr>\n<tr>\n<td>IsQuote</td>\n<td>If this order is a quote, the value for IsQuote is true, else false.</td>\n</tr>\n<tr>\n<td>InsideAsk</td>\n<td>If this order is a quote, this value is the Inside Ask price.</td>\n</tr>\n<tr>\n<td>InsideAskSize</td>\n<td>If this order is a quote, this value is the quantity of the Inside Ask quote.</td>\n</tr>\n<tr>\n<td>InsideBid</td>\n<td>If this order is a quote, this value is the Inside Bid price.</td>\n</tr>\n<tr>\n<td>InsideBidSize</td>\n<td>If this order is a quote, this value is the quantity of the Inside Bid quote.</td>\n</tr>\n<tr>\n<td>LastTradePrice</td>\n<td>The last price that this instrument traded at.</td>\n</tr>\n<tr>\n<td>RejectReason</td>\n<td>If this open order has been rejected, this string holds the reason for the rejection.</td>\n</tr>\n<tr>\n<td>IsLockedIn</td>\n<td>For a block trade, if both parties to the block trade agree that one of the parties will report the trade for both sides, this value is true. Othersise, false.</td>\n</tr>\n<tr>\n<td>CancelReason</td>\n<td>If this order has been canceled, this string holds the cancelation reason.</td>\n</tr>\n<tr>\n<td>StopPrice</td>\n<td>The price at which to execute the new order, if the order is a stop order.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["whitelabelers","v2","accounts",":account_id","orders",":order_id"],"host":["{{domain_v2}}"],"query":[],"variable":[{"description":{"content":"<p>Account id you manage</p>\n","type":"text/plain"},"type":"any","value":null,"key":"account_id"},{"description":{"content":"<p>The ID of the Sell Order you want to see</p>\n","type":"text/plain"},"type":"any","value":null,"key":"order_id"}]}},"response":[{"id":"293bfcf6-1bf1-4ab8-9af1-29273f0821db","name":"Get Sell Order - 200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{domain}}/whitelabelers/v2/accounts/:accountId/orders/:orderId","protocol":"https","host":["{{domain}}"],"path":["whitelabelers","v2","accounts",":accountId","orders",":orderId"],"variable":[{"key":"accountId","value":null},{"key":"orderId","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Side\": \"Sell\",\n    \"OrderId\": 1252,\n    \"Price\": 0,\n    \"Quantity\": 0,\n    \"DisplayQuantity\": 0.01,\n    \"AccountName\": \"1133_account_test4\",\n    \"OrderType\": \"Market\",\n    \"ClientOrderId\": 0,\n    \"OrderState\": \"Canceled\",\n    \"OrigQuantity\": 0.01,\n    \"QuantityExecuted\": 0,\n    \"GrossValueExecuted\": 0,\n    \"ExecutableValue\": 0,\n    \"AvgPrice\": 0,\n    \"ChangeReason\": \"SystemCanceled_NoMoreMarket\",\n    \"UserName\": \"gallotto@bitex.la\",\n    \"IsQuote\": false,\n    \"InsideAsk\": 90002131,\n    \"InsideAskSize\": 1.828344,\n    \"InsideBid\": 0,\n    \"InsideBidSize\": 0,\n    \"LastTradePrice\": 0,\n    \"RejectReason\": \"\",\n    \"IsLockedIn\": false,\n    \"CancelReason\": \"SystemCanceled_NoMoreMarket\",\n    \"OrderFlag\": \"0\",\n    \"UseMargin\": false,\n    \"StopPrice\": 0,\n    \"PegPriceType\": \"Bid\",\n    \"PegOffset\": 0,\n    \"PegLimitOffset\": 0,\n    \"LastUpdatedTime\": 1642615993893,\n    \"ReceiveTime\": 1642615993880\n}"},{"id":"36580e21-d371-4609-91f5-3f00527446e3","name":"Get Buy Order - 200 OK","originalRequest":{"method":"GET","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://{{domain}}/whitelabelers/v2/accounts/:account_id/orders/:order_id","protocol":"https","host":["{{domain}}"],"path":["whitelabelers","v2","accounts",":account_id","orders",":order_id"],"variable":[{"key":"account_id","value":null,"description":"Account ID you manage"},{"key":"order_id","value":null,"description":"The ID of the Sell Order you want to see"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Side\": \"Buy\",\n    \"OrderId\": 1256,\n    \"Price\": 0,\n    \"Quantity\": 0,\n    \"DisplayQuantity\": 0,\n    \"AccountName\": \"1133_account_test4\",\n    \"OrderType\": \"Market\",\n    \"ClientOrderId\": 0,\n    \"OrderState\": \"FullyExecuted\",\n    \"OrigQuantity\": 0.001,\n    \"QuantityExecuted\": 0.001,\n    \"GrossValueExecuted\": 90002.131,\n    \"ExecutableValue\": 0,\n    \"AvgPrice\": 90002131,\n    \"ChangeReason\": \"Trade\",\n    \"UserName\": \"gallotto@bitex.la\",\n    \"IsQuote\": false,\n    \"InsideAsk\": 90002131,\n    \"InsideAskSize\": 1.828344,\n    \"InsideBid\": 0,\n    \"InsideBidSize\": 0,\n    \"LastTradePrice\": 0,\n    \"RejectReason\": \"\",\n    \"IsLockedIn\": false,\n    \"CancelReason\": \"\",\n    \"OrderFlag\": \"0\",\n    \"UseMargin\": false,\n    \"StopPrice\": 0,\n    \"PegPriceType\": \"Ask\",\n    \"PegOffset\": 0,\n    \"PegLimitOffset\": 0,\n    \"LastUpdatedTime\": 1642616361305,\n    \"ReceiveTime\": 1642616361299\n}"},{"id":"75a8dc54-5b02-4c7f-8db2-664eae0e1311","name":"Get Order - 404 Not Found","originalRequest":{"method":"GET","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://{{domain}}/whitelabelers/v2/accounts/:account_id/orders/:order_id","protocol":"https","host":["{{domain}}"],"path":["whitelabelers","v2","accounts",":account_id","orders",":order_id"],"variable":[{"key":"account_id","value":null,"description":"Account ID you manage"},{"key":"order_id","value":null,"description":"The ID of the Sell Order you want to see"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": false,\n    \"errormsg\": \"Resource Not Found\",\n    \"errorcode\": 104,\n    \"detail\": null\n}"},{"id":"dcbf3d26-d799-469b-8358-953c88ef468d","name":"Get Order - 401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://{{domain}}/whitelabelers/v2/accounts/:account_id/orders/:order_id","protocol":"https","host":["{{domain}}"],"path":["whitelabelers","v2","accounts",":account_id","orders",":order_id"],"variable":[{"key":"account_id","value":null,"description":"Account ID you manage"},{"key":"order_id","value":null,"description":"The ID of the Sell Order you want to see"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": false,\n    \"errormsg\": \"Not Authorized\",\n    \"errorcode\": 20,\n    \"detail\": null\n}"}],"_postman_id":"df917460-6bae-4ad4-9cd4-48959df904f5"}],"id":"2e859071-7edd-45d2-832e-890ec6e9c739","description":"<p>In this section you can create different orders type.</p>\n<ul>\n<li>Buy and sell market orders<ul>\n<li>With crypto quantity</li>\n<li>With fiat amount</li>\n<li>Create order with total fiat balance available</li>\n</ul>\n</li>\n<li>Buy and sell limit Orders<ul>\n<li>With crypto quantity</li>\n<li>Cancel a limit order that is open</li>\n</ul>\n</li>\n<li>Get a particular order</li>\n</ul>\n<br />\n\n<h3 id=\"important\">Important</h3>\n<p>When you create an order and it was \"Accepted\", this doesn't mean that its status is as expected. Always, after create an order you must get order detail to view its real state with <a href=\"#request-df917460-6bae-4ad4-9cd4-48959df904f5\">Get Order</a>.</p>\n","_postman_id":"2e859071-7edd-45d2-832e-890ec6e9c739"},{"name":"Withdraw","item":[{"name":"Template Forms","item":[{"name":"Withdraw Template","id":"7eff6d64-3431-454d-b1f7-84fae3eefed7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{domain_v2}}/whitelabelers/v2/products/:product_code/withdraw_templates","urlObject":{"protocol":"https","path":["whitelabelers","v2","products",":product_code","withdraw_templates"],"host":["{{domain_v2}}"],"query":[],"variable":[{"id":"90426e06-9a70-4602-8c15-f9e6bf27cf54","type":"any","value":null,"key":"product_code"}]}},"response":[{"id":"53f815a3-4dd9-4594-a536-b6af57e72f0e","name":"Withdraw Template ARS - 200 OK","originalRequest":{"method":"GET","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"http://{{domain}}/whitelabelers/v2/products/:product_code/withdraw_templates","protocol":"http","host":["{{domain}}"],"path":["whitelabelers","v2","products",":product_code","withdraw_templates"],"variable":[{"key":"product_code","value":"ars"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Template\": {\n        \"Bank Name\": null,\n        \"Name\": null,\n        \"CBU\": null,\n        \"Account Type\": null\n    },\n    \"TemplateName\": \"Custom\",\n    \"AccountProviderName\": \"ARS - BANK\"\n}"},{"id":"7655ca34-51d6-4316-9155-833192e73ee7","name":"Withdraw Template BTC - 200 OK","originalRequest":{"method":"GET","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"http://{{domain}}/whitelabelers/v2/products/:product_code/withdraw_templates","protocol":"http","host":["{{domain}}"],"path":["whitelabelers","v2","products",":product_code","withdraw_templates"],"variable":[{"key":"product_code","value":"btc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Template\": {\n        \"ExternalAddress\": \"\",\n        \"Comment\": \"\",\n        \"TemplateType\": \"ToExternalBitcoinAddress\"\n    },\n    \"TemplateName\": \"ToExternalBitcoinAddress\",\n    \"AccountProviderName\": \"Fireblocks-BTC_TEST\"\n}"},{"id":"e3fdcbc2-7237-4ea9-8f34-5da5a881d421","name":"Withdraw Template ETH - 200 OK","originalRequest":{"method":"GET","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"http://{{domain}}/whitelabelers/v2/products/:product_code/withdraw_templates","protocol":"http","host":["{{domain}}"],"path":["whitelabelers","v2","products",":product_code","withdraw_templates"],"variable":[{"key":"product_code","value":"eth"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Template\": {\n        \"ExternalAddress\": \"\",\n        \"Comment\": \"\",\n        \"TemplateType\": \"ToExternalBitcoinAddress\"\n    },\n    \"TemplateName\": \"ToExternalBitcoinAddress\",\n    \"AccountProviderName\": \"Fireblocks-ETH_TEST\"\n}"}],"_postman_id":"7eff6d64-3431-454d-b1f7-84fae3eefed7"}],"id":"011e71c3-29ae-4e03-9571-0a5aefbf1d52","description":"<p>This API returns the fields that are required to be sent at the moment of Creating a Withdraw <a href=\"#request-4147ec47-8304-4277-aa3a-601012f0cda8\">Crypto Ticket</a> or <a href=\"#request-37904af4-241a-41cf-a2e0-9a95d076e373\">Fiat Ticket</a>.<br />Send those fields inside the <strong>TemplateForm</strong> field, and specify the <strong>TemplateType</strong> that is returned by this API.</p>\n","_postman_id":"011e71c3-29ae-4e03-9571-0a5aefbf1d52"},{"name":"Withdraw Crypto","item":[{"name":"Withdraw Info","item":[{"name":"Withdraw Info","id":"6b76e430-55fc-426a-96d8-c97bb76e52f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"TwoFactorCode\": \"760308\",\n    \"AccountIdentifier\": \"2N3oefVeg6stiTb5Kh3ozCSkaqmx91FFbsm\",\n    \"Name\": \"BTCAddressName\",\n    \"ProductCode\": \"btc\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domain_v2}}/whitelabelers/v2/accounts/:account_id/withdraw_infos","description":"<h4 id=\"withdraw-info-body-description\">Withdraw info body description</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TwoFactorCode</td>\n<td>2FA Code generated with the seed provided by Bitex</td>\n</tr>\n<tr>\n<td>AccountIdentifier</td>\n<td>This would be the wallet's address</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>A uniq name to identify your Withdraw Info</td>\n</tr>\n<tr>\n<td>ProductCode</td>\n<td>Example: btc, eth. Check the <a href=\"#request-283144b0-e3ba-42a3-a599-38c562582c67\">Tickers API</a> to see the available crypto products.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["whitelabelers","v2","accounts",":account_id","withdraw_infos"],"host":["{{domain_v2}}"],"query":[],"variable":[{"id":"15c0e436-4ad9-49c0-a90a-063ec1ce450f","description":{"content":"<p>Account ID you manage</p>\n","type":"text/plain"},"type":"any","value":null,"key":"account_id"}]}},"response":[{"id":"fb64d4f9-63ef-4b11-adff-77297e46558f","name":"Withdraw Info - 200 OK","originalRequest":{"method":"POST","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"TwoFactorCode\": \"760308\",\n    \"AccountIdentifier\": \"2N3oefVeg6stiTb5Kh3ozCSkaqmx91FDbsm\",\n    \"Name\": \"BTCAddressName\",\n    \"ProductCode\": \"btc\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://{{domain}}/whitelabelers/v2/accounts/:account_id/withdraw_infos","protocol":"http","host":["{{domain}}"],"path":["whitelabelers","v2","accounts",":account_id","withdraw_infos"],"variable":[{"key":"account_id","value":null,"description":"Account ID you manage"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Id\": \"ffc302a2-5c76-4b88-a492-eabd4274c9b8\"\n}"},{"id":"06dbc681-74fe-4da9-b8d3-4baa656df36f","name":"Withdraw Info - 401 Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"TwoFactorCode\": \"760308\",\n    \"AccountIdentifier\": \"2N3oefVeg6stiTb5Kh3ozCSkaqmx91FDbsm\",\n    \"Name\": \"BTCAddressName\",\n    \"ProductCode\": \"btc\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://{{domain}}/whitelabelers/v2/accounts/:account_id/withdraw_infos","protocol":"http","host":["{{domain}}"],"path":["whitelabelers","v2","accounts",":account_id","withdraw_infos"],"variable":[{"key":"account_id","value":null,"description":"Account ID you manage"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"TFaAuthenticated\": false,\n    \"errMsg\": \"Invalid TFa Code\"\n}"},{"id":"729019dd-0a53-4a6c-92a0-2a7bea093229","name":"Withdraw Info -  404 Not Found","originalRequest":{"method":"POST","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"TwoFactorCode\": \"760308\",\n    \"AccountIdentifier\": \"2N3oefVeg6stiTb5Kh3ozCSkaqmx91FDbsm\",\n    \"Name\": \"BTCAddressName\",\n    \"ProductCode\": \"ctb\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://{{domain}}/whitelabelers/v2/accounts/:account_id/withdraw_infos","protocol":"http","host":["{{domain}}"],"path":["whitelabelers","v2","accounts",":account_id","withdraw_infos"],"variable":[{"key":"account_id","value":null,"description":"Account ID you manage"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": false,\n    \"errormsg\": \"Product Not Found\",\n    \"errorcode\": 104,\n    \"detail\": \"\"\n}"},{"id":"8043530b-62fa-4045-ac64-a0b592cb04ce","name":"Withdraw Info - 422 Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"TwoFactorCode\": \"760308\",\n    \"AccountIdentifier\": \"2N3oefVeg6stiTb5Kh3ozCSkaqmx91FDbsm\",\n    \"Name\": \"BTCAddressName\",\n    \"ProductCode\": \"btc\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://{{domain}}/whitelabelers/v2/accounts/:account_id/withdraw_infos","protocol":"http","host":["{{domain}}"],"path":["whitelabelers","v2","accounts",":account_id","withdraw_infos"],"variable":[{"key":"account_id","value":null,"description":"Account ID you manage"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": false,\n    \"errormsg\": \"Invalid Request\",\n    \"errorcode\": 100,\n    \"detail\": \"Withdraw Info Already Exists\"\n}"}],"_postman_id":"6b76e430-55fc-426a-96d8-c97bb76e52f4"}],"id":"2093354b-5af7-4c9d-9f8b-aa3a16d01b37","description":"<p>Create a new withdrawal wallet address</p>\n","_postman_id":"2093354b-5af7-4c9d-9f8b-aa3a16d01b37"},{"name":"Create Withdraw Crypto Ticket","id":"691870c6-128d-4265-b703-9661444915ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"TfaCode\": \"468288\",\n    \"ProductCode\": \"eth\",\n    \"Amount\": 12.5,\n    \"TemplateType\": \"Custom\",\n    \"TemplateForm\": {\n        \"ExternalAddress\": \"2N3oefVeg6stiTb5Kh3ozCSkaqmx91FFbsm\",\n        \"Comment\": \"\",\n        \"TemplateType\": \"ToExternalETHAddress\"\n    }\n}"},"url":"https://{{domain_v2}}/whitelabelers/v2/accounts/:account_id/withdraw_tickets","description":"<p><strong>Important note</strong>: Provide all the information that is required for the applicable regulations. Some values might be accepted by the API but the withdrawal will be rejected afterwards in case there is an issue (such as missing or incorrect data). We can not validate that the data is correct and enough until the moment the withdrawal is processed. <strong>Providing wrong/missing information may result in extra costs for you</strong>. Also remember that we can only process withdrawals to bank accounts belonging to the <strong>same holder</strong> as the Bitex account.</p>\n<p>There are several withdrawal methods, using domestic bank transfers in supported countries, or international wire transfers if a domestic bank transfer is not available.</p>\n<p>See the examples for the fields needed for each country.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TfaCode</td>\n<td>2FA Code generated with the seed provided by Bitex</td>\n</tr>\n<tr>\n<td>ProductCode</td>\n<td>Example: btc, eth. Check the Tickers API to see the available crypto products.</td>\n</tr>\n<tr>\n<td>Amount</td>\n<td>Amount to withdraw for the given product</td>\n</tr>\n<tr>\n<td>TemplateForm</td>\n<td>Depends on country and withdrawal method</td>\n</tr>\n<tr>\n<td>TemplateType</td>\n<td>String that identifies the kind of Template Form</td>\n</tr>\n</tbody>\n</table>\n</div><p>Please take a look at the <a href=\"#9c9855e8-c016-4eb9-9270-8c908749a1cf\">Template Forms documentation</a> to check which value <code>template_type</code> should be and which fields <code>template_form</code> should contain for the Product you wish to withdraw.</p>\n","urlObject":{"protocol":"https","path":["whitelabelers","v2","accounts",":account_id","withdraw_tickets"],"host":["{{domain_v2}}"],"query":[],"variable":[{"id":"24a37d50-0095-479d-a315-750f647818ce","description":{"content":"<p>Account ID you manage</p>\n","type":"text/plain"},"type":"any","value":"","key":"account_id"}]}},"response":[{"id":"07f0f947-501d-451e-bce5-97409e98560f","name":"Create Withdraw Crypto Ticket - 200 OK","originalRequest":{"method":"POST","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"http://{{domain}}/whitelabelers/v2/accounts/:account_id/withdraw_tickets","protocol":"http","host":["{{domain}}"],"path":["whitelabelers","v2","accounts",":account_id","withdraw_tickets"],"variable":[{"key":"account_id","value":"","description":"Account ID you manage"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"errormsg\": null,\n    \"errorcode\": 0,\n    \"detail\": \"8cc38fc0-21c5-4d2d-9d47-f22002af6065\"\n}"},{"id":"e63175c9-0ffb-4936-90fd-5c620440872f","name":"Create Withdraw Crypto Ticket - 401 Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"http://{{domain}}/whitelabelers/v2/accounts/:account_id/withdraw_tickets","protocol":"http","host":["{{domain}}"],"path":["whitelabelers","v2","accounts",":account_id","withdraw_tickets"],"variable":[{"key":"account_id","value":null,"description":"Account ID you manage"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"TFaAuthenticated\": false,\n    \"errMsg\": \"Invalid TFa Code\"\n}"},{"id":"c3226159-97ce-498b-b4a6-480648615421","name":"Create Withdraw Crypto Ticket - 422 Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"http://{{domain}}/whitelabelers/v2/accounts/:account_id/withdraw_tickets","protocol":"http","host":["{{domain}}"],"path":["whitelabelers","v2","accounts",":account_id","withdraw_tickets"],"variable":[{"key":"account_id","value":null,"description":"Account ID you manage"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": false,\n    \"errormsg\": \"Operation Failed\",\n    \"errorcode\": 101,\n    \"detail\": \"Withdraw_Address_Not_Whitelisted\"\n}"},{"id":"985c8702-cf88-4a8c-b2c0-556520125392","name":"Create Withdraw Crypto Ticket - 422 Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"http://{{domain}}/whitelabelers/v2/accounts/:account_id/withdraw_tickets","protocol":"http","host":["{{domain}}"],"path":["whitelabelers","v2","accounts",":account_id","withdraw_tickets"],"variable":[{"key":"account_id","value":"","description":"Account ID you manage"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": false,\n    \"errormsg\": \"Invalid Request\",\n    \"errorcode\": 100,\n    \"detail\": \"Insufficient Balance\"\n}"}],"_postman_id":"691870c6-128d-4265-b703-9661444915ed"},{"name":"Submit Withdraw Crypto Ticket","id":"59ef2ab8-de45-4d48-8347-09669276bf90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://{{domain_v2}}/whitelabelers/v2/accounts/:account_id/withdraw_tickets/:withdraw_ticket_id/submit","description":"<p>When calling this endpoint, you are confirming that the Withdraw Ticket is ready to be processed.<br />If you don't execute this step, the funds used for the Withdraw will remain frozen.</p>\n","urlObject":{"protocol":"https","path":["whitelabelers","v2","accounts",":account_id","withdraw_tickets",":withdraw_ticket_id","submit"],"host":["{{domain_v2}}"],"query":[],"variable":[{"id":"5e754ed2-5093-4700-86ae-94a2c7c22c0a","description":{"content":"<p>Account ID you manage</p>\n","type":"text/plain"},"type":"any","value":null,"key":"account_id"},{"id":"11bb44e9-410c-4e87-be64-c3173aa9cbcf","description":{"content":"<p>UUID that identifies Ticket</p>\n","type":"text/plain"},"type":"any","value":"","key":"withdraw_ticket_id"}]}},"response":[{"id":"4faae9ae-4008-4dd2-8118-72b9d7b66ee2","name":"Submit Withdraw Crypto Ticket - 200 OK","originalRequest":{"method":"POST","header":[],"url":{"raw":"http://{{domain}}/whitelabelers/v2/accounts/:account_id/withdraw_tickets/:withdraw_ticket_id/submit","protocol":"http","host":["{{domain}}"],"path":["whitelabelers","v2","accounts",":account_id","withdraw_tickets",":withdraw_ticket_id","submit"],"variable":[{"key":"account_id","value":null,"description":"Account ID you manage"},{"key":"withdraw_ticket_id","value":null,"description":"UUID that identifies Ticket"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"errormsg\": null,\n    \"errorcode\": 0,\n    \"detail\": null\n}"},{"id":"72a42b7e-6fc3-45f2-9b17-15ed3433458b","name":"Submit Withdraw Crypto Ticket - 404 Not Found","originalRequest":{"method":"POST","header":[],"url":{"raw":"http://{{domain}}/whitelabelers/v2/accounts/:account_id/withdraw_tickets/:withdraw_ticket_id/submit","protocol":"http","host":["{{domain}}"],"path":["whitelabelers","v2","accounts",":account_id","withdraw_tickets",":withdraw_ticket_id","submit"],"variable":[{"key":"account_id","value":null,"description":"Account ID you manage"},{"key":"withdraw_ticket_id","value":"","description":"UUID that identifies Ticket"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": false,\n    \"errormsg\": \"Resource Not Found\",\n    \"errorcode\": 104,\n    \"detail\": null\n}"},{"id":"678f5966-16d3-4faa-be11-1771d4cda3df","name":"Submit Withdraw Crypto Ticket - 401 Unauthorized","originalRequest":{"method":"POST","header":[],"url":{"raw":"http://{{domain}}/whitelabelers/v2/accounts/:account_id/withdraw_tickets/:withdraw_ticket_id/submit","protocol":"http","host":["{{domain}}"],"path":["whitelabelers","v2","accounts",":account_id","withdraw_tickets",":withdraw_ticket_id","submit"],"variable":[{"key":"account_id","value":null,"description":"Account ID you manage"},{"key":"withdraw_ticket_id","value":"","description":"UUID that identifies Ticket"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": false,\n    \"errormsg\": \"Not Authorized\",\n    \"errorcode\": 20,\n    \"detail\": null\n}"}],"_postman_id":"59ef2ab8-de45-4d48-8347-09669276bf90"}],"id":"e65bf63d-a068-425d-bfef-9d7be096bc96","description":"<p>For <strong>crypto</strong> currencies (ex: btc, eth, dai), you must:</p>\n<ol>\n<li><a href=\"#request-e035014e-1125-44d0-bf7d-8186cfc88720\">Create a Withdraw Info</a>, providing a wallet address that supports the crypto you want to withdraw and a <a href=\"#retrieving-your-2fa-seed\">Two Factor Code</a>.</li>\n<li>Once it's created, make an API call to <a href=\"#entity=request-4147ec47-8304-4277-aa3a-601012f0cda8\">Create Withdraw Crypto Ticket</a>, providing <a href=\"#retrieving-your-2fa-seed\">Two Factor Code</a> and the address you provided in the previous step.</li>\n<li>Make an API call to <a href=\"#request-968d3cf0-e695-452b-8480-8f572cd0caca\">Submit Withdraw Ticket</a>, using the <strong>RequestCode</strong> field returned in the previous payload.</li>\n</ol>\n<p>If you wish to withdraw to a new wallet, then you must repeat step 1: <a href=\"#request-e035014e-1125-44d0-bf7d-8186cfc88720\">Create a Withdraw Info</a> with the new wallet address.</p>\n<p>If you omit doing the second request, the funds for the withdraw will remain frozen.</p>\n","_postman_id":"e65bf63d-a068-425d-bfef-9d7be096bc96"},{"name":"Withdraw Fiat","item":[{"name":"Create Withdraw Fiat Ticket","id":"6d4c1232-97ac-4075-ab33-edeb10801dc1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"TfaCode\": \"172371\",\n    \"ProductCode\": \"ars\",\n    \"Amount\": 12312312313123123,\n    \"template_type\": \"Custom\",\n    \"template_form\": {\n        \"Bank Name\": \"Santander\",\n        \"Name\": \"Walter Blanco\",\n        \"CBU\": \"9177233611100097929911\",\n        \"Account Type\": \"Savings\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domain_v2}}/whitelabelers/v2/accounts/:accountId/withdraw_tickets","urlObject":{"protocol":"https","path":["whitelabelers","v2","accounts",":accountId","withdraw_tickets"],"host":["{{domain_v2}}"],"query":[],"variable":[{"id":"ec0d9ab8-ddd1-4e35-b796-c93f8b320219","description":{"content":"<p>Account ID you manage</p>\n","type":"text/plain"},"type":"any","value":null,"key":"accountId"}]}},"response":[{"id":"010cfe91-f8bc-4f00-8a0c-556dea4a5d9a","name":"Create Withdraw Fiat Ticket - 200 OK","originalRequest":{"method":"POST","header":[],"url":{"raw":"http://{{domain}}/whitelabelers/v2/accounts/:accountId/withdraw_tickets","protocol":"http","host":["{{domain}}"],"path":["whitelabelers","v2","accounts",":accountId","withdraw_tickets"],"variable":[{"key":"accountId","value":null,"description":"Account ID you manage"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"errormsg\": null,\n    \"errorcode\": 0,\n    \"detail\": \"957ac1c1-be88-4a28-b0f4-9fca9ab487dc\"\n}"},{"id":"0a26da3e-a3bc-4f97-8a80-a41f522537bf","name":"Create Withdraw Fiat Ticket - 401 Unauthorized","originalRequest":{"method":"POST","header":[],"url":{"raw":"http://{{domain}}/whitelabelers/v2/accounts/:accountId/withdraw_tickets","protocol":"http","host":["{{domain}}"],"path":["whitelabelers","v2","accounts",":accountId","withdraw_tickets"],"variable":[{"key":"accountId","value":null,"description":"Account ID you manage"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"TFaAuthenticated\": false,\n    \"errMsg\": \"Invalid TFa Code\"\n}"},{"id":"aae3b4fd-184f-479c-9c15-785a8a8cef97","name":"Create Withdraw Fiat Ticket - 422 Unprocessable Entity","originalRequest":{"method":"POST","header":[],"url":{"raw":"http://{{domain}}/whitelabelers/v2/accounts/:accountId/withdraw_tickets","protocol":"http","host":["{{domain}}"],"path":["whitelabelers","v2","accounts",":accountId","withdraw_tickets"],"variable":[{"key":"accountId","value":null,"description":"Account ID you manage"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": false,\n    \"errormsg\": \"Invalid Request\",\n    \"errorcode\": 100,\n    \"detail\": \"Insufficient Balance\"\n}"}],"_postman_id":"6d4c1232-97ac-4075-ab33-edeb10801dc1"}],"id":"5f916f6c-2756-4503-9d37-1a7b7f6bec3b","description":"<p>Generating a Withdraw Fiat Ticket</p>\n<p>For <strong>fiat</strong> currencies (ex: ars, usd), you must:</p>\n<ol>\n<li>Make an API call to <a href=\"#request-37904af4-241a-41cf-a2e0-9a95d076e373\">Create Withdraw Ticket</a>, providing <a href=\"#retrieving-your-2fa-seed\">Two Factor Code</a>.</li>\n</ol>\n<p><strong>Important note</strong>: Provide all the information that is required for the applicable regulations. Some values might be accepted by the API but the withdrawal will be rejected afterwards in case there is an issue (such as missing or incorrect data). We can not validate that the data is correct and enough until the moment the withdrawal is processed. <strong>Providing wrong/missing information may result in extra costs for you</strong>. Also remember that we can only process withdrawals to bank accounts belonging to the <strong>same holder</strong> as the Bitex account.</p>\n<p>There are several withdrawal methods, using domestic bank transfers in supported countries, or international wire transfers if a domestic bank transfer is not available.</p>\n<p>See the examples for the fields needed for each country.</p>\n","_postman_id":"5f916f6c-2756-4503-9d37-1a7b7f6bec3b"},{"name":"Show Withdraw Ticket","id":"dfdc0612-d0ee-46be-910c-80b2907aaf79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://{{domain_v2}}/whitelabelers/v2/accounts/:account_id/withdraw_tickets/:ticket_code","description":"<h4 id=\"withdraw-ticket-show-response-description\">Withdraw ticket show response description</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AssetId</td>\n<td>The ID of the asset (product) that was withdrawn. Withdrawal fees (if any) are usually assessed in the same asset that was withdrawn.</td>\n</tr>\n<tr>\n<td>AssetName</td>\n<td>The short name of the asset. For example, BTC for BitCoin or USD for US Dollars.</td>\n</tr>\n<tr>\n<td>Amount</td>\n<td>The number of units or fractions of units of the asset that were withdrawn (not the asset's monetary value). For example, 2.5 BitCoin or 2018.00 US Dollars.</td>\n</tr>\n<tr>\n<td>TemplateForm</td>\n<td>The contents of the template form vary depending on the currency to withdraw</td>\n</tr>\n<tr>\n<td>TemplateFormType</td>\n<td>The name of the template being used. These values vary from currency to currency</td>\n</tr>\n<tr>\n<td>RequestCode</td>\n<td>A globally unique identifier (GUID) that identifies this specific withdrawal. Use this field to identify a ticket when using the <strong>Show Withdraw Ticket</strong> and <strong>Submit Withdraw Ticket</strong> endpoints.</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>integer. The current status of the withdrawal ticket. Some of these statuses are valid only for cryptocurrency withdrawals, which uses an automated withdrawal process, and some are valid for fiat currency withdrawals, which requires a human admin (operator). Some of these statuses are used internally, yet they may appear on a returned Withdraw Ticket. Statuses:<br />0 New (awaiting operator review)<br /><strong>- AdminProcessing</strong> (An admin is looking at the ticket)<br /><strong>- Accepted</strong> (withdrawal will proceed)<br /><strong>- Rejected</strong> (admin or automatic rejection)<br /><em><em>- SystemProcessing</em> (automatic processing underway)<br /></em><em>- FullyProcessed</em>* (the withdrawal has concluded)<br /><strong>- Failed</strong> (the withdrawal failed for some reason)<br /><strong>- Pending</strong> (the admin has placed the withdrawal in pending status)<br /><strong>- Pending2Fa</strong> (user must click 2-factor authentication confirmation link)<br /><strong>- AutoAccepted</strong> (withdrawal will be automatically processed)<br /><strong>- Delayed</strong> (waiting for funds to be allocated for the withdrawal)<br /><strong>- UserCanceled</strong> (withdraw canceled by user or Superuser)<br /><strong>- AdminCanceled</strong> (withdraw canceled by Superuser)<br /><strong>- AmlProcessing</strong> (anti-money-laundering process underway)<br /><strong>- AmlAccepted</strong> (anti-money-laundering process complete<br /><strong>- AmlRejected</strong> (withdrawal did not stand up to anti-money-laundering process)<br /><strong>- AmlFailed</strong> (withdrawal did not complete anti-money-laundering process<br /><strong>- LimitsAccepted</strong> (withdrawal meets limits for fiat or crypto asset)<br /><strong>- LimitsRejected</strong> (withdrawal does not meet limits for fiat or crypto asset)<br /><strong>- Submitted</strong> (withdrawal sent to Account Provider; awaiting blockchain confirmation)<br /><strong>- Confirmed</strong> (Account Provider confirms that withdrawal is on the blockchain)<br /><strong>- ManuallyConfirmed</strong> (admin has sent withdrawal via wallet or admin function directly; marks ticket as FullyProcessed; debits account)<br /><strong>- Confirmed2Fa</strong> (user has confirmed withdraw via 2-factor authentication.)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["whitelabelers","v2","accounts",":account_id","withdraw_tickets",":ticket_code"],"host":["{{domain_v2}}"],"query":[],"variable":[{"id":"1013d7fe-1254-4d18-b10c-3b612fc36af9","description":{"content":"<p>Account ID you manage</p>\n","type":"text/plain"},"type":"any","value":"","key":"account_id"},{"id":"05002b32-8995-43e3-b396-759240a1abb1","description":{"content":"<p>UUID that identifies Ticket</p>\n","type":"text/plain"},"type":"any","value":null,"key":"ticket_code"}]}},"response":[{"id":"ac206045-a00e-4978-a2d3-52f752d415fc","name":"Show Withdraw Ticket","originalRequest":{"method":"GET","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{domain}}/whitelabelers/v2/accounts/:account_id/withdraw_tickets/:ticket_code","protocol":"https","host":["{{domain}}"],"path":["whitelabelers","v2","accounts",":account_id","withdraw_tickets",":ticket_code"],"variable":[{"key":"account_id","value":"1165","description":"Account ID you manage"},{"key":"ticket_code","value":"8fecfedb-5ace-4a64-a4a5-fd1ab120bcea","description":"UUID returned in Create Withdraw Ticket endpoint"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"544"},{"key":"ETag","value":"W/\"220-yH28YKJ1bus2GQHNXk4ASdXOi6c\""},{"key":"Date","value":"Tue, 19 Oct 2021 19:18:04 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"AccountId\": 1212,\n    \"AccountName\": \"1133_account_name\",\n    \"Amount\": 100,\n    \"AssetId\": 3,\n    \"AssetName\": \"Argentine Peso\",\n    \"TemplateForm\": null,\n    \"TemplateFormType\": null,\n    \"RequestCode\": \"957ac1c1-be88-4a28-b0f4-9fca9ab487dc\",\n    \"FeeAmt\": 0,\n    \"RejectReason\": null,\n    \"CreatedTimestamp\": \"2022-01-19T17:53:40Z\",\n    \"CreatedTimestampTick\": 637782116200713600,\n    \"LastUpdateTimestamp\": \"2022-01-19T17:56:49Z\",\n    \"LastUpdateTimestampTick\": 637782118092287200\n}"},{"id":"6eca262d-af14-4df1-854a-e4c868180263","name":"Show Withdraw Ticket - 401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{domain}}/whitelabelers/v2/accounts/:account_id/withdraw_tickets/:ticket_code","protocol":"https","host":["{{domain}}"],"path":["whitelabelers","v2","accounts",":account_id","withdraw_tickets",":ticket_code"],"variable":[{"key":"account_id","value":"1212","description":"Account ID you manage"},{"key":"ticket_code","value":null,"description":"UUID that identifies Ticket"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": false,\n    \"errormsg\": \"Not Authorized\",\n    \"errorcode\": 20,\n    \"detail\": null\n}"},{"id":"3ce774c2-6e64-46f5-81bf-6eb6b14e05e0","name":"Show Withdraw Ticket - 404 Not Found","originalRequest":{"method":"GET","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{domain}}/whitelabelers/v2/accounts/:account_id/withdraw_tickets/:ticket_code","protocol":"https","host":["{{domain}}"],"path":["whitelabelers","v2","accounts",":account_id","withdraw_tickets",":ticket_code"],"variable":[{"key":"account_id","value":"1212","description":"Account ID you manage"},{"key":"ticket_code","value":null,"description":"UUID that identifies Ticket"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": false,\n    \"errormsg\": \"Resource Not Found\",\n    \"errorcode\": 104,\n    \"detail\": null\n}"}],"_postman_id":"dfdc0612-d0ee-46be-910c-80b2907aaf79"},{"name":"List Withdraw Tickets","id":"80410245-60f7-49e5-9a6c-07fb952ce728","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://{{domain_v2}}/whitelabelers/v2/accounts/:account_id/withdraw_tickets","urlObject":{"protocol":"https","path":["whitelabelers","v2","accounts",":account_id","withdraw_tickets"],"host":["{{domain_v2}}"],"query":[],"variable":[{"id":"91d44076-272e-4849-b57d-594528973a15","description":{"content":"<p>Account ID you manage</p>\n","type":"text/plain"},"type":"any","value":null,"key":"account_id"}]}},"response":[{"id":"365fb7da-ccb8-4119-849a-718c04b62811","name":"List Withdraw Tickets - 200 OK","originalRequest":{"method":"GET","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{domain}}/whitelabelers/v2/accounts/:account_id/withdraw_tickets","protocol":"https","host":["{{domain}}"],"path":["whitelabelers","v2","accounts",":account_id","withdraw_tickets"],"query":[{"key":"","value":null,"disabled":true}],"variable":[{"key":"account_id","value":"","description":"Account ID you manage"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"19248"},{"key":"ETag","value":"W/\"4b30-yJHlN2H+JOU/zaECWnz3wTSGhRs\""},{"key":"Date","value":"Wed, 20 Oct 2021 20:56:51 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"AccountId\": 1212,\n        \"AccountName\": \"1133_account_test4\",\n        \"Amount\": 100,\n        \"AssetId\": 3,\n        \"AssetName\": \"Argentine Peso\",\n        \"TemplateForm\": null,\n        \"TemplateFormType\": null,\n        \"RequestCode\": \"957ac1c1-be88-4a28-b0f4-9fca9ab487dc\",\n        \"FeeAmt\": 0,\n        \"RejectReason\": null,\n        \"CreatedTimestamp\": \"2022-01-19T17:53:40Z\",\n        \"CreatedTimestampTick\": 637782116200713600,\n        \"LastUpdateTimestamp\": \"2022-01-19T17:56:49Z\",\n        \"LastUpdateTimestampTick\": 637782118092287200\n    },\n    {\n        \"AccountId\": 1212,\n        \"AccountName\": \"1133_account_test4\",\n        \"Amount\": 0.9,\n        \"AssetId\": 5,\n        \"AssetName\": \"Ether\",\n        \"TemplateForm\": {},\n        \"TemplateFormType\": \"Custom\",\n        \"RequestCode\": \"8cc38fc0-21c5-4d2d-9d47-f22002af6065\",\n        \"FeeAmt\": 0.1,\n        \"RejectReason\": null,\n        \"CreatedTimestamp\": \"2022-01-19T17:15:08Z\",\n        \"CreatedTimestampTick\": 637782093082832400,\n        \"LastUpdateTimestamp\": \"2022-01-19T17:42:40Z\",\n        \"LastUpdateTimestampTick\": 637782109601710500\n    }\n]"},{"id":"f72470c4-1aac-47b0-813b-0c6ce95aa1eb","name":"List Withdraw Tickets - 401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{domain}}/whitelabelers/v2/accounts/:account_id/withdraw_tickets","protocol":"https","host":["{{domain}}"],"path":["whitelabelers","v2","accounts",":account_id","withdraw_tickets"],"variable":[{"key":"account_id","value":null,"description":"Account ID you manage"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": false,\n    \"errormsg\": \"Not Authorized\",\n    \"errorcode\": 20,\n    \"detail\": null\n}"}],"_postman_id":"80410245-60f7-49e5-9a6c-07fb952ce728"}],"id":"3275444f-b908-4193-9f5e-fddd4c0a12f5","description":"<p>A Withdraw Ticket reveals the intention to withdraw funds from an Account to a Bank Account or Crypto Address.</p>\n<p>Using these endpoints require sending a <a href=\"#retrieving-your-2fa-seed\">Two Factor Code</a>.</p>\n","_postman_id":"3275444f-b908-4193-9f5e-fddd4c0a12f5"},{"name":"Tickers","item":[{"name":"Tickers","id":"2e1004c4-9e13-4b61-904f-22ffecdd7687","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{domain_v2}}/whitelabelers/v2/tickers","urlObject":{"protocol":"https","path":["whitelabelers","v2","tickers"],"host":["{{domain_v2}}"],"query":[],"variable":[]}},"response":[{"id":"97117073-3b93-415f-94df-27579ff70d18","name":"Tickers - 200 OK","originalRequest":{"method":"GET","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"http://{{domain}}/whitelabelers/v2/tickers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Symbol\": \"btc_usd\",\n        \"Last\": 0,\n        \"Open\": 0,\n        \"High\": 0,\n        \"Low\": 0,\n        \"Vwap\": 0,\n        \"Volume\": 0,\n        \"Bid\": 35000,\n        \"Ask\": 58000,\n        \"PriceBeforeLast\": 0\n    },\n    {\n        \"Symbol\": \"btc_ars\",\n        \"Last\": 0,\n        \"Open\": 0,\n        \"High\": 0,\n        \"Low\": 0,\n        \"Vwap\": 0,\n        \"Volume\": 0,\n        \"Bid\": 0,\n        \"Ask\": 90002131,\n        \"PriceBeforeLast\": 0\n    },\n    {\n        \"Symbol\": \"eth_usd\",\n        \"Last\": 3444.6,\n        \"Open\": 3444.6,\n        \"High\": 3444.6,\n        \"Low\": 3444.6,\n        \"Vwap\": 3444.6,\n        \"Volume\": 0.02,\n        \"Bid\": 3376.3,\n        \"Ask\": 3444.6,\n        \"PriceBeforeLast\": 3444.6\n    },\n    {\n        \"Symbol\": \"btc_usdt\",\n        \"Last\": 0,\n        \"Open\": 0,\n        \"High\": 0,\n        \"Low\": 0,\n        \"Vwap\": 0,\n        \"Volume\": 0,\n        \"Bid\": 0,\n        \"Ask\": 0,\n        \"PriceBeforeLast\": 0\n    },\n    {\n        \"Symbol\": \"eth_usdt\",\n        \"Last\": 0,\n        \"Open\": 0,\n        \"High\": 0,\n        \"Low\": 0,\n        \"Vwap\": 0,\n        \"Volume\": 0,\n        \"Bid\": 0,\n        \"Ask\": 0,\n        \"PriceBeforeLast\": 0\n    },\n    {\n        \"Symbol\": \"usdt_usd\",\n        \"Last\": 0,\n        \"Open\": 0,\n        \"High\": 0,\n        \"Low\": 0,\n        \"Vwap\": 0,\n        \"Volume\": 0,\n        \"Bid\": 0,\n        \"Ask\": 0,\n        \"PriceBeforeLast\": 0\n    },\n    {\n        \"Symbol\": \"usdt_ars\",\n        \"Last\": 0,\n        \"Open\": 0,\n        \"High\": 0,\n        \"Low\": 0,\n        \"Vwap\": 0,\n        \"Volume\": 0,\n        \"Bid\": 199.92,\n        \"Ask\": 212.06,\n        \"PriceBeforeLast\": 0\n    },\n    {\n        \"Symbol\": \"ada_usd\",\n        \"Last\": 0,\n        \"Open\": 0,\n        \"High\": 0,\n        \"Low\": 0,\n        \"Vwap\": 0,\n        \"Volume\": 0,\n        \"Bid\": 0,\n        \"Ask\": 0,\n        \"PriceBeforeLast\": 0\n    },\n    {\n        \"Symbol\": \"bch_usd\",\n        \"Last\": 0,\n        \"Open\": 0,\n        \"High\": 0,\n        \"Low\": 0,\n        \"Vwap\": 0,\n        \"Volume\": 0,\n        \"Bid\": 0,\n        \"Ask\": 0,\n        \"PriceBeforeLast\": 0\n    },\n    {\n        \"Symbol\": \"bnb_usd\",\n        \"Last\": 0,\n        \"Open\": 0,\n        \"High\": 0,\n        \"Low\": 0,\n        \"Vwap\": 0,\n        \"Volume\": 0,\n        \"Bid\": 0,\n        \"Ask\": 0,\n        \"PriceBeforeLast\": 0\n    },\n    {\n        \"Symbol\": \"link_usd\",\n        \"Last\": 0,\n        \"Open\": 0,\n        \"High\": 0,\n        \"Low\": 0,\n        \"Vwap\": 0,\n        \"Volume\": 0,\n        \"Bid\": 0,\n        \"Ask\": 0,\n        \"PriceBeforeLast\": 0\n    },\n    {\n        \"Symbol\": \"uni_usd\",\n        \"Last\": 0,\n        \"Open\": 0,\n        \"High\": 0,\n        \"Low\": 0,\n        \"Vwap\": 0,\n        \"Volume\": 0,\n        \"Bid\": 0,\n        \"Ask\": 0,\n        \"PriceBeforeLast\": 0\n    },\n    {\n        \"Symbol\": \"yfi_usd\",\n        \"Last\": 0,\n        \"Open\": 0,\n        \"High\": 0,\n        \"Low\": 0,\n        \"Vwap\": 0,\n        \"Volume\": 0,\n        \"Bid\": 0,\n        \"Ask\": 0,\n        \"PriceBeforeLast\": 0\n    },\n    {\n        \"Symbol\": \"dai_ars\",\n        \"Last\": 0,\n        \"Open\": 0,\n        \"High\": 0,\n        \"Low\": 0,\n        \"Vwap\": 0,\n        \"Volume\": 0,\n        \"Bid\": 0,\n        \"Ask\": 0,\n        \"PriceBeforeLast\": 0\n    },\n    {\n        \"Symbol\": \"sushi_usd\",\n        \"Last\": 0,\n        \"Open\": 0,\n        \"High\": 0,\n        \"Low\": 0,\n        \"Vwap\": 0,\n        \"Volume\": 0,\n        \"Bid\": 0,\n        \"Ask\": 0,\n        \"PriceBeforeLast\": 0\n    },\n    {\n        \"Symbol\": \"ftt_usd\",\n        \"Last\": 0,\n        \"Open\": 0,\n        \"High\": 0,\n        \"Low\": 0,\n        \"Vwap\": 0,\n        \"Volume\": 0,\n        \"Bid\": 0,\n        \"Ask\": 0,\n        \"PriceBeforeLast\": 0\n    },\n    {\n        \"Symbol\": \"soya_ars\",\n        \"Last\": 0,\n        \"Open\": 0,\n        \"High\": 0,\n        \"Low\": 0,\n        \"Vwap\": 0,\n        \"Volume\": 0,\n        \"Bid\": 0,\n        \"Ask\": 0,\n        \"PriceBeforeLast\": 0\n    },\n    {\n        \"Symbol\": \"eth_clp\",\n        \"Last\": 0,\n        \"Open\": 0,\n        \"High\": 0,\n        \"Low\": 0,\n        \"Vwap\": 0,\n        \"Volume\": 0,\n        \"Bid\": 0,\n        \"Ask\": 0,\n        \"PriceBeforeLast\": 0\n    },\n    {\n        \"Symbol\": \"btc_clp\",\n        \"Last\": 0,\n        \"Open\": 0,\n        \"High\": 0,\n        \"Low\": 0,\n        \"Vwap\": 0,\n        \"Volume\": 0,\n        \"Bid\": 0,\n        \"Ask\": 0,\n        \"PriceBeforeLast\": 0\n    },\n    {\n        \"Symbol\": \"btc_pyg\",\n        \"Last\": 0,\n        \"Open\": 0,\n        \"High\": 0,\n        \"Low\": 0,\n        \"Vwap\": 0,\n        \"Volume\": 0,\n        \"Bid\": 0,\n        \"Ask\": 0,\n        \"PriceBeforeLast\": 0\n    },\n    {\n        \"Symbol\": \"btc_uyu\",\n        \"Last\": 0,\n        \"Open\": 0,\n        \"High\": 0,\n        \"Low\": 0,\n        \"Vwap\": 0,\n        \"Volume\": 0,\n        \"Bid\": 0,\n        \"Ask\": 0,\n        \"PriceBeforeLast\": 0\n    },\n    {\n        \"Symbol\": \"eth_clp\",\n        \"Last\": 0,\n        \"Open\": 0,\n        \"High\": 0,\n        \"Low\": 0,\n        \"Vwap\": 0,\n        \"Volume\": 0,\n        \"Bid\": 0,\n        \"Ask\": 0,\n        \"PriceBeforeLast\": 0\n    },\n    {\n        \"Symbol\": \"eth_pyg\",\n        \"Last\": 0,\n        \"Open\": 0,\n        \"High\": 0,\n        \"Low\": 0,\n        \"Vwap\": 0,\n        \"Volume\": 0,\n        \"Bid\": 0,\n        \"Ask\": 0,\n        \"PriceBeforeLast\": 0\n    },\n    {\n        \"Symbol\": \"eth_ars\",\n        \"Last\": 0,\n        \"Open\": 0,\n        \"High\": 0,\n        \"Low\": 0,\n        \"Vwap\": 0,\n        \"Volume\": 0,\n        \"Bid\": 0,\n        \"Ask\": 0,\n        \"PriceBeforeLast\": 0\n    },\n    {\n        \"Symbol\": \"usdt_uyu\",\n        \"Last\": 0,\n        \"Open\": 0,\n        \"High\": 0,\n        \"Low\": 0,\n        \"Vwap\": 0,\n        \"Volume\": 0,\n        \"Bid\": 0,\n        \"Ask\": 0,\n        \"PriceBeforeLast\": 0\n    },\n    {\n        \"Symbol\": \"usdt_clp\",\n        \"Last\": 0,\n        \"Open\": 0,\n        \"High\": 0,\n        \"Low\": 0,\n        \"Vwap\": 0,\n        \"Volume\": 0,\n        \"Bid\": 0,\n        \"Ask\": 0,\n        \"PriceBeforeLast\": 0\n    },\n    {\n        \"Symbol\": \"usdt_pyg\",\n        \"Last\": 0,\n        \"Open\": 0,\n        \"High\": 0,\n        \"Low\": 0,\n        \"Vwap\": 0,\n        \"Volume\": 0,\n        \"Bid\": 0,\n        \"Ask\": 0,\n        \"PriceBeforeLast\": 0\n    },\n    {\n        \"Symbol\": \"dot_usd\",\n        \"Last\": 0,\n        \"Open\": 0,\n        \"High\": 0,\n        \"Low\": 0,\n        \"Vwap\": 0,\n        \"Volume\": 0,\n        \"Bid\": 0,\n        \"Ask\": 0,\n        \"PriceBeforeLast\": 0\n    },\n    {\n        \"Symbol\": \"doge_usd\",\n        \"Last\": 0,\n        \"Open\": 0,\n        \"High\": 0,\n        \"Low\": 0,\n        \"Vwap\": 0,\n        \"Volume\": 0,\n        \"Bid\": 0,\n        \"Ask\": 0,\n        \"PriceBeforeLast\": 0\n    },\n    {\n        \"Symbol\": \"sushi_usdt\",\n        \"Last\": 0,\n        \"Open\": 0,\n        \"High\": 0,\n        \"Low\": 0,\n        \"Vwap\": 0,\n        \"Volume\": 0,\n        \"Bid\": 0,\n        \"Ask\": 0,\n        \"PriceBeforeLast\": 0\n    },\n    {\n        \"Symbol\": \"uni_usdt\",\n        \"Last\": 0,\n        \"Open\": 0,\n        \"High\": 0,\n        \"Low\": 0,\n        \"Vwap\": 0,\n        \"Volume\": 0,\n        \"Bid\": 0,\n        \"Ask\": 0,\n        \"PriceBeforeLast\": 0\n    },\n    {\n        \"Symbol\": \"dot_usdt\",\n        \"Last\": 0,\n        \"Open\": 0,\n        \"High\": 0,\n        \"Low\": 0,\n        \"Vwap\": 0,\n        \"Volume\": 0,\n        \"Bid\": 0,\n        \"Ask\": 0,\n        \"PriceBeforeLast\": 0\n    },\n    {\n        \"Symbol\": \"doge_usdt\",\n        \"Last\": 0,\n        \"Open\": 0,\n        \"High\": 0,\n        \"Low\": 0,\n        \"Vwap\": 0,\n        \"Volume\": 0,\n        \"Bid\": 0,\n        \"Ask\": 0,\n        \"PriceBeforeLast\": 0\n    },\n    {\n        \"Symbol\": \"ftt_usdt\",\n        \"Last\": 0,\n        \"Open\": 0,\n        \"High\": 0,\n        \"Low\": 0,\n        \"Vwap\": 0,\n        \"Volume\": 0,\n        \"Bid\": 0,\n        \"Ask\": 0,\n        \"PriceBeforeLast\": 0\n    },\n    {\n        \"Symbol\": \"bnb_usdt\",\n        \"Last\": 0,\n        \"Open\": 0,\n        \"High\": 0,\n        \"Low\": 0,\n        \"Vwap\": 0,\n        \"Volume\": 0,\n        \"Bid\": 0,\n        \"Ask\": 0,\n        \"PriceBeforeLast\": 0\n    },\n    {\n        \"Symbol\": \"ada_usdt\",\n        \"Last\": 0,\n        \"Open\": 0,\n        \"High\": 0,\n        \"Low\": 0,\n        \"Vwap\": 0,\n        \"Volume\": 0,\n        \"Bid\": 0,\n        \"Ask\": 0,\n        \"PriceBeforeLast\": 0\n    },\n    {\n        \"Symbol\": \"link_usdt\",\n        \"Last\": 0,\n        \"Open\": 0,\n        \"High\": 0,\n        \"Low\": 0,\n        \"Vwap\": 0,\n        \"Volume\": 0,\n        \"Bid\": 0,\n        \"Ask\": 0,\n        \"PriceBeforeLast\": 0\n    },\n    {\n        \"Symbol\": \"yfi_usdt\",\n        \"Last\": 0,\n        \"Open\": 0,\n        \"High\": 0,\n        \"Low\": 0,\n        \"Vwap\": 0,\n        \"Volume\": 0,\n        \"Bid\": 0,\n        \"Ask\": 0,\n        \"PriceBeforeLast\": 0\n    },\n    {\n        \"Symbol\": \"bch_usdt\",\n        \"Last\": 0,\n        \"Open\": 0,\n        \"High\": 0,\n        \"Low\": 0,\n        \"Vwap\": 0,\n        \"Volume\": 0,\n        \"Bid\": 0,\n        \"Ask\": 0,\n        \"PriceBeforeLast\": 0\n    },\n    {\n        \"Symbol\": \"soya_usdc\",\n        \"Last\": 0,\n        \"Open\": 0,\n        \"High\": 0,\n        \"Low\": 0,\n        \"Vwap\": 0,\n        \"Volume\": 0,\n        \"Bid\": 0,\n        \"Ask\": 0,\n        \"PriceBeforeLast\": 0\n    },\n    {\n        \"Symbol\": \"usdc_ars\",\n        \"Last\": 0,\n        \"Open\": 0,\n        \"High\": 0,\n        \"Low\": 0,\n        \"Vwap\": 0,\n        \"Volume\": 0,\n        \"Bid\": 0,\n        \"Ask\": 0,\n        \"PriceBeforeLast\": 0\n    },\n    {\n        \"Symbol\": \"usdc_clp\",\n        \"Last\": 0,\n        \"Open\": 0,\n        \"High\": 0,\n        \"Low\": 0,\n        \"Vwap\": 0,\n        \"Volume\": 0,\n        \"Bid\": 0,\n        \"Ask\": 0,\n        \"PriceBeforeLast\": 0\n    },\n    {\n        \"Symbol\": \"usdc_usd\",\n        \"Last\": 0,\n        \"Open\": 0,\n        \"High\": 0,\n        \"Low\": 0,\n        \"Vwap\": 0,\n        \"Volume\": 0,\n        \"Bid\": 0,\n        \"Ask\": 0,\n        \"PriceBeforeLast\": 0\n    },\n    {\n        \"Symbol\": \"usdc_usd\",\n        \"Last\": 0,\n        \"Open\": 0,\n        \"High\": 0,\n        \"Low\": 0,\n        \"Vwap\": 0,\n        \"Volume\": 0,\n        \"Bid\": 0,\n        \"Ask\": 0,\n        \"PriceBeforeLast\": 0\n    },\n    {\n        \"Symbol\": \"usdc_uyu\",\n        \"Last\": 0,\n        \"Open\": 0,\n        \"High\": 0,\n        \"Low\": 0,\n        \"Vwap\": 0,\n        \"Volume\": 0,\n        \"Bid\": 0,\n        \"Ask\": 0,\n        \"PriceBeforeLast\": 0\n    },\n    {\n        \"Symbol\": \"usdc_pyg\",\n        \"Last\": 0,\n        \"Open\": 0,\n        \"High\": 0,\n        \"Low\": 0,\n        \"Vwap\": 0,\n        \"Volume\": 0,\n        \"Bid\": 0,\n        \"Ask\": 0,\n        \"PriceBeforeLast\": 0\n    },\n    {\n        \"Symbol\": \"soya_usd\",\n        \"Last\": 0,\n        \"Open\": 0,\n        \"High\": 0,\n        \"Low\": 0,\n        \"Vwap\": 0,\n        \"Volume\": 0,\n        \"Bid\": 0,\n        \"Ask\": 0,\n        \"PriceBeforeLast\": 0\n    },\n    {\n        \"Symbol\": \"token_usd\",\n        \"Last\": 0,\n        \"Open\": 0,\n        \"High\": 0,\n        \"Low\": 0,\n        \"Vwap\": 0,\n        \"Volume\": 0,\n        \"Bid\": 0,\n        \"Ask\": 0,\n        \"PriceBeforeLast\": 0\n    },\n    {\n        \"Symbol\": \"cora_usdc\",\n        \"Last\": 0,\n        \"Open\": 0,\n        \"High\": 0,\n        \"Low\": 0,\n        \"Vwap\": 0,\n        \"Volume\": 0,\n        \"Bid\": 0,\n        \"Ask\": 0,\n        \"PriceBeforeLast\": 0\n    },\n    {\n        \"Symbol\": \"xrp_usd\",\n        \"Last\": 0,\n        \"Open\": 0,\n        \"High\": 0,\n        \"Low\": 0,\n        \"Vwap\": 0,\n        \"Volume\": 0,\n        \"Bid\": 0,\n        \"Ask\": 0,\n        \"PriceBeforeLast\": 0\n    },\n    {\n        \"Symbol\": \"xrp_usdt\",\n        \"Last\": 0,\n        \"Open\": 0,\n        \"High\": 0,\n        \"Low\": 0,\n        \"Vwap\": 0,\n        \"Volume\": 0,\n        \"Bid\": 0,\n        \"Ask\": 0,\n        \"PriceBeforeLast\": 0\n    },\n    {\n        \"Symbol\": \"shib_usd\",\n        \"Last\": 0,\n        \"Open\": 0,\n        \"High\": 0,\n        \"Low\": 0,\n        \"Vwap\": 0,\n        \"Volume\": 0,\n        \"Bid\": 0,\n        \"Ask\": 0,\n        \"PriceBeforeLast\": 0\n    },\n    {\n        \"Symbol\": \"shib_usdt\",\n        \"Last\": 0,\n        \"Open\": 0,\n        \"High\": 0,\n        \"Low\": 0,\n        \"Vwap\": 0,\n        \"Volume\": 0,\n        \"Bid\": 0,\n        \"Ask\": 0,\n        \"PriceBeforeLast\": 0\n    },\n    {\n        \"Symbol\": \"mana_usdt\",\n        \"Last\": 0,\n        \"Open\": 0,\n        \"High\": 0,\n        \"Low\": 0,\n        \"Vwap\": 0,\n        \"Volume\": 0,\n        \"Bid\": 0,\n        \"Ask\": 0,\n        \"PriceBeforeLast\": 0\n    },\n    {\n        \"Symbol\": \"chz_usd\",\n        \"Last\": 0,\n        \"Open\": 0,\n        \"High\": 0,\n        \"Low\": 0,\n        \"Vwap\": 0,\n        \"Volume\": 0,\n        \"Bid\": 0,\n        \"Ask\": 0,\n        \"PriceBeforeLast\": 0\n    },\n    {\n        \"Symbol\": \"xlm_usd\",\n        \"Last\": 0,\n        \"Open\": 0,\n        \"High\": 0,\n        \"Low\": 0,\n        \"Vwap\": 0,\n        \"Volume\": 0,\n        \"Bid\": 0,\n        \"Ask\": 0,\n        \"PriceBeforeLast\": 0\n    },\n    {\n        \"Symbol\": \"mana_usd\",\n        \"Last\": 0,\n        \"Open\": 0,\n        \"High\": 0,\n        \"Low\": 0,\n        \"Vwap\": 0,\n        \"Volume\": 0,\n        \"Bid\": 0,\n        \"Ask\": 0,\n        \"PriceBeforeLast\": 0\n    },\n    {\n        \"Symbol\": \"chz_usdt\",\n        \"Last\": 0,\n        \"Open\": 0,\n        \"High\": 0,\n        \"Low\": 0,\n        \"Vwap\": 0,\n        \"Volume\": 0,\n        \"Bid\": 0,\n        \"Ask\": 0,\n        \"PriceBeforeLast\": 0\n    }\n]"}],"_postman_id":"2e1004c4-9e13-4b61-904f-22ffecdd7687"}],"id":"6c6cf0dc-4de3-48ca-8bb0-0f66fb4cf157","description":"<p>Tickers API is public, you don't need credentials to get all tickers.</p>\n","_postman_id":"6c6cf0dc-4de3-48ca-8bb0-0f66fb4cf157"}],"id":"465ea578-73e0-4624-9c10-bbfa36ac3394","_postman_id":"465ea578-73e0-4624-9c10-bbfa36ac3394","description":""},{"name":"API Reference V1","item":[{"name":"Users","item":[{"name":"Show User","id":"68df9e8c-19b7-4108-8465-2f07583c98aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{domain}}/api/exchange/users/me","description":"<p><strong>User show response description</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>user_name</td>\n<td>name of user</td>\n</tr>\n<tr>\n<td>email</td>\n<td>email of user</td>\n</tr>\n<tr>\n<td>email_verified</td>\n<td>bool field to check if mail was verified</td>\n</tr>\n<tr>\n<td>account_id</td>\n<td>this refers to user's main account where funds are centralized</td>\n</tr>\n<tr>\n<td>use2_fa</td>\n<td>bool field to check if use2_fa was activated</td>\n</tr>\n<tr>\n<td>locked</td>\n<td>bool field to check if user is disabled</td>\n</tr>\n<tr>\n<td>locked_time</td>\n<td>date time when user was disabled</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","exchange","users","me"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"2a778779-7732-411d-94f5-094102c69815","name":"Show User","originalRequest":{"method":"GET","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{domain_v2}}/api/exchange/users/me"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1133,\n        \"type\": \"users\",\n        \"attributes\": {\n            \"user_name\": \"example@bitex.la\",\n            \"email\": \"example@bitex.la\",\n            \"email_verified\": true,\n            \"account_id\": 1117,\n            \"date_time_created\": \"2021-08-06T23:23:06.336Z\",\n            \"use2_fa\": true,\n            \"pending_code_time\": \"0001-01-01T05:00:00.000Z\",\n            \"locked\": false,\n            \"locked_time\": \"0001-01-01T05:00:00.000Z\",\n            \"number_of_failed_attempt\": 0,\n            \"operator_id\": 1\n        }\n    }\n}"}],"_postman_id":"68df9e8c-19b7-4108-8465-2f07583c98aa"}],"id":"f1b6e7ac-3cb7-46cc-a5ed-5d1fb615c541","description":"<p>This endpoint retrieves information about main user.</p>\n<p><strong>User show response description</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>user_name</td>\n<td>name of user</td>\n</tr>\n<tr>\n<td>email</td>\n<td>email of user</td>\n</tr>\n<tr>\n<td>email_verified</td>\n<td>bool field to check if mail was verified</td>\n</tr>\n<tr>\n<td>account_id</td>\n<td>this refers to user's main account where funds are centralized</td>\n</tr>\n<tr>\n<td>use2_fa</td>\n<td>bool field to check if use2_fa was activated</td>\n</tr>\n<tr>\n<td>locked</td>\n<td>bool field to check if user is disabled</td>\n</tr>\n<tr>\n<td>locked_time</td>\n<td>date time when user was disabled</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"f1b6e7ac-3cb7-46cc-a5ed-5d1fb615c541"},{"name":"Accounts","item":[{"name":"Create Account","event":[{"listen":"test","script":{"id":"b0880d66-5b3b-4de7-a3e3-370d63b6da6b","exec":[""],"type":"text/javascript"}}],"id":"4bd81a60-c681-49ea-9e02-ecade2b52a4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\":{\n        \"type\":\"accounts\",\n        \"attributes\":{\n            \"account_email\": \"labelertest1@test.com\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}/api/exchange/accounts","description":"<p>This API allows you to create user accounts.</p>\n<ul>\n<li><code>account_email</code>: account email you manage, this value must be a valid email format</li>\n</ul>\n<p>Once an Account is created, you will have to generate an Issue with the required information so the Compliance team can evaluate it. See the Compliance docs.</p>\n","urlObject":{"protocol":"https","path":["api","exchange","accounts"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"379720b9-9b5a-4a75-a6f7-c056fd66593e","name":"Create Account","originalRequest":{"method":"POST","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\":{\n        \"type\":\"accounts\",\n        \"attributes\":{\n            \"account_email\": \"account_email@test.com\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}/api/exchange/accounts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Aug 2021 19:30:20 GMT"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"2b2b84cba917a0f154d725ef2ae5208f\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"efa835b9-398b-4f66-ba83-8a6545a767dd"},{"key":"X-Runtime","value":"0.495716"},{"key":"Vary","value":"Origin"},{"key":"X-Rack-CORS","value":"miss; no-origin"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=ahelFNIrOsdYDm24GH3RIlNz6VUeUfYNQgsZ1HdLgh43t8QrHUJfPXFGeDXZbOiJmORE5c9DmbEmNsnQVPsLC%2BCUcpdhxBQzPPwFm1oXwPyOaVbYm5P%2BGij%2FnfcYCUJgBes%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"68706ed81ff15daf-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"1165\",\n        \"type\": \"accounts\",\n        \"attributes\": {\n            \"name\": \"1225_account_email@test.com\",\n            \"balances\": {\n                \"USD\": {\n                    \"total\": 0,\n                    \"available\": 0\n                },\n                \"BTC\": {\n                    \"total\": 0,\n                    \"available\": 0\n                },\n                \"ARS\": {\n                    \"total\": 0,\n                    \"available\": 0\n                },\n                \"ETH\": {\n                    \"total\": 0,\n                    \"available\": 0\n                },\n                \"USDT\": {\n                    \"total\": 0,\n                    \"available\": 0\n                },\n                \"ADA\": {\n                    \"total\": 0,\n                    \"available\": 0\n                },\n                \"BCH\": {\n                    \"total\": 0,\n                    \"available\": 0\n                },\n                \"BNB\": {\n                    \"total\": 0,\n                    \"available\": 0\n                },\n                \"DAI\": {\n                    \"total\": 0,\n                    \"available\": 0\n                },\n                \"LINK\": {\n                    \"total\": 0,\n                    \"available\": 0\n                },\n                \"SUSHI\": {\n                    \"total\": 0,\n                    \"available\": 0\n                },\n                \"UNI\": {\n                    \"total\": 0,\n                    \"available\": 0\n                },\n                \"FTT\": {\n                    \"total\": 0,\n                    \"available\": 0\n                },\n                \"YFI\": {\n                    \"total\": 0,\n                    \"available\": 0\n                },\n                \"SOYA\": {\n                    \"total\": 0,\n                    \"available\": 0\n                },\n                \"USDC\": {\n                    \"total\": 0,\n                    \"available\": 0\n                },\n                \"DOGE\": {\n                    \"total\": 0,\n                    \"available\": 0\n                },\n                \"DOT\": {\n                    \"total\": 0,\n                    \"available\": 0\n                },\n                \"SOL\": {\n                    \"total\": 0,\n                    \"available\": 0\n                },\n                \"CLP\": {\n                    \"total\": 0,\n                    \"available\": 0\n                },\n                \"UYU\": {\n                    \"total\": 0,\n                    \"available\": 0\n                },\n                \"PYG\": {\n                    \"total\": 0,\n                    \"available\": 0\n                },\n                \"Token\": {\n                    \"total\": 0,\n                    \"available\": 0\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"4bd81a60-c681-49ea-9e02-ecade2b52a4f"},{"name":"Show Account","event":[{"listen":"prerequest","script":{"id":"b16d95c4-8ae9-46ab-86ea-742c6d86b450","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"ac2b09d6-e241-4f76-bc47-3aa8ff12d1f1","exec":[""],"type":"text/javascript"}}],"id":"ac766645-6cb4-4de3-aad6-55efd1975651","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{domain}}/api/exchange/accounts/1342","description":"<p>Retrieves information about a particular account that you manage</p>\n","urlObject":{"protocol":"https","path":["api","exchange","accounts","1342"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"bb4727c9-0059-45ed-ab8c-0d3b223dd5e9","name":"Show Account","originalRequest":{"method":"GET","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://{{domain}}/api/exchange/accounts/:exchange_account_id","protocol":"https","host":["{{domain}}"],"path":["api","exchange","accounts",":exchange_account_id"],"variable":[{"key":"exchange_account_id","value":"1165"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Aug 2021 19:34:16 GMT"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"2b2b84cba917a0f154d725ef2ae5208f\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"96b91059-46cb-41e8-9949-8b21dffe21b9"},{"key":"X-Runtime","value":"0.191464"},{"key":"Vary","value":"Origin"},{"key":"X-Rack-CORS","value":"miss; no-origin"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=pZeqykgSHYqsU5%2F3A1RMRfcpWYZw%2BBP9Zn6qi%2Ft1YwCcvzHeKrDu6GL3Oe6IaB7TUbnFku0%2Fi1a9kzGaEU2SRakFOt5blqMVXmsUfcpjnHnGMgF7nq0hsMF3B36XTZqkeLU%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6870749f982f57b8-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"1165\",\n        \"type\": \"accounts\",\n        \"attributes\": {\n            \"name\": \"1225_account_email@test.com\",\n            \"balances\": {\n                \"USD\": {\n                    \"total\": 0,\n                    \"available\": 0\n                },\n                \"BTC\": {\n                    \"total\": 0,\n                    \"available\": 0\n                },\n                \"ARS\": {\n                    \"total\": 0,\n                    \"available\": 0\n                },\n                \"ETH\": {\n                    \"total\": 0,\n                    \"available\": 0\n                },\n                \"USDT\": {\n                    \"total\": 0,\n                    \"available\": 0\n                },\n                \"ADA\": {\n                    \"total\": 0,\n                    \"available\": 0\n                },\n                \"BCH\": {\n                    \"total\": 0,\n                    \"available\": 0\n                },\n                \"BNB\": {\n                    \"total\": 0,\n                    \"available\": 0\n                },\n                \"DAI\": {\n                    \"total\": 0,\n                    \"available\": 0\n                },\n                \"LINK\": {\n                    \"total\": 0,\n                    \"available\": 0\n                },\n                \"SUSHI\": {\n                    \"total\": 0,\n                    \"available\": 0\n                },\n                \"UNI\": {\n                    \"total\": 0,\n                    \"available\": 0\n                },\n                \"FTT\": {\n                    \"total\": 0,\n                    \"available\": 0\n                },\n                \"YFI\": {\n                    \"total\": 0,\n                    \"available\": 0\n                },\n                \"SOYA\": {\n                    \"total\": 0,\n                    \"available\": 0\n                },\n                \"USDC\": {\n                    \"total\": 0,\n                    \"available\": 0\n                },\n                \"DOGE\": {\n                    \"total\": 0,\n                    \"available\": 0\n                },\n                \"DOT\": {\n                    \"total\": 0,\n                    \"available\": 0\n                },\n                \"SOL\": {\n                    \"total\": 0,\n                    \"available\": 0\n                },\n                \"CLP\": {\n                    \"total\": 0,\n                    \"available\": 0\n                },\n                \"UYU\": {\n                    \"total\": 0,\n                    \"available\": 0\n                },\n                \"PYG\": {\n                    \"total\": 0,\n                    \"available\": 0\n                },\n                \"Token\": {\n                    \"total\": 0,\n                    \"available\": 0\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"ac766645-6cb4-4de3-aad6-55efd1975651"},{"name":"List Accounts","id":"a9a332b6-135b-4ce2-8bef-52707409db43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{domain}}/api/exchange/accounts","description":"<p>Retrieves a list of all accounts that you manage.\n<br />\nTo get more details of a particular account, you can get account id and use <a href=\"#request-f4f13080-3e69-4543-b165-28c1ebcbbcc2\">Account Show API</a></p>\n","urlObject":{"protocol":"https","path":["api","exchange","accounts"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"91f9b9c3-7530-4180-9592-ab01c70dbce4","name":"List Accounts","originalRequest":{"method":"GET","header":[],"url":"https://{{domain}}/api/exchange/accounts"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1236,\n            \"type\": \"accounts\",\n            \"attributes\": {\n                \"account_name\": \"1225_account_email_1@test.com\",\n                \"verification_level\": 3,\n                \"frozen\": false\n            }\n        },\n        {\n            \"id\": 1212,\n            \"type\": \"accounts\",\n            \"attributes\": {\n                \"account_name\": \"1225_account_email_2@test.com\",\n                \"verification_level\": 3,\n                \"frozen\": false\n            }\n        },\n        {\n            \"id\": 1211,\n            \"type\": \"accounts\",\n            \"attributes\": {\n                \"account_name\": \"1225_account_email_3@test.com\",\n                \"verification_level\": 3,\n                \"frozen\": false\n            }\n        }\n    ]\n}"}],"_postman_id":"a9a332b6-135b-4ce2-8bef-52707409db43"}],"id":"af892e63-93ae-4e11-81b4-d5dbd5b08342","_postman_id":"af892e63-93ae-4e11-81b4-d5dbd5b08342","description":""},{"name":"Compliance","item":[{"name":"Issues","item":[{"name":"Create an Issue","event":[{"listen":"test","script":{"id":"43b67fb9-a29a-464b-9f9e-295c757e9230","exec":[""],"type":"text/javascript"}}],"id":"e72e2333-1476-425c-bf9b-ca57a6963b3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"issues\",\n        \"attributes\": {\"reason_code\": \"new_client\"},\n        \"relationships\": {\n            \"account\": {\n                \"data\": {\n                    \"id\": \"1342\", \n                    \"type\": \"accounts\" \n                }\n            }\n        }\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}/api/compliance/issues","urlObject":{"protocol":"https","path":["api","compliance","issues"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"2f616ad9-9a8c-4a32-8987-e26b3179ad38","name":"Issues create","originalRequest":{"method":"POST","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"issues\",\n        \"attributes\": {\"reason_code\": \"new_client\"},\n        \"relationships\": {\n            \"account\": {\n                \"data\": {\n                    \"id\": \"1165\", \n                    \"type\": \"accounts\" \n                }\n            }\n        }\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}/api/compliance/issues"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Aug 2021 19:40:09 GMT"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"795da89892fa89de5860c4f5b91447a9\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"bf7b5027-72d0-4f3b-9db1-b99c50dacff7"},{"key":"X-Runtime","value":"0.369885"},{"key":"Vary","value":"Origin"},{"key":"X-Rack-CORS","value":"miss; no-origin"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=mD9fOzL91iXd%2Fu2f6jrnMUC%2Bm%2FhAGXRBxCVEKkCdAtCyA3w4mh%2FhpwJEZfyM8iEC2NlLolndMfIx6cbDlWWoUUd7gET6KI%2FHHjwo5VV04KFr5012RSc5Ko4QhDEwCZrRl%2BA%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"68707d3bd9085c3a-IAD"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"6\",\n        \"type\": \"issues\",\n        \"attributes\": {\n            \"state\": \"draft\",\n            \"reason_code\": \"new_client\",\n            \"created_at\": \"2021-11-15T11:01:03.000Z\",\n            \"updated_at\": \"2021-11-15T11:01:03.000Z\"\n        },\n        \"relationships\": {\n            \"natural_docket_seed\": {\n                \"data\": null\n            },\n            \"legal_entity_docket_seed\": {\n                \"data\": null\n            },\n            \"argentina_invoicing_detail_seed\": {\n                \"data\": null\n            },\n            \"chile_invoicing_detail_seed\": {\n                \"data\": null\n            },\n            \"identification_seeds\": {\n                \"data\": []\n            },\n            \"domicile_seeds\": {\n                \"data\": []\n            },\n            \"phone_seeds\": {\n                \"data\": []\n            },\n            \"email_seeds\": {\n                \"data\": []\n            },\n            \"allowance_seeds\": {\n                \"data\": []\n            },\n            \"affinity_seeds\": {\n                \"data\": []\n            },\n            \"observations\": {\n                \"data\": []\n            },\n            \"note_seeds\": {\n                \"data\": []\n            },\n            \"account\": {\n                \"data\": {\n                    \"id\": \"10004\",\n                    \"type\": \"accounts\"\n                }\n            }\n        }\n    },\n    \"included\": [\n        {\n            \"id\": \"10004\",\n            \"type\": \"accounts\"\n        }\n    ]\n}"}],"_postman_id":"e72e2333-1476-425c-bf9b-ca57a6963b3b"},{"name":"Set Complete","id":"ff41caa1-145c-4eb7-ac63-278c06bdc321","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{domain}}/api/compliance/issues/1421/complete","description":"<p>When you finish adding Seeds to an Issue, you announce it's complete so our compliance officers can review it.</p>\n<p>Please check the Webhooks section to ensure you have configured an endpoint to receive the different events that Compliance will send to your server.</p>\n","urlObject":{"protocol":"https","path":["api","compliance","issues","1421","complete"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"676744a2-5ff8-4ad4-8197-a0d6a26e5a26","name":"Set complete","originalRequest":{"method":"POST","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{domain}}/api/compliance/issues/{{bitex_issue_id}}/complete"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"16\",\n        \"type\": \"issues\",\n        \"attributes\": {\n            \"state\": \"new\"\n        }\n    }\n}"}],"_postman_id":"ff41caa1-145c-4eb7-ac63-278c06bdc321"},{"name":"Get Issue","id":"f08983e0-21e8-49d4-abcb-3ddff2dbaa6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","description":"<p>API Key that belongs to your user</p>\n","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","description":"<p>Randomly generated value by you</p>\n","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","description":"<p>Your User Id</p>\n","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","description":"<p>Value generated using Api Secret and the previous values. See Authentication section.</p>\n","type":"text"},{"key":"X-Exchange","value":"true","type":"text"}],"url":"https://{{domain}}/api/compliance/issues/:issue_id","urlObject":{"protocol":"https","path":["api","compliance","issues",":issue_id"],"host":["{{domain}}"],"query":[],"variable":[{"id":"a6653740-68cd-4184-a9c0-085d7cd3bd04","type":"any","value":null,"key":"issue_id"}]}},"response":[{"id":"7db67e89-8c21-4e3a-8233-0d2125f12dc6","name":"Get Issue","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","description":"API Key that belongs to your user","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","description":"Randomly generated value by you","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","description":"Your User Id","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","description":"Value generated using Api Secret and the previous values. See Authentication section.","type":"text"},{"key":"X-Exchange","value":"true","type":"text"}],"url":{"raw":"https://{{domain}}/api/compliance/issues/:issue_id","protocol":"https","host":["{{domain}}"],"path":["api","compliance","issues",":issue_id"],"variable":[{"key":"issue_id","value":null}]}},"_postman_previewlanguage":"json","header":[""],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"2275\",\n        \"type\": \"issues\",\n        \"attributes\": {\n            \"state\": \"new\",\n            \"reason_code\": \"further_clarification\",\n            \"created_at\": \"2022-03-14T20:43:55.000Z\",\n            \"updated_at\": \"2022-03-14T20:44:54.000Z\"\n        },\n        \"relationships\": {\n            \"natural_docket_seed\": {\n                \"data\": {\n                    \"id\": \"327\",\n                    \"type\": \"natural_docket_seeds\"\n                }\n            },\n            \"legal_entity_docket_seed\": {\n                \"data\": null\n            },\n            \"argentina_invoicing_detail_seed\": {\n                \"data\": null\n            },\n            \"chile_invoicing_detail_seed\": {\n                \"data\": null\n            },\n            \"identification_seeds\": {\n                \"data\": []\n            },\n            \"domicile_seeds\": {\n                \"data\": []\n            },\n            \"phone_seeds\": {\n                \"data\": []\n            },\n            \"email_seeds\": {\n                \"data\": []\n            },\n            \"allowance_seeds\": {\n                \"data\": []\n            },\n            \"affinity_seeds\": {\n                \"data\": []\n            },\n            \"observations\": {\n                \"data\": []\n            },\n            \"note_seeds\": {\n                \"data\": []\n            },\n            \"account\": {\n                \"data\": {\n                    \"id\": \"1714\",\n                    \"type\": \"accounts\"\n                }\n            }\n        }\n    },\n    \"included\": [\n        {\n            \"id\": \"327\",\n            \"type\": \"natural_docket_seeds\",\n            \"attributes\": {\n                \"first_name\": \"Juan Carlos\",\n                \"last_name\": \"Contreras\",\n                \"nationality\": \"AR\",\n                \"gender_code\": null,\n                \"marital_status_code\": null,\n                \"job_title\": null,\n                \"job_description\": null,\n                \"expected_investment\": null,\n                \"politically_exposed\": null,\n                \"politically_exposed_reason\": null,\n                \"birth_date\": \"1985-10-08\",\n                \"created_at\": \"2022-03-14T20:44:24.000Z\",\n                \"updated_at\": \"2022-03-14T20:44:24.000Z\"\n            },\n            \"relationships\": {\n                \"issue\": {\n                    \"data\": {\n                        \"id\": \"2275\",\n                        \"type\": \"issues\"\n                    }\n                },\n                \"attachments\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"1714\",\n            \"type\": \"accounts\",\n            \"attributes\": {\n                \"verification_level\": 0\n            }\n        }\n    ]\n}"},{"id":"4056031a-aa70-4e32-83f5-cfb3b8a8ac75","name":"Get Observed Issue","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","description":"API Key that belongs to your user","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","description":"Randomly generated value by you","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","description":"Your User Id","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","description":"Value generated using Api Secret and the previous values. See Authentication section.","type":"text"},{"key":"X-Exchange","value":"true","type":"text"}],"url":{"raw":"https://{{domain}}/api/compliance/issues/:issue_id","protocol":"https","host":["{{domain}}"],"path":["api","compliance","issues",":issue_id"],"variable":[{"key":"issue_id","value":null}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"2275\",\n        \"type\": \"issues\",\n        \"attributes\": {\n            \"state\": \"observed\",\n            \"reason_code\": \"further_clarification\",\n            \"created_at\": \"2022-03-14T20:43:55.000Z\",\n            \"updated_at\": \"2022-03-14T20:48:36.000Z\"\n        },\n        \"relationships\": {\n            \"natural_docket_seed\": {\n                \"data\": {\n                    \"id\": \"327\",\n                    \"type\": \"natural_docket_seeds\"\n                }\n            },\n            \"legal_entity_docket_seed\": {\n                \"data\": null\n            },\n            \"argentina_invoicing_detail_seed\": {\n                \"data\": null\n            },\n            \"chile_invoicing_detail_seed\": {\n                \"data\": null\n            },\n            \"identification_seeds\": {\n                \"data\": []\n            },\n            \"domicile_seeds\": {\n                \"data\": []\n            },\n            \"phone_seeds\": {\n                \"data\": []\n            },\n            \"email_seeds\": {\n                \"data\": []\n            },\n            \"allowance_seeds\": {\n                \"data\": []\n            },\n            \"affinity_seeds\": {\n                \"data\": []\n            },\n            \"observations\": {\n                \"data\": [\n                    {\n                        \"id\": \"955\",\n                        \"type\": \"observations\"\n                    }\n                ]\n            },\n            \"note_seeds\": {\n                \"data\": []\n            },\n            \"account\": {\n                \"data\": {\n                    \"id\": \"1714\",\n                    \"type\": \"accounts\"\n                }\n            }\n        }\n    },\n    \"included\": [\n        {\n            \"id\": \"327\",\n            \"type\": \"natural_docket_seeds\",\n            \"attributes\": {\n                \"first_name\": \"Juan Carlos\",\n                \"last_name\": \"\",\n                \"nationality\": \"AR\",\n                \"gender_code\": null,\n                \"marital_status_code\": null,\n                \"job_title\": null,\n                \"job_description\": null,\n                \"expected_investment\": null,\n                \"politically_exposed\": false,\n                \"politically_exposed_reason\": null,\n                \"birth_date\": \"1985-10-08\",\n                \"created_at\": \"2022-03-14T20:44:24.000Z\",\n                \"updated_at\": \"2022-03-14T20:48:36.000Z\"\n            },\n            \"relationships\": {\n                \"issue\": {\n                    \"data\": {\n                        \"id\": \"2275\",\n                        \"type\": \"issues\"\n                    }\n                },\n                \"attachments\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"955\",\n            \"type\": \"observations\",\n            \"attributes\": {\n                \"note\": \"Completar el apellido del cliente\",\n                \"reply\": null,\n                \"state\": \"new\",\n                \"scope\": \"client\",\n                \"subject_es\": \"incomplete_form\",\n                \"body_es\": \"El formulario no se encuentra completo en su totalidad. Por favor complete sus datos personales sin omitir ningún campo.\",\n                \"subject_en\": \"incomplete_form\",\n                \"body_en\": \"The form is not complete in its entirety. Please complete your personal information without omitting any field.\",\n                \"subject_pt\": \"incomplete_form\",\n                \"body_pt\": \"O formulário não está completo em sua totalidade. Por favor, preencha suas informações pessoais sem omitir qualquer campo.\"\n            },\n            \"relationships\": {\n                \"observation_reason\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"observation_reasons\"\n                    }\n                },\n                \"observable\": {\n                    \"data\": {\n                        \"id\": \"327\",\n                        \"type\": \"natural_docket_seeds\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"1\",\n            \"type\": \"observation_reasons\",\n            \"attributes\": {\n                \"subject_en\": \"incomplete_form\",\n                \"body_en\": \"The form is not complete in its entirety. Please complete your personal information without omitting any field.\",\n                \"subject_es\": \"incomplete_form\",\n                \"body_es\": \"El formulario no se encuentra completo en su totalidad. Por favor complete sus datos personales sin omitir ningún campo.\",\n                \"subject_pt\": \"incomplete_form\",\n                \"body_pt\": \"O formulário não está completo em sua totalidade. Por favor, preencha suas informações pessoais sem omitir qualquer campo.\",\n                \"scope\": \"client\"\n            }\n        },\n        {\n            \"id\": \"1714\",\n            \"type\": \"accounts\",\n            \"attributes\": {\n                \"verification_level\": 0\n            }\n        }\n    ]\n}"}],"_postman_id":"f08983e0-21e8-49d4-abcb-3ddff2dbaa6f"}],"id":"02124fc6-1e78-448a-89f0-fb7b218c8972","description":"<p>Issues belong to an <code>Account</code>, which in turn may have many Issues.</p>\n<p>Issues have a <code>reason_code</code> to help distinguish their motive: new_client, used for the <code>Account</code>'s first Issue, or further_clarification for the ones after that.</p>\n<p>Issues hold different types of Seeds, which have the actual customer data in them.</p>\n","_postman_id":"02124fc6-1e78-448a-89f0-fb7b218c8972"},{"name":"Seeds","item":[{"name":"Create Natural Docket","id":"6d5935f4-e847-4df9-b75d-09a52eb09a6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"natural_docket_seeds\",\n        \"attributes\":{\n            \"first_name\": \"Juan Carlos\",\n            \"last_name\": \"Perez Contreras\",\n            \"nationality\": \"cl\",\n            \"birth_date\": \"1985-10-08\"\n        },\n        \"relationships\": {\n            \"issue\": {\n                \"data\": {\n                    \"id\": \"1158\", \n                    \"type\": \"issues\"\n                }\n            }\n        }\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}/api/compliance/natural_docket_seeds","urlObject":{"protocol":"https","path":["api","compliance","natural_docket_seeds"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"588408d0-b4ca-407f-a021-64c1820cdce0","name":"Natural Docket CL","originalRequest":{"method":"POST","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"natural_docket_seeds\",\n        \"attributes\":{\n            \"first_name\": \"Juan Carlos\",\n            \"last_name\": \"Perez Contreras\",\n            \"nationality\": \"cl\",\n            \"birth_date\": \"1985-10-08\"\n        },\n        \"relationships\": {\n            \"issue\": {\n                \"data\": {\n                    \"id\": \"{{bitex_issue_id}}\", \n                    \"type\": \"issues\"\n                }\n            }\n        }\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}/api/compliance/natural_docket_seeds"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Aug 2021 19:41:06 GMT"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"c4358b29a33e3245e2f2f67613223ce3\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"f35164d0-d2bd-46a2-94db-7147ab8ebc45"},{"key":"X-Runtime","value":"0.268598"},{"key":"Vary","value":"Origin"},{"key":"X-Rack-CORS","value":"miss; no-origin"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=8Q6Zm7N5UOIV%2BgDbq%2B1yzsOgIBI08EkIrP8imXuiQiJb%2FLOWOoNDJrxGEbyp5L2BSWsaTJCAK3CoRpH6eLUGhQbyaDxdDh4nMetNLy0tWXlImoqMa12LxUXpMndCAwJoN2k%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"68707e9fdfe45c7c-IAD"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"37\",\n        \"type\": \"natural_docket_seeds\",\n        \"attributes\": {\n            \"first_name\": \"Juan Carlos\",\n            \"last_name\": \"Perez Contreras\",\n            \"nationality\": \"CL\",\n            \"gender_code\": null,\n            \"marital_status_code\": null,\n            \"job_title\": null,\n            \"job_description\": null,\n            \"expected_investment\": null,\n            \"politically_exposed\": null,\n            \"politically_exposed_reason\": null,\n            \"birth_date\": \"1985-10-08\",\n            \"created_at\": \"2021-08-30T19:41:06.000Z\",\n            \"updated_at\": \"2021-08-30T19:41:06.000Z\"\n        },\n        \"relationships\": {\n            \"issue\": {\n                \"data\": {\n                    \"id\": \"1179\",\n                    \"type\": \"issues\"\n                }\n            },\n            \"attachments\": {\n                \"data\": []\n            }\n        }\n    }\n}"},{"id":"e8d950ab-8d2d-4829-92c5-3698d8742060","name":"Natural Docket AR","originalRequest":{"method":"POST","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"natural_docket_seeds\",\n        \"attributes\":{\n            \"first_name\": \"Juan Carlos\",\n            \"last_name\": \"Perez Contreras\",\n            \"nationality\": \"ar\",\n            \"birth_date\": \"1985-10-08\"\n        },\n        \"relationships\": {\n            \"issue\": {\n                \"data\": {\n                    \"id\": \"{{bitex_issue_id}}\", \n                    \"type\": \"issues\"\n                }\n            }\n        }\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}/api/compliance/natural_docket_seeds"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Aug 2021 21:16:53 GMT"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"f51459b43c4c2411d79c21e538779c33\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"315ba99b-b87d-4c96-92ba-4e699022e292"},{"key":"X-Runtime","value":"0.267423"},{"key":"Vary","value":"Origin"},{"key":"X-Rack-CORS","value":"miss; no-origin"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=gYT7lWxkwsZpfrxgxW8BgC1lBq6oGDhPkWt4Dg3WvkcVbUFHnqNhFcHdnddxxz6WS5bBY3AZvAzhTa2uKVLJAvMzr%2F8dbz8K%2BJSqK047%2F6EkoO6qKJQJ0VZW%2Fu3G%2FZDnipA%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"68710af0498e5b40-IAD"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"38\",\n        \"type\": \"natural_docket_seeds\",\n        \"attributes\": {\n            \"first_name\": \"Juan Carlos\",\n            \"last_name\": \"Perez Contreras\",\n            \"nationality\": \"AR\",\n            \"gender_code\": null,\n            \"marital_status_code\": null,\n            \"job_title\": null,\n            \"job_description\": null,\n            \"expected_investment\": null,\n            \"politically_exposed\": null,\n            \"politically_exposed_reason\": null,\n            \"birth_date\": \"1985-10-08\",\n            \"created_at\": \"2021-08-30T21:16:53.000Z\",\n            \"updated_at\": \"2021-08-30T21:16:53.000Z\"\n        },\n        \"relationships\": {\n            \"issue\": {\n                \"data\": {\n                    \"id\": \"1180\",\n                    \"type\": \"issues\"\n                }\n            },\n            \"attachments\": {\n                \"data\": []\n            }\n        }\n    }\n}"}],"_postman_id":"6d5935f4-e847-4df9-b75d-09a52eb09a6f"},{"name":"Update Natural Docket","id":"f67ed0a3-61d2-4037-986d-c080a9dd9a8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","description":"<p>API Key that belongs to your user</p>\n","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","description":"<p>Randomly generated value by you</p>\n","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","description":"<p>Your User Id</p>\n","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","description":"<p>Value generated using Api Secret and the previous values. See Authentication section.</p>\n","type":"text"},{"key":"X-Exchange","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"natural_docket_seeds\",\n        \"attributes\": {\n            \"first_name\": \"John\",\n            \"last_name\": \"Doe\",\n            \"nationality\": \"AR\",\n            \"gender_code\": \"male\",\n            \"marital_status_code\": \"single\",\n            \"politically_exposed\": \"false\",\n            \"birth_date\": \"1990-12-31\"\n        },\n        \"relationships\": {\n            \"issue\": {\n                \"data\": {\n                    \"id\": \"2\",\n                    \"type\": \"issues\"\n                }\n            }\n        }\n    }\n}"},"url":"https://{{domain}}/api/natural_docket_seeds/:id","urlObject":{"protocol":"https","path":["api","natural_docket_seeds",":id"],"host":["{{domain}}"],"query":[],"variable":[{"id":"f805d4c1-068b-45cd-bd8d-e16093d7265f","description":{"content":"<p>NaturalDocketSeedId</p>\n","type":"text/plain"},"type":"string","value":"","key":"id"}]}},"response":[{"id":"1b4d51fd-5df6-4ba4-bf0b-eefe24c1a910","name":"Create Natural Docket","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"{{your_api_key}}","type":"text"},{"key":"Version","value":"2.0","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\":\"natural_docket_seeds\",\n\t\t\"attributes\": {\n\t\t\t\"first_name\":\"John\",\n\t\t\t\"last_name\":\"Doe\",\n\t\t\t\"nationality\":\"AR\",\n\t\t\t\"gender_code\":\"male\",\n\t\t\t\"marital_status_code\":\"single\",\n\t\t\t\"politically_exposed\":\"false\",\n\t\t\t\"birth_date\":\"1990-12-31\"\n\t\t}\n\t},\n\t\"included\":[]\n}"},"url":"https://{{domain}}/api/natural_docket_seeds"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"1\",\n        \"type\": \"natural_docket_seeds\",\n        \"attributes\": {\n            \"first_name\": \"John\",\n            \"last_name\": \"Doe\",\n            \"nationality\": \"AR\",\n            \"gender_code\": \"male\",\n            \"marital_status_code\": \"single\",\n            \"job_title\": null,\n            \"job_description\": null,\n            \"politically_exposed\": false,\n            \"politically_exposed_reason\": null,\n            \"birth_date\": \"1990-01-31\",\n            \"created_at\": \"2018-10-23T17:32:51.000Z\",\n            \"updated_at\": \"2018-10-23T17:32:51.000Z\"\n        },\n        \"relationships\": {\n            \"issue\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"issues\"\n                }\n            },\n            \"attachments\": {\n                \"data\": []\n            }\n        }\n    }\n}"}],"_postman_id":"f67ed0a3-61d2-4037-986d-c080a9dd9a8d"},{"name":"Create Domicile","id":"6e384231-03b3-4115-b1a5-cd67a3fab459","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"domicile_seeds\",\n        \"attributes\":{\n            \"country\": \"ar\",\n            \"state\": \"Buenos Aires\",\n            \"city\": \"Ciudad Autonoma de Buenos Aires\",\n            \"street_address\": \"Avenida Cabildo\",\n            \"street_number\": \"3800\",\n            \"postal_code\": \"1414\",\n            \"floor\": \"1\",\n            \"apartment\": \"a\"\n        },\n        \"relationships\": {\n            \"issue\": {\n                \"data\": {\n                    \"id\": \"1158\", \n                    \"type\": \"issues\"\n                }\n            }\n        }\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}/api/compliance/domicile_seeds","urlObject":{"protocol":"https","path":["api","compliance","domicile_seeds"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"cf6afcec-cbd1-4706-8bef-42e16b0eb093","name":"Domicile Seed CL","originalRequest":{"method":"POST","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"domicile_seeds\",\n        \"attributes\":{\n            \"country\": \"cl\",\n            \"state\": \"Santiago\",\n            \"city\": \"Providencia\",\n            \"street_address\": \"Avenida Providencia\",\n            \"street_number\": \"1308\",\n            \"postal_code\": \"2345\",\n            \"floor\": \"1\",\n            \"apartment\": \"a\"\n        },\n        \"relationships\": {\n            \"issue\": {\n                \"data\": {\n                    \"id\": \"{{bitex_issue_id}}\", \"type\": \"issues\"\n                }\n            }\n        }\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}/api/compliance/domicile_seeds"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Aug 2021 21:09:19 GMT"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"a13ee1f80a4a69a9b9eb48b946ca21b4\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"07fa5063-2f31-44d9-b5eb-7f4028a09f81"},{"key":"X-Runtime","value":"0.273477"},{"key":"Vary","value":"Origin"},{"key":"X-Rack-CORS","value":"miss; no-origin"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=UfBdwXwKDT9D4ZSehTLdBuQZw8LNiUWoTNz5TUQDVYmxWMvbYkkgHFdOxWjYto4WiqxPa7mIOH4hN3jaF3%2FbiyFQQ9fZqLRAdaNJzX2mulU%2Bp37MW3ke566JjVMh2vvsy2o%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6870ffd87c3b57ae-IAD"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"88\",\n        \"type\": \"domicile_seeds\",\n        \"attributes\": {\n            \"country\": \"CL\",\n            \"state\": \"Santiago\",\n            \"city\": \"Providencia\",\n            \"street_address\": \"Avenida Providencia\",\n            \"street_number\": \"1308\",\n            \"postal_code\": \"2345\",\n            \"floor\": \"1\",\n            \"apartment\": \"a\",\n            \"created_at\": \"2021-08-30T21:09:19.000Z\",\n            \"updated_at\": \"2021-08-30T21:09:19.000Z\"\n        },\n        \"relationships\": {\n            \"issue\": {\n                \"data\": {\n                    \"id\": \"1179\",\n                    \"type\": \"issues\"\n                }\n            },\n            \"attachments\": {\n                \"data\": []\n            }\n        }\n    }\n}"},{"id":"ddf37fa1-84d0-4e23-96ef-edf30c0dc67c","name":"Domicile Seed AR","originalRequest":{"method":"POST","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"domicile_seeds\",\n        \"attributes\":{\n            \"country\": \"ar\",\n            \"state\": \"Buenos Aires\",\n            \"city\": \"Ciudad Autonoma de Buenos Aires\",\n            \"street_address\": \"Avenida Cabildo\",\n            \"street_number\": \"3800\",\n            \"postal_code\": \"1414\",\n            \"floor\": \"1\",\n            \"apartment\": \"a\"\n        },\n        \"relationships\": {\n            \"issue\": {\n                \"data\": {\n                    \"id\": \"{{bitex_issue_id}}\", \"type\": \"issues\"\n                }\n            }\n        }\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}/api/compliance/domicile_seeds"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Aug 2021 21:18:48 GMT"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"11f39cc1e149ac79dbdd0bd7f4188c1d\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"9ca43fa7-9fe1-48cf-a409-2fe53d7865c5"},{"key":"X-Runtime","value":"0.282076"},{"key":"Vary","value":"Origin"},{"key":"X-Rack-CORS","value":"miss; no-origin"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=tcPHqMG6eQXDkHH9OhBvHgtYd8g3GTU6pBPrMH5r%2FKEmE2WfNrzC9ta%2BZzzPKASDaOJFo5%2FxkHKKMiJ4WaxpCiNH3Pg1mfa4AseiPruFuPm8SiRtTmzzy8WuoZqD2lm70h0%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"68710dbffabb56e6-IAD"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"89\",\n        \"type\": \"domicile_seeds\",\n        \"attributes\": {\n            \"country\": \"AR\",\n            \"state\": \"Buenos Aires\",\n            \"city\": \"Ciudad Autonoma de Buenos Aires\",\n            \"street_address\": \"Avenida Cabildo\",\n            \"street_number\": \"3800\",\n            \"postal_code\": \"1414\",\n            \"floor\": \"1\",\n            \"apartment\": \"a\",\n            \"created_at\": \"2021-08-30T21:18:48.000Z\",\n            \"updated_at\": \"2021-08-30T21:18:48.000Z\"\n        },\n        \"relationships\": {\n            \"issue\": {\n                \"data\": {\n                    \"id\": \"1180\",\n                    \"type\": \"issues\"\n                }\n            },\n            \"attachments\": {\n                \"data\": []\n            }\n        }\n    }\n}"}],"_postman_id":"6e384231-03b3-4115-b1a5-cd67a3fab459"},{"name":"Update domicile","id":"63e996b5-3910-4571-bb52-e64b53fffca6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"X-Exchange-Api-Key","type":"text","value":"{{exchange_api_key}}"},{"key":"X-Exchange-Nonce","type":"text","value":"{{exchange_nonce}}"},{"key":"X-Exchange-User-id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\":\"domicile_seeds\",\n\t\t\"attributes\": {\n\t\t\t\"city\": \"CABA\",\n\t\t\t\"country\": \"AR\",\n\t\t\t\"floor\": \"0\",\n\t\t\t\"postal_code\": \"1001\",\n\t\t\t\"street_address\": \"Balcarce\",\n\t\t\t\"street_number\": \"50\"\n\t\t},\n\t\t\"relationships\": {\n\t\t\t\"issue\": {\n\t\t\t\t\"data\": {\n\t\t\t\t\t\"id\": \"2\",\n\t\t\t\t\t\"type\": \"issues\"\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}"},"url":"https://{{domain}}/api/domicile_seeds/:id","description":"<p>The domicile should be checked by an attachment demonstrating its validity.</p>\n","urlObject":{"protocol":"https","path":["api","domicile_seeds",":id"],"host":["{{domain}}"],"query":[],"variable":[{"id":"e9254802-692e-4b1a-80ec-162abb62d62b","description":{"content":"<p>DomicileSeed id</p>\n","type":"text/plain"},"type":"string","value":"","key":"id"}]}},"response":[{"id":"64e929fc-d11f-48a3-8fc3-e7bcc96afaf5","name":"Create Domicile","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\":\"domicile_seeds\",\n\t\t\"attributes\": {\n\t\t\t\"city\": \"CABA\",\n\t\t\t\"country\": \"AR\",\n\t\t\t\"floor\": \"0\",\n\t\t\t\"postal_code\": \"1001\",\n\t\t\t\"street_address\": \"Balcarce\",\n\t\t\t\"street_number\": \"50\"\n\t\t}\n\t},\n\t\"included\":[]\n}"},"url":"https://{{domain}}/api/domicile_seeds"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"1\",\n        \"type\": \"domicile_seeds\",\n        \"attributes\": {\n            \"country\": \"AR\",\n            \"state\": null,\n            \"city\": \"CABA\",\n            \"street_address\": \"Balcarce\",\n            \"street_number\": \"50\",\n            \"postal_code\": \"1001\",\n            \"floor\": \"0\",\n            \"apartment\": null,\n            \"created_at\": \"2018-10-23T17:50:57.000Z\",\n            \"updated_at\": \"2018-10-23T17:50:57.000Z\"\n        },\n        \"relationships\": {\n            \"issue\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"issues\"\n                }\n            },\n            \"attachments\": {\n                \"data\": []\n            }\n        }\n    }\n}"}],"_postman_id":"63e996b5-3910-4571-bb52-e64b53fffca6"},{"name":"Create Identification","id":"2f80fc72-f4ce-416d-964f-9de9c4b0c450","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"identification_seeds\",\n        \"attributes\":{\n            \"issuer\": \"cl\",\n            \"number\": \"22333444\",\n            \"identification_kind_code\": \"national_id\"\n        },\n        \"relationships\": {\n            \"issue\": {\n                \"data\": {\n                    \"id\": \"1158\", \n                    \"type\": \"issues\"\n                }\n            }\n        }\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}/api/compliance/identification_seeds","urlObject":{"protocol":"https","path":["api","compliance","identification_seeds"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"3042e093-5d13-4741-b8c5-52c990c8d565","name":"Identification Seed CL","originalRequest":{"method":"POST","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"identification_seeds\",\n        \"attributes\":{\n            \"issuer\": \"cl\",\n            \"number\": \"22333444\",\n            \"identification_kind_code\": \"national_id\"\n        },\n        \"relationships\": {\n            \"issue\": {\n                \"data\": {\n                    \"id\": \"{{bitex_issue_id}}\", \"type\": \"issues\"\n                }\n            }\n        }\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}/api/compliance/identification_seeds"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Aug 2021 21:09:08 GMT"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"b71a4fab6126e729c250461304f7969a\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"4d5d7b90-9153-4e28-8bd7-5de0417fdb5e"},{"key":"X-Runtime","value":"0.292089"},{"key":"Vary","value":"Origin"},{"key":"X-Rack-CORS","value":"miss; no-origin"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=%2Bzdvrb2mcan6fFm7wTuSpvjo7av1AqLR8hHw2vFaI4DddS3tQSFhQw0tQWirOz7SQfyO4oYqcHNqlTtK%2BDCciKzj5IVdujNKlhRXneXzc7EHgLN5RB0eVLvxj15UFWhJaVc%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6870ff96ee6a380b-IAD"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"44\",\n        \"type\": \"identification_seeds\",\n        \"attributes\": {\n            \"identification_kind_code\": \"national_id\",\n            \"number\": \"22333444\",\n            \"issuer\": \"CL\",\n            \"public_registry_authority\": null,\n            \"public_registry_book\": null,\n            \"public_registry_extra_data\": null,\n            \"created_at\": \"2021-08-30T21:09:08.000Z\",\n            \"updated_at\": \"2021-08-30T21:09:08.000Z\"\n        },\n        \"relationships\": {\n            \"issue\": {\n                \"data\": {\n                    \"id\": \"1179\",\n                    \"type\": \"issues\"\n                }\n            },\n            \"attachments\": {\n                \"data\": []\n            }\n        }\n    }\n}"},{"id":"b0c12bff-09c8-41ee-bc8f-135fcfc7d765","name":"Identification Seed AR","originalRequest":{"method":"POST","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"identification_seeds\",\n        \"attributes\":{\n            \"issuer\": \"ar\",\n            \"number\": \"22333444\",\n            \"identification_kind_code\": \"national_id\"\n        },\n        \"relationships\": {\n            \"issue\": {\n                \"data\": {\n                    \"id\": \"{{bitex_issue_id}}\", \"type\": \"issues\"\n                }\n            }\n        }\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}/api/compliance/identification_seeds"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Aug 2021 21:17:24 GMT"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"658fcae47ccb9dc851def37ba928816f\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"9df0ca12-ee43-469a-a0d7-9f59d4ba1388"},{"key":"X-Runtime","value":"0.264982"},{"key":"Vary","value":"Origin"},{"key":"X-Rack-CORS","value":"miss; no-origin"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=6sNC8E6mn7rDVVStaVzwLTbvpUIl92GO2lgQtHe3DNVSrNU5MF7pvhsLImzz3U2KlwueCnkjPcdwKZZIKZWFdcBe36X47W4DQAG3EhL74OAsG5xyOy7hAzokhjb%2FpMkU98I%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"68710bb06b3c59fe-IAD"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"45\",\n        \"type\": \"identification_seeds\",\n        \"attributes\": {\n            \"identification_kind_code\": \"national_id\",\n            \"number\": \"22333444\",\n            \"issuer\": \"AR\",\n            \"public_registry_authority\": null,\n            \"public_registry_book\": null,\n            \"public_registry_extra_data\": null,\n            \"created_at\": \"2021-08-30T21:17:24.000Z\",\n            \"updated_at\": \"2021-08-30T21:17:24.000Z\"\n        },\n        \"relationships\": {\n            \"issue\": {\n                \"data\": {\n                    \"id\": \"1180\",\n                    \"type\": \"issues\"\n                }\n            },\n            \"attachments\": {\n                \"data\": []\n            }\n        }\n    }\n}"}],"_postman_id":"2f80fc72-f4ce-416d-964f-9de9c4b0c450"},{"name":"Update Identification","id":"26a17fcc-f29c-4e00-a2cb-8a2bb979e055","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","description":"<p>API Key that belongs to your user</p>\n","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","description":"<p>Randomly generated value by you</p>\n","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","description":"<p>Your User Id</p>\n","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","description":"<p>Value generated using Api Secret and the previous values. See Authentication section.</p>\n","type":"text"},{"key":"X-Exchange","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\":\"identification_seeds\",\n\t\t\"attributes\": {\n\t\t\t\"identification_kind_code\": \"national_id\",\n\t\t\t\"issuer\": \"AR\",\n\t\t\t\"number\": \"12345678\"\n\t\t}\n\t},\n\t \n}"},"url":"https://{{domain}}/api/identification_seeds/:id","description":"<p>The identification should be checked by an attachment demonstrating its validity.</p>\n","urlObject":{"protocol":"https","path":["api","identification_seeds",":id"],"host":["{{domain}}"],"query":[],"variable":[{"id":"35f990d0-d8b0-43e2-9a4d-b445bfb7a223","description":{"content":"<p>IdentificationSeed id</p>\n","type":"text/plain"},"type":"string","value":"","key":"id"}]}},"response":[{"id":"32e48e85-1162-4ab9-a7be-d6ebff69f0b3","name":"Create Identification","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\":\"identification_seeds\",\n\t\t\"attributes\": {\n\t\t\t\"identification_kind_code\": \"national_id\",\n\t\t\t\"issuer\": \"AR\",\n\t\t\t\"number\": \"12345678\"\n\t\t}\n\t},\n\t\"included\":[]\n}"},"url":"https://{{domain}}/api/identification_seeds"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"1\",\n        \"type\": \"identification_seeds\",\n        \"attributes\": {\n            \"identification_kind_code\": \"national_id\",\n            \"number\": \"12345678\",\n            \"issuer\": \"AR\",\n            \"public_registry_authority\": null,\n            \"public_registry_book\": null,\n            \"public_registry_extra_data\": null,\n            \"created_at\": \"2018-10-23T17:32:52.000Z\",\n            \"updated_at\": \"2018-10-23T17:32:52.000Z\"\n        },\n        \"relationships\": {\n            \"issue\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"issues\"\n                }\n            },\n            \"attachments\": {\n                \"data\": []\n            }\n        }\n    }\n}"}],"_postman_id":"26a17fcc-f29c-4e00-a2cb-8a2bb979e055"},{"name":"Create Phone","id":"0b1a3d18-1687-4ff2-b54d-b64016941162","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"phone_seeds\",\n        \"attributes\":{\n            \"number\": \"+573114956783\",\n            \"country\": \"cl\",\n            \"phone_kind_code\": \"main\",\n            \"has_whatsapp\": \"false\",\n            \"has_telegram\": \"true\",\n            \"note\": \"llamar de 8 a 18\"\n        },\n        \"relationships\": {\n            \"issue\": {\n                \"data\": {\n                    \"id\": \"1158\", \n                    \"type\": \"issues\"\n                }\n            }\n        }\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}/api/compliance/phone_seeds","urlObject":{"protocol":"https","path":["api","compliance","phone_seeds"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"c7e54fac-f7ab-41f5-9dfc-7d33627b17df","name":"Phone Seed CL","originalRequest":{"method":"POST","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"phone_seeds\",\n        \"attributes\":{\n            \"number\": \"+573114956783\",\n            \"country\": \"cl\",\n            \"phone_kind_code\": \"main\",\n            \"has_whatsapp\": \"false\",\n            \"has_telegram\": \"true\",\n            \"note\": \"llamar de 8 a 18\"\n        },\n        \"relationships\": {\n            \"issue\": {\n                \"data\": {\n                    \"id\": \"{{bitex_issue_id}}\", \n                    \"type\": \"issues\"\n                }\n            }\n        }\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}/api/compliance/phone_seeds"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Aug 2021 21:09:26 GMT"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"a789540cbd76fc5de8941a0fc2bdd4f2\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"55b973a6-bc3a-4af1-a41f-b9876f44d9d1"},{"key":"X-Runtime","value":"0.282654"},{"key":"Vary","value":"Origin"},{"key":"X-Rack-CORS","value":"miss; no-origin"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=qhMvlWMxyKEj32UQtC5amFHi3DPBR25tO2tHMmwwYpuZuOa1tWaYHPkwjoEySoykI8tfJlFbAFgWrG1j1GaVYOjelKkcDGz8cVRfM2%2F%2Bd51qdCrs7Dd0zAzE4yOxhw9LzQo%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"687100060e9b5991-IAD"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"46\",\n        \"type\": \"phone_seeds\",\n        \"attributes\": {\n            \"number\": \"+573114956783\",\n            \"phone_kind_code\": \"main\",\n            \"country\": \"CL\",\n            \"has_whatsapp\": false,\n            \"has_telegram\": true,\n            \"note\": \"llamar de 8 a 18\",\n            \"created_at\": \"2021-08-30T21:09:26.000Z\",\n            \"updated_at\": \"2021-08-30T21:09:26.000Z\"\n        },\n        \"relationships\": {\n            \"issue\": {\n                \"data\": {\n                    \"id\": \"1179\",\n                    \"type\": \"issues\"\n                }\n            },\n            \"attachments\": {\n                \"data\": []\n            }\n        }\n    }\n}"},{"id":"f363dc0e-1d2b-40cc-be06-7969675a59bb","name":"Phone Seed AR","originalRequest":{"method":"POST","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"phone_seeds\",\n        \"attributes\":{\n            \"number\": \"+541153628725\",\n            \"country\": \"ar\",\n            \"phone_kind_code\": \"main\",\n            \"has_whatsapp\": \"true\",\n            \"has_telegram\": \"true\",\n            \"note\": \"llamar de 8 a 18\"\n        },\n        \"relationships\": {\n            \"issue\": {\n                \"data\": {\n                    \"id\": \"{{bitex_issue_id}}\", \n                    \"type\": \"issues\"\n                }\n            }\n        }\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}/api/compliance/phone_seeds"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Aug 2021 21:19:58 GMT"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"ec68bb275b1a6b90dcbfdfcd45209271\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"4fdc5b7e-161c-4bbe-9c09-a88bcadcd14c"},{"key":"X-Runtime","value":"0.277910"},{"key":"Vary","value":"Origin"},{"key":"X-Rack-CORS","value":"miss; no-origin"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=wSJ2Chh5SSlx16t99pAM%2FFK1Z56ya5SBFyfHfrl5WZNqD9BXaoyMM%2BCmBAWgPyFUhf0NU6qG4HJxF2xYDlWClkLmog0LOeFW3TGrLx%2F5i5xcXq3iv54dTruGnM9FqYujxVE%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"68710f75881d05c6-IAD"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"47\",\n        \"type\": \"phone_seeds\",\n        \"attributes\": {\n            \"number\": \"+541153628725\",\n            \"phone_kind_code\": \"main\",\n            \"country\": \"AR\",\n            \"has_whatsapp\": true,\n            \"has_telegram\": true,\n            \"note\": \"llamar de 8 a 18\",\n            \"created_at\": \"2021-08-30T21:19:58.000Z\",\n            \"updated_at\": \"2021-08-30T21:19:58.000Z\"\n        },\n        \"relationships\": {\n            \"issue\": {\n                \"data\": {\n                    \"id\": \"1180\",\n                    \"type\": \"issues\"\n                }\n            },\n            \"attachments\": {\n                \"data\": []\n            }\n        }\n    }\n}"}],"_postman_id":"0b1a3d18-1687-4ff2-b54d-b64016941162"},{"name":"Update Phone","id":"d2eafce6-a543-46d1-b03c-03b3c79b04b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","description":"<p>API Key that belongs to your user</p>\n","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","description":"<p>Randomly generated value by you</p>\n","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","description":"<p>Your User Id</p>\n","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","description":"<p>Value generated using Api Secret and the previous values. See Authentication section.</p>\n","type":"text"},{"key":"X-Exchange","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\":\"phone_seeds\",\n\t\t\"attributes\": {\n\t\t\t\"country\": \"AR\",\n\t\t\t\"number\": \"12345678\",\n\t\t\t\"phone_kind_code\": \"main\"\n\t\t}\n\t},\n\t \n}"},"url":"https://{{domain}}/api/phone_seeds/:id","urlObject":{"protocol":"https","path":["api","phone_seeds",":id"],"host":["{{domain}}"],"query":[],"variable":[{"id":"2090b2f4-5fc3-49f5-b48c-b9822460fbba","description":{"content":"<p>PhoneSeed id</p>\n","type":"text/plain"},"type":"string","value":"","key":"id"}]}},"response":[{"id":"131db73c-5891-416e-a01f-7e62f1bd5782","name":"Create Phone","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\":\"phone_seeds\",\n\t\t\"attributes\": {\n\t\t\t\"country\": \"AR\",\n\t\t\t\"number\": \"12345678\",\n\t\t\t\"phone_kind_code\": \"main\"\n\t\t}\n\t},\n\t\"included\":[]\n}"},"url":"https://{{domain}}/api/phone_seeds"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"1\",\n        \"type\": \"phone_seeds\",\n        \"attributes\": {\n            \"number\": \"12345678\",\n            \"phone_kind_code\": \"main\",\n            \"country\": \"AR\",\n            \"has_whatsapp\": false,\n            \"has_telegram\": false,\n            \"note\": null,\n            \"created_at\": \"2018-10-23T17:50:59.000Z\",\n            \"updated_at\": \"2018-10-23T17:50:59.000Z\"\n        },\n        \"relationships\": {\n            \"issue\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"issues\"\n                }\n            },\n            \"attachments\": {\n                \"data\": []\n            }\n        }\n    }\n}"}],"_postman_id":"d2eafce6-a543-46d1-b03c-03b3c79b04b8"},{"name":"Create Email Seed","id":"5d427f38-f417-40ab-97aa-86f0e0e0ba8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"email_seeds\",\n        \"attributes\":{\n            \"address\": \"hgallotto4@example.com\",\n            \"email_kind_code\": \"personal\"\n        },\n        \"relationships\": {\n            \"issue\": {\n                \"data\": {\n                    \"id\": \"1158\", \n                    \"type\": \"issues\"\n                }\n            }\n        }\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}/api/compliance/email_seeds","urlObject":{"protocol":"https","path":["api","compliance","email_seeds"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"aa6cdfeb-47e0-46ec-af76-37c7305930a2","name":"Email seeds create","originalRequest":{"method":"POST","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"email_seeds\",\n        \"attributes\":{\n            \"address\": \"hgallotto4@example.com\",\n            \"email_kind_code\": \"personal\"\n        },\n        \"relationships\": {\n            \"issue\": {\n                \"data\": {\n                    \"id\": \"{{bitex_issue_id}}\", \n                    \"type\": \"issues\"\n                }\n            }\n        }\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}/api/compliance/email_seeds"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Aug 2021 21:09:33 GMT"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"33fcb79e5a5f8e8419491e9d68ec1c9e\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"f11a2f0f-0440-427b-bbd5-4e37ce397cbf"},{"key":"X-Runtime","value":"0.289801"},{"key":"Vary","value":"Origin"},{"key":"X-Rack-CORS","value":"miss; no-origin"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=234sFdWGeP%2FEqdNJNfkxbyvIjc%2BgZVWHF3ZUVHjnJJgyHrxhxewY7t1mFcldBhBOKGoayHwKuCKDvLYYHB5MFxu9ySh6tHhM40DrtnrL5dgxRhr67pt26F7gggmo7jq1o4g%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"687100335cd357ae-IAD"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"1119\",\n        \"type\": \"email_seeds\",\n        \"attributes\": {\n            \"address\": \"hgallotto4@example.com\",\n            \"email_kind_code\": \"personal\",\n            \"created_at\": \"2021-08-30T21:09:33.000Z\",\n            \"updated_at\": \"2021-08-30T21:09:33.000Z\"\n        },\n        \"relationships\": {\n            \"issue\": {\n                \"data\": {\n                    \"id\": \"1179\",\n                    \"type\": \"issues\"\n                }\n            },\n            \"attachments\": {\n                \"data\": []\n            }\n        }\n    }\n}"}],"_postman_id":"5d427f38-f417-40ab-97aa-86f0e0e0ba8e"},{"name":"Update Email","id":"7cb1cfc7-f0b0-429b-843b-a037dc586d05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"X-Exchange-Api-Key","type":"text","value":"{{exchange_api_key}}"},{"key":"X-Exchange-Nonce","type":"text","value":"{{exchange_nonce}}"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\":\"email_seeds\",\n\t\t\"attributes\": {\n\t\t\t\"address\": \"person@example.com\",\n\t\t\t\"email_kind_code\": \"invoicing\"\n\t\t}\n\t},\n\t \n}"},"url":"https://{{domain}}/api/email_seeds/:id","urlObject":{"protocol":"https","path":["api","email_seeds",":id"],"host":["{{domain}}"],"query":[],"variable":[{"id":"8a473014-58d3-4c3d-ba3f-2219a91fb0b0","description":{"content":"<p>EmailSeed id</p>\n","type":"text/plain"},"type":"string","value":"","key":"id"}]}},"response":[{"id":"8fb1752d-8455-47a2-ac39-8a41ea601167","name":"Create Email","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\":\"email_seeds\",\n\t\t\"attributes\": {\n\t\t\t\"address\": \"person@example.com\",\n\t\t\t\"email_kind_code\": \"invoicing\"\n\t\t}\n\t},\n\t\"included\":[]\n}"},"url":"https://{{domain}}/api/email_seeds"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"2\",\n        \"type\": \"email_seeds\",\n        \"attributes\": {\n            \"address\": \"person@example.com\",\n            \"email_kind_code\": \"invoicing\",\n            \"created_at\": \"2018-10-23T17:50:58.000Z\",\n            \"updated_at\": \"2018-10-23T17:50:58.000Z\"\n        },\n        \"relationships\": {\n            \"issue\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"issues\"\n                }\n            },\n            \"attachments\": {\n                \"data\": []\n            }\n        }\n    }\n}"}],"_postman_id":"7cb1cfc7-f0b0-429b-843b-a037dc586d05"},{"name":"Create Argentina Invoicing Detail","id":"5f6d2a00-54a7-4e26-9faa-31d4058a8aa4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"argentina_invoicing_detail_seeds\",\n        \"attributes\":{\n            \"vat_status_code\": \"monotributo\",\n            \"tax_id\": \"20955754290\",\n            \"tax_id_kind_code\": \"cuit\",\n            \"receipt_kind_code\": \"a\",\n            \"full_name\": \"Pedrito Aimar\",\n            \"address\": \"Reconquista 3421\",\n            \"country\": \"AR\"\n        },\n        \"relationships\": {\n            \"issue\": {\n                \"data\": {\n                    \"id\": \"1158\", \n                    \"type\": \"issues\"\n                }\n            }\n        }\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}/api/compliance/argentina_invoicing_detail_seeds","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>vat_status_code</td>\n<td><code>inscripto</code>, <code>consumidor_final</code>, <code>monotributo</code>, <code>exento</code></td>\n</tr>\n<tr>\n<td>receipt_kind</td>\n<td><code>a</code>, <code>b</code></td>\n</tr>\n<tr>\n<td>tax_id_kind</td>\n<td><code>rut</code>, <code>cuit</code>, <code>cuil</code>, <code>dni</code>, <code>passport</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","compliance","argentina_invoicing_detail_seeds"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5f6d2a00-54a7-4e26-9faa-31d4058a8aa4"},{"name":"Update Argentina Invoicing Detail","id":"2087be7b-f6a1-42b4-81dd-a63c43fc6dd2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","description":"<p>API Key that belongs to your user</p>\n","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","description":"<p>Randomly generated value by you</p>\n","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","description":"<p>Your User Id</p>\n","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","description":"<p>Value generated using Api Secret and the previous values. See Authentication section.</p>\n","type":"text"},{"key":"X-Exchange","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\":\"argentina_invoicing_detail_seeds\",\n\t\t\"attributes\": {\n\t\t\t\"address\": \"Balcarce, 50, 0, CABA\",\n\t\t\t\"country\": \"AR\",\n\t\t\t\"full_name\": \"John, Doe\",\n\t\t\t\"receipt_kind_code\": \"b\",\n\t\t\t\"tax_id\": \"20123456786\",\n\t\t\t\"tax_id_kind_code\": \"cuil\",\n\t\t\t\"vat_status_code\": \"consumidor_final\"\n\t\t}\n\t},\n\t \n}"},"url":"https://{{domain}}/api/argentina_invoicing_detail_seeds/:id","urlObject":{"protocol":"https","path":["api","argentina_invoicing_detail_seeds",":id"],"host":["{{domain}}"],"query":[],"variable":[{"id":"fd41a2fb-95a3-4f3b-b0d6-5f6ef488f36a","description":{"content":"<p>ArgentinaInvoicingDetailSeed id</p>\n","type":"text/plain"},"type":"string","value":"","key":"id"}]}},"response":[{"id":"6a8a7e03-f59e-4340-a72f-32a1095861ac","name":"Create Invoicing Details","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\":\"argentina_invoicing_detail_seeds\",\n\t\t\"attributes\": {\n\t\t\t\"address\": \"Balcarce, 50, 0, CABA\",\n\t\t\t\"country\": \"AR\",\n\t\t\t\"full_name\": \"John, Doe\",\n\t\t\t\"receipt_kind_code\": \"b\",\n\t\t\t\"tax_id\": \"20123456786\",\n\t\t\t\"tax_id_kind_code\": \"cuil\",\n\t\t\t\"vat_status_code\": \"consumidor_final\"\n\t\t}\n\t},\n\t\"included\":[]\n}"},"url":"https://{{domain}}/api/argentina_invoicing_detail_seeds"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"1\",\n        \"type\": \"argentina_invoicing_detail_seeds\",\n        \"attributes\": {\n            \"vat_status_code\": \"consumidor_final\",\n            \"tax_id\": \"20123456786\",\n            \"tax_id_kind_code\": \"cuil\",\n            \"receipt_kind_code\": \"b\",\n            \"full_name\": \"John, doe\",\n            \"country\": \"AR\",\n            \"address\": \"Balcarce, 50, 0, CABA\",\n            \"created_at\": \"2018-10-23T18:04:41.000Z\",\n            \"updated_at\": \"2018-10-23T18:04:41.000Z\"\n        },\n        \"relationships\": {\n            \"issue\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"issues\"\n                }\n            },\n            \"attachments\": {\n                \"data\": []\n            }\n        }\n    }\n}"}],"_postman_id":"2087be7b-f6a1-42b4-81dd-a63c43fc6dd2"},{"name":"Create Allowance Seeds","id":"d7a7c359-006f-4455-9756-d1ac04d0eb45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\":\"allowance_seeds\",\n\t\t\"attributes\": {\n\t\t\t\"kind_code\": \"usd\"\n\t\t},\n\t\t\"relationships\": {\n\t\t\t\"issue\": {\n\t\t\t\t\"data\": {\n\t\t\t\t\t\"id\": \"1158\",\n\t\t\t\t\t\"type\": \"issues\"\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}/api/compliance/allowance_seeds","urlObject":{"protocol":"https","path":["api","compliance","allowance_seeds"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d7a7c359-006f-4455-9756-d1ac04d0eb45"},{"name":"Update Allowance Seed","id":"a868465f-10bf-47da-beb1-d116d08841ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","description":"<p>API Key that belongs to your user</p>\n","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","description":"<p>Randomly generated value by you</p>\n","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","description":"<p>Your User Id</p>\n","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","description":"<p>Value generated using Api Secret and the previous values. See Authentication section.</p>\n","type":"text"},{"key":"X-Exchange","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\":\"allowance_seeds\",\n\t\t\"attributes\": {\n\t\t\t\"kind_code\": \"usd\"\n\t\t}\n\t},\n\t \n}"},"url":"https://{{domain}}/api/allowance_seeds/:id","urlObject":{"protocol":"https","path":["api","allowance_seeds",":id"],"host":["{{domain}}"],"query":[],"variable":[{"id":"b7cdc4d7-1da2-444b-bb2e-e7a50eacae4e","description":{"content":"<p>AllowanceSeed id</p>\n","type":"text/plain"},"type":"string","value":"","key":"id"}]}},"response":[{"id":"d633e152-f607-4211-82c1-8378f8646bc1","name":"Create Allowance","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\":\"allowance_seeds\",\n\t\t\"attributes\": {\n\t\t\t\"kind_code\": \"usd\"\n\t\t}\n\t},\n\t\"included\":[]\n}"},"url":"https://{{domain}}/api/allowance_seeds"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"1\",\n        \"type\": \"allowance_seeds\",\n        \"attributes\": {\n            \"kind_code\": \"usd\",\n            \"created_at\": \"2018-10-23T18:04:40.000Z\",\n            \"updated_at\": \"2018-10-23T18:04:40.000Z\"\n        },\n        \"relationships\": {\n            \"issue\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"issues\"\n                }\n            },\n            \"attachments\": {\n                \"data\": []\n            }\n        }\n    }\n}"}],"_postman_id":"a868465f-10bf-47da-beb1-d116d08841ae"},{"name":"Create Attachments","id":"8fe74a3d-1463-49ab-b6f2-b3c41dd9c0c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"2{\n  \"data\": {\n    \"id\": \"1\",\n    \"type\": \"attachments\",\n    \"attributes\": {\n      \"document\": \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNk+P+/HgAFhAJ/wlseKgAAAABJRU5ErkJggg==\",\n      \"document_file_name\": \"idfront.jpg\",\n      \"document_content_type\": \"image/jpeg\",\n    },\n    \"relationships\": {\n      \"attached_to_seed\": {\n        \"data\": {\n          \"id\": \"1\",\n          \"type\": \"identification_seeds\"\n        }\n      }\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}/api/compliance/attachments","description":"<p>Attachments include a full base64 encoded version of the file as the document attribute.</p>\n<p>We accept the following file types:</p>\n<ul>\n<li>'image/bmp',</li>\n<li>'image/jpeg',</li>\n<li>'image/jpg',</li>\n<li>'image/gif',</li>\n<li>'image/png'</li>\n<li>'application/pdf',</li>\n<li>'application/zip',</li>\n<li>'application/x-rar-compressed'</li>\n</ul>\n<p>Keep in mind just changing the extension won't work, if the file format you want to send is not supported, put it in a <code>.zip</code> or <code>.rar</code> and upload that.</p>\n","urlObject":{"protocol":"https","path":["api","compliance","attachments"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8fe74a3d-1463-49ab-b6f2-b3c41dd9c0c8"}],"id":"da6f7070-ecc1-49c9-b5f9-a53349b0a90e","description":"<p>Seeds collectively can contain all the information we require from you in order to make due dilligence and accept a customer.</p>\n<p>At the API level, most values for seeds are valid.</p>\n<p>Which seeds to submit, how many, and the fields to use, will depend on the compliance program that applies to the specific account, which you should have been informed about already.</p>\n<p>If in doubt, just contact us.</p>\n","_postman_id":"da6f7070-ecc1-49c9-b5f9-a53349b0a90e"},{"name":"Webhooks","item":[],"id":"ca352f3d-218f-4d19-8c13-e44fa6f569b0","description":"<p>When you finish adding Seeds to an Issue you announce it's complete so our compliance officers can review it.</p>\n<p>After this point, you should wait for <em>Webhooks</em> to arrive indicating one of the following events:</p>\n<ul>\n<li><strong>account_enabled</strong></li>\n<li><strong>account_rejected</strong></li>\n<li><strong>account_disabled</strong></li>\n<li><strong>account_observed</strong></li>\n</ul>\n<p>Your endpoint should return a response with status 200. Otherwise, we will keep sending the same webhook until we get the confirmation. If you don't have the webhook setup, please contact support.</p>\n<p>Events <strong>account_enabled</strong>, <strong>account_rejected</strong> and <strong>account_disabled</strong> have the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   \"data\":{\n      \"id\":\"2\",\n      \"type\":\"events\",\n      \"attributes\":{\n         \"event_type\":\"account_enabled\",\n         \"created_at\":\"2021-09-02T15:53:14.237Z\",\n         \"sent_at\":null\n      },\n      \"relationships\":{\n         \"account\":{\n            \"data\":{\n               \"id\":\"10001\",\n               \"type\":\"accounts\"\n            }\n         }\n      }\n   },\n   \"included\":[\n      {\n         \"id\":\"10001\",\n         \"type\":\"accounts\"\n      }\n   ]\n}\n\n</code></pre>\n<p>Event <strong>account_observed</strong> provides a more detailed payload:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   \"data\":{\n      \"id\":\"2\",\n      \"type\":\"events\",\n      \"attributes\":{\n         \"event_type\":\"account_observed\",\n         \"created_at\":\"2021-09-02T16:01:50.051Z\",\n         \"sent_at\":null,\n         \"kyc_profile\":{\n            \"changed_by_customer_at\":1630598509,\n            \"reviewed_by_admin_at\":1630598509,\n            \"rejection_message\":\"\",\n            \"first_name\":\"José\",\n            \"last_name\":\"Perez\",\n            \"personal_id_type\":\"national_id\",\n            \"personal_id_number\":\"31234567\",\n            \"personal_id_issuer_country\":\"AR\",\n            \"tax_id\":\"31234567\",\n            \"contact_email\":null,\n            \"birth_date\":\"1985-10-08\",\n            \"gender\":\"male\",\n            \"occupation\":\"A hard job for anyone\",\n            \"nationality\":\"AR\",\n            \"accepted_usage_tier\":null,\n            \"usage_tier\":null,\n            \"home_address\":null,\n            \"work_address\":null,\n            \"phone_numbers\":null,\n            \"politically_exposed_person\":null,\n            \"legal_entity\":null,\n            \"company_name\":null,\n            \"company_registration_number\":null,\n            \"company_country\":null,\n            \"company_address\":null,\n            \"company_tax_id\":null,\n            \"company_activity\":null,\n            \"company_registration_date\":null,\n            \"company_manager\":null,\n            \"kyc_rejection_reasons\":[\n               {\n                  \"detail_es\":\"Illegible id\",\n                  \"detail_en\":\"Illegible id\",\n                  \"detail_pt\":\"Illegible id\",\n                  \"code\":\"Illegible id\",\n                  \"id\":\"949\"\n               }\n            ]\n         }\n      },\n      \"relationships\":{\n         \"account\":{\n            \"data\":{\n               \"id\":\"10001\",\n               \"type\":\"accounts\"\n            }\n         }\n      }\n   },\n   \"included\":[\n      {\n         \"id\":\"10001\",\n         \"type\":\"accounts\"\n      }\n   ]\n}\n\n</code></pre>\n<p>In this case, you have to answer the Observations associated to the issue. Please read <a href=\"#8758fe7f-7031-42d9-8542-ba695126a297\">Observations</a> for more details.</p>\n","_postman_id":"ca352f3d-218f-4d19-8c13-e44fa6f569b0"},{"name":"Observations","item":[{"name":"Get Observation","id":"5e950be1-fb86-4590-9b62-e0ed24649f6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","description":"<p>API Key that belongs to your user</p>\n","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","description":"<p>Randomly generated value by you</p>\n","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","description":"<p>Your User Id</p>\n","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","description":"<p>Value generated using Api Secret and the previous values. See Authentication section.</p>\n","type":"text"},{"key":"X-Exchange","value":"true","type":"text"}],"url":"https://{{domain}}/api/compliance/observations/:observation_id","urlObject":{"protocol":"https","path":["api","compliance","observations",":observation_id"],"host":["{{domain}}"],"query":[],"variable":[{"id":"2a24eec3-85b7-437f-861b-2a1f2e533b10","type":"any","value":null,"key":"observation_id"}]}},"response":[{"id":"347e14f5-9b25-4a46-a5f4-ccbcad169dbe","name":"Get Observation","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","description":"API Key that belongs to your user","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","description":"Randomly generated value by you","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","description":"Your User Id","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","description":"Value generated using Api Secret and the previous values. See Authentication section.","type":"text"},{"key":"X-Exchange","value":"true","type":"text"}],"url":{"raw":"https://{{domain}}/api/compliance/observations/:observation_id","protocol":"https","host":["{{domain}}"],"path":["api","compliance","observations",":observation_id"],"variable":[{"key":"observation_id","value":null}]}},"_postman_previewlanguage":"json","header":[""],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"946\",\n        \"type\": \"observations\",\n        \"attributes\": {\n            \"note\": \"Completar el apellido del cliente\",\n            \"reply\": null,\n            \"state\": \"new\",\n            \"scope\": \"client\",\n            \"subject_es\": \"incomplete_form\",\n            \"body_es\": \"El formulario no se encuentra completo en su totalidad. Por favor complete sus datos personales sin omitir ningún campo.\",\n            \"subject_en\": \"incomplete_form\",\n            \"body_en\": \"The form is not complete in its entirety. Please complete your personal information without omitting any field.\",\n            \"subject_pt\": \"incomplete_form\",\n            \"body_pt\": \"O formulário não está completo em sua totalidade. Por favor, preencha suas informações pessoais sem omitir qualquer campo.\"\n        },\n        \"relationships\": {\n            \"observation_reason\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"observation_reasons\"\n                }\n            },\n            \"observable\": {\n                \"data\": {\n                    \"id\": \"326\",\n                    \"type\": \"natural_docket_seeds\"\n                }\n            }\n        }\n    },\n    \"included\": [\n        {\n            \"id\": \"1\",\n            \"type\": \"observation_reasons\",\n            \"attributes\": {\n                \"subject_en\": \"incomplete_form\",\n                \"body_en\": \"The form is not complete in its entirety. Please complete your personal information without omitting any field.\",\n                \"subject_es\": \"incomplete_form\",\n                \"body_es\": \"El formulario no se encuentra completo en su totalidad. Por favor complete sus datos personales sin omitir ningún campo.\",\n                \"subject_pt\": \"incomplete_form\",\n                \"body_pt\": \"O formulário não está completo em sua totalidade. Por favor, preencha suas informações pessoais sem omitir qualquer campo.\",\n                \"scope\": \"client\"\n            }\n        },\n        {\n            \"id\": \"326\",\n            \"type\": \"natural_docket_seeds\",\n            \"attributes\": {\n                \"first_name\": \"Juan Carlos\",\n                \"last_name\": \"\",\n                \"nationality\": \"AR\",\n                \"gender_code\": null,\n                \"marital_status_code\": null,\n                \"job_title\": null,\n                \"job_description\": null,\n                \"expected_investment\": null,\n                \"politically_exposed\": false,\n                \"politically_exposed_reason\": null,\n                \"birth_date\": \"1985-10-08\",\n                \"created_at\": \"2022-03-14T18:30:44.000Z\",\n                \"updated_at\": \"2022-03-14T18:34:23.000Z\"\n            },\n            \"relationships\": {\n                \"issue\": {\n                    \"data\": {\n                        \"id\": \"2271\",\n                        \"type\": \"issues\"\n                    }\n                },\n                \"attachments\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"2271\",\n            \"type\": \"issues\",\n            \"attributes\": {\n                \"state\": \"observed\",\n                \"reason_code\": \"further_clarification\",\n                \"created_at\": \"2022-03-14T18:25:41.000Z\",\n                \"updated_at\": \"2022-03-14T18:34:24.000Z\"\n            },\n            \"relationships\": {\n                \"user\": {\n                    \"data\": {\n                        \"id\": \"1554\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"person\": {\n                    \"data\": {\n                        \"id\": \"1605\",\n                        \"type\": \"people\"\n                    }\n                },\n                \"natural_docket_seed\": {\n                    \"data\": {\n                        \"id\": \"326\",\n                        \"type\": \"natural_docket_seeds\"\n                    }\n                },\n                \"legal_entity_docket_seed\": {\n                    \"data\": null\n                },\n                \"argentina_invoicing_detail_seed\": {\n                    \"data\": null\n                },\n                \"chile_invoicing_detail_seed\": {\n                    \"data\": null\n                },\n                \"identification_seeds\": {\n                    \"data\": []\n                },\n                \"domicile_seeds\": {\n                    \"data\": []\n                },\n                \"phone_seeds\": {\n                    \"data\": []\n                },\n                \"email_seeds\": {\n                    \"data\": []\n                },\n                \"allowance_seeds\": {\n                    \"data\": []\n                },\n                \"affinity_seeds\": {\n                    \"data\": []\n                },\n                \"observations\": {\n                    \"data\": [\n                        {\n                            \"id\": \"946\",\n                            \"type\": \"observations\"\n                        }\n                    ]\n                },\n                \"note_seeds\": {\n                    \"data\": []\n                },\n                \"account\": {\n                    \"data\": {\n                        \"id\": \"1713\",\n                        \"type\": \"accounts\"\n                    }\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"5e950be1-fb86-4590-9b62-e0ed24649f6b"},{"name":"Update Observation","id":"3a495265-7add-45e8-881d-5aafa211b0f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","description":"<p>API Key that belongs to your user</p>\n","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","description":"<p>Randomly generated value by you</p>\n","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","description":"<p>Your User Id</p>\n","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","description":"<p>Value generated using Api Secret and the previous values. See Authentication section.</p>\n","type":"text"},{"key":"X-Exchange","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"observations\",\n        \"attributes\": {\n            \"reply\": \"Contreras\"\n        }\n    }\n}"},"url":"https://{{domain}}/api/compliance/observations/:observation_id","urlObject":{"protocol":"https","path":["api","compliance","observations",":observation_id"],"host":["{{domain}}"],"query":[],"variable":[{"id":"fa258665-5d4c-4b7d-b6a1-4a1a5fb2e8dd","type":"any","value":null,"key":"observation_id"}]}},"response":[{"id":"283c9090-beff-4092-aa83-18770e9889e6","name":"Update Observation","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","description":"API Key that belongs to your user","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","description":"Randomly generated value by you","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","description":"Your User Id","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","description":"Value generated using Api Secret and the previous values. See Authentication section.","type":"text"},{"key":"X-Exchange","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"observations\",\n        \"attributes\": {\n            \"reply\": \"Se envió el apellido del cliente\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{domain}}/api/compliance/observations/:observation_id","protocol":"https","host":["{{domain}}"],"path":["api","compliance","observations",":observation_id"],"variable":[{"key":"observation_id","value":null}]}},"_postman_previewlanguage":"json","header":[""],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"946\",\n        \"type\": \"observations\",\n        \"attributes\": {\n            \"note\": \"Completar el apellido del cliente\",\n            \"reply\": \"Contreras\",\n            \"state\": \"answered\",\n            \"scope\": \"client\",\n            \"subject_es\": \"incomplete_form\",\n            \"body_es\": \"El formulario no se encuentra completo en su totalidad. Por favor complete sus datos personales sin omitir ningún campo.\",\n            \"subject_en\": \"incomplete_form\",\n            \"body_en\": \"The form is not complete in its entirety. Please complete your personal information without omitting any field.\",\n            \"subject_pt\": \"incomplete_form\",\n            \"body_pt\": \"O formulário não está completo em sua totalidade. Por favor, preencha suas informações pessoais sem omitir qualquer campo.\"\n        },\n        \"relationships\": {\n            \"observation_reason\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"observation_reasons\"\n                }\n            },\n            \"observable\": {\n                \"data\": {\n                    \"id\": \"326\",\n                    \"type\": \"natural_docket_seeds\"\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"3a495265-7add-45e8-881d-5aafa211b0f2"}],"id":"44dac705-619f-4ad9-b291-3570d971cea6","description":"<p>Observations are created by the Compliance team to address an inconsistency in the information provided or to ask for more details regarding the Account profile.</p>\n<p>We encourage using the <a href=\"#8758fe7f-7031-42d9-8542-ba695126a297\">Webhooks</a> mechanism to be notified that an account has been observed.</p>\n<p>To answer observations, please follow these steps:</p>\n<p>When receiving an <strong>account_observed</strong> event, you should see the following relevant information:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   \"data\":{\n      \"id\":\"2\",\n      \"type\":\"events\",\n      \"attributes\":{\n         \"event_type\":\"account_observed\",\n         \"created_at\":\"2021-09-02T16:01:50.051Z\",\n         \"sent_at\":null,\n         \"kyc_profile\":{\n            ...,\n            \"kyc_rejection_reasons\":[\n               {\n                  \"detail_es\":\"Illegible id\",\n                  \"detail_en\":\"Illegible id\",\n                  \"detail_pt\":\"Illegible id\",\n                  \"code\":\"Illegible id\",\n                  \"id\":\"949\"\n               }\n            ]\n         }\n      },\n      \"relationships\": {...}\n   },\n   \"included\":[...]\n}\n\n</code></pre>\n<p>Inside the <em>kyc_rejection_reasons</em> you will see all the observations the person has to answer to the Compliance team.</p>\n<hr />\n<p>Per <strong>kyc_rejection_reasons</strong>, you should:</p>\n<p><strong>Step 1</strong></p>\n<p>Do a request to <a href=\"#4ce8c8af-7ba4-40f7-a11e-1c4b32522306\">GET Observation</a></p>\n<p><strong>Step 2 (Optional)</strong></p>\n<p>If it has an Observable associated to it, you can add an Attachment to that resource. For example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"data\": {\n        \"id\": \"946\",\n        \"type\": \"observations\",\n        \"attributes\": {...},\n        \"relationships\": {\n            \"observation_reason\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"observation_reasons\"\n                }\n            },\n            \"observable\": {\n                \"data\": {\n                    \"id\": \"326\",\n                    \"type\": \"natural_docket_seeds\"\n                }\n            }\n        }\n    },\n    \"included\": [...]\n}\n\n</code></pre>\n<p>This means you can do <a href=\"#9d7b3804-151d-4235-8f92-6d8f12f5d4df\">Create an Attachment</a> with the following body:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"data\": {\n    \"id\": \"1\",\n    \"type\": \"attachments\",\n    \"attributes\": {\n      \"document\": \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNk+P+/HgAFhAJ/wlseKgAAAABJRU5ErkJggg==\",\n      \"document_file_name\": \"idfront.jpg\",\n      \"document_content_type\": \"image/jpeg\",\n    },\n    \"relationships\": {\n      \"attached_to_seed\": {\n        \"data\": {\n          \"id\": \"326\",\n          \"type\": \"natural_docket_seeds\"\n        }\n      }\n    }\n  }\n}\n\n</code></pre>\n<p>Please note that that <code>observable -&gt; data</code> in the first payload IS THE SAME as the <code>relationships -&gt; attached_to_seed -&gt; data</code>.</p>\n<p>If the Observation doesn't have an Observable related to it, it means that it cannot receive Attachments and therefore you must skip it. Otherwise, it's up to you to provide attachments or not.</p>\n<p><strong>Step 3</strong></p>\n<p><a href=\"#89f894a7-a02c-4e31-ac59-3494f418abd6\">Answer the Observation</a> by providing the <code>reply</code> attribute as shown in the examples.</p>\n<hr />\n<p>Once you have answered each of these observations, our Compliance team will review the information and decide if the person is approved or rejected.</p>\n","_postman_id":"44dac705-619f-4ad9-b291-3570d971cea6"},{"name":"Get Person","event":[{"listen":"test","script":{"id":"d9fd191c-ea22-4ba1-9ede-368d26a9e2e7","exec":[""],"type":"text/javascript"}}],"id":"e3f91060-d6b3-4b72-a562-29ca90953a78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}/api/compliance/accounts/:account_id/person","urlObject":{"protocol":"https","path":["api","compliance","accounts",":account_id","person"],"host":["{{domain}}"],"query":[],"variable":[{"type":"any","value":"","key":"account_id"}]}},"response":[{"id":"f65037f3-6ffe-4c0c-9d5c-fd73397a9572","name":"Get Person","originalRequest":{"method":"GET","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{domain}}/api/compliance/accounts/:account_id/person","protocol":"https","host":["{{domain}}"],"path":["api","compliance","accounts",":account_id","person"],"variable":[{"key":"account_id","value":"1359"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 20 Sep 2022 15:01:33 GMT"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"5b088ba9dbf21a08d1e616347aabfaf0\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"20afb924-b0d9-4592-b5aa-8291068ecb86"},{"key":"X-Runtime","value":"0.211600"},{"key":"X-Rack-CORS","value":"miss; no-origin"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=aU9LWbKhZws3RJotjxL0%2FFiUevELEdvnSD9xgjd6RbDZOWSIrA4Lya0tgOCX6WwBlhOsq0RTXvE9Jv%2FIvafHv7ZeTWQoDMya4ZmsaqVVdatJmNblJJ9N%2Fw%2FlyYCurTZYc1s%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"74db6fe05896f7f2-EZE"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"1263\",\n        \"type\": \"people\",\n        \"attributes\": {\n            \"enabled\": true,\n            \"person_type\": \"natural_person\",\n            \"state\": \"enabled\",\n            \"created_at\": \"2021-11-11T18:52:06.000Z\",\n            \"updated_at\": \"2021-11-11T18:52:06.000Z\"\n        },\n        \"relationships\": {\n            \"identifications\": {\n                \"data\": [\n                    {\n                        \"id\": \"71\",\n                        \"type\": \"identifications\"\n                    },\n                    {\n                        \"id\": \"72\",\n                        \"type\": \"identifications\"\n                    },\n                    {\n                        \"id\": \"73\",\n                        \"type\": \"identifications\"\n                    },\n                    {\n                        \"id\": \"74\",\n                        \"type\": \"identifications\"\n                    },\n                    {\n                        \"id\": \"75\",\n                        \"type\": \"identifications\"\n                    },\n                    {\n                        \"id\": \"76\",\n                        \"type\": \"identifications\"\n                    }\n                ]\n            },\n            \"domiciles\": {\n                \"data\": [\n                    {\n                        \"id\": \"80\",\n                        \"type\": \"domiciles\"\n                    }\n                ]\n            },\n            \"phones\": {\n                \"data\": [\n                    {\n                        \"id\": \"57\",\n                        \"type\": \"phones\"\n                    }\n                ]\n            },\n            \"emails\": {\n                \"data\": [\n                    {\n                        \"id\": \"1240\",\n                        \"type\": \"emails\"\n                    },\n                    {\n                        \"id\": \"1332\",\n                        \"type\": \"emails\"\n                    }\n                ]\n            },\n            \"allowances\": {\n                \"data\": []\n            },\n            \"affinities\": {\n                \"data\": []\n            },\n            \"natural_dockets\": {\n                \"data\": [\n                    {\n                        \"id\": \"66\",\n                        \"type\": \"natural_dockets\"\n                    }\n                ]\n            },\n            \"legal_entity_dockets\": {\n                \"data\": []\n            },\n            \"argentina_invoicing_details\": {\n                \"data\": [\n                    {\n                        \"id\": \"49\",\n                        \"type\": \"argentina_invoicing_details\"\n                    }\n                ]\n            },\n            \"chile_invoicing_details\": {\n                \"data\": []\n            }\n        }\n    },\n    \"included\": [\n        {\n            \"id\": \"71\",\n            \"type\": \"identifications\",\n            \"attributes\": {\n                \"identification_kind_code\": \"national_id\",\n                \"number\": \"332132132\",\n                \"issuer\": \"AR\",\n                \"public_registry_authority\": null,\n                \"public_registry_book\": null,\n                \"public_registry_extra_data\": null,\n                \"created_at\": \"2021-11-24T18:24:30.000Z\",\n                \"updated_at\": \"2021-11-24T18:24:30.000Z\"\n            },\n            \"relationships\": {\n                \"person\": {\n                    \"data\": {\n                        \"id\": \"1263\",\n                        \"type\": \"people\"\n                    }\n                },\n                \"replaced_by\": {\n                    \"data\": null\n                },\n                \"attachments\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"72\",\n            \"type\": \"identifications\",\n            \"attributes\": {\n                \"identification_kind_code\": \"national_id\",\n                \"number\": \"333333\",\n                \"issuer\": \"AR\",\n                \"public_registry_authority\": null,\n                \"public_registry_book\": null,\n                \"public_registry_extra_data\": null,\n                \"created_at\": \"2021-11-24T18:24:30.000Z\",\n                \"updated_at\": \"2021-11-24T18:24:30.000Z\"\n            },\n            \"relationships\": {\n                \"person\": {\n                    \"data\": {\n                        \"id\": \"1263\",\n                        \"type\": \"people\"\n                    }\n                },\n                \"replaced_by\": {\n                    \"data\": null\n                },\n                \"attachments\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"73\",\n            \"type\": \"identifications\",\n            \"attributes\": {\n                \"identification_kind_code\": \"national_id\",\n                \"number\": \"12321\",\n                \"issuer\": \"AR\",\n                \"public_registry_authority\": null,\n                \"public_registry_book\": null,\n                \"public_registry_extra_data\": null,\n                \"created_at\": \"2021-11-24T18:24:30.000Z\",\n                \"updated_at\": \"2021-11-24T18:24:30.000Z\"\n            },\n            \"relationships\": {\n                \"person\": {\n                    \"data\": {\n                        \"id\": \"1263\",\n                        \"type\": \"people\"\n                    }\n                },\n                \"replaced_by\": {\n                    \"data\": null\n                },\n                \"attachments\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"74\",\n            \"type\": \"identifications\",\n            \"attributes\": {\n                \"identification_kind_code\": \"national_id\",\n                \"number\": \"12321\",\n                \"issuer\": \"AR\",\n                \"public_registry_authority\": null,\n                \"public_registry_book\": null,\n                \"public_registry_extra_data\": null,\n                \"created_at\": \"2021-11-24T18:24:30.000Z\",\n                \"updated_at\": \"2021-11-24T18:24:30.000Z\"\n            },\n            \"relationships\": {\n                \"person\": {\n                    \"data\": {\n                        \"id\": \"1263\",\n                        \"type\": \"people\"\n                    }\n                },\n                \"replaced_by\": {\n                    \"data\": null\n                },\n                \"attachments\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"75\",\n            \"type\": \"identifications\",\n            \"attributes\": {\n                \"identification_kind_code\": \"national_id\",\n                \"number\": \"36688677\",\n                \"issuer\": \"AR\",\n                \"public_registry_authority\": null,\n                \"public_registry_book\": null,\n                \"public_registry_extra_data\": null,\n                \"created_at\": \"2021-11-24T18:24:30.000Z\",\n                \"updated_at\": \"2021-11-24T18:24:30.000Z\"\n            },\n            \"relationships\": {\n                \"person\": {\n                    \"data\": {\n                        \"id\": \"1263\",\n                        \"type\": \"people\"\n                    }\n                },\n                \"replaced_by\": {\n                    \"data\": null\n                },\n                \"attachments\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"76\",\n            \"type\": \"identifications\",\n            \"attributes\": {\n                \"identification_kind_code\": \"national_id\",\n                \"number\": \"36688677\",\n                \"issuer\": \"AR\",\n                \"public_registry_authority\": null,\n                \"public_registry_book\": null,\n                \"public_registry_extra_data\": null,\n                \"created_at\": \"2021-11-24T18:24:30.000Z\",\n                \"updated_at\": \"2021-11-24T18:24:30.000Z\"\n            },\n            \"relationships\": {\n                \"person\": {\n                    \"data\": {\n                        \"id\": \"1263\",\n                        \"type\": \"people\"\n                    }\n                },\n                \"replaced_by\": {\n                    \"data\": null\n                },\n                \"attachments\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"80\",\n            \"type\": \"domiciles\",\n            \"attributes\": {\n                \"country\": \"AR\",\n                \"state\": \"buenos aires\",\n                \"city\": \"buenos aires\",\n                \"street_address\": \"av centenera\",\n                \"street_number\": \"847\",\n                \"postal_code\": \"1424\",\n                \"floor\": \"1\",\n                \"apartment\": \"b\",\n                \"created_at\": \"2021-11-24T18:24:30.000Z\",\n                \"updated_at\": \"2021-11-24T18:24:30.000Z\"\n            },\n            \"relationships\": {\n                \"person\": {\n                    \"data\": {\n                        \"id\": \"1263\",\n                        \"type\": \"people\"\n                    }\n                },\n                \"replaced_by\": {\n                    \"data\": null\n                },\n                \"attachments\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"57\",\n            \"type\": \"phones\",\n            \"attributes\": {\n                \"number\": \"111111111\",\n                \"phone_kind_code\": \"main\",\n                \"country\": \"AR\",\n                \"has_whatsapp\": false,\n                \"has_telegram\": false,\n                \"note\": null,\n                \"created_at\": \"2021-11-24T18:24:30.000Z\",\n                \"updated_at\": \"2021-11-24T18:24:30.000Z\"\n            },\n            \"relationships\": {\n                \"person\": {\n                    \"data\": {\n                        \"id\": \"1263\",\n                        \"type\": \"people\"\n                    }\n                },\n                \"replaced_by\": {\n                    \"data\": null\n                },\n                \"attachments\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"1240\",\n            \"type\": \"emails\",\n            \"attributes\": {\n                \"address\": \"mgarcia+domicile1@bitex.la\",\n                \"email_kind_code\": \"authentication\",\n                \"created_at\": \"2021-11-11T18:52:06.000Z\",\n                \"updated_at\": \"2021-11-11T18:52:06.000Z\"\n            },\n            \"relationships\": {\n                \"person\": {\n                    \"data\": {\n                        \"id\": \"1263\",\n                        \"type\": \"people\"\n                    }\n                },\n                \"replaced_by\": {\n                    \"data\": null\n                },\n                \"attachments\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"1332\",\n            \"type\": \"emails\",\n            \"attributes\": {\n                \"address\": \"mgarcia@bitex.la\",\n                \"email_kind_code\": \"invoicing\",\n                \"created_at\": \"2021-11-24T18:24:30.000Z\",\n                \"updated_at\": \"2021-11-24T18:24:30.000Z\"\n            },\n            \"relationships\": {\n                \"person\": {\n                    \"data\": {\n                        \"id\": \"1263\",\n                        \"type\": \"people\"\n                    }\n                },\n                \"replaced_by\": {\n                    \"data\": null\n                },\n                \"attachments\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"66\",\n            \"type\": \"natural_dockets\",\n            \"attributes\": {\n                \"first_name\": \"matias\",\n                \"last_name\": \"garcia\",\n                \"nationality\": \"AR\",\n                \"gender_code\": \"male\",\n                \"marital_status_code\": \"single\",\n                \"job_title\": null,\n                \"job_description\": null,\n                \"expected_investment\": null,\n                \"politically_exposed\": false,\n                \"politically_exposed_reason\": null,\n                \"birth_date\": \"1992-11-03\",\n                \"created_at\": \"2021-11-24T18:24:30.000Z\",\n                \"updated_at\": \"2021-11-24T18:24:30.000Z\"\n            },\n            \"relationships\": {\n                \"person\": {\n                    \"data\": {\n                        \"id\": \"1263\",\n                        \"type\": \"people\"\n                    }\n                },\n                \"replaced_by\": {\n                    \"data\": null\n                },\n                \"attachments\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"49\",\n            \"type\": \"argentina_invoicing_details\",\n            \"attributes\": {\n                \"vat_status_code\": \"inscripto\",\n                \"tax_id\": \"36688677\",\n                \"tax_id_kind_code\": \"cuit\",\n                \"receipt_kind_code\": \"a\",\n                \"full_name\": \"matias, garcia\",\n                \"country\": \"AR\",\n                \"address\": null,\n                \"created_at\": \"2021-11-24T18:24:30.000Z\",\n                \"updated_at\": \"2021-11-24T18:24:30.000Z\"\n            },\n            \"relationships\": {\n                \"person\": {\n                    \"data\": {\n                        \"id\": \"1263\",\n                        \"type\": \"people\"\n                    }\n                },\n                \"replaced_by\": {\n                    \"data\": null\n                },\n                \"attachments\": {\n                    \"data\": []\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"e3f91060-d6b3-4b72-a562-29ca90953a78"}],"id":"25b7efcd-4042-4fa8-bfe2-b35961ecad4d","description":"<p>Once you <a href=\"#2dde6507-8052-48b6-a9a8-1034f07419f6\">Create An Account</a>, you have to use the Compliance APIs to fill the Accounts' personal information.</p>\n<p>Per Account you must:</p>\n<ol>\n<li><a href=\"#49f2f489-d73b-4a36-a5e2-8e14d3f9194b\">Create an Issue</a> associated to an Account.</li>\n<li><a href=\"#8a5a58c8-29b8-4d88-be39-b6d58020879a\">Associate Seeds that identify the personal information</a></li>\n<li><a href=\"#a9a97332-343e-40d3-9c2e-418188e99af6\">Complete an Issue</a></li>\n</ol>\n<p>After step 3, you should wait for an Webhook to arrive telling you if the Account is enabled to operate or not. Please see <a href=\"#8758fe7f-7031-42d9-8542-ba695126a297\">the Webhooks documentation</a></p>\n<hr />\n<p>Some legacy documentation of the Compliance APIs can be found\n<a href=\"https://api.bitex.la/docs/users/contact_compliance/\">here</a>.</p>\n<p>Please note that, if you are using that documentation:</p>\n<ul>\n<li>Requests must be done using the Authentication Headers detailed in this document.</li>\n<li>Endpoints are accessible through <code>/api/compliance/...</code>. Rather than calling <code>/api/issues</code>, <code>/api/natural_docket_seeds</code>, please use <code>/api/compliance/issues</code>, <code>/api/compliance/natural_docket_seeds</code> or else it won't work.</li>\n<li>There is no concept of <code>User</code>. This concept is replaced with <code>Account</code>s.</li>\n</ul>\n","_postman_id":"25b7efcd-4042-4fa8-bfe2-b35961ecad4d"},{"name":"Deposit Tickets","item":[{"name":"Deposit Crypto","item":[{"name":"Show Deposit Info","id":"03f54645-9a7d-4524-b8d9-1e3f2b1f0345","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{domain}}/api/exchange/accounts/:account_id/products/:product_code/deposit_infos","description":"<p>Retrieves a deposit keys information from a particular asset to send cryptocurrency funds.</p>\n<ul>\n<li><code>product_code</code>: Example: <code>usdt</code>, <code>btc</code>, <code>eth</code>. Check the <a href=\"#92f8ebf8-e3d3-4850-bf8f-f6031ba4201f\">Tickers API</a> to see the available products.</li>\n<li><code>account_id</code>: account ID you manage.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","exchange","accounts",":account_id","products",":product_code","deposit_infos"],"host":["{{domain}}"],"query":[],"variable":[{"id":"fc2cad26-23ef-4df7-9f9c-5e071a13e7e4","description":{"content":"<p>Account ID you manage</p>\n","type":"text/plain"},"type":"any","value":null,"key":"account_id"},{"id":"4efdee65-4ddf-4c6c-80da-bc0abaaee299","description":{"content":"<p>Code that identifies asset wallet. For example: \"btc\" for Bitcoin</p>\n","type":"text/plain"},"type":"any","value":null,"key":"product_code"}]}},"response":[{"id":"2de556d3-6b0a-408f-af14-478f40f9681a","name":"Show Deposit Info BTC","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{domain_v2}}/api/exchange/accounts/:account_id/products/:product_code/deposit_infos","protocol":"https","host":["{{domain_v2}}"],"path":["api","exchange","accounts",":account_id","products",":product_code","deposit_infos"],"variable":[{"key":"account_id","value":null,"description":"Account ID you manage"},{"key":"product_code","value":null,"description":"Code that identifies asset wallet. For example: \"btc\" for Bitcoin"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": null,\n        \"type\": \"deposit_infos\",\n        \"attributes\": {\n            \"deposit_info\": \"tb1qvx0ytz69ydsmd593j3man082a4rgqsqcdrlrm2\"\n        }\n    }\n}"},{"id":"46238e42-9cff-4af5-9790-50d56aa7b47c","name":"Show Deposit Info ETH","originalRequest":{"method":"GET","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://{{domain_v2}}/api/exchange/accounts/:account_id/products/:product_code/deposit_infos","protocol":"https","host":["{{domain_v2}}"],"path":["api","exchange","accounts",":account_id","products",":product_code","deposit_infos"],"variable":[{"key":"account_id","value":null,"description":"Account ID you manage"},{"key":"product_code","value":null,"description":"Code that identifies asset wallet. For example: \"btc\" for Bitcoin"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": null,\n        \"type\": \"deposit_infos\",\n        \"attributes\": {\n            \"deposit_info\": \"0xCeBBA1B8df666b8365D048f7ad740B1Acab3E0B1\"\n        }\n    }\n}"}],"_postman_id":"03f54645-9a7d-4524-b8d9-1e3f2b1f0345"}],"id":"79252c63-96f8-45a2-8583-9e9546378571","description":"<p>This API returns information about the crypto assets address of the accounts that you manage.\n<br /></p>\n<p><strong>Important</strong>\n<br />\nBEFORE make a new crypto currency transfer to user's address, always you must ask for it.\n<br /></p>\n<p>The crypto transfer must be made on the corresponding blockchain. Once the transfer was done, Bitex checks the transfer and creates a deposit ticket automatically.\n<br /></p>\n<p>To check the deposit tickets you should look at <a href=\"##8b9bb54e-6cad-4cb9-a9c6-d7904876fd15\">Show Deposit Ticket</a> or <a href=\"#92fe65d2-f3ee-46aa-8587-a07858f57ad7\">List Deposit Ticket\n</a> API's</p>\n","_postman_id":"79252c63-96f8-45a2-8583-9e9546378571"},{"name":"Show Deposit Ticket","id":"74fcff69-3d34-4b84-80a8-296ee9eb9fcb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{domain}}/api/exchange/accounts/:account_id/deposit_tickets/:ticket_code","description":"<p>Returns details about a single deposit ticket. A deposit ticket documents that a deposit was made or attempted.  You need to send the ticket code to get the information about it.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ticket_code</td>\n<td>UUID that identifies ticket.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","exchange","accounts",":account_id","deposit_tickets",":ticket_code"],"host":["{{domain}}"],"query":[],"variable":[{"id":"5211447b-cef8-423c-98ac-200cca342ad5","description":{"content":"<p>Account ID you manage</p>\n","type":"text/plain"},"type":"any","value":"","key":"account_id"},{"id":"bcec0650-e88a-4cd8-b3b3-153905a24bfb","description":{"content":"<p>UUID that identifies Ticket</p>\n","type":"text/plain"},"type":"any","value":"","key":"ticket_code"}]}},"response":[{"id":"f4efc212-de63-4482-bcdf-623d4e690172","name":"Deposit ARS Ticket","originalRequest":{"method":"GET","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://{{domain_v2}}/api/exchange/accounts/:account_id/deposit_tickets/:ticket_code","protocol":"https","host":["{{domain_v2}}"],"path":["api","exchange","accounts",":account_id","deposit_tickets",":ticket_code"],"variable":[{"key":"account_id","value":null,"description":"Account ID you manage"},{"key":"ticket_code","value":null,"description":"UUID that identifies Ticket"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 321,\n        \"type\": \"deposit_tickets\",\n        \"attributes\": {\n            \"account_id\": 1158,\n            \"account_name\": \"1133_hgallotto6@test.la\",\n            \"asset_name\": \"Argentine Peso\",\n            \"amount\": 250.0,\n            \"request_code\": \"df810c2a-bdfe-41b3-b6e5-a1b82b32ebdd\",\n            \"reference_id\": \"df810c2a\",\n            \"status\": \"FullyProcessed\",\n            \"fee_amt\": 0.0,\n            \"deposit_info\": {},\n            \"reject_reason\": null,\n            \"created_timestamp\": \"2021-09-03T15:25:43.899Z\",\n            \"last_update_time_stamp\": \"2021-09-03T15:35:28.846Z\",\n            \"created_timestamp_tick\": 637662795438996213,\n            \"last_update_time_stamp_tick\": 637662801288467625\n        }\n    }\n}"}],"_postman_id":"74fcff69-3d34-4b84-80a8-296ee9eb9fcb"},{"name":"List Deposit Ticket","id":"a05bb6ac-8d35-4ed1-a29e-a1ad326b0015","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{domain}}/api/exchange/accounts/:account_id/deposit_tickets","description":"<p>Returns a list of all deposit tickets from a particular account that you manage.</p>\n","urlObject":{"protocol":"https","path":["api","exchange","accounts",":account_id","deposit_tickets"],"host":["{{domain}}"],"query":[],"variable":[{"id":"8b68ac93-995f-4018-ab41-84765132fa75","description":{"content":"<p>Account ID you manage</p>\n","type":"text/plain"},"type":"any","value":"","key":"account_id"}]}},"response":[{"id":"e01d5c12-2514-40fc-b6d6-91a7d3d88485","name":"List Deposit Tickets for an Account","originalRequest":{"method":"GET","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://{{domain_v2}}/api/exchange/accounts/:account_id/deposit_tickets","protocol":"https","host":["{{domain_v2}}"],"path":["api","exchange","accounts",":account_id","deposit_tickets"],"variable":[{"key":"account_id","value":null,"description":"Account ID you manage"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 321,\n            \"type\": \"deposit_tickets\",\n            \"attributes\": {\n                \"account_id\": 1158,\n                \"account_name\": \"1133_hgallotto6@test.la\",\n                \"asset_name\": \"Argentine Peso\",\n                \"amount\": 250.0,\n                \"request_code\": \"df810c2a-bdfe-41b3-b6e5-a1b82b32ebdd\",\n                \"reference_id\": \"df810c2a\",\n                \"status\": \"FullyProcessed\",\n                \"fee_amt\": 0.0,\n                \"deposit_info\": {},\n                \"reject_reason\": null,\n                \"created_timestamp\": \"2021-09-03T15:25:43.899Z\",\n                \"last_update_time_stamp\": \"2021-09-03T15:35:28.846Z\",\n                \"created_timestamp_tick\": 637662795438996213,\n                \"last_update_time_stamp_tick\": 637662801288467625\n            }\n        }\n    ]\n}"}],"_postman_id":"a05bb6ac-8d35-4ed1-a29e-a1ad326b0015"}],"id":"7fadd205-39fb-4428-ad91-c4a8e54ca816","description":"<p>Deposit tickets document that a deposit was made or attempted and allows to create a deposit ticket to accounts that you manage. </p>\n<ol>\n<li>To create a <strong>fiat money</strong> deposit you should be use <a href=\"#00d71584-f286-45b7-8762-5882bc32b198\">Deposit Fiat API</a>. </li>\n<li>For deposits of <strong>crypto currency</strong> check <a href=\"#f5ba313c-f08b-4053-b1e3-30ba57e367c5\">Deposit Crypto API</a>.</li>\n</ol>\n<br />\n\n<p><strong>Deposit ticket response description</strong>\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>asset_name</td>\n<td>The short name of the asset (product) that was deposited, for example  USD for US Dollars. Check the <a href=\"#92f8ebf8-e3d3-4850-bf8f-f6031ba4201f\">Tickers API</a> to see the available fiat products.</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>The unit and fractional amount of the asset that was deposited, for example 2018.17 US Dollars.</td>\n</tr>\n<tr>\n<td>request_code</td>\n<td>A globally unique alphanumeric string (GUID) assigned by the system that identifies this specific deposit.</td>\n</tr>\n<tr>\n<td>fee_amt</td>\n<td>The fee assessed for making the deposit, if any. Deposit fees usually are assessed in the asset/product being deposited.</td>\n</tr>\n<tr>\n<td>status</td>\n<td>The current status of this deposit ticket. Some of these statuses are valid only for cryptocurrency deposits; some are only valid for deposits of fiat (national) currency; others are used internally. Any of the statuses may appear on a deposit ticket.<br />Deposit ticket statuses:<br />0 New (new ticket awaiting operator review)<br />1 AdminProcessing (an admin is looking at the ticket)<br />2 Accepted (an admin accepts the ticket)<br />3 Rejected (admin rejects the ticket)<br />4 SystemProcessing (automatic processing; an unlikely status for a deposit)<br />5 FullyProcessed (the deposit has concluded)<br />6 Failed (the deposit has failed for some reason)<br />7 Pending (Account Provider has set status to pending)<br />8 Confirmed (Account Provider confirms the deposit)<br />9 AmlProcessing (anti-money-laundering process underway)<br />10 AmlAccepted (anti-money-laundering process successful)<br />11 AmlRejected (deposit did not stand up to anti-money-laundering process)<br />12 AmlFailed (anti-money-laundering process failed/did not complete)<br />13 LimitsAccepted (deposit meets limits for fiat or crypto asset)<br />14 LimitsRejected (deposit does not meet limits for fiat or crypto asset)</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>deposit_info</td>\n<td>A set of key-value pairs that holds information about the source of the funds being deposited. This information was entered when the deposit ticket was created, as required by the Account Provider. It can vary from Account Provider to Account Provider.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"7fadd205-39fb-4428-ad91-c4a8e54ca816"},{"name":"Withdraw Tickets","item":[{"name":"Withdraw Fiat","item":[{"name":"Create Withdraw Ticket","id":"9a454863-005a-4474-9e42-444cd660f96e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"withdraw_tickets\",\n        \"attributes\": {\n            \"two_factor_code\": 989570,\n            \"product_code\": \"ars\",\n            \"amount\": 10000,\n            \"template_form\": {\n                \"Bank Name\": \"Santander\",\n                \"Name\": \"Walter Blanco\",\n                \"CBU\": \"9177233611100097929911\",\n                \"Account Type\": \"Savings\"\n            },\n            \"template_type\": \"Custom\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}/api/exchange/accounts/:account_id/withdraw_tickets","description":"<p><strong>Important note</strong>: Provide all the information that is required for the applicable regulations. Some values might be accepted by the API but the withdrawal will be rejected afterwards in case there is an issue (such as missing or incorrect data). We can not validate that the data is correct and enough until the moment the withdrawal is processed. <strong>Providing wrong/missing information may result in extra costs for you</strong>. Also remember that we can only process withdrawals to bank accounts belonging to the <strong>same holder</strong> as the Bitex account.</p>\n<p>There are several withdrawal methods, using domestic bank transfers in supported countries, or international wire transfers if a domestic bank transfer is not available.</p>\n<p>See the examples for the fields needed for each country.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>two_factor_code</td>\n<td>2FA Code generated with the seed provided by Bitex</td>\n</tr>\n<tr>\n<td>product_code</td>\n<td>ISO Code that identifies currency. For example: \"ars\" for Argentine Peso</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Amount to withdraw for the given product</td>\n</tr>\n<tr>\n<td>template_form</td>\n<td>Depends on country and withdrawal method</td>\n</tr>\n<tr>\n<td>template_type</td>\n<td>String that identifies the kind of Template Form</td>\n</tr>\n</tbody>\n</table>\n</div><p>Please take a look at the <a href=\"#9c9855e8-c016-4eb9-9270-8c908749a1cf\">Template Forms documentation</a> to check which value <code>template_type</code> should be and which fields <code>template_form</code> should contain for the Product you wish to withdraw.</p>\n","urlObject":{"protocol":"https","path":["api","exchange","accounts",":account_id","withdraw_tickets"],"host":["{{domain}}"],"query":[],"variable":[{"id":"7b437c34-137f-4e91-8b7d-893b12dd0181","description":{"content":"<p>Account ID you manage</p>\n","type":"text/plain"},"type":"any","value":"","key":"account_id"}]}},"response":[{"id":"8c6c15c2-4228-4605-bb13-1d3cc1d4fdc9","name":"Withdraw ARS Ticket","originalRequest":{"method":"POST","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"withdraw_tickets\",\n        \"attributes\": {\n            \"two_factor_code\": 989570,\n            \"product_code\": \"ars\",\n            \"amount\": 10000,\n            \"template_form\": {\n                \"Bank Name\": \"Santander\",\n                \"Name\": \"Walter Blanco\",\n                \"CBU\": \"9177233611100097929911\",\n                \"Account Type\": \"Savings\"\n            },\n            \"template_type\": \"Custom\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{domain}}/api/exchange/accounts/:account_id/withdraw_tickets","protocol":"https","host":["{{domain}}"],"path":["api","exchange","accounts",":account_id","withdraw_tickets"],"variable":[{"key":"account_id","value":"1160","description":"Account ID you manage"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"aa4bf563-f5ec-48e5-bdcc-1699e1b279d9"},{"key":"X-Runtime","value":"12.488546"},{"key":"Vary","value":"Origin"},{"key":"X-Rack-CORS","value":"miss; no-origin"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": null,\n        \"type\": \"withdraw_tickets\",\n        \"attributes\": {\n            \"request_code\": \"a4d23d70-4d5a-4f49-965a-80707b90db2a\"\n        }\n    }\n}\n"},{"id":"a2fe4381-8e2d-4d33-95bb-b03f5cdf9a21","name":"Error when Account is not enabled to withdraw Copy","originalRequest":{"method":"POST","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"withdraw_tickets\",\n        \"attributes\": {\n            \"two_factor_code\": 989570,\n            \"product_code\": \"ars\",\n            \"amount\": 10000,\n            \"template_form\": {\n                \"Bank Name\": \"Santander\",\n                \"Name\": \"Walter Blanco\",\n                \"CBU\": \"9177233611100097929911\",\n                \"Account Type\": \"Savings\"\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{domain}}/api/exchange/accounts/:account_id/withdraw_tickets","protocol":"https","host":["{{domain}}"],"path":["api","exchange","accounts",":account_id","withdraw_tickets"],"variable":[{"key":"account_id","value":"1160","description":"Account ID you manage"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"aa4bf563-f5ec-48e5-bdcc-1699e1b279d9"},{"key":"X-Runtime","value":"12.488546"},{"key":"Vary","value":"Origin"},{"key":"X-Rack-CORS","value":"miss; no-origin"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"api.access_denied\",\n            \"detail\": \"Acceso denegado\"\n        }\n    ]\n}"},{"id":"5ea05170-90f8-4a94-81b7-d829b4b58f9d","name":"Error when 2FA Code entered is not valid","originalRequest":{"method":"POST","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"withdraw_tickets\",\n        \"attributes\": {\n            \"two_factor_code\": 989570,\n            \"product_code\": \"ars\",\n            \"amount\": 10000,\n            \"template_form\": {\n                \"Bank Name\": \"Santander\",\n                \"Name\": \"Walter Blanco\",\n                \"CBU\": \"9177233611100097929911\",\n                \"Account Type\": \"Savings\"\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{domain}}/api/exchange/accounts/:account_id/withdraw_tickets","protocol":"https","host":["{{domain}}"],"path":["api","exchange","accounts",":account_id","withdraw_tickets"],"variable":[{"key":"account_id","value":"1160","description":"Account ID you manage"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"eafb0f88-54e0-41e7-b40b-b147914701e4"},{"key":"X-Runtime","value":"5.056101"},{"key":"Vary","value":"Origin"},{"key":"X-Rack-CORS","value":"miss; no-origin"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"internal_server_error\",\n            \"detail\": \"two-factor authentication is not enabled or user is not logged in\"\n        }\n    ]\n}"}],"_postman_id":"9a454863-005a-4474-9e42-444cd660f96e"},{"name":"Submit Withdraw Ticket","id":"dc96f35a-3e00-4bb4-8fb8-213751a72455","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"}],"url":"https://{{domain}}/api/exchange/accounts/:account_id/withdraw_tickets/:ticket_code/submit","description":"<p>When calling this endpoint, you are confirming that the Withdraw Ticket is ready to be processed.\nIf you don't execute this step, the funds used for the Withdraw will remain frozen.</p>\n","urlObject":{"protocol":"https","path":["api","exchange","accounts",":account_id","withdraw_tickets",":ticket_code","submit"],"host":["{{domain}}"],"query":[],"variable":[{"id":"f21ae356-e42b-46ef-b772-d3eb82421da9","description":{"content":"<p>Account ID you manage</p>\n","type":"text/plain"},"type":"any","value":"1165","key":"account_id"},{"id":"e0b519f2-c7ca-4a08-b21b-05d6f03f5199","description":{"content":"<p>UUID that identifies Ticket</p>\n","type":"text/plain"},"type":"any","value":"8fecfedb-5ace-4a64-a4a5-fd1ab120bcea","key":"ticket_code"}]}},"response":[{"id":"5c0b151c-1108-4c26-a566-f4f89f7e9fd9","name":"Successfully Submitted Withdraw Ticket","originalRequest":{"method":"POST","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"}],"url":{"raw":"https://{{domain}}/api/exchange/accounts/:account_id/withdraw_tickets/:ticket_code/submit","protocol":"https","host":["{{domain}}"],"path":["api","exchange","accounts",":account_id","withdraw_tickets",":ticket_code","submit"],"variable":[{"key":"account_id","value":"1160","description":"Account ID you manage"},{"key":"ticket_code","value":"d41e1afc-7338-4e6f-a285-befa55c9e77a","description":"UUID that identifies Ticket"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"ETag","value":"W/\"2acd021c5387776316e193ba67f1b425\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"a783b404-95f3-4470-bb1f-4a070053aba9"},{"key":"X-Runtime","value":"112.579790"},{"key":"Vary","value":"Origin"},{"key":"X-Rack-CORS","value":"miss; no-origin"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 96,\n        \"type\": \"withdraw_tickets\",\n        \"attributes\": {\n            \"account_id\": 1160,\n            \"account_name\": \"mgarcia+testwhitelabeler@bitex.la\",\n            \"asset_id\": 3,\n            \"asset_name\": \"Argentine Peso\",\n            \"amount\": 10000,\n            \"template_form\": {\n                \"Amount\": 10000,\n                \"Bank Name\": \"Santander\",\n                \"Name\": \"Matias\",\n                \"CBU\": \"123213213\",\n                \"Account Type\": \"Savings\"\n            },\n            \"template_form_type\": \"Custom\",\n            \"request_code\": \"d41e1afc-7338-4e6f-a285-befa55c9e77a\",\n            \"status\": \"Submitted\",\n            \"fee_amt\": 0,\n            \"reject_reason\": null,\n            \"created_timestamp\": \"2021-09-14T19:52:49.208Z\",\n            \"last_update_timestamp\": \"2021-09-14T19:52:49.208Z\",\n            \"created_timestamp_tick\": 637672459692084545,\n            \"last_update_timestamp_tick\": 637672459692084545\n        }\n    }\n}"},{"id":"15c8d4b6-fc01-44cb-b1d7-7a0aab86d30d","name":"Successfully Submitted BTC Ticket","originalRequest":{"method":"POST","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"}],"url":{"raw":"https://{{domain}}/api/exchange/accounts/:account_id/withdraw_tickets/:ticket_code/submit","protocol":"https","host":["{{domain}}"],"path":["api","exchange","accounts",":account_id","withdraw_tickets",":ticket_code","submit"],"variable":[{"key":"account_id","value":"1165","description":"Account ID you manage"},{"key":"ticket_code","value":"8fecfedb-5ace-4a64-a4a5-fd1ab120bcea","description":"UUID that identifies Ticket"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"ETag","value":"W/\"9ad8b236a5e5a52bf1e139aedddb04d5\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"e330d2db-164e-442a-afa7-0b9ae67ff128"},{"key":"X-Runtime","value":"7.005357"},{"key":"Vary","value":"Origin"},{"key":"X-Rack-CORS","value":"miss; no-origin"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 100,\n        \"type\": \"withdraw_tickets\",\n        \"attributes\": {\n            \"account_id\": 1165,\n            \"account_name\": \"1160_test_whitelabeler_arg_1\",\n            \"asset_id\": 2,\n            \"asset_name\": \"Bitcoin\",\n            \"amount\": 0.5,\n            \"template_form\": {\n                \"Amount\": 0.5,\n                \"ExternalAddress\": \"1FfmbHfnpaZjKFvyi1okTjJJusN455paPH\",\n                \"Comment\": \"\",\n                \"TemplateType\": \"ToExternalBitcoinAddress\"\n            },\n            \"template_form_type\": \"Custom\",\n            \"request_code\": \"8fecfedb-5ace-4a64-a4a5-fd1ab120bcea\",\n            \"status\": \"New\",\n            \"fee_amt\": 0,\n            \"reject_reason\": null,\n            \"created_timestamp\": \"2021-09-21T16:51:21.575Z\",\n            \"last_update_timestamp\": \"2021-09-21T16:51:21.575Z\",\n            \"created_timestamp_tick\": 637678398815755442,\n            \"last_update_timestamp_tick\": 637678398815755442\n        }\n    }\n}"},{"id":"268a5a5e-e4ba-4c56-b640-9ed627c5ae9f","name":"Error when Ticket cannot be Submitted","originalRequest":{"method":"POST","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"}],"url":{"raw":"{{domain}}/api/exchange/accounts/:account_id/withdraw_tickets/:ticket_code/submit","host":["{{domain}}"],"path":["api","exchange","accounts",":account_id","withdraw_tickets",":ticket_code","submit"],"variable":[{"key":"account_id","value":"1160","description":"Account ID you manage"},{"key":"ticket_code","value":"d41e1afc-7338-4e6f-a285-befa55c9e77a","description":"UUID that identifies Ticket"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"dcb0c3db-1833-49b0-9745-e8877e56e5bb"},{"key":"X-Runtime","value":"15.663285"},{"key":"Vary","value":"Origin"},{"key":"X-Rack-CORS","value":"miss; no-origin"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"not_allowed\",\n            \"detail\": \"Not Allowed\"\n        }\n    ]\n}"}],"_postman_id":"dc96f35a-3e00-4bb4-8fb8-213751a72455"}],"id":"25129651-a782-45ad-b6d1-d08d095d9e80","description":"<p>Generating a Withdraw Ticket is a multi-step process.</p>\n<p>For <strong>fiat</strong> currencies (ex: ars, usd), you must:</p>\n<ol>\n<li>Make an API call to <a href=\"#6a925cd6-0a47-4a4f-b8a3-2b23b637d3ec\">Create Withdraw Ticket</a>, providing <a href=\"#retrieving-your-2fa-seed\">Two Factor Code</a>.</li>\n<li>Make an API call to <a href=\"#4240d9f0-9e79-4136-8c7c-373f96ac44b6\">Submit Withdraw Ticket</a>, using the <strong>request_code</strong> field returned in the previous payload.</li>\n</ol>\n","_postman_id":"25129651-a782-45ad-b6d1-d08d095d9e80"},{"name":"Withdraw Crypto","item":[{"name":"Withdraw Infos","item":[{"name":"Create Withdraw Info","id":"7031eb13-a316-43f5-9208-a4ff879fd096","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"attributes\": {\n            \"two_factor_code\": \"210697\",\n            \"account_identifier\": \"1FfmbHfnpaZjKFvyi1okTjJJusN455pa\",\n            \"name\": \"My BTC Address 1779008685\",\n            \"product_code\": \"btc\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}/api/exchange/accounts/:account_id/withdraw_infos","description":"<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>two_factor_code</td>\n<td>2FA Code generated with the seed provided by Bitex</td>\n</tr>\n<tr>\n<td>account_identifier</td>\n<td>This would be the wallet's address</td>\n</tr>\n<tr>\n<td>name</td>\n<td>A name to identify your Withdraw Info</td>\n</tr>\n<tr>\n<td>product_code</td>\n<td>Example: <code>btc</code>, <code>eth</code>. Check the <a href=\"#92f8ebf8-e3d3-4850-bf8f-f6031ba4201f\">Tickers API</a> to see the available crypto products.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","exchange","accounts",":account_id","withdraw_infos"],"host":["{{domain}}"],"query":[],"variable":[{"id":"0a5fd610-1203-4391-9ee7-bd353270e138","description":{"content":"<p>Account ID you manage</p>\n","type":"text/plain"},"type":"any","value":"","key":"account_id"}]}},"response":[{"id":"35671515-80ab-4f2f-bcef-898612547b1e","name":"Create Withdraw Info","originalRequest":{"method":"POST","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"attributes\": {\n            \"two_factor_code\": \"190821\",\n            \"account_identifier\": \"1FfmbHfnpaZjKFvyi1okTjJJusN455paPH\",\n            \"name\": \"1779008685_test_api\",\n            \"product_code\": \"btc\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{domain}}/api/exchange/accounts/:account_id/withdraw_infos","protocol":"https","host":["{{domain}}"],"path":["api","exchange","accounts",":account_id","withdraw_infos"],"variable":[{"key":"account_id","value":"1165","description":"Account ID you manage"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"ETag","value":"W/\"f7e8405995b9b6acebe916ac6e7cc4ac\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"d4a03544-3d5a-46f5-ad96-cae08d6d5fba"},{"key":"X-Runtime","value":"16.487706"},{"key":"Vary","value":"Origin"},{"key":"X-Rack-CORS","value":"miss; no-origin"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"3945ccb0-656d-45f0-935a-d7e2b7c55e06\",\n        \"type\": \"withdraw_infos\",\n        \"attributes\": {}\n    }\n}"}],"_postman_id":"7031eb13-a316-43f5-9208-a4ff879fd096"}],"id":"e15fc4a1-be33-41b5-ab08-e7621f582809","_postman_id":"e15fc4a1-be33-41b5-ab08-e7621f582809","description":""},{"name":"Create Withdraw Crypto Ticket","id":"6d1162ff-4df3-41d3-83de-b9380f30e2dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"withdraw_tickets\",\n        \"attributes\": {\n            \"two_factor_code\": \"821035\",\n            \"product_code\": \"btc\",\n            \"amount\": 0.5,\n            \"template_form\": {\n                \"ExternalAddress\": \"1FfmbHfnpaZjKFvyi1okTjJJusN455pa\",\n                \"Comment\": \"\",\n                \"TemplateType\": \"ToExternalBitcoinAddress\"\n            },\n            \"template_type\": \"Custom\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}/api/exchange/accounts/:account_id/withdraw_tickets","description":"<p><strong>Important note</strong>: Provide all the information that is required for the applicable regulations. Some values might be accepted by the API but the withdrawal will be rejected afterwards in case there is an issue (such as missing or incorrect data). We can not validate that the data is correct and enough until the moment the withdrawal is processed. <strong>Providing wrong/missing information may result in extra costs for you</strong>. Also remember that we can only process withdrawals to bank accounts belonging to the <strong>same holder</strong> as the Bitex account.</p>\n<p>There are several withdrawal methods, using domestic bank transfers in supported countries, or international wire transfers if a domestic bank transfer is not available.</p>\n<p>See the examples for the fields needed for each country.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>two_factor_code</td>\n<td>2FA Code generated with the seed provided by Bitex</td>\n</tr>\n<tr>\n<td>product_code</td>\n<td>ISO Code that identifies currency. For example: \"ars\" for Argentine Peso</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Amount to withdraw for the given product</td>\n</tr>\n<tr>\n<td>template_form</td>\n<td>Depends on country and withdrawal method</td>\n</tr>\n<tr>\n<td>template_type</td>\n<td>String that identifies the kind of Template Form</td>\n</tr>\n</tbody>\n</table>\n</div><p>Please take a look at the <a href=\"#9c9855e8-c016-4eb9-9270-8c908749a1cf\">Template Forms documentation</a> to check which value <code>template_type</code> should be and which fields <code>template_form</code> should contain for the Product you wish to withdraw.</p>\n","urlObject":{"protocol":"https","path":["api","exchange","accounts",":account_id","withdraw_tickets"],"host":["{{domain}}"],"query":[],"variable":[{"id":"e3a439ec-1516-49ea-97b2-c5c3a5354ecf","description":{"content":"<p>Account ID you manage</p>\n","type":"text/plain"},"type":"any","value":"","key":"account_id"}]}},"response":[{"id":"f17f7cc3-2680-4785-84cb-a716301ad7c7","name":"Withdraw ETH Ticket","originalRequest":{"method":"POST","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"withdraw_tickets\",\n        \"attributes\": {\n            \"two_factor_code\": \"576139\",\n            \"product_code\": \"eth\",\n            \"amount\": 1,\n            \"template_form\": {\n                \"ExternalAddress\": \"0x7A5FAd5Af9514a55ef469462AB4e60E9e5821050\",\n                \"Comment\": \"\",\n                \"TemplateType\": \"ToExternalBitcoinAddress\",\n                \"Amount\": 1\n            },\n            \"template_type\": \"ToExternalBitcoinAddress\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{domain}}/api/exchange/accounts/:account_id/withdraw_tickets","host":["{{domain}}"],"path":["api","exchange","accounts",":account_id","withdraw_tickets"],"variable":[{"key":"account_id","value":"1160","description":"Account ID you manage"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"ETag","value":"W/\"04ca12759a18a44e367d3d082c786992\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"3bba3df1-714d-49a1-8052-985aff284f56"},{"key":"X-Runtime","value":"18.391012"},{"key":"Vary","value":"Origin"},{"key":"X-Rack-CORS","value":"miss; no-origin"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": null,\n        \"type\": \"withdraw_tickets\",\n        \"attributes\": {\n            \"request_code\": \"f5974b39-906c-4b37-9516-5b679f44e442\"\n        }\n    }\n}"},{"id":"4076d308-4291-48ad-b3da-ada3b5da8dc4","name":"Withdraw BTC Ticket","originalRequest":{"method":"POST","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"withdraw_tickets\",\n        \"attributes\": {\n            \"two_factor_code\": \"821035\",\n            \"product_code\": \"btc\",\n            \"amount\": 0.5,\n            \"template_form\": {\n                \"ExternalAddress\": \"1FfmbHfnpaZjKFvyi1okTjJJusN455paPH\",\n                \"Comment\": \"\",\n                \"TemplateType\": \"ToExternalBitcoinAddress\"\n            },\n            \"template_type\": \"Custom\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{domain}}/api/exchange/accounts/:account_id/withdraw_tickets","protocol":"https","host":["{{domain}}"],"path":["api","exchange","accounts",":account_id","withdraw_tickets"],"variable":[{"key":"account_id","value":"1165","description":"Account ID you manage"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"ETag","value":"W/\"515186352d5af87189e5db8d4ec67416\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"768c333e-54e3-4882-a360-c877dd645cca"},{"key":"X-Runtime","value":"20.950136"},{"key":"Vary","value":"Origin"},{"key":"X-Rack-CORS","value":"miss; no-origin"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": null,\n        \"type\": \"withdraw_tickets\",\n        \"attributes\": {\n            \"request_code\": \"8fecfedb-5ace-4a64-a4a5-fd1ab120bcea\"\n        }\n    }\n}"},{"id":"5da21d9f-1e4b-466a-bc67-2dfd17a54048","name":"Error when Account is not enabled to withdraw Copy","originalRequest":{"method":"POST","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"withdraw_tickets\",\n        \"attributes\": {\n            \"two_factor_code\": 989570,\n            \"product_code\": \"ars\",\n            \"amount\": 10000,\n            \"template_form\": {\n                \"Bank Name\": \"Santander\",\n                \"Name\": \"Walter Blanco\",\n                \"CBU\": \"9177233611100097929911\",\n                \"Account Type\": \"Savings\"\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{domain}}/api/exchange/accounts/:account_id/withdraw_tickets","protocol":"https","host":["{{domain}}"],"path":["api","exchange","accounts",":account_id","withdraw_tickets"],"variable":[{"key":"account_id","value":"1160","description":"Account ID you manage"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"aa4bf563-f5ec-48e5-bdcc-1699e1b279d9"},{"key":"X-Runtime","value":"12.488546"},{"key":"Vary","value":"Origin"},{"key":"X-Rack-CORS","value":"miss; no-origin"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"api.access_denied\",\n            \"detail\": \"Acceso denegado\"\n        }\n    ]\n}"},{"id":"f1756ede-37bc-4160-b57b-ee23f7bc7420","name":"Error when 2FA Code entered is not valid","originalRequest":{"method":"POST","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"withdraw_tickets\",\n        \"attributes\": {\n            \"two_factor_code\": 989570,\n            \"product_code\": \"ars\",\n            \"amount\": 10000,\n            \"template_form\": {\n                \"Bank Name\": \"Santander\",\n                \"Name\": \"Walter Blanco\",\n                \"CBU\": \"9177233611100097929911\",\n                \"Account Type\": \"Savings\"\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{domain}}/api/exchange/accounts/:account_id/withdraw_tickets","protocol":"https","host":["{{domain}}"],"path":["api","exchange","accounts",":account_id","withdraw_tickets"],"variable":[{"key":"account_id","value":"1160","description":"Account ID you manage"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"eafb0f88-54e0-41e7-b40b-b147914701e4"},{"key":"X-Runtime","value":"5.056101"},{"key":"Vary","value":"Origin"},{"key":"X-Rack-CORS","value":"miss; no-origin"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"internal_server_error\",\n            \"detail\": \"two-factor authentication is not enabled or user is not logged in\"\n        }\n    ]\n}"}],"_postman_id":"6d1162ff-4df3-41d3-83de-b9380f30e2dd"},{"name":"Submit Withdraw Crypto Ticket","id":"b044012d-7df1-451a-9e43-eed5ad093500","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"}],"url":"https://{{domain}}/api/exchange/accounts/:account_id/withdraw_tickets/:ticket_code/submit","description":"<p>When calling this endpoint, you are confirming that the Withdraw Ticket is ready to be processed.\nIf you don't execute this step, the funds used for the Withdraw will remain frozen.</p>\n","urlObject":{"protocol":"https","path":["api","exchange","accounts",":account_id","withdraw_tickets",":ticket_code","submit"],"host":["{{domain}}"],"query":[],"variable":[{"id":"b3436c49-0477-4eab-9f12-0750a4d602e5","description":{"content":"<p>Account ID you manage</p>\n","type":"text/plain"},"type":"any","value":"","key":"account_id"},{"id":"c7975fb1-8d87-4eec-af25-be732ed9e356","description":{"content":"<p>UUID that identifies Ticket</p>\n","type":"text/plain"},"type":"any","value":"","key":"ticket_code"}]}},"response":[{"id":"ca746f5a-f0ff-42b7-b72c-7be0aa1394e8","name":"Successfully Submitted BTC Ticket","originalRequest":{"method":"POST","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"}],"url":{"raw":"https://{{domain}}/api/exchange/accounts/:account_id/withdraw_tickets/:ticket_code/submit","protocol":"https","host":["{{domain}}"],"path":["api","exchange","accounts",":account_id","withdraw_tickets",":ticket_code","submit"],"variable":[{"key":"account_id","value":"1165","description":"Account ID you manage"},{"key":"ticket_code","value":"8fecfedb-5ace-4a64-a4a5-fd1ab120bcea","description":"UUID that identifies Ticket"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"ETag","value":"W/\"9ad8b236a5e5a52bf1e139aedddb04d5\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"e330d2db-164e-442a-afa7-0b9ae67ff128"},{"key":"X-Runtime","value":"7.005357"},{"key":"Vary","value":"Origin"},{"key":"X-Rack-CORS","value":"miss; no-origin"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 100,\n        \"type\": \"withdraw_tickets\",\n        \"attributes\": {\n            \"account_id\": 1165,\n            \"account_name\": \"1160_test_whitelabeler_arg_1\",\n            \"asset_id\": 2,\n            \"asset_name\": \"Bitcoin\",\n            \"amount\": 0.5,\n            \"template_form\": {\n                \"Amount\": 0.5,\n                \"ExternalAddress\": \"1FfmbHfnpaZjKFvyi1okTjJJusN455paPH\",\n                \"Comment\": \"\",\n                \"TemplateType\": \"ToExternalBitcoinAddress\"\n            },\n            \"template_form_type\": \"Custom\",\n            \"request_code\": \"8fecfedb-5ace-4a64-a4a5-fd1ab120bcea\",\n            \"status\": \"New\",\n            \"fee_amt\": 0,\n            \"reject_reason\": null,\n            \"created_timestamp\": \"2021-09-21T16:51:21.575Z\",\n            \"last_update_timestamp\": \"2021-09-21T16:51:21.575Z\",\n            \"created_timestamp_tick\": 637678398815755442,\n            \"last_update_timestamp_tick\": 637678398815755442\n        }\n    }\n}"},{"id":"cb5bded9-e00f-4b96-9999-15d598473ba1","name":"Error when Ticket cannot be Submitted","originalRequest":{"method":"POST","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"}],"url":{"raw":"{{domain}}/api/exchange/accounts/:account_id/withdraw_tickets/:ticket_code/submit","host":["{{domain}}"],"path":["api","exchange","accounts",":account_id","withdraw_tickets",":ticket_code","submit"],"variable":[{"key":"account_id","value":"1160","description":"Account ID you manage"},{"key":"ticket_code","value":"d41e1afc-7338-4e6f-a285-befa55c9e77a","description":"UUID that identifies Ticket"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"dcb0c3db-1833-49b0-9745-e8877e56e5bb"},{"key":"X-Runtime","value":"15.663285"},{"key":"Vary","value":"Origin"},{"key":"X-Rack-CORS","value":"miss; no-origin"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"not_allowed\",\n            \"detail\": \"Not Allowed\"\n        }\n    ]\n}"}],"_postman_id":"b044012d-7df1-451a-9e43-eed5ad093500"}],"id":"4a350e44-4a59-4ee8-b77d-28e1e5feac6f","description":"<p>For <strong>crypto</strong> currencies (ex: btc, eth, dai), you must:</p>\n<ol>\n<li><a href=\"#5126526b-b3a1-4666-a196-7f419d814f08\">Create a Withdraw Info</a>, providing a wallet address that supports the crypto you want to withdraw and a <a href=\"#retrieving-your-2fa-seed\">Two Factor Code</a>.</li>\n<li>Once it's created, make an API call to <a href=\"#730cdeae-1f72-411e-9ca2-a6de503fcbdb\">Create Withdraw Ticket</a>, providing <a href=\"#retrieving-your-2fa-seed\">Two Factor Code</a> and the address you provided in the previous step.</li>\n<li>Make an API call to <a href=\"#4771fef3-447c-434d-9d6e-0621bff86584\">Submit Withdraw Ticket</a>, using the <strong>request_code</strong> field returned in the previous payload.</li>\n</ol>\n<p>If you wish to withdraw to a new wallet, then you must repeat step 1: <a href=\"#5126526b-b3a1-4666-a196-7f419d814f08\">Create a Withdraw Info</a> with the new wallet address.</p>\n<p>If you omit doing the second request, the funds for the withdraw will remain frozen.</p>\n","_postman_id":"4a350e44-4a59-4ee8-b77d-28e1e5feac6f"},{"name":"Template Forms","item":[{"name":"Get Withdraw Template","id":"efadde90-2fb9-47b7-9b6b-5a10f19ab158","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Exchange","value":"true","type":"text"},{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"}],"url":"https://{{domain}}/api/exchange/products/:product_code/withdraw_templates","description":"<p>This API returns the fields that are required to be sent at the moment of <a href=\"#6a925cd6-0a47-4a4f-b8a3-2b23b637d3ec\">Creating a Withdraw Ticket</a>.\nSend those fields inside the <code>template_form</code> field, and specify the <code>template_type</code> that is returned by this API.</p>\n","urlObject":{"protocol":"https","path":["api","exchange","products",":product_code","withdraw_templates"],"host":["{{domain}}"],"query":[],"variable":[{"id":"ada0dc63-c8c9-4f07-9d15-2f5bf17886af","description":{"content":"<p>The product to deposit. Example: <code>usd</code>, <code>ars</code>, <code>btc</code>, <code>eth</code>. Check the Tickers API to see the available products.</p>\n","type":"text/plain"},"type":"any","value":"","key":"product_code"}]}},"response":[{"id":"d0c2a720-de48-4820-891f-815821bd0cf4","name":"ARS Template Form","originalRequest":{"method":"GET","header":[{"key":"X-Exchange","value":"true","type":"text"},{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"}],"url":{"raw":"https://{{domain}}/api/exchange/products/:product_code/withdraw_templates","protocol":"https","host":["{{domain}}"],"path":["api","exchange","products",":product_code","withdraw_templates"],"variable":[{"key":"product_code","value":"ars"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 Sep 2021 17:01:24 GMT"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"c884bae77b7ae3ca856c1ecfd9e2c228\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"8b0bdcd3-2838-4377-a222-694b6b380a24"},{"key":"X-Runtime","value":"0.286633"},{"key":"Vary","value":"Origin"},{"key":"X-Rack-CORS","value":"miss; no-origin"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=hjvi1HbV5MhZO3a8qTp2JTTCI4htr8k99ev1mwepVYvLQPP6zA5Sn473NFGrktXpVPreYSv7sVDN0ldyWQPRuUx8NN2J6%2FXU%2BvzS7%2FxlJ9n6LAK5rBEhyt2CGHXjEaEaFK4%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"68fba811ee7f599d-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"ARS - BANK\",\n            \"type\": \"Custom\",\n            \"attributes\": {\n                \"template\": {\n                    \"Bank Name\": null,\n                    \"Name\": null,\n                    \"CBU\": null,\n                    \"Account Type\": null\n                },\n                \"template_type\": \"Custom\",\n                \"template_name\": \"ARS - BANK\"\n            }\n        }\n    ]\n}"},{"id":"30a2dc3e-2665-4a5b-9298-aff38527295b","name":"BTC Template Form","originalRequest":{"method":"GET","header":[{"key":"X-Exchange","value":"true","type":"text"},{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"}],"url":{"raw":"https://{{domain}}/api/exchange/products/:product_code/withdraw_templates","protocol":"https","host":["{{domain}}"],"path":["api","exchange","products",":product_code","withdraw_templates"],"variable":[{"key":"product_code","value":"btc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 Sep 2021 17:01:53 GMT"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"02ffe48b22c9ce98541c1449d203ead7\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"04502b83-d9cb-42c4-930e-cb61738341c2"},{"key":"X-Runtime","value":"0.330630"},{"key":"Vary","value":"Origin"},{"key":"X-Rack-CORS","value":"miss; no-origin"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=Rp36vXbDy28Y%2FTTfqZi4CwDjl4TWI%2BCn4dhVCTxVX6TCEgr34yP%2B9WHFuLBAoQi5qHm66rsfpRUb0OOpZzlK1dbbVzU%2FxfI6ytwJbvSQpRBYJKwGTs5f1s6XovCHuO9M9%2F0%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"68fba8c70e1fe0f2-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"Fireblocks-BTC_TEST\",\n            \"type\": \"ToExternalBitcoinAddress\",\n            \"attributes\": {\n                \"template\": {\n                    \"ExternalAddress\": \"\",\n                    \"Comment\": \"\",\n                    \"TemplateType\": \"ToExternalBitcoinAddress\"\n                },\n                \"template_type\": \"ToExternalBitcoinAddress\",\n                \"template_name\": \"Fireblocks-BTC_TEST\"\n            }\n        }\n    ]\n}"},{"id":"964debd6-51d9-432d-b387-16bc7c82fd7d","name":"ETH Template Form","originalRequest":{"method":"GET","header":[{"key":"X-Exchange","value":"true","type":"text"},{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"}],"url":{"raw":"https://{{domain}}/api/exchange/products/:product_code/withdraw_templates","protocol":"https","host":["{{domain}}"],"path":["api","exchange","products",":product_code","withdraw_templates"],"variable":[{"key":"product_code","value":"eth"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 Sep 2021 17:02:11 GMT"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"51b2389e68d72861d83828bf1833561b\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"15e78a1c-deb2-46e8-8b08-f0e4c4586c5c"},{"key":"X-Runtime","value":"0.400851"},{"key":"Vary","value":"Origin"},{"key":"X-Rack-CORS","value":"miss; no-origin"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=1G7bN%2FRWD5NEUTx1zmgTNJf1V%2B253thDvYXFs3a3nFzs7E%2F4811JkkJTzDPwgKe9Ntnlrh2NHGY4YG8zxi6LQ0ZQsd%2FHqrWXjHRD9fyJrKgegYndY6tdwwFVznElhdCLLCI%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"68fba933ff5b5b89-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"Fireblocks-ETH_TEST\",\n            \"type\": \"ToExternalBitcoinAddress\",\n            \"attributes\": {\n                \"template\": {\n                    \"ExternalAddress\": \"\",\n                    \"Comment\": \"\",\n                    \"TemplateType\": \"ToExternalBitcoinAddress\"\n                },\n                \"template_type\": \"ToExternalBitcoinAddress\",\n                \"template_name\": \"Fireblocks-ETH_TEST\"\n            }\n        }\n    ]\n}"}],"_postman_id":"efadde90-2fb9-47b7-9b6b-5a10f19ab158"}],"id":"30c688e9-01fc-4455-a214-56d28b653a7a","_postman_id":"30c688e9-01fc-4455-a214-56d28b653a7a","description":""},{"name":"Show Withdraw Ticket","id":"a831a3c6-80d7-4bff-9706-55d4cc851179","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"}],"url":"https://{{domain}}/api/exchange/accounts/:account_id/withdraw_tickets/:ticket_code","urlObject":{"protocol":"https","path":["api","exchange","accounts",":account_id","withdraw_tickets",":ticket_code"],"host":["{{domain}}"],"query":[],"variable":[{"id":"3cbc9fc5-9754-4d74-87fe-b5ad9aace3c0","description":{"content":"<p>Account ID you manage</p>\n","type":"text/plain"},"type":"any","value":"","key":"account_id"},{"id":"a1a20266-7d49-4b6b-ae14-479696f11e6e","description":{"content":"<p>UUID that identifies Ticket</p>\n","type":"text/plain"},"type":"any","value":"","key":"ticket_code"}]}},"response":[{"id":"d61aee17-a511-487d-bd63-ae1f3c0e35b9","name":"Withdraw ARS Ticket","originalRequest":{"method":"GET","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"}],"url":{"raw":"https://{{domain}}/api/exchange/accounts/:account_id/withdraw_tickets/:ticket_code","protocol":"https","host":["{{domain}}"],"path":["api","exchange","accounts",":account_id","withdraw_tickets",":ticket_code"],"variable":[{"key":"account_id","value":"1160","description":"Account ID you manage"},{"key":"ticket_code","value":"cce57ccd-4dfc-4c14-8645-2d481e671946","description":"UUID that identifies Ticket"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"ETag","value":"W/\"750fd792e1dba5dbbf953bb3ef4c1b85\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"c77b25ae-1ab9-4afb-b25c-8e20b72cac2f"},{"key":"X-Runtime","value":"2.861192"},{"key":"Vary","value":"Origin"},{"key":"X-Rack-CORS","value":"miss; no-origin"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 75,\n        \"type\": \"withdraw_tickets\",\n        \"attributes\": {\n            \"account_id\": 1160,\n            \"account_name\": \"mgarcia+testwhitelabeler@bitex.la\",\n            \"asset_id\": 3,\n            \"asset_name\": \"Argentine Peso\",\n            \"amount\": 10000,\n            \"template_form\": {\n                \"Amount\": 10000,\n                \"Bank Name\": \"Santander\",\n                \"Name\": \"Matias\",\n                \"CBU\": \"123213213\",\n                \"Account Type\": \"Savings\"\n            },\n            \"template_form_type\": \"Custom\",\n            \"request_code\": \"cce57ccd-4dfc-4c14-8645-2d481e671946\",\n            \"status\": \"Pending2Fa\",\n            \"fee_amt\": 0,\n            \"reject_reason\": null,\n            \"created_timestamp\": \"2021-09-06T16:20:04.824Z\",\n            \"last_update_timestamp\": \"2021-09-06T16:20:04.824Z\",\n            \"created_timestamp_tick\": 637665420048248509,\n            \"last_update_timestamp_tick\": 637665420048248509\n        }\n    }\n}"}],"_postman_id":"a831a3c6-80d7-4bff-9706-55d4cc851179"},{"name":"List Withdraw Ticket","id":"94bd74df-127c-4078-89a4-4f5dc64ccb24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"}],"url":"https://{{domain}}/api/exchange/accounts/:account_id/withdraw_tickets","urlObject":{"protocol":"https","path":["api","exchange","accounts",":account_id","withdraw_tickets"],"host":["{{domain}}"],"query":[],"variable":[{"id":"7899c67b-21c4-4c22-b168-7fb5ad364483","description":{"content":"<p>Account ID you manage</p>\n","type":"text/plain"},"type":"any","value":"","key":"account_id"}]}},"response":[{"id":"f41a8b28-2e1d-4c4f-93d2-de7b3e121f27","name":"List Withdraw Tickets for an Account","originalRequest":{"method":"GET","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"}],"url":{"raw":"https://{{domain}}/api/exchange/accounts/:account_id/withdraw_tickets","protocol":"https","host":["{{domain}}"],"path":["api","exchange","accounts",":account_id","withdraw_tickets"],"variable":[{"key":"account_id","value":"1160","description":"Account ID you manage"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"ETag","value":"W/\"f1bf1fd6d8ce838d527a5ced11bd5c5e\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"a3b38ab8-4184-4893-9343-073231e300ad"},{"key":"X-Runtime","value":"3.063192"},{"key":"Vary","value":"Origin"},{"key":"X-Rack-CORS","value":"miss; no-origin"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 75,\n            \"type\": \"withdraw_tickets\",\n            \"attributes\": {\n                \"account_id\": 1160,\n                \"account_name\": \"mgarcia+testwhitelabeler@bitex.la\",\n                \"asset_id\": 3,\n                \"asset_name\": \"Argentine Peso\",\n                \"amount\": 10000,\n                \"template_form\": {\n                    \"Amount\": 10000,\n                    \"Bank Name\": \"Santander\",\n                    \"CBU\": \"9177233611100097929911\",\n                    \"Name\": \"Walter Blanco\",\n                    \"Account Type\": \"Ahorros\"\n                },\n                \"template_form_type\": \"Custom\",\n                \"request_code\": \"cce57ccd-4dfc-4c14-8645-2d481e671946\",\n                \"status\": \"Pending2Fa\",\n                \"fee_amt\": 0,\n                \"reject_reason\": null,\n                \"created_timestamp\": \"2021-09-06T16:20:04.824Z\",\n                \"last_update_timestamp\": \"2021-09-06T16:20:04.824Z\",\n                \"created_timestamp_tick\": 637665420048248509,\n                \"last_update_timestamp_tick\": 637665420048248509\n            }\n        },\n        {\n            \"id\": 74,\n            \"type\": \"withdraw_tickets\",\n            \"attributes\": {\n                \"account_id\": 1160,\n                \"account_name\": \"mgarcia+testwhitelabeler@bitex.la\",\n                \"asset_id\": 1,\n                \"asset_name\": \"U.S. Dollar\",\n                \"amount\": 1,\n                \"notional_value\": 1,\n                \"notional_product_id\": 1,\n                \"template_form\": {\n                    \"Amount\": 1,\n                    \"Bank Name\": \"asd\",\n                    \"Bank Address\": \"sas\",\n                    \"Bank Country\": \"s\",\n                    \"Bank Account\": \"d\",\n                    \"Swift Routing Number\": \"d\",\n                    \"Beneficiary Name\": \"d\",\n                    \"Beneficiary Address\": \"d\",\n                    \"Beneficiary Country\": \"d\"\n                },\n                \"template_form_type\": \"Custom\",\n                \"request_code\": \"c37309af-b8a9-463f-a306-b2715702e58c\",\n                \"status\": \"Pending2Fa\",\n                \"fee_amt\": 0,\n                \"reject_reason\": null,\n                \"created_timestamp\": \"2021-09-03T19:50:01.752Z\",\n                \"last_update_timestamp\": \"2021-09-03T19:50:01.752Z\",\n                \"created_timestamp_tick\": 637662954017528395,\n                \"last_update_timestamp_tick\": 637662954017528395\n            }\n        }\n    ]\n}"}],"_postman_id":"94bd74df-127c-4078-89a4-4f5dc64ccb24"}],"id":"9179eb0b-59f6-4125-8955-bd8be3b4c21e","description":"<p>A Withdraw Ticket reveals the intention to withdraw funds from an Account to a Bank Account or Crypto Address.</p>\n<p>Using these endpoints require sending a <a href=\"#retrieving-your-2fa-seed\">Two Factor Code</a>.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>asset_id</td>\n<td>The ID of the asset (product) that was withdrawn. Withdrawal fees (if any) are usually assessed in the same asset that was withdrawn.</td>\n</tr>\n<tr>\n<td>asset_name</td>\n<td>The short name of the asset. For example, BTC for BitCoin or USD for US Dollars.</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>The number of units or fractions of units of the asset that were withdrawn (not the asset's monetary value). For example, 2.5 BitCoin or 2018.00 US Dollars.</td>\n</tr>\n<tr>\n<td>template_form</td>\n<td>The contents of the template form vary depending on the currency to withdraw</td>\n</tr>\n<tr>\n<td>template_form_type</td>\n<td>The name of the template being used. These values vary from currency to currency</td>\n</tr>\n<tr>\n<td>request_code</td>\n<td>A globally unique identifier (GUID) that identifies this specific withdrawal. Use this field to identify a ticket when using the <strong>Show Withdraw Ticket</strong> and <strong>Submit Withdraw Ticket</strong> endpoints.</td>\n</tr>\n<tr>\n<td>status</td>\n<td>integer. The current status of the withdrawal ticket. Some of these statuses are valid only for cryptocurrency withdrawals, which uses an automated withdrawal process, and some are valid for fiat currency withdrawals, which requires a human admin (operator). Some of these statuses are used internally, yet they may appear on a returned Withdraw Ticket. Statuses:<br />0 New (awaiting operator review)<br />1 AdminProcessing (An admin is looking at the ticket)<br />2 Accepted (withdrawal will proceed)<br />3 Rejected (admin or automatic rejection)<br />4 SystemProcessing (automatic processing underway)<br />5 FullyProcessed (the withdrawal has concluded)<br />6 Failed (the withdrawal failed for some reason)<br />7 Pending (the admin has placed the withdrawal in pending status)<br />8 Pending2Fa (user must click 2-factor authentication confirmation link)<br />9 AutoAccepted (withdrawal will be automatically processed)<br />10 Delayed (waiting for funds to be allocated for the withdrawal)<br />11 UserCanceled (withdraw canceled by user or Superuser)<br />12 AdminCanceled (withdraw canceled by Superuser)<br />13 AmlProcessing (anti-money-laundering process underway)<br />14 AmlAccepted (anti-money-laundering process complete<br />15 AmlRejected (withdrawal did not stand up to anti-money-laundering process)<br />16 AmlFailed (withdrawal did not complete anti-money-laundering process<br />17 LimitsAccepted (withdrawal meets limits for fiat or crypto asset)<br />18 LimitsRejected (withdrawal does not meet limits for fiat or crypto asset)<br />19 Submitted (withdrawal sent to Account Provider; awaiting blockchain confirmation)<br />20 Confirmed (Account Provider confirms that withdrawal is on the blockchain)<br />21 ManuallyConfirmed (admin has sent withdrawal via wallet or admin function directly; marks ticket as FullyProcessed; debits account)<br />22 Confirmed2Fa (user has confirmed withdraw via 2-factor authentication.)</td>\n</tr>\n<tr>\n<td>fee_amt</td>\n<td>The amount of any fee that was charged for the withdrawal. fee_amt is always denominated in the asset or product that was withdrawn.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"9179eb0b-59f6-4125-8955-bd8be3b4c21e"},{"name":"Orders","item":[{"name":"Create Sell Order (Ask)","id":"df8cc5c0-5004-49a2-8d43-7a8407cbd3a9","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"attributes\": { \n            \"amount\": 0.2, \n            \"orderbook_code\": \"btc_ars\" \n        },\n        \"relationships\": { \n            \"account\": { \n                \"data\": { \n                    \"id\": \"1342\", \n                    \"type\": \"accounts\" \n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}/api/exchange/asks","description":"<ul>\n<li><code>amount</code>: Indicate the quantity of crypto to sell.</li>\n<li><code>orderbook_code</code>: Indicate which orderbook to use. Check the <a href=\"#92f8ebf8-e3d3-4850-bf8f-f6031ba4201f\">Tickers API</a> to see which are the orderbooks available.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","exchange","asks"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"ad501cdd-9b03-4f4a-8b6b-5aa5c256d28e","name":"Sell BTC, Buy ARS","originalRequest":{"method":"POST","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"attributes\": { \n            \"amount\": 0.2, \n            \"orderbook_code\": \"btc_ars\" \n        },\n        \"relationships\": { \n            \"account\": { \n                \"data\": { \n                    \"id\": \"1158\", \n                    \"type\": \"accounts\" \n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}/api/exchange/asks"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"827\",\n        \"type\": \"asks\",\n        \"attributes\": {\n            \"status\": \"Accepted\"\n        }\n    }\n}"}],"_postman_id":"df8cc5c0-5004-49a2-8d43-7a8407cbd3a9"},{"name":"Create Buy Order (Bid)","id":"68623d65-835d-47b7-816c-0e7770d2e5ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"attributes\": {\n            \"amount\": 0.2,\n            \"orderbook_code\": \"eth_usd\"\n        },\n        \"relationships\": {\n            \"account\": {\n                \"data\": {\n                    \"id\": \"1342\",\n                    \"type\": \"accounts\"\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}/api/exchange/bids","description":"<ul>\n<li><code>amount</code>: Indicate the quantity of crypto to buy.</li>\n<li><code>orderbook_code</code>: Indicate which orderbook to use. Check the Tickers API to see which are the orderbooks available.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","exchange","bids"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"19f36a43-0dee-4eda-bb01-f49205adc73c","name":"Buy ETH, Sell USD","originalRequest":{"method":"POST","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"attributes\": { \n            \"amount\": 0.2, \n            \"orderbook_code\": \"eth_usd\" \n        },\n        \"relationships\": { \n            \"account\": { \n                \"data\": { \n                    \"id\": \"1158\", \n                    \"type\": \"accounts\" \n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}/api/exchange/bids"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"825\",\n        \"type\": \"bids\",\n        \"attributes\": {\n            \"status\": \"Accepted\"\n        }\n    }\n}"}],"_postman_id":"68623d65-835d-47b7-816c-0e7770d2e5ab"},{"name":"Get Sell Order","id":"dd4ef318-b9fa-439d-a6aa-055a2e66600d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{domain}}/api/exchange/asks/:ask_id?account_id=","urlObject":{"protocol":"https","path":["api","exchange","asks",":ask_id"],"host":["{{domain}}"],"query":[{"description":{"content":"<p>The Account ID of the Order you want to see</p>\n","type":"text/plain"},"key":"account_id","value":""}],"variable":[{"id":"4ae2ec6f-5fa3-440c-b263-3515cb0eee25","description":{"content":"<p>The ID of the Sell Order you want to see</p>\n","type":"text/plain"},"type":"any","value":"","key":"ask_id"}]}},"response":[{"id":"4c2d927f-21bc-4b91-9a8e-dc4ad19429b1","name":"Get Sell Order","originalRequest":{"method":"GET","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://{{domain}}/api/exchange/asks/:ask_id?account_id=","protocol":"https","host":["{{domain}}"],"path":["api","exchange","asks",":ask_id"],"query":[{"key":"account_id","value":"","description":"The Account ID of the Order you want to see"}],"variable":[{"key":"ask_id","value":"","description":"ID of the Sell Order you want to see"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"988\",\n        \"type\": \"asks\",\n        \"attributes\": {\n            \"side\": \"Sell\",\n            \"price\": 0.0,\n            \"quantity\": 0.0,\n            \"display_quantity\": 0.01,\n            \"account_name\": \"account_name@test.la\",\n            \"order_type\": \"Market\",\n            \"client_order_id\": 0,\n            \"order_state\": \"Canceled\",\n            \"orig_quantity\": 0.01,\n            \"quantity_executed\": 0.0,\n            \"gross_value_executed\": 0.0,\n            \"executable_value\": 0.0,\n            \"avg_price\": 0.0,\n            \"change_reason\": \"\",\n            \"user_name\": \"user_name@bitex.la\",\n            \"is_quote\": false,\n            \"inside_ask\": 42100.0,\n            \"inside_ask_size\": 1.0,\n            \"inside_bid\": 35000.0,\n            \"inside_bid_size\": 1.0,\n            \"last_trade_price\": 42100.0,\n            \"reject_reason\": \"\",\n            \"is_locked_in\": false,\n            \"cancel_reason\": \"\",\n            \"order_flag\": \"0\",\n            \"use_margin\": false,\n            \"stop_price\": 0.0,\n            \"peg_price_type\": \"Bid\",\n            \"peg_offset\": 0.0,\n            \"peg_limit_offset\": 0.0,\n            \"last_updated_time\": 1640789047313,\n            \"receive_time\": 1640789047307\n        }\n    }\n}"}],"_postman_id":"dd4ef318-b9fa-439d-a6aa-055a2e66600d"},{"name":"Get Buy Order","id":"9a4aeaf5-c104-4312-a1cc-96933c88d79a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{domain}}/api/exchange/bids/:bid_id?account_id=","urlObject":{"protocol":"https","path":["api","exchange","bids",":bid_id"],"host":["{{domain}}"],"query":[{"description":{"content":"<p>The Account ID of the Buy Order you want to see</p>\n","type":"text/plain"},"key":"account_id","value":""}],"variable":[{"id":"e096a4e1-527c-41eb-99a7-0f7df3294e1b","description":{"content":"<p>The ID of the Buy Order you want to see</p>\n","type":"text/plain"},"type":"any","value":null,"key":"bid_id"}]}},"response":[{"id":"a8316501-d519-41c9-bac2-225d8cbc0e50","name":"Get Buy Order","originalRequest":{"method":"GET","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://{{domain}}/api/exchange/bids/:bid_id?account_id=","protocol":"https","host":["{{domain}}"],"path":["api","exchange","bids",":bid_id"],"query":[{"key":"account_id","value":""}],"variable":[{"key":"bid_id","value":null}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"985\",\n        \"type\": \"bids\",\n        \"attributes\": {\n            \"side\": \"Buy\",\n            \"price\": 0.0,\n            \"quantity\": 0.0,\n            \"display_quantity\": 0.0,\n            \"account_name\": \"account_name@test.la\",\n            \"order_type\": \"Market\",\n            \"client_order_id\": 0,\n            \"order_state\": \"FullyExecuted\",\n            \"orig_quantity\": 0.001,\n            \"quantity_executed\": 0.001,\n            \"gross_value_executed\": 42.1,\n            \"executable_value\": 0.0,\n            \"avg_price\": 42100.0,\n            \"change_reason\": \"Trade\",\n            \"user_name\": \"user_name@test.la\",\n            \"is_quote\": false,\n            \"inside_ask\": 42100.0,\n            \"inside_ask_size\": 1.0,\n            \"inside_bid\": 35000.0,\n            \"inside_bid_size\": 1.0,\n            \"last_trade_price\": 42100.0,\n            \"reject_reason\": \"\",\n            \"is_locked_in\": false,\n            \"cancel_reason\": \"\",\n            \"order_flag\": \"0\",\n            \"use_margin\": false,\n            \"stop_price\": 0.0,\n            \"peg_price_type\": \"Ask\",\n            \"peg_offset\": 0.0,\n            \"peg_limit_offset\": 0.0,\n            \"last_updated_time\": 1640789047313,\n            \"receive_time\": 1640789047307\n        }\n    }\n}"}],"_postman_id":"9a4aeaf5-c104-4312-a1cc-96933c88d79a"}],"id":"4c65cc8a-5aff-4a46-b3e5-f4ae0e91dfcb","_postman_id":"4c65cc8a-5aff-4a46-b3e5-f4ae0e91dfcb","description":""},{"name":"Tickers","id":"a503b0fd-7a04-40d1-a7ca-928829af1003","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Exchange-Api-Key","value":"{{exchange_api_key}}","type":"text"},{"key":"X-Exchange-Nonce","value":"{{exchange_nonce}}","type":"text"},{"key":"X-Exchange-User-Id","value":"{{exchange_user_id}}","type":"text"},{"key":"X-Exchange-Signature","value":"{{exchange_signature}}","type":"text"},{"key":"X-Exchange","value":"true","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{domain}}/api/tickers","urlObject":{"protocol":"https","path":["api","tickers"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"5e0a9013-12ed-495a-932d-3ebd2d1c681a","name":"Tickers","originalRequest":{"method":"GET","header":[],"url":"https://{{domain}}/api/tickers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Aug 2021 21:11:03 GMT"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"3917c197b424888845e5d57e884c68ec\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"d7b08ac6-1118-4d65-8eac-1a6ca9276a4e"},{"key":"X-Runtime","value":"1.882889"},{"key":"Vary","value":"Origin"},{"key":"X-Rack-CORS","value":"miss; no-origin"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=YkLjwHoe21kfFuMm06trtjSfyRDqkSOLGdxl2XaDZ8Wi2Udjbpxb8FRyf18lVlw0VDgqlBb6%2FoB0VPJ4aPMGwp%2FFS%2FlezJhXjNBf52muJpF20fqxcxfXIFh7MbrNl9solEk%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6871025b6e185c0a-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"btc_usd\",\n            \"type\": \"tickers\",\n            \"attributes\": {\n                \"last\": 70000,\n                \"open\": 40000,\n                \"high\": 70000,\n                \"low\": 40000,\n                \"vwap\": 58047.19283970708,\n                \"volume\": 614.5,\n                \"bid\": 47963.52,\n                \"ask\": 48933.49,\n                \"price_before_last\": 60000\n            }\n        },\n        {\n            \"id\": \"btc_ars\",\n            \"type\": \"tickers\",\n            \"attributes\": {\n                \"last\": 10000000,\n                \"open\": 8500000,\n                \"high\": 10000000,\n                \"low\": 8500000,\n                \"vwap\": 9994804.746629393,\n                \"volume\": 325.9299998,\n                \"bid\": 7907430.46,\n                \"ask\": 8410341.1,\n                \"price_before_last\": 10000000\n            }\n        },\n        {\n            \"id\": \"eth_usd\",\n            \"type\": \"tickers\",\n            \"attributes\": {\n                \"last\": 3364.61,\n                \"open\": 3376.63,\n                \"high\": 3376.63,\n                \"low\": 3305.21,\n                \"vwap\": 3369.4351575911073,\n                \"volume\": 0.0014214,\n                \"bid\": 3292.74,\n                \"ask\": 3359.36,\n                \"price_before_last\": 3305.41\n            }\n        },\n        {\n            \"id\": \"btc_usdt\",\n            \"type\": \"tickers\",\n            \"attributes\": {\n                \"last\": 54037.98,\n                \"open\": 0,\n                \"high\": 0,\n                \"low\": 0,\n                \"vwap\": 0,\n                \"volume\": 0,\n                \"bid\": 0,\n                \"ask\": 0,\n                \"price_before_last\": 54038.98\n            }\n        },\n        {\n            \"id\": \"eth_usdt\",\n            \"type\": \"tickers\",\n            \"attributes\": {\n                \"last\": 0,\n                \"open\": 0,\n                \"high\": 0,\n                \"low\": 0,\n                \"vwap\": 0,\n                \"volume\": 0,\n                \"bid\": 0,\n                \"ask\": 0,\n                \"price_before_last\": null\n            }\n        },\n        {\n            \"id\": \"usdt_usd\",\n            \"type\": \"tickers\",\n            \"attributes\": {\n                \"last\": 0,\n                \"open\": 0,\n                \"high\": 0,\n                \"low\": 0,\n                \"vwap\": 0,\n                \"volume\": 0,\n                \"bid\": 0,\n                \"ask\": 0,\n                \"price_before_last\": null\n            }\n        },\n        {\n            \"id\": \"usdt_ars\",\n            \"type\": \"tickers\",\n            \"attributes\": {\n                \"last\": 0,\n                \"open\": 0,\n                \"high\": 0,\n                \"low\": 0,\n                \"vwap\": 0,\n                \"volume\": 0,\n                \"bid\": 0,\n                \"ask\": 0,\n                \"price_before_last\": null\n            }\n        },\n        {\n            \"id\": \"ada_usd\",\n            \"type\": \"tickers\",\n            \"attributes\": {\n                \"last\": 0,\n                \"open\": 0,\n                \"high\": 0,\n                \"low\": 0,\n                \"vwap\": 0,\n                \"volume\": 0,\n                \"bid\": 0,\n                \"ask\": 0,\n                \"price_before_last\": null\n            }\n        },\n        {\n            \"id\": \"bch_usd\",\n            \"type\": \"tickers\",\n            \"attributes\": {\n                \"last\": 850,\n                \"open\": 0,\n                \"high\": 0,\n                \"low\": 0,\n                \"vwap\": 0,\n                \"volume\": 0,\n                \"bid\": 0,\n                \"ask\": 0,\n                \"price_before_last\": 550\n            }\n        },\n        {\n            \"id\": \"bnb_usd\",\n            \"type\": \"tickers\",\n            \"attributes\": {\n                \"last\": 0,\n                \"open\": 0,\n                \"high\": 0,\n                \"low\": 0,\n                \"vwap\": 0,\n                \"volume\": 0,\n                \"bid\": 0,\n                \"ask\": 0,\n                \"price_before_last\": null\n            }\n        },\n        {\n            \"id\": \"link_usd\",\n            \"type\": \"tickers\",\n            \"attributes\": {\n                \"last\": 0,\n                \"open\": 0,\n                \"high\": 0,\n                \"low\": 0,\n                \"vwap\": 0,\n                \"volume\": 0,\n                \"bid\": 0,\n                \"ask\": 0,\n                \"price_before_last\": null\n            }\n        },\n        {\n            \"id\": \"uni_usd\",\n            \"type\": \"tickers\",\n            \"attributes\": {\n                \"last\": 0,\n                \"open\": 0,\n                \"high\": 0,\n                \"low\": 0,\n                \"vwap\": 0,\n                \"volume\": 0,\n                \"bid\": 0,\n                \"ask\": 0,\n                \"price_before_last\": null\n            }\n        },\n        {\n            \"id\": \"yfi_usd\",\n            \"type\": \"tickers\",\n            \"attributes\": {\n                \"last\": 0,\n                \"open\": 0,\n                \"high\": 0,\n                \"low\": 0,\n                \"vwap\": 0,\n                \"volume\": 0,\n                \"bid\": 0,\n                \"ask\": 0,\n                \"price_before_last\": null\n            }\n        },\n        {\n            \"id\": \"dai_ars\",\n            \"type\": \"tickers\",\n            \"attributes\": {\n                \"last\": 0,\n                \"open\": 0,\n                \"high\": 0,\n                \"low\": 0,\n                \"vwap\": 0,\n                \"volume\": 0,\n                \"bid\": 0,\n                \"ask\": 0,\n                \"price_before_last\": null\n            }\n        },\n        {\n            \"id\": \"sushi_usd\",\n            \"type\": \"tickers\",\n            \"attributes\": {\n                \"last\": 0,\n                \"open\": 0,\n                \"high\": 0,\n                \"low\": 0,\n                \"vwap\": 0,\n                \"volume\": 0,\n                \"bid\": 0,\n                \"ask\": 0,\n                \"price_before_last\": null\n            }\n        },\n        {\n            \"id\": \"ftt_usd\",\n            \"type\": \"tickers\",\n            \"attributes\": {\n                \"last\": 0,\n                \"open\": 0,\n                \"high\": 0,\n                \"low\": 0,\n                \"vwap\": 0,\n                \"volume\": 0,\n                \"bid\": 0,\n                \"ask\": 0,\n                \"price_before_last\": null\n            }\n        },\n        {\n            \"id\": \"soya_ars\",\n            \"type\": \"tickers\",\n            \"attributes\": {\n                \"last\": 0,\n                \"open\": 0,\n                \"high\": 0,\n                \"low\": 0,\n                \"vwap\": 0,\n                \"volume\": 0,\n                \"bid\": 0,\n                \"ask\": 0,\n                \"price_before_last\": null\n            }\n        },\n        {\n            \"id\": \"eth_clp\",\n            \"type\": \"tickers\",\n            \"attributes\": {\n                \"last\": 0,\n                \"open\": 0,\n                \"high\": 0,\n                \"low\": 0,\n                \"vwap\": 0,\n                \"volume\": 0,\n                \"bid\": 0,\n                \"ask\": 0,\n                \"price_before_last\": null\n            }\n        },\n        {\n            \"id\": \"btc_clp\",\n            \"type\": \"tickers\",\n            \"attributes\": {\n                \"last\": 0,\n                \"open\": 0,\n                \"high\": 0,\n                \"low\": 0,\n                \"vwap\": 0,\n                \"volume\": 0,\n                \"bid\": 0,\n                \"ask\": 0,\n                \"price_before_last\": null\n            }\n        },\n        {\n            \"id\": \"btc_pyg\",\n            \"type\": \"tickers\",\n            \"attributes\": {\n                \"last\": 0,\n                \"open\": 0,\n                \"high\": 0,\n                \"low\": 0,\n                \"vwap\": 0,\n                \"volume\": 0,\n                \"bid\": 0,\n                \"ask\": 0,\n                \"price_before_last\": null\n            }\n        },\n        {\n            \"id\": \"btc_uyu\",\n            \"type\": \"tickers\",\n            \"attributes\": {\n                \"last\": 0,\n                \"open\": 0,\n                \"high\": 0,\n                \"low\": 0,\n                \"vwap\": 0,\n                \"volume\": 0,\n                \"bid\": 0,\n                \"ask\": 0,\n                \"price_before_last\": null\n            }\n        },\n        {\n            \"id\": \"eth_pyg\",\n            \"type\": \"tickers\",\n            \"attributes\": {\n                \"last\": 0,\n                \"open\": 0,\n                \"high\": 0,\n                \"low\": 0,\n                \"vwap\": 0,\n                \"volume\": 0,\n                \"bid\": 0,\n                \"ask\": 0,\n                \"price_before_last\": null\n            }\n        },\n        {\n            \"id\": \"eth_ars\",\n            \"type\": \"tickers\",\n            \"attributes\": {\n                \"last\": 0,\n                \"open\": 0,\n                \"high\": 0,\n                \"low\": 0,\n                \"vwap\": 0,\n                \"volume\": 0,\n                \"bid\": 543302.1,\n                \"ask\": 577810.09,\n                \"price_before_last\": null\n            }\n        },\n        {\n            \"id\": \"usdt_uyu\",\n            \"type\": \"tickers\",\n            \"attributes\": {\n                \"last\": 0,\n                \"open\": 0,\n                \"high\": 0,\n                \"low\": 0,\n                \"vwap\": 0,\n                \"volume\": 0,\n                \"bid\": 0,\n                \"ask\": 0,\n                \"price_before_last\": null\n            }\n        },\n        {\n            \"id\": \"usdt_clp\",\n            \"type\": \"tickers\",\n            \"attributes\": {\n                \"last\": 0,\n                \"open\": 0,\n                \"high\": 0,\n                \"low\": 0,\n                \"vwap\": 0,\n                \"volume\": 0,\n                \"bid\": 0,\n                \"ask\": 0,\n                \"price_before_last\": null\n            }\n        },\n        {\n            \"id\": \"usdt_pyg\",\n            \"type\": \"tickers\",\n            \"attributes\": {\n                \"last\": 0,\n                \"open\": 0,\n                \"high\": 0,\n                \"low\": 0,\n                \"vwap\": 0,\n                \"volume\": 0,\n                \"bid\": 0,\n                \"ask\": 0,\n                \"price_before_last\": null\n            }\n        },\n        {\n            \"id\": \"dot_usd\",\n            \"type\": \"tickers\",\n            \"attributes\": {\n                \"last\": 0,\n                \"open\": 0,\n                \"high\": 0,\n                \"low\": 0,\n                \"vwap\": 0,\n                \"volume\": 0,\n                \"bid\": 0,\n                \"ask\": 0,\n                \"price_before_last\": null\n            }\n        },\n        {\n            \"id\": \"doge_usd\",\n            \"type\": \"tickers\",\n            \"attributes\": {\n                \"last\": 0,\n                \"open\": 0,\n                \"high\": 0,\n                \"low\": 0,\n                \"vwap\": 0,\n                \"volume\": 0,\n                \"bid\": 0,\n                \"ask\": 0,\n                \"price_before_last\": null\n            }\n        },\n        {\n            \"id\": \"sushi_usdt\",\n            \"type\": \"tickers\",\n            \"attributes\": {\n                \"last\": 0,\n                \"open\": 0,\n                \"high\": 0,\n                \"low\": 0,\n                \"vwap\": 0,\n                \"volume\": 0,\n                \"bid\": 0,\n                \"ask\": 0,\n                \"price_before_last\": null\n            }\n        },\n        {\n            \"id\": \"uni_usdt\",\n            \"type\": \"tickers\",\n            \"attributes\": {\n                \"last\": 0,\n                \"open\": 0,\n                \"high\": 0,\n                \"low\": 0,\n                \"vwap\": 0,\n                \"volume\": 0,\n                \"bid\": 0,\n                \"ask\": 0,\n                \"price_before_last\": null\n            }\n        },\n        {\n            \"id\": \"dot_usdt\",\n            \"type\": \"tickers\",\n            \"attributes\": {\n                \"last\": 0,\n                \"open\": 0,\n                \"high\": 0,\n                \"low\": 0,\n                \"vwap\": 0,\n                \"volume\": 0,\n                \"bid\": 0,\n                \"ask\": 0,\n                \"price_before_last\": null\n            }\n        },\n        {\n            \"id\": \"doge_usdt\",\n            \"type\": \"tickers\",\n            \"attributes\": {\n                \"last\": 0,\n                \"open\": 0,\n                \"high\": 0,\n                \"low\": 0,\n                \"vwap\": 0,\n                \"volume\": 0,\n                \"bid\": 0,\n                \"ask\": 0,\n                \"price_before_last\": null\n            }\n        },\n        {\n            \"id\": \"ftt_usdt\",\n            \"type\": \"tickers\",\n            \"attributes\": {\n                \"last\": 0,\n                \"open\": 0,\n                \"high\": 0,\n                \"low\": 0,\n                \"vwap\": 0,\n                \"volume\": 0,\n                \"bid\": 0,\n                \"ask\": 0,\n                \"price_before_last\": null\n            }\n        },\n        {\n            \"id\": \"bnb_usdt\",\n            \"type\": \"tickers\",\n            \"attributes\": {\n                \"last\": 0,\n                \"open\": 0,\n                \"high\": 0,\n                \"low\": 0,\n                \"vwap\": 0,\n                \"volume\": 0,\n                \"bid\": 0,\n                \"ask\": 0,\n                \"price_before_last\": null\n            }\n        },\n        {\n            \"id\": \"ada_usdt\",\n            \"type\": \"tickers\",\n            \"attributes\": {\n                \"last\": 0,\n                \"open\": 0,\n                \"high\": 0,\n                \"low\": 0,\n                \"vwap\": 0,\n                \"volume\": 0,\n                \"bid\": 0,\n                \"ask\": 0,\n                \"price_before_last\": null\n            }\n        },\n        {\n            \"id\": \"link_usdt\",\n            \"type\": \"tickers\",\n            \"attributes\": {\n                \"last\": 0,\n                \"open\": 0,\n                \"high\": 0,\n                \"low\": 0,\n                \"vwap\": 0,\n                \"volume\": 0,\n                \"bid\": 0,\n                \"ask\": 0,\n                \"price_before_last\": null\n            }\n        },\n        {\n            \"id\": \"yfi_usdt\",\n            \"type\": \"tickers\",\n            \"attributes\": {\n                \"last\": 0,\n                \"open\": 0,\n                \"high\": 0,\n                \"low\": 0,\n                \"vwap\": 0,\n                \"volume\": 0,\n                \"bid\": 0,\n                \"ask\": 0,\n                \"price_before_last\": null\n            }\n        },\n        {\n            \"id\": \"bch_usdt\",\n            \"type\": \"tickers\",\n            \"attributes\": {\n                \"last\": 0,\n                \"open\": 0,\n                \"high\": 0,\n                \"low\": 0,\n                \"vwap\": 0,\n                \"volume\": 0,\n                \"bid\": 0,\n                \"ask\": 0,\n                \"price_before_last\": null\n            }\n        },\n        {\n            \"id\": \"soya_usdc\",\n            \"type\": \"tickers\",\n            \"attributes\": {\n                \"last\": 0,\n                \"open\": 0,\n                \"high\": 0,\n                \"low\": 0,\n                \"vwap\": 0,\n                \"volume\": 0,\n                \"bid\": 0,\n                \"ask\": 0,\n                \"price_before_last\": null\n            }\n        },\n        {\n            \"id\": \"usdc_ars\",\n            \"type\": \"tickers\",\n            \"attributes\": {\n                \"last\": 0,\n                \"open\": 0,\n                \"high\": 0,\n                \"low\": 0,\n                \"vwap\": 0,\n                \"volume\": 0,\n                \"bid\": 0,\n                \"ask\": 0,\n                \"price_before_last\": null\n            }\n        },\n        {\n            \"id\": \"usdc_clp\",\n            \"type\": \"tickers\",\n            \"attributes\": {\n                \"last\": 0,\n                \"open\": 0,\n                \"high\": 0,\n                \"low\": 0,\n                \"vwap\": 0,\n                \"volume\": 0,\n                \"bid\": 0,\n                \"ask\": 0,\n                \"price_before_last\": null\n            }\n        },\n        {\n            \"id\": \"usdc_usd\",\n            \"type\": \"tickers\",\n            \"attributes\": {\n                \"last\": 0,\n                \"open\": 0,\n                \"high\": 0,\n                \"low\": 0,\n                \"vwap\": 0,\n                \"volume\": 0,\n                \"bid\": 0,\n                \"ask\": 0,\n                \"price_before_last\": null\n            }\n        },\n        {\n            \"id\": \"usdc_uyu\",\n            \"type\": \"tickers\",\n            \"attributes\": {\n                \"last\": 0,\n                \"open\": 0,\n                \"high\": 0,\n                \"low\": 0,\n                \"vwap\": 0,\n                \"volume\": 0,\n                \"bid\": 0,\n                \"ask\": 0,\n                \"price_before_last\": null\n            }\n        },\n        {\n            \"id\": \"usdc_pyg\",\n            \"type\": \"tickers\",\n            \"attributes\": {\n                \"last\": 0,\n                \"open\": 0,\n                \"high\": 0,\n                \"low\": 0,\n                \"vwap\": 0,\n                \"volume\": 0,\n                \"bid\": 0,\n                \"ask\": 0,\n                \"price_before_last\": null\n            }\n        },\n        {\n            \"id\": \"soya_usd\",\n            \"type\": \"tickers\",\n            \"attributes\": {\n                \"last\": 0,\n                \"open\": 0,\n                \"high\": 0,\n                \"low\": 0,\n                \"vwap\": 0,\n                \"volume\": 0,\n                \"bid\": 0,\n                \"ask\": 0,\n                \"price_before_last\": null\n            }\n        }\n    ]\n}"}],"_postman_id":"a503b0fd-7a04-40d1-a7ca-928829af1003"}],"id":"c75c37b4-2583-4062-b085-e08826205b0a","_postman_id":"c75c37b4-2583-4062-b085-e08826205b0a","description":""}],"event":[{"listen":"prerequest","script":{"id":"dc8e2c65-d31b-4853-b8db-4438c92b3cca","type":"text/javascript","exec":["var exchange_user_id = pm.environment.get('exchange_user_id');","var exchange_api_key = pm.environment.get('exchange_api_key');","var exchange_api_secret = pm.environment.get('exchange_api_secret');","","var exchange_nonce = Date.now();","var message = exchange_nonce + exchange_user_id + exchange_api_key","var exchange_signature = CryptoJS.HmacSHA256(message, exchange_api_secret).toString(CryptoJS.enc.Hex)","","pm.environment.set('exchange_nonce', exchange_nonce)","pm.environment.set('exchange_signature', exchange_signature)",""]}},{"listen":"test","script":{"id":"2db3fe28-4ec1-481d-ad04-794051250dc8","type":"text/javascript","exec":[""]}}]}