{"info":{"_postman_id":"4647464e-742a-4d4e-be11-92d3ac475518","name":"Toronet_API_AWS","description":"<html><head></head><body><p>In this API, RESTful https calls are provided to execute fundamental Tórónet tasks.</p>\n<p>In this manual, both signed (non-custodial) and unsigned (custodial) calls will be introduced:</p>\n<p>The current base access point for the RESTful API on the test portal is <a href=\"https://testnet.toronet.org/api/\">https://testnet.toronet.org/api/</a></p>\n<p>In this manual, the syntax, arguments, and responses will be introduced.</p>\n<h4 id=\"blockchain-call-types\">Blockchain Call Types</h4>\n<p>There are two types of blockchain calls:</p>\n<ul>\n<li><p>Calls that request information from the blockchain. Blockchain information is public and transparent. There are several calls that is provided to access such data. However, while data is publicly available, note that such data could also be encrypted by process or smart contracts; which ensures that certain information can still be made accessible only to owners of such data. Calls that request information do not typically need to be signed to obtain such information.</p>\n</li>\n<li><p>Calls that make changes to the blockchain. These calls add data to a block, and needs to be added by the blockchain consensus algorithm. The process pf generating a new block is sometimes called mining. All calls that generate data that needs to be added to the blockchain needs to be signed by an account. The account could be a user account, or a contract account. To sign an account, the account owner needs to have access and ownership to the primary key of the account. Only that primary key can encrypt the information corresponding to the public key. There are two ways this can be accomplished, and they are described below.</p>\n</li>\n</ul>\n<h5 id=\"non-custodial-calls\">Non-custodial calls</h5>\n<p>For non-custodial calls, the primary keys for the accounts are located on the device of the owner of the account. The account owner accesses that primary key, utilizing software on that device to encrypt the information. The encrypted information is then transmitted to the blockchain network where is will be saved in a pool of potential new transactions or data intended to be included in the next block. The blockchain nodes then pick up that transaction or block of data, verifies that it is duly signed, and if so will include it in a block and process the block as the next block through the consensus procedure of the chain.</p>\n<p>Sometimes, the primary key itself is saved in a keyfile, which is then password-protected. The user can then use the password to simply unlock and use it to sign the transaction they intend to send. The primary key itself, in that situation, does not need to be directly accessed or even known by the user – just the password. Note that gaining access to the keyfile, without knowing the password accomplishes absolutely nothing. What makes the process non-custodial is simply the location of the primary key, or it’s representative keyfile.</p>\n<h5 id=\"custodial-calls\">Custodial calls</h5>\n<p>For custodial calls, the keyfile described above is saved on the API server. However, the password to it is still only known to the user. To initiate a transaction, the API software over a secure layer would request the user to use their password to unlock the keyfile and then sign the intended transaction the same way as for custodial transaction. Note that similarly, the keyfile itself is completely useless without the password that can unlock it. This process is similar to the overall blockchain principle which we term data in plain sight secured by sovereign users. Blockchain data are available publicly made possible via encryption, and only those who have ownership or authority over such data can order, decrypt, or modify the data.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"20880049","collectionId":"4647464e-742a-4d4e-be11-92d3ac475518","publishedId":"2s93kz555m","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-05-17T14:54:58.000Z"},"item":[{"name":"/keystore","item":[{"name":"createkey","id":"bb44a677-d3e4-444f-bfc4-d65b4644741d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"createkey\", \"params\":[{\"name\":\"pwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/keystore","description":"<p>Create an account on the API server, when this is successful, a keystore is created on the server.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">//SUCCESSFUL RESPONSE\n{\n    \"result\": true,\n    \"address\": \"0x432c7294c152c4f4930373a79e833cd22b9925b3\",\n    \"message\": \"keystore record has been added\"\n}\n\n</code></pre>\n","urlObject":{"protocol":"http","path":["api","keystore"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"49cbc3f5-c873-4742-8970-db447695af12","name":"Successful response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"createkey\", \"params\":[{\"name\":\"pwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/keystore"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 May 2023 08:48:15 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"113"},{"key":"ETag","value":"W/\"71-jlTWYwxjZDdisLIn5pyvTbb0V38\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"address\": \"0x432c7294c152c4f4930373a79e833cd22b9925b3\",\n    \"message\": \"keystore record has been added\"\n}"}],"_postman_id":"bb44a677-d3e4-444f-bfc4-d65b4644741d"},{"name":"getkey","id":"b0c2bea2-9522-4a5f-9beb-01d91d2650d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getkey\", \"params\":[{\"name\":\"addr\", \"value\":\"0x432c7294c152c4f4930373a79e833cd22b9925b3\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/keystore","description":"<p>Get key from API server.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">//SUCCESSFUL RESPONSE\n{\n    \"result\": true,\n    \"keystoredata\": {\n        \"address\": \"432c7294c152c4f4930373a79e833cd22b9925b3\",\n        \"crypto\": {\n            \"cipher\": \"aes-128-ctr\",\n            \"ciphertext\": \"561a6c0998109babb828fa51a54e03557ca6620854ec41b9a99ca3e66d517b21\",\n            \"cipherparams\": {\n                \"iv\": \"ab4c9793b35edb7315c7cc851a29074e\"\n            },\n            \"mac\": \"17063e95e2b850c4f3714c30e3e5875705e4684b46fdeba0f48aa60167bcdc57\",\n            \"kdf\": \"pbkdf2\",\n            \"kdfparams\": {\n                \"c\": 262144,\n                \"dklen\": 32,\n                \"prf\": \"hmac-sha256\",\n                \"salt\": \"beee530d83acaa730d4df6857148e83256125f79cf50da37f4a09e38b5ce4fb8\"\n            }\n        },\n        \"id\": \"01b9c4ea-8eeb-48f9-8d68-ddc88ed2942d\",\n        \"version\": 3\n    },\n    \"message\": \"keystore record has been found\"\n}\n\n</code></pre>\n","urlObject":{"protocol":"http","path":["api","keystore"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"fab1ffd8-60dc-468d-be7c-6b035a106284","name":"Successful response","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getkey\", \"params\":[{\"name\":\"addr\", \"value\":\"0x432c7294c152c4f4930373a79e833cd22b9925b3\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/keystore"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 May 2023 08:51:08 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"573"},{"key":"ETag","value":"W/\"23d-0xYvO6s7mCjmJwXlzZ4zxJvhxH8\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"keystoredata\": {\n        \"address\": \"432c7294c152c4f4930373a79e833cd22b9925b3\",\n        \"crypto\": {\n            \"cipher\": \"aes-128-ctr\",\n            \"ciphertext\": \"561a6c0998109babb828fa51a54e03557ca6620854ec41b9a99ca3e66d517b21\",\n            \"cipherparams\": {\n                \"iv\": \"ab4c9793b35edb7315c7cc851a29074e\"\n            },\n            \"mac\": \"17063e95e2b850c4f3714c30e3e5875705e4684b46fdeba0f48aa60167bcdc57\",\n            \"kdf\": \"pbkdf2\",\n            \"kdfparams\": {\n                \"c\": 262144,\n                \"dklen\": 32,\n                \"prf\": \"hmac-sha256\",\n                \"salt\": \"beee530d83acaa730d4df6857148e83256125f79cf50da37f4a09e38b5ce4fb8\"\n            }\n        },\n        \"id\": \"01b9c4ea-8eeb-48f9-8d68-ddc88ed2942d\",\n        \"version\": 3\n    },\n    \"message\": \"keystore record has been found\"\n}"}],"_postman_id":"b0c2bea2-9522-4a5f-9beb-01d91d2650d1"},{"name":"verifykey","id":"193a0c9b-f0a4-41ee-b3f3-b2f66b9f9628","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"verifykey\", \"params\":[{\"name\":\"addr\", \"value\":\"0x432c7294c152c4f4930373a79e833cd22b9925b3\"}, {\"name\":\"pwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/keystore","description":"<p>Verify key from API server</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">//SUCCESSFUL RESPONSE\n{\n    \"result\": true,\n    \"message\": \"keystore record is found and the password has been verified\"\n}\n\n</code></pre>\n","urlObject":{"protocol":"http","path":["api","keystore"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"6ebfe95e-6c71-4ec4-9d1f-47860458c1e9","name":"Successful response","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"verifykey\", \"params\":[{\"name\":\"addr\", \"value\":\"0x432c7294c152c4f4930373a79e833cd22b9925b3\"}, {\"name\":\"pwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/keystore"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 May 2023 08:53:08 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"87"},{"key":"ETag","value":"W/\"57-03OYARhRiwFAabnEI6X4CLLau4k\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"keystore record is found and the password has been verified\"\n}"}],"_postman_id":"193a0c9b-f0a4-41ee-b3f3-b2f66b9f9628"},{"name":"updatekeypwd","id":"2fb859dd-c258-490c-8599-d0b7f5413546","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"updatekeypwd\", \"params\":[{\"name\":\"addr\", \"value\":\"e77f22bd8cf51dac31bcf76986df12a0faae5f29\"}, {\"name\":\"oldpwd\", \"value\":\"toronet2\"}, {\"name\":\"newpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/keystore","urlObject":{"protocol":"http","path":["api","keystore"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"2fb859dd-c258-490c-8599-d0b7f5413546"},{"name":"importkey","id":"6d771d01-26ac-4193-b009-5f937bb098ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"importkey\", \"params\":[{\"name\":\"prvkey\", \"value\":\"8da4ef21b864d2cc526dbdb2a120bd2874c36c9d0a1fb7f8c63d7f7a8b41de8f\"}, {\"name\":\"pwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/keystore","description":"<p>Import a keystore record by private key and password</p>\n","urlObject":{"protocol":"http","path":["api","keystore"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"4a232298-c171-4f22-a543-a78be4e7d1ba","name":"importkey","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"importkey\", \"params\":[{\"name\":\"prvkey\", \"value\":\"8da4ef21b864d2cc526dbdb2a120bd2874c36c9d0a1fb7f8c63d7f7a8b41de8f\"}, {\"name\":\"pwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/keystore"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 10:30:30 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"116"},{"key":"ETag","value":"W/\"74-W7O7JGplh5PejbyfufpBhW7KriM\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"address\": \"0x63fac9201494f0bd17b9892b9fae4d52fe3bd377\",\n    \"message\": \"keystore record has been imported\"\n}"}],"_postman_id":"6d771d01-26ac-4193-b009-5f937bb098ac"},{"name":"deletekey","id":"04d2a54a-780c-445c-a8c4-1ae1b856e886","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"deletekey\", \"params\":[{\"name\":\"addr\", \"value\":\"63fac9201494f0bd17b9892b9fae4d52fe3bd377\"}, {\"name\":\"pwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/keystore","description":"<p>Delete key from the API server</p>\n","urlObject":{"protocol":"http","path":["api","keystore"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"e26280cf-77e7-4a5b-b1e4-a7222d1aa69b","name":"deletekey","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"deletekey\", \"params\":[{\"name\":\"addr\", \"value\":\"63fac9201494f0bd17b9892b9fae4d52fe3bd377\"}, {\"name\":\"pwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/keystore"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 10:54:48 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"60"},{"key":"ETag","value":"W/\"3c-z3U9KLD0dBD3BOjNF0EJZYobe3U\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"keystore record has been deleted\"\n}"}],"_postman_id":"04d2a54a-780c-445c-a8c4-1ae1b856e886"}],"id":"3df7e96c-ab0a-475b-9f98-32d81d3fb0b3","_postman_id":"3df7e96c-ab0a-475b-9f98-32d81d3fb0b3","description":""},{"name":"/blockchain","item":[{"name":"getstatus","id":"3a8958b8-0b4f-4c7d-963c-9f69b9f4355a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://testnet.toronet.org/api/blockchain","description":"<p>Get basic information about the Blockchain</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">//SUCCESSFUL RESPONSE\n{\n    \"result\": true,\n    \"blockchaininfo\": {\n        \"chain\": \"testnet\",\n        \"chainid\": 54321,\n        \"latestblock\": 11575975,\n        \"datetime\": \"2023/05/17 10:09:54\"\n    },\n    \"message\": \"current blockchain status has been updated\"\n}\n\n</code></pre>\n","urlObject":{"protocol":"http","path":["api","blockchain"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"075bd135-4546-403c-94f3-46e1eb9baebe","name":"Successful response","originalRequest":{"method":"GET","header":[],"url":"http://testnet.toronet.org/api/blockchain"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 May 2023 10:09:54 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"179"},{"key":"ETag","value":"W/\"b3-+bys3mHuB5REvUOY07Nd37s5qzk\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"blockchaininfo\": {\n        \"chain\": \"testnet\",\n        \"chainid\": 54321,\n        \"latestblock\": 11575975,\n        \"datetime\": \"2023/05/17 10:09:54\"\n    },\n    \"message\": \"current blockchain status has been updated\"\n}"}],"_postman_id":"3a8958b8-0b4f-4c7d-963c-9f69b9f4355a"},{"name":"getblock","id":"0689935b-f235-4275-871c-a21020e9b603","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getblock\", \"params\":[{\"name\":\"id\", \"value\":\"latest\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/blockchain","description":"<p>Query the latest block on the Blockchain</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">//SUCCESSFUL RESPONSE\n{\n    \"result\": true,\n    \"block\": {\n        \"difficulty\": \"1\",\n        \"extraData\": \"0xd883010a03846765746888676f312e31352e37856c696e7578000000000000003dceef6a6945796b0800db6ca275925fb0477983ccfaa121d23f6af3e8082c8b5f55dc0b42fbd22f35b1831f79641a10c339135dcb61efc62b3bbd8ef303919401\",\n        \"gasLimit\": 1000000000,\n        \"gasUsed\": 0,\n        \"hash\": \"0xae2b664309d0b62f3afd9eebf54814169427193f636995e3d03dd9d7fb51a4d8\",\n        \"logsBloom\": \"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n        \"miner\": \"0x0000000000000000000000000000000000000000\",\n        \"mixHash\": \"0x0000000000000000000000000000000000000000000000000000000000000000\",\n        \"nonce\": \"0x0000000000000000\",\n        \"number\": 11575996,\n        \"parentHash\": \"0x8ec9b7bff6a75df8a9e55c5ba6f4a252419db817df6675d7b886823e97604ea2\",\n        \"receiptsRoot\": \"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421\",\n        \"sha3Uncles\": \"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347\",\n        \"size\": 610,\n        \"stateRoot\": \"0xb90ffca291a40ed452566f7de3011526efffa81903c11bb6f0737e67f094a790\",\n        \"timestamp\": 1684318298,\n        \"totalDifficulty\": \"20277133\",\n        \"transactions\": [],\n        \"transactionsRoot\": \"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421\",\n        \"uncles\": []\n    },\n    \"message\": \"block 'latest' has been queried\"\n}\n\n</code></pre>\n","urlObject":{"protocol":"http","path":["api","blockchain"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"e11f2380-7c79-40d0-8993-de718b316d7d","name":"Successful response","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getblock\", \"params\":[{\"name\":\"id\", \"value\":\"latest\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/blockchain"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 May 2023 10:11:42 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1625"},{"key":"ETag","value":"W/\"659-E8IN/QXqjyMi4E/I1V/XCbLwXa4\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"block\": {\n        \"difficulty\": \"1\",\n        \"extraData\": \"0xd883010a03846765746888676f312e31352e37856c696e7578000000000000003dceef6a6945796b0800db6ca275925fb0477983ccfaa121d23f6af3e8082c8b5f55dc0b42fbd22f35b1831f79641a10c339135dcb61efc62b3bbd8ef303919401\",\n        \"gasLimit\": 1000000000,\n        \"gasUsed\": 0,\n        \"hash\": \"0xae2b664309d0b62f3afd9eebf54814169427193f636995e3d03dd9d7fb51a4d8\",\n        \"logsBloom\": \"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n        \"miner\": \"0x0000000000000000000000000000000000000000\",\n        \"mixHash\": \"0x0000000000000000000000000000000000000000000000000000000000000000\",\n        \"nonce\": \"0x0000000000000000\",\n        \"number\": 11575996,\n        \"parentHash\": \"0x8ec9b7bff6a75df8a9e55c5ba6f4a252419db817df6675d7b886823e97604ea2\",\n        \"receiptsRoot\": \"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421\",\n        \"sha3Uncles\": \"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347\",\n        \"size\": 610,\n        \"stateRoot\": \"0xb90ffca291a40ed452566f7de3011526efffa81903c11bb6f0737e67f094a790\",\n        \"timestamp\": 1684318298,\n        \"totalDifficulty\": \"20277133\",\n        \"transactions\": [],\n        \"transactionsRoot\": \"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421\",\n        \"uncles\": []\n    },\n    \"message\": \"block 'latest' has been queried\"\n}"}],"_postman_id":"0689935b-f235-4275-871c-a21020e9b603"},{"name":"gettransaction","id":"bd82e46c-2fb6-4d73-af45-0a7a053bffd6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettransaction\", \"params\":[{\"name\":\"id\", \"value\":\"0xed23ba5f0e66ab2a0fec6cce2d91cbb8015b8de99b6ace976ef0d584791122f9\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/blockchain","description":"<p>Retrieve information about a specific transaction in the blockchain</p>\n","urlObject":{"protocol":"http","path":["api","blockchain"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"eb323b1f-7839-4bf1-b110-fedd9086647f","name":"gettransaction","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettransaction\", \"params\":[{\"name\":\"id\", \"value\":\"0xed23ba5f0e66ab2a0fec6cce2d91cbb8015b8de99b6ace976ef0d584791122f9\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/blockchain"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 11:20:16 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"144"},{"key":"ETag","value":"W/\"90-iIjSYVUg9Que4ZXso5gxJuDuZbY\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"transaction\": null,\n    \"message\": \"transaction '0xed23ba5f0e66ab2a0fec6cce2d91cbb8015b8de99b6ace976ef0d584791122f9' has been queried\"\n}"}],"_postman_id":"bd82e46c-2fb6-4d73-af45-0a7a053bffd6"},{"name":"getreceipt","id":"76385a9a-744f-4951-a421-bf5f8b40b345","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getreceipt\", \"params\":[{\"name\":\"id\", \"value\":\"0xed23ba5f0e66ab2a0fec6cce2d91cbb8015b8de99b6ace976ef0d584791122f9\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/blockchain","description":"<p>Get transaction receipt info by transaction hash</p>\n","urlObject":{"protocol":"http","path":["api","blockchain"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"934213c7-3b46-4289-af59-e7aeeeb342da","name":"getreceipt","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getreceipt\", \"params\":[{\"name\":\"id\", \"value\":\"0xed23ba5f0e66ab2a0fec6cce2d91cbb8015b8de99b6ace976ef0d584791122f9\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/blockchain"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 11:20:34 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"136"},{"key":"ETag","value":"W/\"88-PFtGOF8LQX2pi9iZUOnstwG1HYU\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"receipt\": null,\n    \"message\": \"receipt '0xed23ba5f0e66ab2a0fec6cce2d91cbb8015b8de99b6ace976ef0d584791122f9' has been queried\"\n}"}],"_postman_id":"76385a9a-744f-4951-a421-bf5f8b40b345"},{"name":"getrevertreason","id":"79a85486-c5ee-4f99-a656-5ab0e2faa49b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getrevertreason\", \"params\":[{\"name\":\"id\", \"value\":\"0xedd9369339b2b56c466b266df3c812359ba6bab1375f72dd8ae520522448808a\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/blockchain","description":"<p>Get reason for revert with transaction hash</p>\n","urlObject":{"protocol":"http","path":["api","blockchain"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"79a85486-c5ee-4f99-a656-5ab0e2faa49b"}],"id":"5795f646-ad0a-4b69-8cf1-d7aafac0733d","_postman_id":"5795f646-ad0a-4b69-8cf1-d7aafac0733d","description":""},{"name":"/storage","item":[{"name":"/","item":[{"name":"isstorageon","id":"84eb0acb-1701-48c5-a045-6dcfc852cdf3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isstorageon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/storage","description":"<p>Check whether the storage system is currently enabled or disabled</p>\n","urlObject":{"protocol":"http","path":["api","storage"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"0427a96d-74ca-4f58-918c-c15e87c0b148","name":"isstorageon","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isstorageon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/storage"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 11:21:04 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"60"},{"key":"ETag","value":"W/\"3c-y4KnJ6heJ/15+sFs4M36DfJURAU\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"isstorageon\": true,\n    \"message\": \"storage is on\"\n}"}],"_postman_id":"84eb0acb-1701-48c5-a045-6dcfc852cdf3"},{"name":"iscontractregistered","id":"58401e01-71f3-4c32-a47d-f09f1e46eec3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"iscontractregistered\", \"params\":[{\"name\":\"contract\", \"value\":\"0xD528b56c86e83ae65323b1c2bda620A7fcE2c640\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/storage","description":"<p>Check if a specific contract is registered in the storage system</p>\n","urlObject":{"protocol":"http","path":["api","storage"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"ddeb1a37-5942-407a-903a-253d8476b771","name":"iscontractregistered","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"iscontractregistered\", \"params\":[{\"name\":\"contract\", \"value\":\"0xD528b56c86e83ae65323b1c2bda620A7fcE2c640\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/storage"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 11:21:13 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"120"},{"key":"ETag","value":"W/\"78-XUAi6SUvkEkcq9qdJu1MoKgPajw\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"isregistered\": false,\n    \"message\": \"contract '0xD528b56c86e83ae65323b1c2bda620A7fcE2c640' is not registered\"\n}"}],"_postman_id":"58401e01-71f3-4c32-a47d-f09f1e46eec3"},{"name":"getstorageversion","id":"3c3804c2-9ff9-4ced-9d53-84c6f4ded385","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getstorageversion\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/storage","description":"<p>Retrieves the current version of the storage system. It provides information about the version number of the storage system being used.</p>\n","urlObject":{"protocol":"http","path":["api","storage"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"4814b984-bed7-438b-8b62-3c4c2e7b5ce2","name":"getstorageversion","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getstorageversion\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/storage"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 11:21:32 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"70"},{"key":"ETag","value":"W/\"46-FF02fldbc2a9D2RqOc/RYPaMFlg\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"version\": \"0\",\n    \"message\": \"current storage version is 0\"\n}"}],"_postman_id":"3c3804c2-9ff9-4ced-9d53-84c6f4ded385"},{"name":"isowner","id":"81b0ffb9-f6fe-49f6-a79d-ffbcbc89ea13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isowner\", \"params\":[{\"name\":\"addr\", \"value\":\"0x43F78b342084e370f10e0Cd07d56d95c1728C9D4\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/storage","description":"<p>Verify if the current user or account is the owner of the storage system</p>\n","urlObject":{"protocol":"http","path":["api","storage"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"bcf1133e-5bfd-455e-8029-9c6fabe33d45","name":"isowner","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isowner\", \"params\":[{\"name\":\"addr\", \"value\":\"0x43F78b342084e370f10e0Cd07d56d95c1728C9D4\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/storage"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 11:21:39 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"108"},{"key":"ETag","value":"W/\"6c-Ae6y9Cekb8x1lanHhzw7TP8KdFc\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"isowner\": true,\n    \"message\": \"address '0x43F78b342084e370f10e0Cd07d56d95c1728C9D4' is the owner\"\n}"}],"_postman_id":"81b0ffb9-f6fe-49f6-a79d-ffbcbc89ea13"},{"name":"getowner","id":"d38249bd-6e78-4894-955c-01e5e8a2c2ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getowner\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/storage","description":"<p>Retrieve the address or identifier of the owner of the storage system</p>\n","urlObject":{"protocol":"http","path":["api","storage"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"33b10729-ef5b-40f1-838a-5140470c3188","name":"getowner","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getowner\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/storage"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 11:21:49 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"142"},{"key":"ETag","value":"W/\"8e-16j2MlQK4S0hdxTXQ5ZFJe/tE7I\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"owner\": \"0x43F78b342084e370f10e0Cd07d56d95c1728C9D4\",\n    \"message\": \"owner address is '0x43F78b342084e370f10e0Cd07d56d95c1728C9D4'\"\n}"}],"_postman_id":"d38249bd-6e78-4894-955c-01e5e8a2c2ae"}],"id":"85cd4672-419c-4afa-b1fc-64d065ebfff2","_postman_id":"85cd4672-419c-4afa-b1fc-64d065ebfff2","description":""},{"name":"/ow","item":[{"name":"setstorageon","id":"b7a10216-b6a2-47d9-975e-c59f0c72c73d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setstorageon\", \"params\":[{\"name\":\"owner\", \"value\":\"0x43F78b342084e370f10e0Cd07d56d95c1728C9D4\"}, {\"name\":\"ownerpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/storage/ow","description":"<p>Turn on the storage system.</p>\n","urlObject":{"protocol":"http","path":["api","storage","ow"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"cc22b126-5572-49b7-863b-0e5798abdcdd","name":"setstorageon","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setstorageon\", \"params\":[{\"name\":\"owner\", \"value\":\"0x43F78b342084e370f10e0Cd07d56d95c1728C9D4\"}, {\"name\":\"ownerpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/storage/ow"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 11:22:13 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1497"},{"key":"ETag","value":"W/\"5d9-mg5RTYYDXC87kMoeogS1J4tZF6E\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"transaction\": \"0x2dc84a3a193996e843d764afcac963d4216373999e1020c127162850cb3d3c4a\",\n    \"receipt\": {\n        \"blockHash\": \"0x22cc86592fd1f06cc25953c706372eb70a4186b6c9db26bb3f21996b97df868e\",\n        \"blockNumber\": 11594123,\n        \"contractAddress\": null,\n        \"cumulativeGasUsed\": 38572,\n        \"from\": \"0x43f78b342084e370f10e0cd07d56d95c1728c9d4\",\n        \"gasUsed\": 38572,\n        \"logs\": [\n            {\n                \"address\": \"0xe9458501702C14ad5F8EeA152d716EBf1F64900A\",\n                \"topics\": [\n                    \"0x70a6b3ef33f41488dfb3d7c44988412370618c7268779ebf7f51b545e84aceef\"\n                ],\n                \"data\": \"0x\",\n                \"blockNumber\": 11594123,\n                \"transactionHash\": \"0x2dc84a3a193996e843d764afcac963d4216373999e1020c127162850cb3d3c4a\",\n                \"transactionIndex\": 0,\n                \"blockHash\": \"0x22cc86592fd1f06cc25953c706372eb70a4186b6c9db26bb3f21996b97df868e\",\n                \"logIndex\": 0,\n                \"removed\": false,\n                \"id\": \"log_6af37285\"\n            }\n        ],\n        \"logsBloom\": \"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000008000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n        \"status\": true,\n        \"to\": \"0xe9458501702c14ad5f8eea152d716ebf1f64900a\",\n        \"transactionHash\": \"0x2dc84a3a193996e843d764afcac963d4216373999e1020c127162850cb3d3c4a\",\n        \"transactionIndex\": 0,\n        \"type\": \"0x0\"\n    },\n    \"message\": \"storage is turned on\"\n}"}],"_postman_id":"b7a10216-b6a2-47d9-975e-c59f0c72c73d"},{"name":"setstorageon (hash only)","id":"6bce66d1-1ff5-4017-a029-18461a15d095","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setstorageon\", \"params\":[{\"name\":\"owner\", \"value\":\"0x43F78b342084e370f10e0Cd07d56d95c1728C9D4\"}, {\"name\":\"ownerpwd\", \"value\":\"toronet\"}, {\"name\":\"hashonly\", \"value\":true}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/storage/ow","description":"<p>Turn on the storage system with a specific hash value</p>\n","urlObject":{"protocol":"http","path":["api","storage","ow"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"0499e584-72ee-4d28-a64b-5c37831f2ee5","name":"setstorageon (hash only)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setstorageon\", \"params\":[{\"name\":\"owner\", \"value\":\"0x43F78b342084e370f10e0Cd07d56d95c1728C9D4\"}, {\"name\":\"ownerpwd\", \"value\":\"toronet\"}, {\"name\":\"hashonly\", \"value\":true}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/storage/ow"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 11:22:27 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"84"},{"key":"ETag","value":"W/\"54-AI0DarI/v+ulxcnEj3wb8gUYokU\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"transaction\": \"0x740efd9f8ceb85d967f3a318dd4618ea625093ed2ada317b291af2ee9495ffa0\"\n}"}],"_postman_id":"6bce66d1-1ff5-4017-a029-18461a15d095"},{"name":"setstorageon (tns)","id":"0333943a-36ed-4f66-83dc-0bd5044e9f0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setstorageon\", \"params\":[{\"name\":\"owner\", \"value\":\"owner\"}, {\"name\":\"ownerpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/storage/ow","description":"<p>Turn on the storage system using tns</p>\n","urlObject":{"protocol":"http","path":["api","storage","ow"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"ee52f0de-181a-42c8-b2ad-b8e0bde273e0","name":"setstorageon (tns)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setstorageon\", \"params\":[{\"name\":\"owner\", \"value\":\"owner\"}, {\"name\":\"ownerpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/storage/ow"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 11:22:48 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1497"},{"key":"ETag","value":"W/\"5d9-RaeGmUvtTwAz5HzOtCxDOtEaZg8\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"transaction\": \"0x4749e3d2b6213730544ed3bc023bf0b73c57b15abdd68a3f6ca6449d9ecf52fb\",\n    \"receipt\": {\n        \"blockHash\": \"0x6603759aaf33af9b0cff0133f97345ef9759eed0423dd270fb54731536a110c2\",\n        \"blockNumber\": 11594130,\n        \"contractAddress\": null,\n        \"cumulativeGasUsed\": 38572,\n        \"from\": \"0x43f78b342084e370f10e0cd07d56d95c1728c9d4\",\n        \"gasUsed\": 38572,\n        \"logs\": [\n            {\n                \"address\": \"0xe9458501702C14ad5F8EeA152d716EBf1F64900A\",\n                \"topics\": [\n                    \"0x70a6b3ef33f41488dfb3d7c44988412370618c7268779ebf7f51b545e84aceef\"\n                ],\n                \"data\": \"0x\",\n                \"blockNumber\": 11594130,\n                \"transactionHash\": \"0x4749e3d2b6213730544ed3bc023bf0b73c57b15abdd68a3f6ca6449d9ecf52fb\",\n                \"transactionIndex\": 0,\n                \"blockHash\": \"0x6603759aaf33af9b0cff0133f97345ef9759eed0423dd270fb54731536a110c2\",\n                \"logIndex\": 0,\n                \"removed\": false,\n                \"id\": \"log_7bdf8ed3\"\n            }\n        ],\n        \"logsBloom\": \"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000008000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n        \"status\": true,\n        \"to\": \"0xe9458501702c14ad5f8eea152d716ebf1f64900a\",\n        \"transactionHash\": \"0x4749e3d2b6213730544ed3bc023bf0b73c57b15abdd68a3f6ca6449d9ecf52fb\",\n        \"transactionIndex\": 0,\n        \"type\": \"0x0\"\n    },\n    \"message\": \"storage is turned on\"\n}"}],"_postman_id":"0333943a-36ed-4f66-83dc-0bd5044e9f0a"},{"name":"setstorageon (query string)","id":"f312d176-415d-4c5d-a79e-bc5b9cdd0de0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/storage/ow?op=setstorageon&params[0][name]=owner&params[0][value]=0x43F78b342084e370f10e0Cd07d56d95c1728C9D4&params[1][name]=ownerpwd&params[1][value]=toronet","urlObject":{"protocol":"http","path":["api","storage","ow"],"host":["testnet","toronet","org"],"query":[{"key":"op","value":"setstorageon"},{"key":"params[0][name]","value":"owner"},{"key":"params[0][value]","value":"0x43F78b342084e370f10e0Cd07d56d95c1728C9D4"},{"key":"params[1][name]","value":"ownerpwd"},{"key":"params[1][value]","value":"toronet"}],"variable":[]}},"response":[{"id":"05d16c9f-47b2-47d8-9cca-7c1ce581ce39","name":"setstorageon (query string)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"http://testnet.toronet.org/api/storage/ow?op=setstorageon&params[0][name]=owner&params[0][value]=0x43F78b342084e370f10e0Cd07d56d95c1728C9D4&params[1][name]=ownerpwd&params[1][value]=toronet","protocol":"http","host":["testnet","toronet","org"],"path":["api","storage","ow"],"query":[{"key":"op","value":"setstorageon"},{"key":"params[0][name]","value":"owner"},{"key":"params[0][value]","value":"0x43F78b342084e370f10e0Cd07d56d95c1728C9D4"},{"key":"params[1][name]","value":"ownerpwd"},{"key":"params[1][value]","value":"toronet"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 11:23:08 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1497"},{"key":"ETag","value":"W/\"5d9-sJg64aB4tpU+B57vkNrFIJf6Oe0\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"transaction\": \"0x4e366581266360de387df1e41ae4387628cc2e63dfe20b25888e3d98f3f6a04b\",\n    \"receipt\": {\n        \"blockHash\": \"0x9e0fe9b7d691234d8e3b73c0ee08c6f973ab53c87770bd4e76e30f6d330c4de7\",\n        \"blockNumber\": 11594134,\n        \"contractAddress\": null,\n        \"cumulativeGasUsed\": 38572,\n        \"from\": \"0x43f78b342084e370f10e0cd07d56d95c1728c9d4\",\n        \"gasUsed\": 38572,\n        \"logs\": [\n            {\n                \"address\": \"0xe9458501702C14ad5F8EeA152d716EBf1F64900A\",\n                \"topics\": [\n                    \"0x70a6b3ef33f41488dfb3d7c44988412370618c7268779ebf7f51b545e84aceef\"\n                ],\n                \"data\": \"0x\",\n                \"blockNumber\": 11594134,\n                \"transactionHash\": \"0x4e366581266360de387df1e41ae4387628cc2e63dfe20b25888e3d98f3f6a04b\",\n                \"transactionIndex\": 0,\n                \"blockHash\": \"0x9e0fe9b7d691234d8e3b73c0ee08c6f973ab53c87770bd4e76e30f6d330c4de7\",\n                \"logIndex\": 0,\n                \"removed\": false,\n                \"id\": \"log_90e22c4d\"\n            }\n        ],\n        \"logsBloom\": \"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000008000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n        \"status\": true,\n        \"to\": \"0xe9458501702c14ad5f8eea152d716ebf1f64900a\",\n        \"transactionHash\": \"0x4e366581266360de387df1e41ae4387628cc2e63dfe20b25888e3d98f3f6a04b\",\n        \"transactionIndex\": 0,\n        \"type\": \"0x0\"\n    },\n    \"message\": \"storage is turned on\"\n}"}],"_postman_id":"f312d176-415d-4c5d-a79e-bc5b9cdd0de0"},{"name":"setstorageon","id":"8d802c3a-4353-40af-8863-d7f8ec734c09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setstorageon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/storage/ow","urlObject":{"protocol":"http","path":["api","storage","ow"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"9af4aee8-bc0f-4694-9d57-5cde25c1ca8c","name":"setstorageon","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setstorageon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/storage/ow"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 11:23:17 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"127"},{"key":"ETag","value":"W/\"7f-8jrUv701mK5vsmKbBNgJ70sXT/Y\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"to\": \"0xe9458501702C14ad5F8EeA152d716EBf1F64900A\",\n    \"data\": \"0x9e781010\",\n    \"value\": \"0x00\",\n    \"gasPrice\": \"0x00\",\n    \"gasLimit\": \"0x1c9c380\"\n}"}],"_postman_id":"8d802c3a-4353-40af-8863-d7f8ec734c09"},{"name":"setstorageoff","id":"6d8cd828-848e-4226-9a6f-1ac6b40e2a20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setstorageoff\", \"params\":[{\"name\":\"owner\", \"value\":\"0x43F78b342084e370f10e0Cd07d56d95c1728C9D4\"}, {\"name\":\"ownerpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/storage/ow","description":"<p>Turn off the storage system</p>\n","urlObject":{"protocol":"http","path":["api","storage","ow"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"fa9c514a-c3b3-4aa8-a934-a7285f476652","name":"setstorageoff","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setstorageoff\", \"params\":[{\"name\":\"owner\", \"value\":\"0x43F78b342084e370f10e0Cd07d56d95c1728C9D4\"}, {\"name\":\"ownerpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/storage/ow"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 11:23:33 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1498"},{"key":"ETag","value":"W/\"5da-2WiofwVAqgMAfAWxcjEPcdMtBzc\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"transaction\": \"0xa49f1ab63eed029f2e47d0dc762aaefc51b6c073845bf441a6a85fc51f816e63\",\n    \"receipt\": {\n        \"blockHash\": \"0x7dedf791d5ebb8d7f06b3346cc09abba4a11750832de358cb0c9b4f3bf20ffa2\",\n        \"blockNumber\": 11594139,\n        \"contractAddress\": null,\n        \"cumulativeGasUsed\": 26416,\n        \"from\": \"0x43f78b342084e370f10e0cd07d56d95c1728c9d4\",\n        \"gasUsed\": 26416,\n        \"logs\": [\n            {\n                \"address\": \"0xe9458501702C14ad5F8EeA152d716EBf1F64900A\",\n                \"topics\": [\n                    \"0xc46664f87938d1c0b332ce6562625ed783e777b35764835f0cd049a4ef483cce\"\n                ],\n                \"data\": \"0x\",\n                \"blockNumber\": 11594139,\n                \"transactionHash\": \"0xa49f1ab63eed029f2e47d0dc762aaefc51b6c073845bf441a6a85fc51f816e63\",\n                \"transactionIndex\": 0,\n                \"blockHash\": \"0x7dedf791d5ebb8d7f06b3346cc09abba4a11750832de358cb0c9b4f3bf20ffa2\",\n                \"logIndex\": 0,\n                \"removed\": false,\n                \"id\": \"log_0f9bcecf\"\n            }\n        ],\n        \"logsBloom\": \"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n        \"status\": true,\n        \"to\": \"0xe9458501702c14ad5f8eea152d716ebf1f64900a\",\n        \"transactionHash\": \"0xa49f1ab63eed029f2e47d0dc762aaefc51b6c073845bf441a6a85fc51f816e63\",\n        \"transactionIndex\": 0,\n        \"type\": \"0x0\"\n    },\n    \"message\": \"storage is turned off\"\n}"}],"_postman_id":"6d8cd828-848e-4226-9a6f-1ac6b40e2a20"},{"name":"setstorageoff","id":"49da5874-3e62-404d-a703-c427ca9ae958","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setstorageoff\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/storage/ow","urlObject":{"protocol":"http","path":["api","storage","ow"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"9204a0e6-a230-410a-98c6-3eb7b7c28aa8","name":"setstorageoff","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setstorageoff\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/storage/ow"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 11:23:46 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"127"},{"key":"ETag","value":"W/\"7f-wxiYkKBJeLGys8IzOuraXb0mUgQ\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"to\": \"0xe9458501702C14ad5F8EeA152d716EBf1F64900A\",\n    \"data\": \"0xdeb4c69a\",\n    \"value\": \"0x00\",\n    \"gasPrice\": \"0x00\",\n    \"gasLimit\": \"0x1c9c380\"\n}"}],"_postman_id":"49da5874-3e62-404d-a703-c427ca9ae958"},{"name":"registercontract","id":"98436894-d825-401c-b439-847d8feba7e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"registercontract\", \"params\":[{\"name\":\"owner\", \"value\":\"0x43F78b342084e370f10e0Cd07d56d95c1728C9D4\"}, {\"name\":\"ownerpwd\", \"value\":\"toronet\"}, {\"name\":\"contract\", \"value\":\"0xD528b56c86e83ae65323b1c2bda620A7fcE2c640\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/storage/ow","description":"<p>Register a contract in the storage system</p>\n","urlObject":{"protocol":"http","path":["api","storage","ow"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"f99a17aa-9012-473d-a5fe-a8a94b448c25","name":"registercontract","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"registercontract\", \"params\":[{\"name\":\"owner\", \"value\":\"0x43F78b342084e370f10e0Cd07d56d95c1728C9D4\"}, {\"name\":\"ownerpwd\", \"value\":\"toronet\"}, {\"name\":\"contract\", \"value\":\"0xD528b56c86e83ae65323b1c2bda620A7fcE2c640\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/storage/ow"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 11:29:23 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1677"},{"key":"ETag","value":"W/\"68d-nZAyvtTMaHxieeJ6ffMAprmIRyE\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"transaction\": \"0xff28d7c7ea22896bda45621ab1a182ab613aa019ee54ef830d4898ed0fa8ba1c\",\n    \"receipt\": {\n        \"blockHash\": \"0x676128727815bb61c704059a8416da31a6978de989986adfe038617f1eee757a\",\n        \"blockNumber\": 11594209,\n        \"contractAddress\": null,\n        \"cumulativeGasUsed\": 64811,\n        \"from\": \"0x43f78b342084e370f10e0cd07d56d95c1728c9d4\",\n        \"gasUsed\": 64811,\n        \"logs\": [\n            {\n                \"address\": \"0xe9458501702C14ad5F8EeA152d716EBf1F64900A\",\n                \"topics\": [\n                    \"0xa4367a0fafa93d4769c60a86b6b49837ebcd02409d33bf9bdb2c8ddf4609ebe4\",\n                    \"0x000000000000000000000000d528b56c86e83ae65323b1c2bda620a7fce2c640\"\n                ],\n                \"data\": \"0x0000000000000000000000000000000000000000000000000000000000000000\",\n                \"blockNumber\": 11594209,\n                \"transactionHash\": \"0xff28d7c7ea22896bda45621ab1a182ab613aa019ee54ef830d4898ed0fa8ba1c\",\n                \"transactionIndex\": 0,\n                \"blockHash\": \"0x676128727815bb61c704059a8416da31a6978de989986adfe038617f1eee757a\",\n                \"logIndex\": 0,\n                \"removed\": false,\n                \"id\": \"log_9e90038c\"\n            }\n        ],\n        \"logsBloom\": \"0x00000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000002000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000080000000400000000000000000000000000080000000000000000000000000000000000000000800000000000000000000000000000000000000000000\",\n        \"status\": true,\n        \"to\": \"0xe9458501702c14ad5f8eea152d716ebf1f64900a\",\n        \"transactionHash\": \"0xff28d7c7ea22896bda45621ab1a182ab613aa019ee54ef830d4898ed0fa8ba1c\",\n        \"transactionIndex\": 0,\n        \"type\": \"0x0\"\n    },\n    \"message\": \"contract '0xD528b56c86e83ae65323b1c2bda620A7fcE2c640' is registered\"\n}"}],"_postman_id":"98436894-d825-401c-b439-847d8feba7e2"},{"name":"registercontract","id":"f39fdaaf-2404-4add-9ea3-e04abc1916ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"registercontract\", \"params\":[{\"name\":\"contract\", \"value\":\"0xD528b56c86e83ae65323b1c2bda620A7fcE2c640\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/storage/ow","urlObject":{"protocol":"http","path":["api","storage","ow"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"9946e06f-376c-4fc0-9168-18c7361c5ec5","name":"registercontract","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"registercontract\", \"params\":[{\"name\":\"contract\", \"value\":\"0xD528b56c86e83ae65323b1c2bda620A7fcE2c640\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/storage/ow"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 11:29:46 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"191"},{"key":"ETag","value":"W/\"bf-LLY8XE7vVM6vmlDuGRc3xJKMJ08\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"to\": \"0xe9458501702C14ad5F8EeA152d716EBf1F64900A\",\n    \"data\": \"0x22a5dde4000000000000000000000000d528b56c86e83ae65323b1c2bda620a7fce2c640\",\n    \"value\": \"0x00\",\n    \"gasPrice\": \"0x00\",\n    \"gasLimit\": \"0x1c9c380\"\n}"}],"_postman_id":"f39fdaaf-2404-4add-9ea3-e04abc1916ed"},{"name":"unregistercontract","id":"77c68578-5c5f-481b-8ebc-79e6560df378","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"unregistercontract\", \"params\":[{\"name\":\"owner\", \"value\":\"0x43F78b342084e370f10e0Cd07d56d95c1728C9D4\"}, {\"name\":\"ownerpwd\", \"value\":\"toronet\"}, {\"name\":\"contract\", \"value\":\"0xD528b56c86e83ae65323b1c2bda620A7fcE2c640\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/storage/ow","description":"<p>Unregister a contract in the storage system</p>\n","urlObject":{"protocol":"http","path":["api","storage","ow"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"d158b2e0-508c-4798-b179-1e96852c866a","name":"unregistercontract","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"unregistercontract\", \"params\":[{\"name\":\"owner\", \"value\":\"0x43F78b342084e370f10e0Cd07d56d95c1728C9D4\"}, {\"name\":\"ownerpwd\", \"value\":\"toronet\"}, {\"name\":\"contract\", \"value\":\"0xD528b56c86e83ae65323b1c2bda620A7fcE2c640\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/storage/ow"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 11:30:08 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1679"},{"key":"ETag","value":"W/\"68f-Iz8Eldul2f67JbqOwv5CSiSv4bw\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"transaction\": \"0x80278b3cbdb6eed105aab63e416e6ab27996b4ce744a7e41e4fc820ae920ede7\",\n    \"receipt\": {\n        \"blockHash\": \"0xe41a01dea6d30c83074ae022f87d2aced53aafa1159b9e3c2b7862ddcb0af768\",\n        \"blockNumber\": 11594218,\n        \"contractAddress\": null,\n        \"cumulativeGasUsed\": 32753,\n        \"from\": \"0x43f78b342084e370f10e0cd07d56d95c1728c9d4\",\n        \"gasUsed\": 32753,\n        \"logs\": [\n            {\n                \"address\": \"0xe9458501702C14ad5F8EeA152d716EBf1F64900A\",\n                \"topics\": [\n                    \"0xcfe54625dee0e29683f804c9355f5244ef19bbc5b33d1ecaf0e429ed0440317b\",\n                    \"0x000000000000000000000000d528b56c86e83ae65323b1c2bda620a7fce2c640\"\n                ],\n                \"data\": \"0x0000000000000000000000000000000000000000000000000000000000000000\",\n                \"blockNumber\": 11594218,\n                \"transactionHash\": \"0x80278b3cbdb6eed105aab63e416e6ab27996b4ce744a7e41e4fc820ae920ede7\",\n                \"transactionIndex\": 0,\n                \"blockHash\": \"0xe41a01dea6d30c83074ae022f87d2aced53aafa1159b9e3c2b7862ddcb0af768\",\n                \"logIndex\": 0,\n                \"removed\": false,\n                \"id\": \"log_10159563\"\n            }\n        ],\n        \"logsBloom\": \"0x00000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000002000000000000000000000000000040000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000008000000000000000000000080008000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000\",\n        \"status\": true,\n        \"to\": \"0xe9458501702c14ad5f8eea152d716ebf1f64900a\",\n        \"transactionHash\": \"0x80278b3cbdb6eed105aab63e416e6ab27996b4ce744a7e41e4fc820ae920ede7\",\n        \"transactionIndex\": 0,\n        \"type\": \"0x0\"\n    },\n    \"message\": \"contract '0xD528b56c86e83ae65323b1c2bda620A7fcE2c640' is unregistered\"\n}"}],"_postman_id":"77c68578-5c5f-481b-8ebc-79e6560df378"},{"name":"unregistercontract","id":"da2cf561-fbd9-4261-b45d-b86d75cd3fa6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"unregistercontract\", \"params\":[{\"name\":\"contract\", \"value\":\"0xD528b56c86e83ae65323b1c2bda620A7fcE2c640\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/storage/ow","urlObject":{"protocol":"http","path":["api","storage","ow"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"31d55be5-dd94-45bf-b048-4c22e9d4e0ce","name":"unregistercontract","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"unregistercontract\", \"params\":[{\"name\":\"contract\", \"value\":\"0xD528b56c86e83ae65323b1c2bda620A7fcE2c640\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/storage/ow"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 11:30:23 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"191"},{"key":"ETag","value":"W/\"bf-ZId7MdkQVt6dDTF7GVTOsnJP584\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"to\": \"0xe9458501702C14ad5F8EeA152d716EBf1F64900A\",\n    \"data\": \"0xfac2c621000000000000000000000000d528b56c86e83ae65323b1c2bda620a7fce2c640\",\n    \"value\": \"0x00\",\n    \"gasPrice\": \"0x00\",\n    \"gasLimit\": \"0x1c9c380\"\n}"}],"_postman_id":"da2cf561-fbd9-4261-b45d-b86d75cd3fa6"},{"name":"increasestorageversion","id":"cd38df3f-7e6a-43e3-bf45-d9e40b29e5a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"increasestorageversion\", \"params\":[{\"name\":\"owner\", \"value\":\"0x43F78b342084e370f10e0Cd07d56d95c1728C9D4\"}, {\"name\":\"ownerpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/storage/ow","description":"<p>Increase the storage system version</p>\n","urlObject":{"protocol":"http","path":["api","storage","ow"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"d9edd98c-9e54-438b-8b9a-3e83fe281bc3","name":"increasestorageversion","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"increasestorageversion\", \"params\":[{\"name\":\"owner\", \"value\":\"0x43F78b342084e370f10e0Cd07d56d95c1728C9D4\"}, {\"name\":\"ownerpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/storage/ow"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 11:30:45 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1633"},{"key":"ETag","value":"W/\"661-yoVZRZPXIFx4i8Us0xdttXMe6DY\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"transaction\": \"0x873dfc98e7a8da70bd9fbf9c150c237d7685f34be85dc2a5749de9180f2d1518\",\n    \"receipt\": {\n        \"blockHash\": \"0x51d3b3d2c1f05ab284b2ef550f05dade24b5e281f6ec20cae9474bc22bd22c0e\",\n        \"blockNumber\": 11594225,\n        \"contractAddress\": null,\n        \"cumulativeGasUsed\": 62691,\n        \"from\": \"0x43f78b342084e370f10e0cd07d56d95c1728c9d4\",\n        \"gasUsed\": 62691,\n        \"logs\": [\n            {\n                \"address\": \"0xe9458501702C14ad5F8EeA152d716EBf1F64900A\",\n                \"topics\": [\n                    \"0x7207b42ec170676097243f35210007a894119750d2b14fd07727eca8bef71b69\"\n                ],\n                \"data\": \"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001\",\n                \"blockNumber\": 11594225,\n                \"transactionHash\": \"0x873dfc98e7a8da70bd9fbf9c150c237d7685f34be85dc2a5749de9180f2d1518\",\n                \"transactionIndex\": 0,\n                \"blockHash\": \"0x51d3b3d2c1f05ab284b2ef550f05dade24b5e281f6ec20cae9474bc22bd22c0e\",\n                \"logIndex\": 0,\n                \"removed\": false,\n                \"id\": \"log_6239eaba\"\n            }\n        ],\n        \"logsBloom\": \"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000008000000000000000000000080000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n        \"status\": true,\n        \"to\": \"0xe9458501702c14ad5f8eea152d716ebf1f64900a\",\n        \"transactionHash\": \"0x873dfc98e7a8da70bd9fbf9c150c237d7685f34be85dc2a5749de9180f2d1518\",\n        \"transactionIndex\": 0,\n        \"type\": \"0x0\"\n    },\n    \"message\": \"storage version is increased\"\n}"}],"_postman_id":"cd38df3f-7e6a-43e3-bf45-d9e40b29e5a9"},{"name":"increasestorageversion","id":"36b67f0f-8e5a-4797-bfde-3bf6f3e181dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"increasestorageversion\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/storage/ow","urlObject":{"protocol":"http","path":["api","storage","ow"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"291731eb-d0f3-497c-bf6e-d302e3e59dbc","name":"increasestorageversion","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"increasestorageversion\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/storage/ow"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 11:30:57 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"127"},{"key":"ETag","value":"W/\"7f-SQqJ7nfLFyBJ9oKQC64QZUE0pmk\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"to\": \"0xe9458501702C14ad5F8EeA152d716EBf1F64900A\",\n    \"data\": \"0x608e1357\",\n    \"value\": \"0x00\",\n    \"gasPrice\": \"0x00\",\n    \"gasLimit\": \"0x1c9c380\"\n}"}],"_postman_id":"36b67f0f-8e5a-4797-bfde-3bf6f3e181dc"},{"name":"decreasestorageversion","id":"7feb98e0-4652-43e4-9075-7df2af0a7b3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"decreasestorageversion\", \"params\":[{\"name\":\"owner\", \"value\":\"0x43F78b342084e370f10e0Cd07d56d95c1728C9D4\"}, {\"name\":\"ownerpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/storage/ow","description":"<p>Decrease the storage system version</p>\n","urlObject":{"protocol":"http","path":["api","storage","ow"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"0fbd53b3-44ea-423f-83e6-76d63d85e0f6","name":"decreasestorageversion","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"decreasestorageversion\", \"params\":[{\"name\":\"owner\", \"value\":\"0x43F78b342084e370f10e0Cd07d56d95c1728C9D4\"}, {\"name\":\"ownerpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/storage/ow"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 11:31:14 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1633"},{"key":"ETag","value":"W/\"661-mIA7uqqU5wBWisoHxw8ndn3Rklo\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"transaction\": \"0x1433caae92acbdd14bb7653815310f479169bac269b5d7f9304c3e8f1a83b2f3\",\n    \"receipt\": {\n        \"blockHash\": \"0x6fff31c1a49d63529a27ff4d6412342615c8674381e53ca240a5667807a68b63\",\n        \"blockNumber\": 11594231,\n        \"contractAddress\": null,\n        \"cumulativeGasUsed\": 32410,\n        \"from\": \"0x43f78b342084e370f10e0cd07d56d95c1728c9d4\",\n        \"gasUsed\": 32410,\n        \"logs\": [\n            {\n                \"address\": \"0xe9458501702C14ad5F8EeA152d716EBf1F64900A\",\n                \"topics\": [\n                    \"0x37d57d93b23323b210acf585799580ae7f74ee924ea7037e677a6f43aadd0912\"\n                ],\n                \"data\": \"0x00000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000\",\n                \"blockNumber\": 11594231,\n                \"transactionHash\": \"0x1433caae92acbdd14bb7653815310f479169bac269b5d7f9304c3e8f1a83b2f3\",\n                \"transactionIndex\": 0,\n                \"blockHash\": \"0x6fff31c1a49d63529a27ff4d6412342615c8674381e53ca240a5667807a68b63\",\n                \"logIndex\": 0,\n                \"removed\": false,\n                \"id\": \"log_ab80d3c4\"\n            }\n        ],\n        \"logsBloom\": \"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000080000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n        \"status\": true,\n        \"to\": \"0xe9458501702c14ad5f8eea152d716ebf1f64900a\",\n        \"transactionHash\": \"0x1433caae92acbdd14bb7653815310f479169bac269b5d7f9304c3e8f1a83b2f3\",\n        \"transactionIndex\": 0,\n        \"type\": \"0x0\"\n    },\n    \"message\": \"storage version is increased\"\n}"}],"_postman_id":"7feb98e0-4652-43e4-9075-7df2af0a7b3b"},{"name":"decreasestorageversion","id":"0dc4f547-a0e8-469c-8ea5-93800b3db958","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"decreasestorageversion\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/storage/ow","urlObject":{"protocol":"http","path":["api","storage","ow"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"34252e3d-c01d-49b0-9ad3-7706ee0d047b","name":"decreasestorageversion","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"decreasestorageversion\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/storage/ow"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 11:31:25 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"127"},{"key":"ETag","value":"W/\"7f-bZK7fwhOz3BtsjoIYlIhFdIRKsw\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"to\": \"0xe9458501702C14ad5F8EeA152d716EBf1F64900A\",\n    \"data\": \"0xf23e1c9c\",\n    \"value\": \"0x00\",\n    \"gasPrice\": \"0x00\",\n    \"gasLimit\": \"0x1c9c380\"\n}"}],"_postman_id":"0dc4f547-a0e8-469c-8ea5-93800b3db958"},{"name":"setstorageversion","id":"1214e696-8594-42a8-b9c6-6790d6ec852f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setstorageversion\", \"params\":[{\"name\":\"owner\", \"value\":\"0x43F78b342084e370f10e0Cd07d56d95c1728C9D4\"}, {\"name\":\"ownerpwd\", \"value\":\"toronet\"}, {\"name\":\"version\", \"value\":0}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/storage/ow","description":"<p>Set a specific version for the storage system</p>\n","urlObject":{"protocol":"http","path":["api","storage","ow"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"20eaac4d-2231-46e4-aedd-d1a5dcd0cbae","name":"setstorageversion","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setstorageversion\", \"params\":[{\"name\":\"owner\", \"value\":\"0x43F78b342084e370f10e0Cd07d56d95c1728C9D4\"}, {\"name\":\"ownerpwd\", \"value\":\"toronet\"}, {\"name\":\"version\", \"value\":0}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/storage/ow"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 11:31:41 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1571"},{"key":"ETag","value":"W/\"623-hdui6ne+jcKSCK9VsHt3KC+bsyA\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"transaction\": \"0xed3670f1f9f89b083eb6dacdd6e3215773b0e024d8f7abea88a0bc189b4a9428\",\n    \"receipt\": {\n        \"blockHash\": \"0x8c7267a908a81cff6b8a0e684a2cfc1910cb02c37beb57daba61722007af864b\",\n        \"blockNumber\": 11594236,\n        \"contractAddress\": null,\n        \"cumulativeGasUsed\": 39505,\n        \"from\": \"0x43f78b342084e370f10e0cd07d56d95c1728c9d4\",\n        \"gasUsed\": 39505,\n        \"logs\": [\n            {\n                \"address\": \"0xe9458501702C14ad5F8EeA152d716EBf1F64900A\",\n                \"topics\": [\n                    \"0x44ae69ffcf7f6e3f569e30a98a87881ba90f44192bc7381eaa121085d6fb6269\"\n                ],\n                \"data\": \"0x0000000000000000000000000000000000000000000000000000000000000000\",\n                \"blockNumber\": 11594236,\n                \"transactionHash\": \"0xed3670f1f9f89b083eb6dacdd6e3215773b0e024d8f7abea88a0bc189b4a9428\",\n                \"transactionIndex\": 0,\n                \"blockHash\": \"0x8c7267a908a81cff6b8a0e684a2cfc1910cb02c37beb57daba61722007af864b\",\n                \"logIndex\": 0,\n                \"removed\": false,\n                \"id\": \"log_13456541\"\n            }\n        ],\n        \"logsBloom\": \"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000400000000000000000080000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000\",\n        \"status\": true,\n        \"to\": \"0xe9458501702c14ad5f8eea152d716ebf1f64900a\",\n        \"transactionHash\": \"0xed3670f1f9f89b083eb6dacdd6e3215773b0e024d8f7abea88a0bc189b4a9428\",\n        \"transactionIndex\": 0,\n        \"type\": \"0x0\"\n    },\n    \"message\": \"contract version is set to '0'\"\n}"}],"_postman_id":"1214e696-8594-42a8-b9c6-6790d6ec852f"},{"name":"setstorageversion","id":"f66217a9-45b9-429b-bf68-60e0f3e27193","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setstorageversion\", \"params\":[{\"name\":\"version\", \"value\":1}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/storage/ow","urlObject":{"protocol":"http","path":["api","storage","ow"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"e7869fb0-fa31-46ac-9947-e8829771839f","name":"setstorageversion","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setstorageversion\", \"params\":[{\"name\":\"version\", \"value\":1}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/storage/ow"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 11:44:07 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"191"},{"key":"ETag","value":"W/\"bf-nKMhqp0ILWyrqdt99v9u9VZMgZE\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"to\": \"0xe9458501702C14ad5F8EeA152d716EBf1F64900A\",\n    \"data\": \"0x0e3bb1300000000000000000000000000000000000000000000000000000000000000001\",\n    \"value\": \"0x00\",\n    \"gasPrice\": \"0x00\",\n    \"gasLimit\": \"0x1c9c380\"\n}"}],"_postman_id":"f66217a9-45b9-429b-bf68-60e0f3e27193"},{"name":"transferownership","id":"f3248803-42b0-460b-9aa3-0d9efc7b3aaf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"transferownership\", \"params\":[{\"name\":\"oldowner\", \"value\":\"0x43F78b342084e370f10e0Cd07d56d95c1728C9D4\"}, {\"name\":\"oldownerpwd\", \"value\":\"toronet\"}, {\"name\":\"newowner\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/storage/ow","description":"<p>Transfer ownership of the storage system</p>\n","urlObject":{"protocol":"http","path":["api","storage","ow"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"09be458e-62d1-400f-b168-284955afcabe","name":"transferownership","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"transferownership\", \"params\":[{\"name\":\"oldowner\", \"value\":\"0x43F78b342084e370f10e0Cd07d56d95c1728C9D4\"}, {\"name\":\"oldownerpwd\", \"value\":\"toronet\"}, {\"name\":\"newowner\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/storage/ow"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 12:11:15 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1689"},{"key":"ETag","value":"W/\"699-FTFs4dBMpnGejgd5uYJOfpfKaQ0\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"transaction\": \"0x513dd1e115f50d5c4f20f8b64fc94bdbd8c40b0614fd4a5c09c03cf6c531f4ee\",\n    \"receipt\": {\n        \"blockHash\": \"0x56fc8789550981ee2e479cb878d7d76373f511a71cd70a75bd02b62f3e531e2f\",\n        \"blockNumber\": 11594711,\n        \"contractAddress\": null,\n        \"cumulativeGasUsed\": 127962,\n        \"from\": \"0x43f78b342084e370f10e0cd07d56d95c1728c9d4\",\n        \"gasUsed\": 127962,\n        \"logs\": [\n            {\n                \"address\": \"0xe9458501702C14ad5F8EeA152d716EBf1F64900A\",\n                \"topics\": [\n                    \"0x5c486528ec3e3f0ea91181cff8116f02bfa350e03b8b6f12e00765adbb5af85c\",\n                    \"0x00000000000000000000000043f78b342084e370f10e0cd07d56d95c1728c9d4\",\n                    \"0x000000000000000000000000314ef41554dc423c88836dcdce55b3f61d1804b1\"\n                ],\n                \"data\": \"0x\",\n                \"blockNumber\": 11594711,\n                \"transactionHash\": \"0x513dd1e115f50d5c4f20f8b64fc94bdbd8c40b0614fd4a5c09c03cf6c531f4ee\",\n                \"transactionIndex\": 0,\n                \"blockHash\": \"0x56fc8789550981ee2e479cb878d7d76373f511a71cd70a75bd02b62f3e531e2f\",\n                \"logIndex\": 0,\n                \"removed\": false,\n                \"id\": \"log_13f73ab8\"\n            }\n        ],\n        \"logsBloom\": \"0x00000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000100000000000000000400000000000000000004000000000080000000000000000000000020010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004020000000000000000000008000000000000000000000080000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n        \"status\": true,\n        \"to\": \"0xe9458501702c14ad5f8eea152d716ebf1f64900a\",\n        \"transactionHash\": \"0x513dd1e115f50d5c4f20f8b64fc94bdbd8c40b0614fd4a5c09c03cf6c531f4ee\",\n        \"transactionIndex\": 0,\n        \"type\": \"0x0\"\n    },\n    \"message\": \"ownership is transferred to '0x314ef41554dc423c88836dcdce55b3f61d1804b1'\"\n}"}],"_postman_id":"f3248803-42b0-460b-9aa3-0d9efc7b3aaf"},{"name":"transferownership","id":"9e7a64ed-8eac-4245-b8db-1e92d4683764","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"transferownership\", \"params\":[{\"name\":\"newowner\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/storage/ow","urlObject":{"protocol":"http","path":["api","storage","ow"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"1c6d56d9-52c6-4a75-ad48-4bcb1ea381d9","name":"transferownership","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"transferownership\", \"params\":[{\"name\":\"newowner\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/storage/ow"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 12:11:29 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"191"},{"key":"ETag","value":"W/\"bf-WNO7CxWMJqAUeQ7FrAOsOgA/+2Q\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"to\": \"0xe9458501702C14ad5F8EeA152d716EBf1F64900A\",\n    \"data\": \"0xf2fde38b000000000000000000000000314ef41554dc423c88836dcdce55b3f61d1804b1\",\n    \"value\": \"0x00\",\n    \"gasPrice\": \"0x00\",\n    \"gasLimit\": \"0x1c9c380\"\n}"}],"_postman_id":"9e7a64ed-8eac-4245-b8db-1e92d4683764"}],"id":"64c05802-181f-4d91-a21e-5fdac3dc4452","_postman_id":"64c05802-181f-4d91-a21e-5fdac3dc4452","description":""}],"id":"988f3303-85d4-4f9a-a84d-76d377c4b657","_postman_id":"988f3303-85d4-4f9a-a84d-76d377c4b657","description":""},{"name":"/tns","item":[{"name":"/","item":[{"name":"getname","id":"b562ea3b-3a8b-4a35-929c-03e8d489dbe2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getname\", \"params\":[{\"name\":\"addr\", \"value\":\"0x43F78b342084e370f10e0Cd07d56d95c1728C9D4\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/tns","description":"<p>Retrieve the name associated with a specific address</p>\n","urlObject":{"protocol":"http","path":["api","tns"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"4f69972f-6016-4555-8f82-3c991100f75e","name":"getname","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getname\", \"params\":[{\"name\":\"addr\", \"value\":\"0x43F78b342084e370f10e0Cd07d56d95c1728C9D4\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/tns"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 12:11:51 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"71"},{"key":"ETag","value":"W/\"47-VmOE6D1JNTf71NmT6LYoeRCsI1o\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": false,\n    \"name\": \"\",\n    \"error\": \"the address is not enrolled in tns\"\n}"}],"_postman_id":"b562ea3b-3a8b-4a35-929c-03e8d489dbe2"},{"name":"getaddr","id":"f65d8221-1420-46a1-bf3d-4feeec275fd6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getaddr\", \"params\":[{\"name\":\"name\", \"value\":\"owner\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/tns","description":"<p>Retrieve the address associated with a specific name</p>\n","urlObject":{"protocol":"http","path":["api","tns"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"bba05a4c-71fb-4ada-92bc-3ffc04e5c500","name":"getaddr","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getaddr\", \"params\":[{\"name\":\"name\", \"value\":\"owner\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/tns"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 14:30:53 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"154"},{"key":"ETag","value":"W/\"9a-rYFGLn6pF3K8iXrCKIVEHTjPqBc\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"address\": \"0x314EF41554Dc423C88836DCDce55b3f61d1804B1\",\n    \"message\": \"tns address for 'owner' is '0x314EF41554Dc423C88836DCDce55b3f61d1804B1'\"\n}"}],"_postman_id":"f65d8221-1420-46a1-bf3d-4feeec275fd6"},{"name":"isnameused","id":"539aad6b-bb6d-44b3-9642-bbf1f1bdf5e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isnameused\", \"params\":[{\"name\":\"name\", \"value\":\"owner\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/tns","description":"<p>Check if a specific name is already used in the TNS</p>\n","urlObject":{"protocol":"http","path":["api","tns"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"fa3f33d3-e271-4c9f-8e84-dd80be53bf54","name":"isnameused","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isnameused\", \"params\":[{\"name\":\"name\", \"value\":\"owner\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/tns"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 14:31:03 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"69"},{"key":"ETag","value":"W/\"45-5kMVkixduYgnJ3LFDZ3bRy2Q37I\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"isused\": true,\n    \"message\": \"name 'owner' is used in tns\"\n}"}],"_postman_id":"539aad6b-bb6d-44b3-9642-bbf1f1bdf5e1"},{"name":"isaddrassigned","id":"6e3f7a98-da85-4d4d-a863-406920c38648","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isaddrassigned\", \"params\":[{\"name\":\"addr\", \"value\":\"0x43F78b342084e370f10e0Cd07d56d95c1728C9D4\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/tns","description":"<p>Check if a specfic address is assigned in the TNS</p>\n","urlObject":{"protocol":"http","path":["api","tns"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"bb62713e-861a-4e49-b398-67d03ed9eaba","name":"isaddrassigned","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isaddrassigned\", \"params\":[{\"name\":\"addr\", \"value\":\"0x43F78b342084e370f10e0Cd07d56d95c1728C9D4\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/tns"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 14:31:11 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"122"},{"key":"ETag","value":"W/\"7a-oDYWPpTmVFZtRfneLFxVvkgc9Ow\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"isassigned\": false,\n    \"message\": \"address '0x43F78b342084e370f10e0Cd07d56d95c1728C9D4' is not assigned in tns\"\n}"}],"_postman_id":"6e3f7a98-da85-4d4d-a863-406920c38648"},{"name":"isseton","id":"c72d75ff-da5f-414b-9fff-7490157a055f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isseton\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/tns","description":"<p>Check if the TNS is currently enabled</p>\n","urlObject":{"protocol":"http","path":["api","tns"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"e712b308-3d20-4e2e-bebb-cc2f7aef8f75","name":"isseton","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isseton\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/tns"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 14:31:21 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"67"},{"key":"ETag","value":"W/\"43-ggo9MZ6Tmpeo7Vm4lpuvaB2Ywgk\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"ison\": false,\n    \"message\": \"client tns name set is off\"\n}"}],"_postman_id":"c72d75ff-da5f-414b-9fff-7490157a055f"},{"name":"isupdateon","id":"fd675bb6-a687-4266-9009-74c788e6b0f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isupdateon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/tns","description":"<p>Check if the update functinoality of the TNS is currently enabled</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"result\": true,\n    \"ison\": false,\n    \"message\": \"client tns name update is off\"\n}\n\n</code></pre>\n","urlObject":{"protocol":"http","path":["api","tns"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"fd0b14a5-72e5-458e-84d0-ee9e2cc73b33","name":"isupdateon","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isupdateon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/tns"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 24 May 2023 14:16:00 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"70"},{"key":"ETag","value":"W/\"46-kx2E5U8X3f9fvqkewN4dSFTR4HQ\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"ison\": false,\n    \"message\": \"client tns name update is off\"\n}"}],"_postman_id":"fd675bb6-a687-4266-9009-74c788e6b0f5"},{"name":"isdeleteon","id":"f808c46a-a8f9-4eea-becf-ead3ac585999","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isdeleteon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/tns","description":"<p>Check if the delete functionality of the TNS is currently enabled</p>\n","urlObject":{"protocol":"http","path":["api","tns"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"0b6a9d85-c2a4-4f4d-a488-3b62deb900ee","name":"isdeleteon","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isdeleteon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/tns"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 14:31:36 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"70"},{"key":"ETag","value":"W/\"46-Oi4X3NLWNt5jnDhc2L4XvEOhdMw\""},{"key":"Keep-Alive","value":"timeout=5, max=99"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"ison\": false,\n    \"message\": \"client tns name delete is off\"\n}"}],"_postman_id":"f808c46a-a8f9-4eea-becf-ead3ac585999"}],"id":"e0b231be-418c-49d0-8a7b-bea849ec0207","_postman_id":"e0b231be-418c-49d0-8a7b-bea849ec0207","description":""},{"name":"/ow","item":[{"name":"inittns","id":"8eabe21f-3b5e-420c-92fb-455396c583ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"inittns\", \"params\":[{\"name\":\"owner\", \"value\":\"0x43F78b342084e370f10e0Cd07d56d95c1728C9D4\"}, {\"name\":\"ownerpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/tns/ow","urlObject":{"protocol":"http","path":["api","tns","ow"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"8eabe21f-3b5e-420c-92fb-455396c583ce"},{"name":"inittns","id":"ad7b181e-e69c-44cc-b0a0-cbc333f3d529","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"inittns\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/tns/ow","urlObject":{"protocol":"http","path":["api","tns","ow"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"2dd6d9a1-b4e0-4a11-9d5c-cb2b21165fc5","name":"inittns","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"inittns\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/tns/ow"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 14:32:36 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"127"},{"key":"ETag","value":"W/\"7f-2OS4V+6NOpNzk5xJ6g9GGwDDflA\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"to\": \"0x059C474f26D65B0458F9da10A649a7322aB02C09\",\n    \"data\": \"0x6591ee86\",\n    \"value\": \"0x00\",\n    \"gasPrice\": \"0x00\",\n    \"gasLimit\": \"0x1c9c380\"\n}"}],"_postman_id":"ad7b181e-e69c-44cc-b0a0-cbc333f3d529"}],"id":"979ec581-02a3-4815-a878-f3e623860ab2","_postman_id":"979ec581-02a3-4815-a878-f3e623860ab2","description":""},{"name":"/sa","item":[{"name":"setsetnameon","id":"1c1e2f45-c3e7-47cf-b63a-bd745d7f527c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setsetnameon\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/tns/sa","description":"<p>Enable functionality of setting a name in the TNS</p>\n","urlObject":{"protocol":"http","path":["api","tns","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1c1e2f45-c3e7-47cf-b63a-bd745d7f527c"},{"name":"setsetnameon","id":"ad7c1c92-06b5-4ab1-a077-71171ef12ce7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setsetnameon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/tns/sa","urlObject":{"protocol":"http","path":["api","tns","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ad7c1c92-06b5-4ab1-a077-71171ef12ce7"},{"name":"setsetnameoff","id":"fe7f16fd-7b07-4852-b4b3-c3f24d442a4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setsetnameoff\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/tns/sa","description":"<p>Disable functionality of setting name in the TNS</p>\n","urlObject":{"protocol":"http","path":["api","tns","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"fe7f16fd-7b07-4852-b4b3-c3f24d442a4d"},{"name":"setsetnameoff","id":"a57563d9-5bdf-4cbc-aee3-cdbea28eef7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setsetnameoff\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/tns/sa","urlObject":{"protocol":"http","path":["api","tns","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a57563d9-5bdf-4cbc-aee3-cdbea28eef7e"},{"name":"setupdatenameon","id":"850bad36-4e8e-4464-978d-ac1b6b98e88a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setupdatenameon\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/tns/sa","description":"<p>Enable functionality of updating a name in the TNS</p>\n","urlObject":{"protocol":"http","path":["api","tns","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"850bad36-4e8e-4464-978d-ac1b6b98e88a"},{"name":"setupdatenameon","id":"bd8bed66-c97a-4bd7-a620-c9f40b92e7f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setupdatenameon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/tns/sa","urlObject":{"protocol":"http","path":["api","tns","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"bd8bed66-c97a-4bd7-a620-c9f40b92e7f0"},{"name":"setupdatenameoff","id":"e74ee328-31cb-43cf-83d3-9c7509fb1153","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setupdatenameoff\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/tns/sa","description":"<p>Disable functionality of updating a name in the TNS</p>\n","urlObject":{"protocol":"http","path":["api","tns","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e74ee328-31cb-43cf-83d3-9c7509fb1153"},{"name":"setupdatenameoff","id":"7c95c1b1-bbc0-47d9-bcdc-e5d3281c5e4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setupdatenameoff\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/tns/sa","urlObject":{"protocol":"http","path":["api","tns","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7c95c1b1-bbc0-47d9-bcdc-e5d3281c5e4c"},{"name":"setdeletenameon","id":"e3389213-0a15-4053-90d0-6097885dd80d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setdeletenameon\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/tns/sa","description":"<p>Enable functionality of deleting a name in the TNS</p>\n","urlObject":{"protocol":"http","path":["api","tns","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e3389213-0a15-4053-90d0-6097885dd80d"},{"name":"setdeletenameon","id":"3f654e7d-2e9d-42b7-a803-e30467bd3cfb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setdeletenameon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/tns/sa","urlObject":{"protocol":"http","path":["api","tns","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"3f654e7d-2e9d-42b7-a803-e30467bd3cfb"},{"name":"setdeletenameoff","id":"1a34a3c5-0ce2-464a-95c4-0e8d9e4d358d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setdeletenameoff\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/tns/sa","description":"<p>Disable functionality of deleting a name in the TNS</p>\n","urlObject":{"protocol":"http","path":["api","tns","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1a34a3c5-0ce2-464a-95c4-0e8d9e4d358d"},{"name":"setdeletenameoff","id":"2e764802-ed7b-47cb-83ff-d2cf0d7d98ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setdeletenameoff\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/tns/sa","urlObject":{"protocol":"http","path":["api","tns","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"2e764802-ed7b-47cb-83ff-d2cf0d7d98ab"}],"id":"cae3ee3e-0ce0-4c88-a2cf-d6ea7ac14eb5","_postman_id":"cae3ee3e-0ce0-4c88-a2cf-d6ea7ac14eb5","description":""},{"name":"cl","item":[{"name":"setname","id":"138b0606-4f68-4d05-ab4d-931bb182b82a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setname\", \"params\":[{\"name\":\"client\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"clientpwd\", \"value\":\"toronet\"}, {\"name\":\"name\", \"value\":\"client@ttc\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/tns/cl","description":"<p>Assign a name to a specific address in the TNS</p>\n","urlObject":{"protocol":"http","path":["api","tns","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"138b0606-4f68-4d05-ab4d-931bb182b82a"},{"name":"setname","id":"8c0cd7f2-ea80-4b52-b572-d71e4fcc2e00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setname\", \"params\":[{\"name\":\"name\", \"value\":\"client@ttc\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/tns/cl","urlObject":{"protocol":"http","path":["api","tns","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"8c0cd7f2-ea80-4b52-b572-d71e4fcc2e00"},{"name":"updatename","id":"33bbe09f-3192-4d72-abc2-7faeadc140b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"updatename\", \"params\":[{\"name\":\"client\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"clientpwd\", \"value\":\"toronet\"}, {\"name\":\"name\", \"value\":\"client@ttc.com\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/tns/cl","description":"<p>Update a name associated with a specific address in the TNS</p>\n","urlObject":{"protocol":"http","path":["api","tns","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"33bbe09f-3192-4d72-abc2-7faeadc140b0"},{"name":"updatename","id":"1a82908c-906a-41e0-9173-263e5f3147c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"updatename\", \"params\":[{\"name\":\"name\", \"value\":\"client@ttc.com\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/tns/cl","urlObject":{"protocol":"http","path":["api","tns","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1a82908c-906a-41e0-9173-263e5f3147c7"},{"name":"deletename","id":"ef4dc599-b92b-4f5c-9cc4-99412a0bfe16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"deletename\", \"params\":[{\"name\":\"client\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"clientpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/tns/cl","description":"<p>Delete a name associated with a specific address in the TNS</p>\n","urlObject":{"protocol":"http","path":["api","tns","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ef4dc599-b92b-4f5c-9cc4-99412a0bfe16"},{"name":"deletename","id":"80a6f6b0-5c1c-4622-9f68-f6bab122a184","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"deletename\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/tns/cl","urlObject":{"protocol":"http","path":["api","tns","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"80a6f6b0-5c1c-4622-9f68-f6bab122a184"}],"id":"55a7b891-cd3b-4695-b493-be43a7a95085","_postman_id":"55a7b891-cd3b-4695-b493-be43a7a95085","description":""},{"name":"ad","item":[{"name":"adminsetname","id":"81887217-a239-4be3-b298-7968d2e02129","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminsetname\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"name\", \"value\":\"client@ttc\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/tns/ad","description":"<p>This endpoint allows admin user to set a name to a specific address in the TNS</p>\n","urlObject":{"protocol":"http","path":["api","tns","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"81887217-a239-4be3-b298-7968d2e02129"},{"name":"adminsetname","id":"1a976ba8-77e7-4b5b-86e2-747bc494082f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminsetname\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"name\", \"value\":\"client@ttc\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/tns/ad","urlObject":{"protocol":"http","path":["api","tns","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1a976ba8-77e7-4b5b-86e2-747bc494082f"},{"name":"adminupdatename","id":"b371f176-a9c6-4af9-aa28-49d3bb4e93e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminupdatename\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"name\", \"value\":\"client@ttc.com\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/tns/ad","description":"<p>This endpoint allows admin user to update a name to a specific address in the TNS</p>\n","urlObject":{"protocol":"http","path":["api","tns","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b371f176-a9c6-4af9-aa28-49d3bb4e93e3"},{"name":"adminupdatename","id":"aadc1c2f-da72-44b1-9f72-41507b3660b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminsetname\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"name\", \"value\":\"client@ttc\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/tns/ad","urlObject":{"protocol":"http","path":["api","tns","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"aadc1c2f-da72-44b1-9f72-41507b3660b5"},{"name":"admindeletename","id":"aa62c393-8465-469f-b11a-df445ca0ccbf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admindeletename\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/tns/ad","description":"<p>This endpoint allows admin user to delete a name associated with a specific address in the TNS</p>\n","urlObject":{"protocol":"http","path":["api","tns","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"aa62c393-8465-469f-b11a-df445ca0ccbf"},{"name":"admindeletename","id":"2c894152-a4b3-41f3-ad70-d26244cb1282","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admindeletename\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/tns/ad","urlObject":{"protocol":"http","path":["api","tns","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"2c894152-a4b3-41f3-ad70-d26244cb1282"}],"id":"e4ba5bdb-a153-4af5-9322-c5b6a351006a","_postman_id":"e4ba5bdb-a153-4af5-9322-c5b6a351006a","description":""}],"id":"b8654a05-b13c-4fe7-989f-fb15815eaa75","_postman_id":"b8654a05-b13c-4fe7-989f-fb15815eaa75","description":""},{"name":"/role","item":[{"name":"/debugger","item":[{"name":"/","item":[{"name":"isdebugger","id":"b086719f-dcd4-4d24-b279-9c494cb31434","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isdebugger\", \"params\":[{\"name\":\"addr\", \"value\":\"0x9d78cbc4d102bf38c825b3f6460fc2d89852486a\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/role/debugger","description":"<p>Get if role is debugger with address</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">//SUCCESSFUL RESPONSE\n{\n    \"result\": true,\n    \"isdebugger\": true,\n    \"message\": \"'0x9d78cbc4d102bf38c825b3f6460fc2d89852486a' is a debugger\"\n}\n\n</code></pre>\n","urlObject":{"protocol":"http","path":["api","role","debugger"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"0c802404-c6d8-4410-9147-dedbc5693264","name":"Successful response","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"op\": \"isdebugger\",\r\n    \"params\": [\r\n        {\r\n            \"name\": \"addr\",\r\n            \"value\": \"0x9d78cbc4d102bf38c825b3f6460fc2d89852486a\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/role/debugger"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 May 2023 10:27:04 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"104"},{"key":"ETag","value":"W/\"68-TIZcSg4m6eU3WltVPTy/x8yFlkI\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"isdebugger\": true,\n    \"message\": \"'0x9d78cbc4d102bf38c825b3f6460fc2d89852486a' is a debugger\"\n}"}],"_postman_id":"b086719f-dcd4-4d24-b279-9c494cb31434"},{"name":"getdebuggerindex","id":"391a9c2e-830d-45a3-83c3-8a6ecc8835a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getdebuggerindex\", \"params\":[{\"name\":\"addr\", \"value\":\"0x9d78cbc4d102bf38c825b3f6460fc2d89852486a\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/role/debugger","description":"<p>Get index of debugger</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">//SUCCESSFUL RESPONSE\n{\n    \"result\": true,\n    \"index\": 0,\n    \"message\": \"index of debugger '0x9d78cbc4d102bf38c825b3f6460fc2d89852486a' is 0\"\n}  \n\n</code></pre>\n","urlObject":{"protocol":"http","path":["api","role","debugger"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"155516f5-c3d1-4c56-8446-276f10c8e58e","name":"Successful response","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getdebuggerindex\", \"params\":[{\"name\":\"addr\", \"value\":\"0x9d78cbc4d102bf38c825b3f6460fc2d89852486a\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/role/debugger"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 May 2023 10:32:30 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"105"},{"key":"ETag","value":"W/\"69-ZAnOCgNtxyiYSAwrPoj+fbvwVvo\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"index\": 0,\n    \"message\": \"index of debugger '0x9d78cbc4d102bf38c825b3f6460fc2d89852486a' is 0\"\n}"}],"_postman_id":"391a9c2e-830d-45a3-83c3-8a6ecc8835a8"},{"name":"getnumberofdebugger","id":"1bd7530a-618b-4f0c-90fe-9bc4f5732dd2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getnumberofdebugger\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/role/debugger","description":"<p>Get the total number of debuggers on the blockchain</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">//SUCCESSFUL RESPONSE\n{\n    \"result\": true,\n    \"number\": \"2\",\n    \"message\": \"There are 2 debuggers\"\n}\n\n</code></pre>\n","urlObject":{"protocol":"http","path":["api","role","debugger"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"95a23f12-031b-4aea-8be9-843c307ee5c3","name":"Successful response","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getnumberofdebugger\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/role/debugger"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 May 2023 10:33:47 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"62"},{"key":"ETag","value":"W/\"3e-VOabKYeTGyrxW9+0fBnAfxD1QIw\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"number\": \"2\",\n    \"message\": \"There are 2 debuggers\"\n}"}],"_postman_id":"1bd7530a-618b-4f0c-90fe-9bc4f5732dd2"},{"name":"getdebuggerbyindex","id":"cd1e76eb-17ef-442b-9c2e-0c64b1e4ad40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getdebuggerbyindex\", \"params\":[{\"name\":\"index\", \"value\":0}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/role/debugger","description":"<p>Get a debugger by index</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">//SUCCESSFUL RESPONSE\n{\n    \"result\": true,\n    \"debugger\": \"0x9d78cBc4D102bf38c825B3f6460Fc2D89852486A\",\n    \"message\": \"debugger at index 0 is '0x9d78cBc4D102bf38c825B3f6460Fc2D89852486A'\"\n}\n\n</code></pre>\n","urlObject":{"protocol":"http","path":["api","role","debugger"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"8af7b501-782f-4289-a8e0-3e7922285405","name":"Successful response","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getdebuggerbyindex\", \"params\":[{\"name\":\"index\", \"value\":0}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/role/debugger"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 May 2023 10:35:59 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"151"},{"key":"ETag","value":"W/\"97-4EuwuIcqMrKRVNC82f4N7A+yJZU\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"debugger\": \"0x9d78cBc4D102bf38c825B3f6460Fc2D89852486A\",\n    \"message\": \"debugger at index 0 is '0x9d78cBc4D102bf38c825B3f6460Fc2D89852486A'\"\n}"}],"_postman_id":"cd1e76eb-17ef-442b-9c2e-0c64b1e4ad40"}],"id":"3b30f602-0e34-4c05-81d6-5700fdc8f727","_postman_id":"3b30f602-0e34-4c05-81d6-5700fdc8f727","description":""},{"name":"/ow","item":[{"name":"initdebugger","id":"d151e71e-7f8a-4166-8c72-a1dc0fa94903","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"initdebugger\", \"params\":[{\"name\":\"owner\", \"value\":\"0x43F78b342084e370f10e0Cd07d56d95c1728C9D4\"}, {\"name\":\"ownerpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/role/debugger/ow","description":"<p>Initialize a debugger</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">//SUCCESSFUL RESPONSE\n{\n    \"result\": true,\n    \"transaction\": \"0x892a6c787ee96e6f5968293147f70147751a47d7f8fd2ff04b1e4867e0847367\",\n    \"receipt\": {\n        \"blockHash\": \"0x4900ce2d90b9a58306f081fa268123f54f3bddf61f712bfc2d562f0c07b6ddec\",\n        \"blockNumber\": 11576323,\n        \"contractAddress\": null,\n        \"cumulativeGasUsed\": 28282,\n        \"from\": \"0x43f78b342084e370f10e0cd07d56d95c1728c9d4\",\n        \"gasUsed\": 28282,\n        \"logs\": [\n            {\n                \"address\": \"0x994a8f26D893d497FB3377857B289F9105096769\",\n                \"topics\": [\n                    \"0x57a86f7d14ccde89e22870afe839e3011216827daa9b24e18629f0a1e9d6cc14\"\n                ],\n                \"data\": \"0x\",\n                \"blockNumber\": 11576323,\n                \"transactionHash\": \"0x892a6c787ee96e6f5968293147f70147751a47d7f8fd2ff04b1e4867e0847367\",\n                \"transactionIndex\": 0,\n                \"blockHash\": \"0x4900ce2d90b9a58306f081fa268123f54f3bddf61f712bfc2d562f0c07b6ddec\",\n                \"logIndex\": 0,\n                \"removed\": false,\n                \"id\": \"log_fbb25c90\"\n            }\n        ],\n        \"logsBloom\": \"0x00000001000200000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000020000000000800000000000000000000000000000000000000000000\",\n        \"status\": true,\n        \"to\": \"0x994a8f26d893d497fb3377857b289f9105096769\",\n        \"transactionHash\": \"0x892a6c787ee96e6f5968293147f70147751a47d7f8fd2ff04b1e4867e0847367\",\n        \"transactionIndex\": 0,\n        \"type\": \"0x0\"\n    },\n    \"message\": \"debugger is initialized\"\n}\n\n</code></pre>\n","urlObject":{"protocol":"http","path":["api","role","debugger","ow"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"9cd14e7c-4f73-4c12-b69e-4f3b37c5a9fc","name":"Successful response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"initdebugger\", \"params\":[{\"name\":\"owner\", \"value\":\"0x43F78b342084e370f10e0Cd07d56d95c1728C9D4\"}, {\"name\":\"ownerpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/role/debugger/ow"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 May 2023 10:38:53 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1500"},{"key":"ETag","value":"W/\"5dc-iBug4sEw0cFo5RiuUxyo4ONjaYg\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"transaction\": \"0x892a6c787ee96e6f5968293147f70147751a47d7f8fd2ff04b1e4867e0847367\",\n    \"receipt\": {\n        \"blockHash\": \"0x4900ce2d90b9a58306f081fa268123f54f3bddf61f712bfc2d562f0c07b6ddec\",\n        \"blockNumber\": 11576323,\n        \"contractAddress\": null,\n        \"cumulativeGasUsed\": 28282,\n        \"from\": \"0x43f78b342084e370f10e0cd07d56d95c1728c9d4\",\n        \"gasUsed\": 28282,\n        \"logs\": [\n            {\n                \"address\": \"0x994a8f26D893d497FB3377857B289F9105096769\",\n                \"topics\": [\n                    \"0x57a86f7d14ccde89e22870afe839e3011216827daa9b24e18629f0a1e9d6cc14\"\n                ],\n                \"data\": \"0x\",\n                \"blockNumber\": 11576323,\n                \"transactionHash\": \"0x892a6c787ee96e6f5968293147f70147751a47d7f8fd2ff04b1e4867e0847367\",\n                \"transactionIndex\": 0,\n                \"blockHash\": \"0x4900ce2d90b9a58306f081fa268123f54f3bddf61f712bfc2d562f0c07b6ddec\",\n                \"logIndex\": 0,\n                \"removed\": false,\n                \"id\": \"log_fbb25c90\"\n            }\n        ],\n        \"logsBloom\": \"0x00000001000200000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000020000000000800000000000000000000000000000000000000000000\",\n        \"status\": true,\n        \"to\": \"0x994a8f26d893d497fb3377857b289f9105096769\",\n        \"transactionHash\": \"0x892a6c787ee96e6f5968293147f70147751a47d7f8fd2ff04b1e4867e0847367\",\n        \"transactionIndex\": 0,\n        \"type\": \"0x0\"\n    },\n    \"message\": \"debugger is initialized\"\n}"}],"_postman_id":"d151e71e-7f8a-4166-8c72-a1dc0fa94903"},{"name":"initdebugger","id":"dcd4af6d-b1f3-4ba1-aeea-b5905ba31eb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"initdebugger\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/role/debugger/ow","urlObject":{"protocol":"http","path":["api","role","debugger","ow"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"dcd4af6d-b1f3-4ba1-aeea-b5905ba31eb5"},{"name":"removealldebuggers","id":"015d884b-faf5-4620-b6fa-fc9ce9b19d72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"removealldebuggers\", \"params\":[{\"name\":\"owner\", \"value\":\"0x43F78b342084e370f10e0Cd07d56d95c1728C9D4\"}, {\"name\":\"ownerpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/role/debugger/ow","urlObject":{"protocol":"http","path":["api","role","debugger","ow"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"015d884b-faf5-4620-b6fa-fc9ce9b19d72"},{"name":"removealldebuggers","id":"a25e391e-41c1-465a-8372-2a8b6e0b9bec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"removealldebuggers\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/role/debugger/ow","description":"<p>Remove all debuggers</p>\n","urlObject":{"protocol":"http","path":["api","role","debugger","ow"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a25e391e-41c1-465a-8372-2a8b6e0b9bec"}],"id":"5c5220fd-c3fa-424e-991c-85555c2ed0c1","_postman_id":"5c5220fd-c3fa-424e-991c-85555c2ed0c1","description":""},{"name":"/db","item":[{"name":"adddebugger","id":"6f23dcf0-1436-4779-b728-6473944cba1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adddebugger\", \"params\":[{\"name\":\"debugger\", \"value\":\"0x43F78b342084e370f10e0Cd07d56d95c1728C9D4\"}, {\"name\":\"debuggerpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x9d78cbc4d102bf38c825b3f6460fc2d89852486a\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/role/debugger/db","description":"<p>Add a debugger</p>\n","urlObject":{"protocol":"http","path":["api","role","debugger","db"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6f23dcf0-1436-4779-b728-6473944cba1d"},{"name":"adddebugger","id":"919b9d3d-f80d-49f0-89c5-6a74af65a5c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adddebugger\", \"params\":[{\"name\":\"addr\", \"value\":\"0x9d78cbc4d102bf38c825b3f6460fc2d89852486a\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/role/debugger/db","urlObject":{"protocol":"http","path":["api","role","debugger","db"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"919b9d3d-f80d-49f0-89c5-6a74af65a5c9"},{"name":"removedebugger","id":"b949e2e0-87ce-4a36-bd24-c3ffba780210","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"removedebugger\", \"params\":[{\"name\":\"debugger\", \"value\":\"0x43F78b342084e370f10e0Cd07d56d95c1728C9D4\"}, {\"name\":\"debuggerpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x9d78cbc4d102bf38c825b3f6460fc2d89852486a\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/role/debugger/db","description":"<p>Remove a debugger</p>\n","urlObject":{"protocol":"http","path":["api","role","debugger","db"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b949e2e0-87ce-4a36-bd24-c3ffba780210"},{"name":"removedebugger","id":"da178cfb-e51d-42f2-90d5-e8c0b67e111c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"removedebugger\", \"params\":[{\"name\":\"addr\", \"value\":\"0x9d78cbc4d102bf38c825b3f6460fc2d89852486a\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/role/debugger/db","urlObject":{"protocol":"http","path":["api","role","debugger","db"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"da178cfb-e51d-42f2-90d5-e8c0b67e111c"}],"id":"02bbf643-5fd4-4035-9160-f9ca91d809be","_postman_id":"02bbf643-5fd4-4035-9160-f9ca91d809be","description":""}],"id":"86c68440-1507-4c76-9ef7-b069fe382574","_postman_id":"86c68440-1507-4c76-9ef7-b069fe382574","description":""},{"name":"/superadmin","item":[{"name":"/","item":[{"name":"issuperadmin","id":"a153de42-6157-49f3-9d7c-33735d902fa1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"issuperadmin\", \"params\":[{\"name\":\"addr\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/role/superadmin","description":"<p>Get if role is superadmin with address</p>\n","urlObject":{"protocol":"http","path":["api","role","superadmin"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a153de42-6157-49f3-9d7c-33735d902fa1"},{"name":"getsuperadminindex","id":"169ffeb6-f56f-4593-8d95-ed1dec05976e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getsuperadminindex\", \"params\":[{\"name\":\"addr\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/role/superadmin","description":"<p>Get index of super admin</p>\n","urlObject":{"protocol":"http","path":["api","role","superadmin"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"169ffeb6-f56f-4593-8d95-ed1dec05976e"},{"name":"getnumberofsuperadmin","id":"d33c9110-9af2-4e42-bcba-1aaec31772aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getnumberofsuperadmin\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/role/superadmin","description":"<p>Get the number of superadmins on the blockchain</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">//SUCCESSFUL RESPONSE\n{\n    \"result\": true,\n    \"number\": \"3\",\n    \"message\": \"There are 3 super admins\"\n}\n\n</code></pre>\n","urlObject":{"protocol":"http","path":["api","role","superadmin"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"da1fb8ae-942b-47b5-bfc2-3ec52f2a186e","name":"Successful response","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getnumberofsuperadmin\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/role/superadmin"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 May 2023 12:07:57 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"65"},{"key":"ETag","value":"W/\"41-mzgqQ85xe6NXOvrEwAzItPuXbXk\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"number\": \"3\",\n    \"message\": \"There are 3 super admins\"\n}"}],"_postman_id":"d33c9110-9af2-4e42-bcba-1aaec31772aa"},{"name":"getsuperadminbyindex","id":"94810f95-5dbe-41a2-bd11-cd366e1a66f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getsuperadminbyindex\", \"params\":[{\"name\":\"index\", \"value\":0}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/role/superadmin","description":"<p>Get a superadmin by index</p>\n","urlObject":{"protocol":"http","path":["api","role","superadmin"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"94810f95-5dbe-41a2-bd11-cd366e1a66f3"}],"id":"b1059117-a6fb-40b8-9ffc-f5a916bffbb1","_postman_id":"b1059117-a6fb-40b8-9ffc-f5a916bffbb1","description":""},{"name":"/ow","item":[{"name":"initsuperadmin","id":"c3417dd2-e496-4e7d-90a8-cd91808e2141","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"initsuperadmin\", \"params\":[{\"name\":\"owner\", \"value\":\"0x43F78b342084e370f10e0Cd07d56d95c1728C9D4\"}, {\"name\":\"ownerpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/role/superadmin/ow","description":"<p>Initialize superadmin</p>\n","urlObject":{"protocol":"http","path":["api","role","superadmin","ow"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c3417dd2-e496-4e7d-90a8-cd91808e2141"},{"name":"initsuperadmin","id":"33fd92be-6205-4f4f-be55-af954831ecfe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"initdebugger\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/role/debugger/ow","urlObject":{"protocol":"http","path":["api","role","debugger","ow"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"33fd92be-6205-4f4f-be55-af954831ecfe"}],"id":"d6074fee-1b6b-4aaa-86fd-1a5dce90af32","_postman_id":"d6074fee-1b6b-4aaa-86fd-1a5dce90af32","description":""},{"name":"/db","item":[{"name":"removeallsuperadmins","id":"ddc139da-7ab1-43fb-8014-a09b1e79ab4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"removeallsuperadmins\", \"params\":[{\"name\":\"debugger\", \"value\":\"0x9d78cbc4d102bf38c825b3f6460fc2d89852486a\"}, {\"name\":\"debuggerpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/role/superadmin/db","description":"<p>Remove all superadmins</p>\n","urlObject":{"protocol":"http","path":["api","role","superadmin","db"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ddc139da-7ab1-43fb-8014-a09b1e79ab4c"},{"name":"removeallsuperadmins","id":"ff2f2889-6f81-45fa-b1e4-54be0dc17bcd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"removeallsuperadmins\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/role/superadmin/db","urlObject":{"protocol":"http","path":["api","role","superadmin","db"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ff2f2889-6f81-45fa-b1e4-54be0dc17bcd"}],"id":"c001885d-cfbd-43f4-87c8-925179a633c7","_postman_id":"c001885d-cfbd-43f4-87c8-925179a633c7","description":""},{"name":"/sa","item":[{"name":"addsuperadmin","id":"ba013219-6256-419a-ab37-e3777a1f2788","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"addsuperadmin\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0x9d78cbc4d102bf38c825b3f6460fc2d89852486a\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/role/superadmin/sa","description":"<p>Add a new superadmin</p>\n","urlObject":{"protocol":"http","path":["api","role","superadmin","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ba013219-6256-419a-ab37-e3777a1f2788"},{"name":"addsuperadmin","id":"d7051d77-3868-4062-8047-dd7791bd57ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"addsuperadmin\", \"params\":[ {\"name\":\"addr\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/role/superadmin/sa","urlObject":{"protocol":"http","path":["api","role","superadmin","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d7051d77-3868-4062-8047-dd7791bd57ba"},{"name":"removesuperadmin","id":"977412d1-5566-422c-8a51-f19689e2d5ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"removesuperadmin\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0x9d78cbc4d102bf38c825b3f6460fc2d89852486a\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/role/superadmin/sa","description":"<p>Remove a superadmins</p>\n","urlObject":{"protocol":"http","path":["api","role","superadmin","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"977412d1-5566-422c-8a51-f19689e2d5ba"},{"name":"removesuperadmin","id":"194041ab-a004-4de5-ac6d-9f169bf1abe6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"removesuperadmin\", \"params\":[{\"name\":\"addr\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/role/superadmin/sa","urlObject":{"protocol":"http","path":["api","role","superadmin","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"194041ab-a004-4de5-ac6d-9f169bf1abe6"}],"id":"41422df6-0c88-48f6-83d9-1fc33c13627b","_postman_id":"41422df6-0c88-48f6-83d9-1fc33c13627b","description":""}],"id":"6c6074b2-e5c6-481c-94f0-08e37260d57f","_postman_id":"6c6074b2-e5c6-481c-94f0-08e37260d57f","description":""},{"name":"/admin","item":[{"name":"/","item":[{"name":"isadmin","id":"8086eaaf-4d1b-4cbb-9425-5f35ebf8e507","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isadmin\", \"params\":[{\"name\":\"addr\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/role/admin","description":"<p>Check whether an address has the role of an admin</p>\n","urlObject":{"protocol":"http","path":["api","role","admin"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"8086eaaf-4d1b-4cbb-9425-5f35ebf8e507"},{"name":"getadminindex","id":"a5c56710-a99b-476d-af1e-6a4758fdef29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getadminindex\", \"params\":[{\"name\":\"addr\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/role/admin","description":"<p>Retrieve the index of a specific admin in the system</p>\n","urlObject":{"protocol":"http","path":["api","role","admin"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a5c56710-a99b-476d-af1e-6a4758fdef29"},{"name":"getnumberofadmin","id":"2e18d638-d5e4-4e82-997b-af54129f07f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getnumberofadmin\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/role/admin","description":"<p>Get the total numer of registered admins in the system</p>\n","urlObject":{"protocol":"http","path":["api","role","admin"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"2e18d638-d5e4-4e82-997b-af54129f07f1"},{"name":"getadminbyindex","id":"627498b9-5d33-41e7-9501-ef9ab89d0703","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getadminbyindex\", \"params\":[{\"name\":\"index\", \"value\":0}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/role/admin","description":"<p>Get the admin information based on the provided index</p>\n","urlObject":{"protocol":"http","path":["api","role","admin"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"627498b9-5d33-41e7-9501-ef9ab89d0703"}],"id":"5e08bae2-e65d-488d-baeb-7921dfd00973","_postman_id":"5e08bae2-e65d-488d-baeb-7921dfd00973","description":""},{"name":"/ow","item":[{"name":"initadmin","id":"8088c364-0dbb-42f7-943c-721abbbc8ccd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"initadmin\", \"params\":[{\"name\":\"owner\", \"value\":\"0x43F78b342084e370f10e0Cd07d56d95c1728C9D4\"}, {\"name\":\"ownerpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/role/admin/ow","description":"<p>Initialize the admin role in the system</p>\n","urlObject":{"protocol":"http","path":["api","role","admin","ow"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"8088c364-0dbb-42f7-943c-721abbbc8ccd"},{"name":"initadmin","id":"36196593-6154-4521-a814-511f25c42448","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"initadmin\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/role/admin/ow","description":"<p>Initialize admin</p>\n","urlObject":{"protocol":"http","path":["api","role","admin","ow"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"36196593-6154-4521-a814-511f25c42448"}],"id":"643c76c5-0b80-4478-9b19-cd8f92a41849","_postman_id":"643c76c5-0b80-4478-9b19-cd8f92a41849","description":""},{"name":"/sa","item":[{"name":"addadmin","id":"01cb77f2-5880-4c3c-a58b-93c20fbc9c3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"addadmin\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/role/admin/sa","description":"<p>Add a new admin to the system</p>\n","urlObject":{"protocol":"http","path":["api","role","admin","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"01cb77f2-5880-4c3c-a58b-93c20fbc9c3d"},{"name":"addadmin","id":"ffc11292-eae4-44a0-b483-e2ea95c2a9b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"addadmin\", \"params\":[{\"name\":\"addr\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/role/admin/sa","urlObject":{"protocol":"http","path":["api","role","admin","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ffc11292-eae4-44a0-b483-e2ea95c2a9b6"},{"name":"removeadmin","id":"68ca56fa-a05b-441d-b432-9c769295b13d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"removeadmin\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/role/admin/sa","description":"<p>Remove the admin role from a specific address</p>\n","urlObject":{"protocol":"http","path":["api","role","admin","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"68ca56fa-a05b-441d-b432-9c769295b13d"},{"name":"removeadmin","id":"5e12b20b-eb47-45a1-8bb0-b945ed54dce8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"removeadmin\", \"params\":[{\"name\":\"addr\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/role/admin/sa","urlObject":{"protocol":"http","path":["api","role","admin","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5e12b20b-eb47-45a1-8bb0-b945ed54dce8"},{"name":"removealladmins","id":"46bca708-092a-493d-aa8d-173be02a69e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"removealladmins\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/role/admin/sa","description":"<p>Remove all admins from the system</p>\n","urlObject":{"protocol":"http","path":["api","role","admin","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"46bca708-092a-493d-aa8d-173be02a69e6"},{"name":"removealladmins","id":"72cad861-7a78-4a81-95d9-3ac4f8aa04b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"removealladmins\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/role/admin/sa","urlObject":{"protocol":"http","path":["api","role","admin","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"72cad861-7a78-4a81-95d9-3ac4f8aa04b9"}],"id":"a9ad9e35-03ce-43e9-82d4-19398c0a4573","_postman_id":"a9ad9e35-03ce-43e9-82d4-19398c0a4573","description":""}],"id":"2cb4c86a-ceb0-43ea-b08c-78f6ed2d86b2","_postman_id":"2cb4c86a-ceb0-43ea-b08c-78f6ed2d86b2","description":""}],"id":"cea37eeb-0c5b-4226-9b2b-58f0ee458017","_postman_id":"cea37eeb-0c5b-4226-9b2b-58f0ee458017","description":""},{"name":"/token","item":[{"name":"/toro","item":[{"name":"/","item":[{"name":"getbalance","id":"02d2a1b5-4fd8-4ab5-a203-3e80f01f26e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getbalance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/","description":"<p>Get Tọ̀rọ̀ balance for an address</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">//SUCCESSFUL RESPONSE\n{\n    \"result\": true,\n    \"balance\": \"400\",\n    \"message\": \"toro balance for '0x314ef41554dc423c88836dcdce55b3f61d1804b1' is '400'\"\n}\n\n</code></pre>\n","urlObject":{"protocol":"http","path":["api","token","toro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"b472c5e1-6751-4df8-bc90-724c4233076b","name":"Successful response","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getbalance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 May 2023 12:13:14 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"114"},{"key":"ETag","value":"W/\"72-+gNnheo0E+9jVGYb75aDEPPl4DA\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"balance\": \"400\",\n    \"message\": \"toro balance for '0x314ef41554dc423c88836dcdce55b3f61d1804b1' is '400'\"\n}"}],"_postman_id":"02d2a1b5-4fd8-4ab5-a203-3e80f01f26e1"},{"name":"getname","id":"7779ac4a-0012-475c-9b99-d4648761b046","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getname\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/","description":"<p>Get token name</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">//SUCCESFUL RESPONSE\n{\n    \"result\": true,\n    \"name\": \"Toro\",\n    \"message\": \"token name is 'Toro'\"\n}\n\n</code></pre>\n","urlObject":{"protocol":"http","path":["api","token","toro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"5dd557c7-5da0-4bc9-bbea-7049bfdb3f9b","name":"Successful response","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getname\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 May 2023 12:16:08 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"62"},{"key":"ETag","value":"W/\"3e-t1Mf4wT25Q9w6QS6Xy+aKcEtmX0\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"name\": \"Toro\",\n    \"message\": \"token name is 'Toro'\"\n}"}],"_postman_id":"7779ac4a-0012-475c-9b99-d4648761b046"},{"name":"getsymbol","id":"66ec1f73-1238-4377-90f8-5771a47e61d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getsymbol\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/","description":"<p>Get token's symbol</p>\n","urlObject":{"protocol":"http","path":["api","token","toro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"841217bc-07bf-4dd2-9aad-f0174ca221df","name":"Successful response","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getsymbol\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 May 2023 12:17:27 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"66"},{"key":"ETag","value":"W/\"42-FnOxOw7PHRFiP5QZO6RoFpmQ788\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"symbol\": \"TORO\",\n    \"message\": \"token symbol is 'TORO'\"\n}"}],"_postman_id":"66ec1f73-1238-4377-90f8-5771a47e61d6"},{"name":"getdecimal","id":"7a4f241c-08fe-4f77-ba5a-9143c4eac2bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getdecimal\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/","description":"<p>Get token's decimal</p>\n","urlObject":{"protocol":"http","path":["api","token","toro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"34b6d6ca-dfad-4080-a4fa-d9cc691b6ddc","name":"Successful response","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getdecimal\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 May 2023 12:20:36 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"64"},{"key":"ETag","value":"W/\"40-4dECCLAjE9hYXtuSzeLxvll/qL4\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"decimal\": \"18\",\n    \"message\": \"token decimal is '18'\"\n}"}],"_postman_id":"7a4f241c-08fe-4f77-ba5a-9143c4eac2bf"},{"name":"getminimumallowance","id":"302bb094-841e-4c5d-943d-866a0e8d1c4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getminimumallowance\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/","description":"<p>Get token's minimum transfer allowance</p>\n","urlObject":{"protocol":"http","path":["api","token","toro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"5b0787d1-8199-4855-87fd-0ec68af4d15f","name":"Successful response","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getminimumallowance\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 May 2023 12:21:17 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"89"},{"key":"ETag","value":"W/\"59-RwZ3e9fRBsynoN53BmP067jxvzc\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"minimumallowance\": \"0\",\n    \"message\": \"toro minimum transfer allowance is '0'\"\n}"}],"_postman_id":"302bb094-841e-4c5d-943d-866a0e8d1c4b"},{"name":"getmaximumallowance","id":"d97c21fc-8074-4fdc-8d26-c858970149c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getmaximumallowance\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/","description":"<p>Get minimum amount allowed for transaction</p>\n","urlObject":{"protocol":"http","path":["api","token","toro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"453d5bbb-e08d-49d4-bd4e-368e73ba9046","name":"getmaximumallowance","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getmaximumallowance\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 14:35:50 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"97"},{"key":"ETag","value":"W/\"61-Iidc1l5J+FQ0q8XHVLMxoBKorAw\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"maximumallowance\": \"10000\",\n    \"message\": \"toro maximum transfer allowance is '10000'\"\n}"}],"_postman_id":"d97c21fc-8074-4fdc-8d26-c858970149c4"},{"name":"getallowance","id":"0cb86338-277a-464c-9bc6-5f1f05e501d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowance\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/","description":"<p>Get the maximum / minimum transfer allowance</p>\n","urlObject":{"protocol":"http","path":["api","token","toro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"f37c7b21-ac45-4dae-a280-763f182c23e8","name":"getallowance","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowance\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 14:35:57 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"135"},{"key":"ETag","value":"W/\"87-rE09i1bWSbzyGlfbbgSmIO4FE+0\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"minimumallowance\": \"0\",\n    \"maximumallowance\": \"10000\",\n    \"message\": \"toro maximum / minimum transfer allowance are '10000 / 0'\"\n}"}],"_postman_id":"0cb86338-277a-464c-9bc6-5f1f05e501d7"},{"name":"gettransactionfeefixed","id":"b7b9f7eb-2ddc-4f5f-b36c-72576cfb825d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettransactionfeefixed\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/","description":"<p>Get transaction fee (this is fixed)</p>\n","urlObject":{"protocol":"http","path":["api","token","toro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"7f79edee-c00b-4269-91cf-4c47af3023b1","name":"gettransactionfeefixed","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettransactionfeefixed\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 14:36:07 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"78"},{"key":"ETag","value":"W/\"4e-/B+/qvg8a+jJvbmc5q/3zyyC99U\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"txfeefixed\": \"0\",\n    \"message\": \"toro fixed transaction fee is '0'\"\n}"}],"_postman_id":"b7b9f7eb-2ddc-4f5f-b36c-72576cfb825d"},{"name":"gettransactionfeepercentage","id":"ebd5592f-1d08-4710-b345-79337a527e5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettransactionfeepercentage\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/","description":"<p>Get transaction fee in percentage (%)</p>\n","urlObject":{"protocol":"http","path":["api","token","toro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"68237bee-9440-47ef-a40f-baa11547faf7","name":"gettransactionfeepercentage","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettransactionfeepercentage\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 14:36:13 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"89"},{"key":"ETag","value":"W/\"59-bDTV4Fpyp3WqG3iwKPilgarGINY\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"txfeepercentage\": \"0\",\n    \"message\": \"toro percentage transaction fee is '0%'\"\n}"}],"_postman_id":"ebd5592f-1d08-4710-b345-79337a527e5f"},{"name":"gettransactionfee","id":"f66a1244-2e7e-4f66-a7ef-a548011a28a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettransactionfee\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/","description":"<p>Get transaction fee</p>\n","urlObject":{"protocol":"http","path":["api","token","toro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"f16bf9d3-736e-4a1f-bf7a-7a8cf8bbfa0e","name":"gettransactionfee","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettransactionfee\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 14:36:21 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"118"},{"key":"ETag","value":"W/\"76-k8ZQpQpGg0EC3ZBnK5flxY2nGF8\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"txfeefixed\": \"0\",\n    \"txfeepercentage\": \"0\",\n    \"message\": \"toro fixed / percentage transfer fee are '0' / '0%'\"\n}"}],"_postman_id":"f66a1244-2e7e-4f66-a7ef-a548011a28a3"},{"name":"getcommissionaddress","id":"5a3d2c84-0a5b-4268-8c71-f9f022009954","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcommissionaddress\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/","description":"<p>Get commission address</p>\n","urlObject":{"protocol":"http","path":["api","token","toro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"17b6526e-7fea-4f51-8fe9-136d01b8e2e5","name":"getcommissionaddress","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcommissionaddress\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 14:36:29 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"159"},{"key":"ETag","value":"W/\"9f-wchxjFBoDrKNMyuM5QeYjV0acVU\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"commissionaddress\": \"0xa231BB16803d8F7dcb6885B04183c9E71F4cdDF3\",\n    \"message\": \"commission address is '0xa231BB16803d8F7dcb6885B04183c9E71F4cdDF3'\"\n}"}],"_postman_id":"5a3d2c84-0a5b-4268-8c71-f9f022009954"},{"name":"getcommissionpercentage","id":"97d846f8-3836-42bc-8851-d4834c5d1cd8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcommissionpercentage\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/","description":"<p>Get commission percentage (%)</p>\n","urlObject":{"protocol":"http","path":["api","token","toro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"9a4c9e71-aa64-4dfb-969e-391757986cd4","name":"getcommissionpercentage","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcommissionpercentage\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 14:36:40 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"85"},{"key":"ETag","value":"W/\"55-qkcjx7mzRFDn27BFxIVo9tpcYIE\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"commissionpercentage\": \"0\",\n    \"message\": \"commission percentage is '0 %'\"\n}"}],"_postman_id":"97d846f8-3836-42bc-8851-d4834c5d1cd8"},{"name":"getreserve","id":"85c6a487-d459-4495-ae3b-175d3468a684","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getreserve\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/","description":"<p>Get reserve address</p>\n","urlObject":{"protocol":"http","path":["api","token","toro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"04898335-b933-4df3-b3f6-95be64d713c1","name":"getreserve","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getreserve\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 14:36:49 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"146"},{"key":"ETag","value":"W/\"92-sXOZxO5VFNsW1qdVvtamRrcBRVw\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"reserve\": \"0xf3CDfC4a1DCE2D98FF878971626B798279954c43\",\n    \"message\": \"reserve address is '0xf3CDfC4a1DCE2D98FF878971626B798279954c43'\"\n}"}],"_postman_id":"85c6a487-d459-4495-ae3b-175d3468a684"},{"name":"gettoller","id":"cb3e0c4d-148b-4777-b51b-3ae58e4d98bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettoller\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/","description":"<p>Get toller address</p>\n","urlObject":{"protocol":"http","path":["api","token","toro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"cf38cedc-44bc-4d26-b207-1a54ddab7627","name":"Successful response","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettoller\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 May 2023 12:37:40 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"144"},{"key":"ETag","value":"W/\"90-0MCef2hKwDBaoPSS7uo5TvK1PG0\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"toller\": \"0xa231BB16803d8F7dcb6885B04183c9E71F4cdDF3\",\n    \"message\": \"toller address is '0xa231BB16803d8F7dcb6885B04183c9E71F4cdDF3'\"\n}"}],"_postman_id":"cb3e0c4d-148b-4777-b51b-3ae58e4d98bf"},{"name":"gettotalcap","id":"7c2b8f81-1ec2-4aaa-b71c-1103be3cbbe1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettotalcap\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/","description":"<p>Get token's total cap</p>\n","urlObject":{"protocol":"http","path":["api","token","toro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"95e516b8-9a7a-4895-a3e7-a47ea2b6965b","name":"gettotalcap","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettotalcap\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 14:37:00 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"64"},{"key":"ETag","value":"W/\"40-Dhq6b/Pej4xdzCiIxi3YRL8dcIU\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"totalcap\": \"0\",\n    \"message\": \"toro total cap is '0'\"\n}"}],"_postman_id":"7c2b8f81-1ec2-4aaa-b71c-1103be3cbbe1"},{"name":"gettotalreserving","id":"1054693e-ee6d-41e0-b18c-e89aa7179c4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettotalreserving\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/","description":"<p>Get the total token that is currently in reserve</p>\n","urlObject":{"protocol":"http","path":["api","token","toro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"a90af72b-7fc3-4844-a643-d7f68f46c6f3","name":"Successful response","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettotalreserving\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 May 2023 12:39:12 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"122"},{"key":"ETag","value":"W/\"7a-/NFZXwi7sRjP+6bF4VvvhkWLKBc\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"totalreserving\": \"71987.274205605201720169\",\n    \"message\": \"toro total reserving is '71987.274205605201720169'\"\n}"}],"_postman_id":"1054693e-ee6d-41e0-b18c-e89aa7179c4c"},{"name":"gettotalcirculating","id":"2446cc6d-110b-4dc1-904b-c01485538f9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettotalcirculating\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/","description":"<p>Get the total token that is currently circulating</p>\n","urlObject":{"protocol":"http","path":["api","token","toro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"2502d5f1-00fd-42f0-82d8-2f2b4599f289","name":"Successful response","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettotalcirculating\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 May 2023 12:41:11 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"126"},{"key":"ETag","value":"W/\"7e-dBY6cfkk0TeF6Bx2fmMNoYID6YA\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"totalcirculating\": \"38412.725794394798279831\",\n    \"message\": \"toro total circulating is '38412.725794394798279831'\"\n}"}],"_postman_id":"2446cc6d-110b-4dc1-904b-c01485538f9b"},{"name":"isenrolled","id":"1af63a01-ea36-4c9e-adb1-60e235fc3ab3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isenrolled\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/","description":"<p>Check if wallet address is enrolled for Toro</p>\n","urlObject":{"protocol":"http","path":["api","token","toro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"69e17a06-84bf-44c1-9a24-d5dc87e4431b","name":"Successful response","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isenrolled\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 May 2023 12:43:31 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"111"},{"key":"ETag","value":"W/\"6f-DmEQWIbEFc3RW+DT4/D/oA9pH90\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"isenrolled\": true,\n    \"message\": \"'0x314ef41554dc423c88836dcdce55b3f61d1804b1' is enrolled for toro\"\n}"}],"_postman_id":"1af63a01-ea36-4c9e-adb1-60e235fc3ab3"},{"name":"isfrozen","id":"bf3dfe8c-c161-43e9-99e7-4fe91245be64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isfrozen\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/","description":"<p>Check if wallet address is frozen</p>\n","urlObject":{"protocol":"http","path":["api","token","toro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"aaad30f1-8ba9-4677-a276-328946315c71","name":"Successful response","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isfrozen\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 May 2023 12:43:10 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"103"},{"key":"ETag","value":"W/\"67-0uL4C0DXyqyXS2PnGPB6vExkGww\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"isfrozen\": false,\n    \"message\": \"'0x314ef41554dc423c88836dcdce55b3f61d1804b1' is not frozen\"\n}"}],"_postman_id":"bf3dfe8c-c161-43e9-99e7-4fe91245be64"},{"name":"getallowselfenroll","id":"d8275d0e-a780-4359-9a88-2a84f1720d4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselfenroll\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/","description":"<p>Check if automatic toro enrollment is allowed</p>\n","urlObject":{"protocol":"http","path":["api","token","toro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"bc025469-29aa-404a-8348-6cccdf63f2b8","name":"Successful response","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselfenroll\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 May 2023 12:44:12 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"87"},{"key":"ETag","value":"W/\"57-tU2JozOFFT4h/w3xNQhTmE/cqgs\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"allowselfenroll\": true,\n    \"message\": \"automatic toro enrollment is allowed\"\n}"}],"_postman_id":"d8275d0e-a780-4359-9a88-2a84f1720d4e"},{"name":"getallowselftransactionfee","id":"66d0b982-958e-4300-aef0-e38289a998e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselftransactionfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/","description":"<p>Check if account specified transaction fee is allowed</p>\n","urlObject":{"protocol":"http","path":["api","token","toro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"be70c76f-010e-4396-9539-ba738adb7e23","name":"Successful response","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselftransactionfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 May 2023 12:45:19 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"153"},{"key":"ETag","value":"W/\"99-eK8N1dzW9Z7Lm3xsf6GMSCAFj8A\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"allowselftransactionfee\": false,\n    \"message\": \"account specified transaction fee is not set for '0x314ef41554dc423c88836dcdce55b3f61d1804b1'\"\n}"}],"_postman_id":"66d0b982-958e-4300-aef0-e38289a998e6"},{"name":"getselftransactionfeefixed","id":"f7716839-1b30-4691-9035-189eafa5341d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftransactionfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/","description":"<p>Check if account specified fixed transaction fee is allowed</p>\n","urlObject":{"protocol":"http","path":["api","token","toro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"dd847312-03d5-417e-8a75-bd218eb03c35","name":"Successful response","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftransactionfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 May 2023 12:48:20 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"149"},{"key":"ETag","value":"W/\"95-XiGKAdgwUpPFzhYVrSuDuhkikCg\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"selftxfeefixed\": \"0\",\n    \"message\": \"toro account specified fixed transaction fee for '0x314ef41554dc423c88836dcdce55b3f61d1804b1' is '0'\"\n}"}],"_postman_id":"f7716839-1b30-4691-9035-189eafa5341d"},{"name":"getselftransactionfeepercentage","id":"b0582f76-5dcf-47bf-9328-fc333d85dac7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftransactionfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/","description":"<p>Get account's specified transaction fee percentage</p>\n","urlObject":{"protocol":"http","path":["api","token","toro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"4a50edad-1dcf-4295-a0f6-44e88741e23f","name":"Successful response","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftransactionfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 May 2023 12:49:30 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"161"},{"key":"ETag","value":"W/\"a1-qWxykrCmkpA9GHSN+5MRqhRzWOg\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"selftxfeepercentage\": \"0\",\n    \"message\": \"toro account specified percentage transaction fee for '0x314ef41554dc423c88836dcdce55b3f61d1804b1' is '0 %'\"\n}"}],"_postman_id":"b0582f76-5dcf-47bf-9328-fc333d85dac7"},{"name":"getselftransactionfee","id":"aafe441d-6f9d-49b4-ac76-53efac15fffa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftransactionfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/","description":"<p>Get account's specified fixed/percentage transaction fee</p>\n","urlObject":{"protocol":"http","path":["api","token","toro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"76a7a9e4-2a6a-4efa-99f5-90fae68b555b","name":"getselftransactionfee","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftransactionfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 14:37:14 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"196"},{"key":"ETag","value":"W/\"c4-KkLRFNcHQIZfMzKUzsJbA2rum1E\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"selftxfeefixed\": \"0\",\n    \"selftxfeepercentage\": \"0\",\n    \"message\": \"toro account specified fixed / percentage transaction fee for '0x314ef41554dc423c88836dcdce55b3f61d1804b1' are '0' / '0%'\"\n}"}],"_postman_id":"aafe441d-6f9d-49b4-ac76-53efac15fffa"},{"name":"getallowselfallowance","id":"3921678f-437e-4ee6-8db0-559b94ed901f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselfallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}]  }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/","description":"<p>Check if specified transfer allowance is set for a wallet address</p>\n","urlObject":{"protocol":"http","path":["api","token","toro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"0b3655e8-3827-4bf8-a7a2-aca3bf8d61f0","name":"Successful response","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselfallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}]  }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 May 2023 13:08:01 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"151"},{"key":"ETag","value":"W/\"97-6lD853/4qoNaJU8dPYgDurhLMHw\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"allowselfallowance\": false,\n    \"message\": \"account specified transfer allowance is not set for '0x314ef41554dc423c88836dcdce55b3f61d1804b1'\"\n}"}],"_postman_id":"3921678f-437e-4ee6-8db0-559b94ed901f"},{"name":"getselfminimumallowance","id":"1a7864e0-9785-41da-a36d-b42b367e106e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfminimumallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}]  }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/","description":"<p>Get toro account specified minimum transfer allowance</p>\n","urlObject":{"protocol":"http","path":["api","token","toro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"fbb8ff5f-c2d4-4896-b119-8b558a2b4d12","name":"Successful response","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfminimumallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}]  }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 May 2023 13:26:02 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"160"},{"key":"ETag","value":"W/\"a0-UzWEwlI6sYLAPmqNcNgRfDe090E\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"selfminimumallowance\": \"0\",\n    \"message\": \"toro account specified minimum transfer allowance for '0x314ef41554dc423c88836dcdce55b3f61d1804b1' is '0'\"\n}"}],"_postman_id":"1a7864e0-9785-41da-a36d-b42b367e106e"},{"name":"getselfmaximumallowance","id":"e7523547-3d16-4490-af2c-b7c113176e63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfmaximumallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}]  }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/","description":"<p>Get toro account specified maximum transfer allowance</p>\n","urlObject":{"protocol":"http","path":["api","token","toro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"59bb56b8-5f7b-4fa7-8335-c37e6a4aee9d","name":"Successful response","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfmaximumallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}]  }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 May 2023 13:46:01 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"160"},{"key":"ETag","value":"W/\"a0-G7qYXLwMrJeT6G1VGRSTBV/3Qzg\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"selfmaximumallowance\": \"0\",\n    \"message\": \"toro account specified maximum transfer allowance for '0x314ef41554dc423c88836dcdce55b3f61d1804b1' is '0'\"\n}"}],"_postman_id":"e7523547-3d16-4490-af2c-b7c113176e63"},{"name":"getselfallowance","id":"d58c013d-32f5-4b47-af37-470411323642","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}]  }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/","description":"<p>Get the specified minimum/maximum transfer allowance for an account</p>\n","urlObject":{"protocol":"http","path":["api","token","toro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"3775f36c-6ae6-4a1e-8096-93bf4f22d5aa","name":"Successful response","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}]  }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 May 2023 13:46:57 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"202"},{"key":"ETag","value":"W/\"ca-IzD0lPWWsq4HMaKoFQ7s77zFY74\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"selfminimumallowance\": \"0\",\n    \"selfmaximumallowance\": \"0\",\n    \"message\": \"toro account specified minimum / maximum transfer allowance for '0x314ef41554dc423c88836dcdce55b3f61d1804b1' are '0 / 0'\"\n}"}],"_postman_id":"d58c013d-32f5-4b47-af37-470411323642"},{"name":"istransferon","id":"e5dfb1a6-9aa9-4074-9e9b-1f4ef430b1f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"istransferon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/","description":"<p>Check if Toro transfer is allowed</p>\n","urlObject":{"protocol":"http","path":["api","token","toro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"2e78171e-db3c-4f6b-ba73-f50b370244b9","name":"Successful response","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"istransferon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 May 2023 13:48:49 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"72"},{"key":"ETag","value":"W/\"48-sHvgWI7OGniof8XvALr7rQVZ8Vc\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"istransferon\": true,\n    \"message\": \"toro transfer is allowed\"\n}"}],"_postman_id":"e5dfb1a6-9aa9-4074-9e9b-1f4ef430b1f6"},{"name":"isminton","id":"8350bef1-f9a8-4799-8fbe-972e235333bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isminton\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/","description":"<p>Check if Toro mint is allowed</p>\n","urlObject":{"protocol":"http","path":["api","token","toro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"d7623b23-7066-4036-967c-487ef7f2c8a7","name":"Successful response","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isminton\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 May 2023 13:50:31 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"64"},{"key":"ETag","value":"W/\"40-yQMQm8VfVqKcPWGrfPEQuZv8n2w\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"isminton\": true,\n    \"message\": \"toro mint is allowed\"\n}"}],"_postman_id":"8350bef1-f9a8-4799-8fbe-972e235333bf"},{"name":"isburnon","id":"f2074f96-b432-44e1-b741-4454f4acb412","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isburnon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/","description":"<p>Check if Toro burn is allowed</p>\n","urlObject":{"protocol":"http","path":["api","token","toro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"6950faa3-0ef9-47ed-9b81-282eda4a6847","name":"Successful response","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isburnon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 May 2023 13:51:31 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"64"},{"key":"ETag","value":"W/\"40-F9tJAXA1L8PveiagZ3Mp6eAC3bc\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"isburnon\": true,\n    \"message\": \"toro burn is allowed\"\n}"}],"_postman_id":"f2074f96-b432-44e1-b741-4454f4acb412"}],"id":"04acd239-e9fe-4bf5-b457-8929a458ba03","_postman_id":"04acd239-e9fe-4bf5-b457-8929a458ba03","description":""},{"name":"/ow","item":[{"name":"inittorotoken","id":"dac3c3d1-cc42-482d-ab00-6078970c49ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"inittorotoken\", \"params\":[{\"name\":\"owner\", \"value\":\"0x43F78b342084e370f10e0Cd07d56d95c1728C9D4\"}, {\"name\":\"ownerpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/ow","description":"<p>Initialize Toro token on an address</p>\n","urlObject":{"protocol":"http","path":["api","token","toro","ow"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"11c5a526-8478-48d1-99b1-7edae2e16973","name":"Successful response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"inittorotoken\", \"params\":[{\"name\":\"owner\", \"value\":\"0x43F78b342084e370f10e0Cd07d56d95c1728C9D4\"}, {\"name\":\"ownerpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/ow"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 May 2023 13:52:58 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1504"},{"key":"ETag","value":"W/\"5e0-7aye1Ja2rOqb8hKj59P+fGBp94Y\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"transaction\": \"0x4da5bceee98d2c784d2cbf542a9a044d5f2d4a2ba8493491be41ba978f21cc67\",\n    \"receipt\": {\n        \"blockHash\": \"0xb4b8a1924c2570b982441b6e3c3592499525a1112fe5ec44bd2d513370bc6a5e\",\n        \"blockNumber\": 11578652,\n        \"contractAddress\": null,\n        \"cumulativeGasUsed\": 146725,\n        \"from\": \"0x43f78b342084e370f10e0cd07d56d95c1728c9d4\",\n        \"gasUsed\": 146725,\n        \"logs\": [\n            {\n                \"address\": \"0xa231BB16803d8F7dcb6885B04183c9E71F4cdDF3\",\n                \"topics\": [\n                    \"0x57a86f7d14ccde89e22870afe839e3011216827daa9b24e18629f0a1e9d6cc14\"\n                ],\n                \"data\": \"0x\",\n                \"blockNumber\": 11578652,\n                \"transactionHash\": \"0x4da5bceee98d2c784d2cbf542a9a044d5f2d4a2ba8493491be41ba978f21cc67\",\n                \"transactionIndex\": 0,\n                \"blockHash\": \"0xb4b8a1924c2570b982441b6e3c3592499525a1112fe5ec44bd2d513370bc6a5e\",\n                \"logIndex\": 0,\n                \"removed\": false,\n                \"id\": \"log_90e4ae18\"\n            }\n        ],\n        \"logsBloom\": \"0x00000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000020000000\",\n        \"status\": true,\n        \"to\": \"0xa231bb16803d8f7dcb6885b04183c9e71f4cddf3\",\n        \"transactionHash\": \"0x4da5bceee98d2c784d2cbf542a9a044d5f2d4a2ba8493491be41ba978f21cc67\",\n        \"transactionIndex\": 0,\n        \"type\": \"0x0\"\n    },\n    \"message\": \"toro token is initialized\"\n}"}],"_postman_id":"dac3c3d1-cc42-482d-ab00-6078970c49ec"},{"name":"inittorotoken","id":"6f6189d4-262f-4a22-b344-6898eefc546c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"inittorotoken\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/ow","urlObject":{"protocol":"http","path":["api","token","toro","ow"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"773db968-d4d9-40e4-bf41-69940d3ca6af","name":"Successful response","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"inittorotoken\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/ow"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 May 2023 13:54:44 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"127"},{"key":"ETag","value":"W/\"7f-powKiBbZJNVJMzLcVGSC/R6PDXk\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"to\": \"0xa231BB16803d8F7dcb6885B04183c9E71F4cdDF3\",\n    \"data\": \"0x2ae0f622\",\n    \"value\": \"0x00\",\n    \"gasPrice\": \"0x00\",\n    \"gasLimit\": \"0x1c9c380\"\n}"}],"_postman_id":"6f6189d4-262f-4a22-b344-6898eefc546c"},{"name":"setreserve","id":"02a8d02c-e8f5-4ae6-9a5c-a6461b97b098","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setreserve\", \"params\":[{\"name\":\"owner\", \"value\":\"0x43F78b342084e370f10e0Cd07d56d95c1728C9D4\"}, {\"name\":\"ownerpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/ow","description":"<p>Set Toro reserve to an address</p>\n","urlObject":{"protocol":"http","path":["api","token","toro","ow"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"468f90e7-19d3-40c0-9589-d595accd19e2","name":"Successful response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setreserve\", \"params\":[{\"name\":\"owner\", \"value\":\"0x43F78b342084e370f10e0Cd07d56d95c1728C9D4\"}, {\"name\":\"ownerpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/ow"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 May 2023 13:59:58 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1682"},{"key":"ETag","value":"W/\"692-nMlC8gHbpi5U/4FXj7Hv11oszrw\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"transaction\": \"0x7f29c3e87294ab0cd8300b99689028820392cee5201b26ac6a291a0ec1657766\",\n    \"receipt\": {\n        \"blockHash\": \"0x560d710c73a5d3a9062e702989c95b40f63df2659751ee2491ccfd3e40a8fdad\",\n        \"blockNumber\": 11578736,\n        \"contractAddress\": null,\n        \"cumulativeGasUsed\": 81519,\n        \"from\": \"0x43f78b342084e370f10e0cd07d56d95c1728c9d4\",\n        \"gasUsed\": 81519,\n        \"logs\": [\n            {\n                \"address\": \"0xa231BB16803d8F7dcb6885B04183c9E71F4cdDF3\",\n                \"topics\": [\n                    \"0xcaad324dac3634d8f2558f5fa4dd9e4bedf14216cdbcd31426d8ad9c3b8db3e2\",\n                    \"0x000000000000000000000000a231bb16803d8f7dcb6885b04183c9e71f4cddf3\",\n                    \"0x000000000000000000000000f3cdfc4a1dce2d98ff878971626b798279954c43\"\n                ],\n                \"data\": \"0x\",\n                \"blockNumber\": 11578736,\n                \"transactionHash\": \"0x7f29c3e87294ab0cd8300b99689028820392cee5201b26ac6a291a0ec1657766\",\n                \"transactionIndex\": 0,\n                \"blockHash\": \"0x560d710c73a5d3a9062e702989c95b40f63df2659751ee2491ccfd3e40a8fdad\",\n                \"logIndex\": 0,\n                \"removed\": false,\n                \"id\": \"log_e86354c3\"\n            }\n        ],\n        \"logsBloom\": \"0x00000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000010000000000000000000000000000010000000000000000010000000000000000000000000000000000000000000000000000000000000000000400000000000400000000000000020080020000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000\",\n        \"status\": true,\n        \"to\": \"0xa231bb16803d8f7dcb6885b04183c9e71f4cddf3\",\n        \"transactionHash\": \"0x7f29c3e87294ab0cd8300b99689028820392cee5201b26ac6a291a0ec1657766\",\n        \"transactionIndex\": 0,\n        \"type\": \"0x0\"\n    },\n    \"message\": \"toro reserve is set to '0xf3cdfc4a1dce2d98ff878971626b798279954c43'\"\n}"}],"_postman_id":"02a8d02c-e8f5-4ae6-9a5c-a6461b97b098"},{"name":"setreserve","id":"0ec84fa8-febf-4843-b20a-12decb144c42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setreserve\", \"params\":[{\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/ow","urlObject":{"protocol":"http","path":["api","token","toro","ow"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"b55c0c8c-5d47-40c1-aad7-13b98d97e2c7","name":"setreserve","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setreserve\", \"params\":[{\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/ow"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 14:37:44 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"191"},{"key":"ETag","value":"W/\"bf-quDAzITtUOmuDhye/WsfICdsxOA\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"to\": \"0xa231BB16803d8F7dcb6885B04183c9E71F4cdDF3\",\n    \"data\": \"0x9cecc80a000000000000000000000000f3cdfc4a1dce2d98ff878971626b798279954c43\",\n    \"value\": \"0x00\",\n    \"gasPrice\": \"0x00\",\n    \"gasLimit\": \"0x1c9c380\"\n}"}],"_postman_id":"0ec84fa8-febf-4843-b20a-12decb144c42"}],"id":"1af4ebee-4633-4658-bba6-714fcc0f6515","_postman_id":"1af4ebee-4633-4658-bba6-714fcc0f6515","description":""},{"name":"/sa","item":[{"name":"setminimumallowance","id":"5013da4a-d7c1-4671-be95-b814d8e5e66f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setminimumallowance\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"0.1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/sa","urlObject":{"protocol":"http","path":["api","token","toro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5013da4a-d7c1-4671-be95-b814d8e5e66f"},{"name":"setminimumallowance","id":"42be0aca-20de-458f-9f60-20eef027738b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setminimumallowance\", \"params\":[{\"name\":\"val\", \"value\":\"0.1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/sa","urlObject":{"protocol":"http","path":["api","token","toro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"42be0aca-20de-458f-9f60-20eef027738b"},{"name":"setmaximumallowance","id":"199489e1-41bf-4590-8f1b-3e591cc7aeb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setmaximumallowance\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"10000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/sa","urlObject":{"protocol":"http","path":["api","token","toro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"199489e1-41bf-4590-8f1b-3e591cc7aeb1"},{"name":"setmaximumallowance","id":"6b596da4-7d15-44ed-8440-445058d8364a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setmaximumallowance\", \"params\":[{\"name\":\"val\", \"value\":\"10000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/sa","urlObject":{"protocol":"http","path":["api","token","toro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6b596da4-7d15-44ed-8440-445058d8364a"},{"name":"setallowance","id":"67cb84b5-8b2f-4ea5-a5c3-fd69aa7ff32e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setallowance\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"min\", \"value\":\"0.1\"}, {\"name\":\"max\", \"value\":\"10000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/sa","description":"<p>Set allowance for a specific aaddress</p>\n","urlObject":{"protocol":"http","path":["api","token","toro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"67cb84b5-8b2f-4ea5-a5c3-fd69aa7ff32e"},{"name":"setallowance","id":"b374768d-a639-46ab-a04d-e5c1914096e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setallowance\", \"params\":[{\"name\":\"min\", \"value\":\"0.1\"}, {\"name\":\"max\", \"value\":\"10000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/sa","urlObject":{"protocol":"http","path":["api","token","toro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b374768d-a639-46ab-a04d-e5c1914096e6"},{"name":"settransactionfeefixed","id":"ab197f08-87e6-405f-a777-55cf30a29e89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransactionfeefixed\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"0.02\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/sa","urlObject":{"protocol":"http","path":["api","token","toro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ab197f08-87e6-405f-a777-55cf30a29e89"},{"name":"settransactionfeefixed","id":"4c295cae-9fad-4fbc-806d-5576303d3add","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setminimumallowance\", \"params\":[{\"name\":\"val\", \"value\":\"0.1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/sa","urlObject":{"protocol":"http","path":["api","token","toro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4c295cae-9fad-4fbc-806d-5576303d3add"},{"name":"settransactionfeepercentage","id":"6859f50c-0af3-420b-8f4f-0cfba0cb87df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransactionfeepercentage\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/sa","urlObject":{"protocol":"http","path":["api","token","toro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6859f50c-0af3-420b-8f4f-0cfba0cb87df"},{"name":"settransactionfeepercentage","id":"21012111-491d-47a9-a1ab-7bb4232a5ba1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransactionfeepercentage\", \"params\":[{\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/sa","urlObject":{"protocol":"http","path":["api","token","toro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"21012111-491d-47a9-a1ab-7bb4232a5ba1"},{"name":"settransactionfee","id":"66433aff-a337-45c9-801f-80b922ceebc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransactionfee\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/sa","urlObject":{"protocol":"http","path":["api","token","toro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"66433aff-a337-45c9-801f-80b922ceebc5"},{"name":"settransactionfee","id":"70553bc9-92ba-45dc-acf9-bce990538662","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransactionfee\", \"params\":[{\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/sa","urlObject":{"protocol":"http","path":["api","token","toro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"70553bc9-92ba-45dc-acf9-bce990538662"},{"name":"settoller","id":"761b9b47-7af7-4695-944f-55501ca5b1cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settoller\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/sa","urlObject":{"protocol":"http","path":["api","token","toro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"761b9b47-7af7-4695-944f-55501ca5b1cc"},{"name":"settoller","id":"43fecb0e-9318-4eaf-a81a-a62c9eaf725a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settoller\", \"params\":[{\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/sa","urlObject":{"protocol":"http","path":["api","token","toro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"43fecb0e-9318-4eaf-a81a-a62c9eaf725a"},{"name":"setcommissionaddress","id":"6098e11f-f52d-4b83-bdfd-99342eb64079","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcommissionaddress\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/sa","urlObject":{"protocol":"http","path":["api","token","toro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6098e11f-f52d-4b83-bdfd-99342eb64079"},{"name":"setcommissionaddress","id":"b96dd0aa-d3e1-4e2a-be84-576400435d88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcommissionaddress\", \"params\":[{\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/sa","urlObject":{"protocol":"http","path":["api","token","toro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b96dd0aa-d3e1-4e2a-be84-576400435d88"},{"name":"setcommissionpercentage","id":"7d03e0e2-d5ea-49b0-af12-0bef55040136","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcommissionpercentage\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/sa","urlObject":{"protocol":"http","path":["api","token","toro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7d03e0e2-d5ea-49b0-af12-0bef55040136"},{"name":"setcommissionpercentage","id":"fbcc47dc-a3f4-48c5-b04b-3ab3bed2b3c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcommissionpercentage\", \"params\":[{\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/sa","urlObject":{"protocol":"http","path":["api","token","toro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"fbcc47dc-a3f4-48c5-b04b-3ab3bed2b3c8"},{"name":"setcommission","id":"821accea-a3e1-402f-b952-2824b4117840","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcommission\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"percentage\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/sa","urlObject":{"protocol":"http","path":["api","token","toro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"821accea-a3e1-402f-b952-2824b4117840"},{"name":"setcommission","id":"0c0a97a7-dbb6-4746-ae98-26d1eb8e16df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcommission\", \"params\":[{\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"percentage\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/sa","urlObject":{"protocol":"http","path":["api","token","toro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"0c0a97a7-dbb6-4746-ae98-26d1eb8e16df"},{"name":"allowselfenroll","id":"c5e0b037-6afd-425e-9766-f2b6465ad38d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfenroll\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/sa","urlObject":{"protocol":"http","path":["api","token","toro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c5e0b037-6afd-425e-9766-f2b6465ad38d"},{"name":"allowselfenroll","id":"0d3724a1-1962-4379-9875-96828e1efe20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfenroll\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/sa","urlObject":{"protocol":"http","path":["api","token","toro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"0d3724a1-1962-4379-9875-96828e1efe20"},{"name":"disallowselfenroll","id":"8680bc74-0c2e-40bb-98e0-2e66e69e6791","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfenroll\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/sa","urlObject":{"protocol":"http","path":["api","token","toro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"8680bc74-0c2e-40bb-98e0-2e66e69e6791"},{"name":"disallowselfenroll","id":"d2dbdbfc-4425-42e9-9f10-989959aa5c15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfenroll\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/sa","urlObject":{"protocol":"http","path":["api","token","toro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d2dbdbfc-4425-42e9-9f10-989959aa5c15"},{"name":"settransferon","id":"89aeffdd-3f03-4f7f-8e21-c0dc26ee6d71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransferon\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/sa","urlObject":{"protocol":"http","path":["api","token","toro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"89aeffdd-3f03-4f7f-8e21-c0dc26ee6d71"},{"name":"settransferon","id":"206c30d7-edac-4304-bce9-3d844d1f2229","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransferon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/sa","urlObject":{"protocol":"http","path":["api","token","toro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"206c30d7-edac-4304-bce9-3d844d1f2229"},{"name":"settransferoff","id":"c1038233-469f-48dc-afe6-4a929904b86d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransferoff\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/sa","urlObject":{"protocol":"http","path":["api","token","toro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c1038233-469f-48dc-afe6-4a929904b86d"},{"name":"settransferoff","id":"545349de-5adb-475f-a8bc-778c96a22d10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransferoff\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/sa","urlObject":{"protocol":"http","path":["api","token","toro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"545349de-5adb-475f-a8bc-778c96a22d10"},{"name":"setminton","id":"1755a8cf-0591-485a-a309-de7ecce7fabe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setminton\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/sa","urlObject":{"protocol":"http","path":["api","token","toro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1755a8cf-0591-485a-a309-de7ecce7fabe"},{"name":"setminton","id":"94cd2111-54d6-4c00-897c-9a1477a68dac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setminton\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/sa","urlObject":{"protocol":"http","path":["api","token","toro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"94cd2111-54d6-4c00-897c-9a1477a68dac"},{"name":"setmintoff","id":"d2761c08-a83a-45cd-b414-ec3742e60703","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setmintoff\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/sa","urlObject":{"protocol":"http","path":["api","token","toro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d2761c08-a83a-45cd-b414-ec3742e60703"},{"name":"setmintoff","id":"651326b0-837f-482b-a30e-989f6d89d704","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setmintoff\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/sa","urlObject":{"protocol":"http","path":["api","token","toro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"651326b0-837f-482b-a30e-989f6d89d704"},{"name":"setburnon","id":"a6dc9fc5-230f-48bf-9d11-5339fa3e7e50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setburnon\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/sa","urlObject":{"protocol":"http","path":["api","token","toro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a6dc9fc5-230f-48bf-9d11-5339fa3e7e50"},{"name":"setburnon","id":"468a9db5-8485-4298-8dd4-d3bc2a2e8837","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setburnon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/sa","urlObject":{"protocol":"http","path":["api","token","toro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"468a9db5-8485-4298-8dd4-d3bc2a2e8837"},{"name":"setburnoff","id":"6fda037b-6bc4-424c-9db0-6fe7f869fd5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setburnoff\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/sa","urlObject":{"protocol":"http","path":["api","token","toro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6fda037b-6bc4-424c-9db0-6fe7f869fd5a"},{"name":"setburnoff","id":"14d11679-f0b9-4ef0-acee-750cf909334f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setburnoff\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/sa","urlObject":{"protocol":"http","path":["api","token","toro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"14d11679-f0b9-4ef0-acee-750cf909334f"},{"name":"mintreserve","id":"1e47c91b-8a84-4439-a75a-8855a6237138","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"mintreserve\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"100\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/sa","urlObject":{"protocol":"http","path":["api","token","toro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1e47c91b-8a84-4439-a75a-8855a6237138"},{"name":"mintreserve","id":"0f08aeb1-642b-4325-bac8-c67c2b5cfd8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"mintreserve\", \"params\":[{\"name\":\"val\", \"value\":\"100\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/sa","urlObject":{"protocol":"http","path":["api","token","toro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"0f08aeb1-642b-4325-bac8-c67c2b5cfd8a"},{"name":"burnreserve","id":"5a5256b0-3d9c-443c-bcec-b5f6bfa83b14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"burnreserve\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"20\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/sa","urlObject":{"protocol":"http","path":["api","token","toro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5a5256b0-3d9c-443c-bcec-b5f6bfa83b14"},{"name":"burnreserve","id":"5d76a8a7-d1b8-4ad7-8327-162aa24b1e37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"burnreserve\", \"params\":[{\"name\":\"val\", \"value\":\"20\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/sa","urlObject":{"protocol":"http","path":["api","token","toro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5d76a8a7-d1b8-4ad7-8327-162aa24b1e37"},{"name":"transferfromreserve","id":"90d46e0e-3023-421f-83bd-b1bb4b7434b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"transferfromreserve\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"20\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/sa","urlObject":{"protocol":"http","path":["api","token","toro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"90d46e0e-3023-421f-83bd-b1bb4b7434b7"},{"name":"transferfromreserve","id":"6698d7ff-b7fe-4c12-b7dd-b04af2958467","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"transferfromreserve\", \"params\":[ {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"20\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/sa","urlObject":{"protocol":"http","path":["api","token","toro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6698d7ff-b7fe-4c12-b7dd-b04af2958467"},{"name":"transfertoreserve","id":"cc6f7d9b-d9ea-4629-93e6-574992c3dac1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"transfertoreserve\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/sa","urlObject":{"protocol":"http","path":["api","token","toro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"cc6f7d9b-d9ea-4629-93e6-574992c3dac1"},{"name":"transfertoreserve","id":"a53c3b66-2495-416f-9969-22c277d42747","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"transfertoreserve\", \"params\":[ {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/sa","urlObject":{"protocol":"http","path":["api","token","toro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a53c3b66-2495-416f-9969-22c277d42747"}],"id":"959a91af-a1af-4538-8278-76516ac3951b","_postman_id":"959a91af-a1af-4538-8278-76516ac3951b","description":""},{"name":"/cl","item":[{"name":"transfer","id":"e61e3c98-319e-4851-ae8a-0293237a5052","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"transfer\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"clientpwd\", \"value\":\"toronet\"}, {\"name\":\"to\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/cl","description":"<p>This is used to transfer Toro token from one account to the other</p>\n","urlObject":{"protocol":"http","path":["api","token","toro","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e61e3c98-319e-4851-ae8a-0293237a5052"},{"name":"transfer","id":"fbe79314-f981-4ddb-831a-81f5c13923a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"transfer\", \"params\":[{\"name\":\"to\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/cl","urlObject":{"protocol":"http","path":["api","token","toro","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"fbe79314-f981-4ddb-831a-81f5c13923a4"},{"name":"calculatetxfee","id":"252b0437-e266-403f-93aa-e3ba03dd9119","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"calculatetxfee\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/cl","urlObject":{"protocol":"http","path":["api","token","toro","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"7679a37e-e111-4f5e-9dd7-24ccaa088d57","name":"calculatetxfee","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"calculatetxfee\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/cl"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 14:38:27 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"65"},{"key":"ETag","value":"W/\"41-b8V0HuNd41THz4EyMmwwuRq/h8Y\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"fee\": \"0\",\n    \"message\": \"transaction fee is '0' toro\"\n}"}],"_postman_id":"252b0437-e266-403f-93aa-e3ba03dd9119"}],"id":"9b780f95-3c1e-4291-8a1d-99c311065a66","_postman_id":"9b780f95-3c1e-4291-8a1d-99c311065a66","description":""},{"name":"/ad","item":[{"name":"enrolltoroaccount","id":"3ca4a8bc-58cd-4b84-bedb-03339916ab04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"enrolltoroaccount\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/ad","urlObject":{"protocol":"http","path":["api","token","toro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"3ca4a8bc-58cd-4b84-bedb-03339916ab04"},{"name":"enrolltoroaccount","id":"701d606b-2078-4f08-bf93-590f2df702e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"enrolltoroaccount\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/ad","urlObject":{"protocol":"http","path":["api","token","toro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"701d606b-2078-4f08-bf93-590f2df702e1"},{"name":"disenrolltoroaccount","id":"ff3ab438-9aab-4f43-a856-9a1a3a4e8a55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disenrolltoroaccount\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/ad","urlObject":{"protocol":"http","path":["api","token","toro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ff3ab438-9aab-4f43-a856-9a1a3a4e8a55"},{"name":"disenrolltoroaccount","id":"47cb1da8-9e32-436c-b597-d76588e0404b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disenrolltoroaccount\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/ad","urlObject":{"protocol":"http","path":["api","token","toro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"47cb1da8-9e32-436c-b597-d76588e0404b"},{"name":"freezetoroaccount","id":"e02091a9-7744-4613-ace8-ec7d104b5f90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"freezetoroaccount\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/ad","urlObject":{"protocol":"http","path":["api","token","toro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e02091a9-7744-4613-ace8-ec7d104b5f90"},{"name":"freezetoroaccount","id":"9aecb181-c0c4-4aeb-897f-d366c0cb49b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"freezetoroaccount\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/ad","urlObject":{"protocol":"http","path":["api","token","toro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"9aecb181-c0c4-4aeb-897f-d366c0cb49b8"},{"name":"unfreezetoroaccount","id":"073f0593-1f65-45e2-bd7a-891452d92f14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"unfreezetoroaccount\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/ad","urlObject":{"protocol":"http","path":["api","token","toro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"073f0593-1f65-45e2-bd7a-891452d92f14"},{"name":"unfreezetoroaccount","id":"daf92582-ee57-459a-8bf8-adf766752fea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"unfreezetoroaccount\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/ad","urlObject":{"protocol":"http","path":["api","token","toro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"daf92582-ee57-459a-8bf8-adf766752fea"},{"name":"allowselfallowance","id":"4226c669-8c27-4c42-9baa-d06f3feff867","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfallowance\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/ad","urlObject":{"protocol":"http","path":["api","token","toro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4226c669-8c27-4c42-9baa-d06f3feff867"},{"name":"allowselfallowance","id":"81f5a147-bd41-4937-898b-08bdb499b7d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfallowance\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/ad","urlObject":{"protocol":"http","path":["api","token","toro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"81f5a147-bd41-4937-898b-08bdb499b7d9"},{"name":"disallowselfallowance","id":"c2c50af2-71aa-45d0-b3a2-8da96cadda46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfallowance\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/ad","urlObject":{"protocol":"http","path":["api","token","toro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c2c50af2-71aa-45d0-b3a2-8da96cadda46"},{"name":"disallowselfallowance","id":"e875809e-d68d-4e06-aef1-270d2787f9b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/ad","urlObject":{"protocol":"http","path":["api","token","toro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e875809e-d68d-4e06-aef1-270d2787f9b6"},{"name":"setselfminimumallowance","id":"4fed3042-641a-4b82-979c-2f08c44b64fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfminimumallowance\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/ad","urlObject":{"protocol":"http","path":["api","token","toro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4fed3042-641a-4b82-979c-2f08c44b64fe"},{"name":"setselfminimumallowance","id":"afc32623-bbc5-4054-a9b9-9c8b866aaa79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfminimumallowance\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/ad","urlObject":{"protocol":"http","path":["api","token","toro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"afc32623-bbc5-4054-a9b9-9c8b866aaa79"},{"name":"setselfmaximumallowance","id":"537c398d-fbde-46e2-a86f-9cbda2a94c1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfmaximumallowance\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"20000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/ad","urlObject":{"protocol":"http","path":["api","token","toro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"537c398d-fbde-46e2-a86f-9cbda2a94c1a"},{"name":"setselfmaximumallowance","id":"6ed6e51f-be6a-4570-876c-ea291f282342","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfmaximumallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"20000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/ad","urlObject":{"protocol":"http","path":["api","token","toro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6ed6e51f-be6a-4570-876c-ea291f282342"},{"name":"setselfallowance","id":"c2b46bed-168b-4521-8dd0-23afc0daadbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfallowance\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"min\", \"value\":\"0.1\"}, {\"name\":\"max\", \"value\":\"10000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/ad","urlObject":{"protocol":"http","path":["api","token","toro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c2b46bed-168b-4521-8dd0-23afc0daadbc"},{"name":"setselfallowance","id":"555d0b77-67f3-46f0-aa65-8aef048d23c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"min\", \"value\":\"0.1\"}, {\"name\":\"max\", \"value\":\"10000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/ad","urlObject":{"protocol":"http","path":["api","token","toro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"555d0b77-67f3-46f0-aa65-8aef048d23c4"},{"name":"allowselftransactionfee","id":"bf83a9d4-f530-4084-a465-01d332eb6a1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselftransactionfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/ad","urlObject":{"protocol":"http","path":["api","token","toro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"bf83a9d4-f530-4084-a465-01d332eb6a1c"},{"name":"allowselftransactionfee","id":"364c11ec-44b2-4bc1-91c5-1f1b036b6fee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselftransactionfee\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/ad","urlObject":{"protocol":"http","path":["api","token","toro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"364c11ec-44b2-4bc1-91c5-1f1b036b6fee"},{"name":"disallowselftransactionfee","id":"c29e54e6-7203-4891-930e-9ea66fac1853","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselftransactionfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/ad","urlObject":{"protocol":"http","path":["api","token","toro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c29e54e6-7203-4891-930e-9ea66fac1853"},{"name":"disallowselftransactionfee","id":"cc0c8c40-5af1-4a86-896d-8d8d696cbacf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselftransactionfee\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/ad","urlObject":{"protocol":"http","path":["api","token","toro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"cc0c8c40-5af1-4a86-896d-8d8d696cbacf"},{"name":"setselftransactionfeefixed","id":"7b82f38b-0a7b-4fb5-b4f3-6629c5ee03d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftransactionfeefixed\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/ad","urlObject":{"protocol":"http","path":["api","token","toro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7b82f38b-0a7b-4fb5-b4f3-6629c5ee03d1"},{"name":"setselftransactionfeefixed","id":"e4bf7383-2134-4848-9ba2-f15b969028a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftransactionfeefixed\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/ad","urlObject":{"protocol":"http","path":["api","token","toro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e4bf7383-2134-4848-9ba2-f15b969028a9"},{"name":"setselftransactionfeepercentage","id":"2835d3d7-baa4-4950-b1bf-96eb98459ca2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftransactionfeepercentage\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/ad","urlObject":{"protocol":"http","path":["api","token","toro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"2835d3d7-baa4-4950-b1bf-96eb98459ca2"},{"name":"setselftransactionfeepercentage","id":"5075ece4-5b41-4ae7-a426-c3adf5f9bc40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftransactionfeepercentage\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/ad","urlObject":{"protocol":"http","path":["api","token","toro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5075ece4-5b41-4ae7-a426-c3adf5f9bc40"},{"name":"setselftransactionfee","id":"84d04462-0182-4323-98ba-bc60756d149f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftransactionfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/ad","urlObject":{"protocol":"http","path":["api","token","toro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"84d04462-0182-4323-98ba-bc60756d149f"},{"name":"setselftransactionfee","id":"de3f8758-c6ae-4d82-bc51-f6f584ea86d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftransactionfee\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/ad","urlObject":{"protocol":"http","path":["api","token","toro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"de3f8758-c6ae-4d82-bc51-f6f584ea86d7"},{"name":"admintransfer","id":"ef6c112f-4720-46f1-8b6e-99f4e67def50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admintransfer\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"from\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"to\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/ad","urlObject":{"protocol":"http","path":["api","token","toro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ef6c112f-4720-46f1-8b6e-99f4e67def50"},{"name":"admintransfer","id":"66fae2df-9e14-4557-a80a-e8132d312ba1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admintransfer\", \"params\":[{\"name\":\"from\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"to\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/ad","urlObject":{"protocol":"http","path":["api","token","toro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"66fae2df-9e14-4557-a80a-e8132d312ba1"},{"name":"admintransferwithcustomfee","id":"f83274ab-c3f8-4b18-a728-1aea5edf0316","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admintransferwithcustomfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"from\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"to\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"1\"}, {\"name\":\"fee\", \"value\":\"0.02\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/ad","urlObject":{"protocol":"http","path":["api","token","toro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f83274ab-c3f8-4b18-a728-1aea5edf0316"},{"name":"admintransferwithcustomfee","id":"dc875311-e904-47b6-9e9a-b3e22990f878","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admintransferwithcustomfee\", \"params\":[{\"name\":\"from\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"to\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"1\"}, {\"name\":\"fee\", \"value\":\"0.02\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/ad","urlObject":{"protocol":"http","path":["api","token","toro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"dc875311-e904-47b6-9e9a-b3e22990f878"},{"name":"admincalculatetxfee","id":"c4a7c8f2-365f-4998-bfd1-2980c6165949","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculatetxfee\", \"params\":[{\"name\":\"from\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"1\"} ] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/ad","urlObject":{"protocol":"http","path":["api","token","toro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c4a7c8f2-365f-4998-bfd1-2980c6165949"},{"name":"mint","id":"b7b7c8de-3ce9-43df-a64f-e167f1a8bb34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"mint\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"200\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/ad","urlObject":{"protocol":"http","path":["api","token","toro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b7b7c8de-3ce9-43df-a64f-e167f1a8bb34"},{"name":"mint","id":"9a23015e-f928-42a9-b216-3a677ba1e724","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"mint\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"200\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/ad","urlObject":{"protocol":"http","path":["api","token","toro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"9a23015e-f928-42a9-b216-3a677ba1e724"},{"name":"burn","id":"e643db27-9def-45bf-92bd-4d19e56186d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"burn\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"200\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/ad","urlObject":{"protocol":"http","path":["api","token","toro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e643db27-9def-45bf-92bd-4d19e56186d5"},{"name":"burn","id":"3843db8c-25d0-4d72-9b88-8289138db0ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"burn\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"200\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/token/toro/ad","urlObject":{"protocol":"http","path":["api","token","toro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"3843db8c-25d0-4d72-9b88-8289138db0ff"}],"id":"67c6b95a-ba23-436d-a668-355143030307","_postman_id":"67c6b95a-ba23-436d-a668-355143030307","description":""}],"id":"f9df26f8-4660-4291-a0c3-016670b77d0a","_postman_id":"f9df26f8-4660-4291-a0c3-016670b77d0a","description":""}],"id":"601dbb8f-e889-4c60-90de-34f47963b9a6","_postman_id":"601dbb8f-e889-4c60-90de-34f47963b9a6","description":""},{"name":"/currency","item":[{"name":"/dollar","item":[{"name":"/","item":[{"name":"getbalance","id":"44e781ae-f93b-487d-9292-9f7c569f5cf4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getbalance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/","urlObject":{"protocol":"http","path":["api","currency","dollar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"0ff25ef2-4474-46d6-9e1e-6516e54cb4d9","name":"getbalance","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getbalance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 14:41:52 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"112"},{"key":"ETag","value":"W/\"70-AhP573DjZ1TYwdthYUu6YA9ZA2s\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"balance\": \"0\",\n    \"message\": \"dollar balance for '0x314ef41554dc423c88836dcdce55b3f61d1804b1' is '0'\"\n}"}],"_postman_id":"44e781ae-f93b-487d-9292-9f7c569f5cf4"},{"name":"getname","id":"d33f0238-2fe0-4f42-abb4-b80af553f555","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getname\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/","urlObject":{"protocol":"http","path":["api","currency","dollar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"b434bd13-0a36-4adf-9ac5-147913ef734b","name":"getname","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getname\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 14:42:04 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"69"},{"key":"ETag","value":"W/\"45-/YnOMcNJrF2+KodCZh+cQFUXX50\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"name\": \"Dollar\",\n    \"message\": \"currency name is 'Dollar'\"\n}"}],"_postman_id":"d33f0238-2fe0-4f42-abb4-b80af553f555"},{"name":"getsymbol","id":"e807aa26-9c48-431e-99a4-3bb201b3d148","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getsymbol\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/","urlObject":{"protocol":"http","path":["api","currency","dollar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"dc59420d-151b-46d4-bc94-ca1f703d9906","name":"getsymbol","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getsymbol\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 14:42:14 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"67"},{"key":"ETag","value":"W/\"43-/S96SEkWrbSgHGMdOTE+WQzdUwo\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"symbol\": \"USD\",\n    \"message\": \"currency symbol is 'USD'\"\n}"}],"_postman_id":"e807aa26-9c48-431e-99a4-3bb201b3d148"},{"name":"getdecimal","id":"45a55d9b-e4c7-4bef-b165-187ac4d2ed40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getdecimal\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/","urlObject":{"protocol":"http","path":["api","currency","dollar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"bc964c09-b250-4962-9ca2-68b2804b2101","name":"getdecimal","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getdecimal\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 14:42:22 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"67"},{"key":"ETag","value":"W/\"43-JHgDNrqej96tPoTFtcaL07hCrAE\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"decimal\": \"18\",\n    \"message\": \"currency decimal is '18'\"\n}"}],"_postman_id":"45a55d9b-e4c7-4bef-b165-187ac4d2ed40"},{"name":"getexchangerate","id":"bd025646-0897-4cee-aae8-6097feadb47d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getexchangerate\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/","urlObject":{"protocol":"http","path":["api","currency","dollar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"c30d44d9-785a-46ca-82d6-d9d7d09187d3","name":"getexchangerate","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getexchangerate\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 14:42:30 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"81"},{"key":"ETag","value":"W/\"51-r4hjaTXs8VM8ztlC3+r9Ir7k7w8\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"exchangerate\": \"1\",\n    \"message\": \"toro / dollar exchange rate is '1'\"\n}"}],"_postman_id":"bd025646-0897-4cee-aae8-6097feadb47d"},{"name":"getminimumallowance","id":"db78a97d-f025-4d0a-a6bd-060b9a6f40c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getminimumallowance\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/","urlObject":{"protocol":"http","path":["api","currency","dollar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"650be785-f935-4c75-850e-c0ac3e710537","name":"getminimumallowance","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getminimumallowance\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 14:42:38 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"91"},{"key":"ETag","value":"W/\"5b-BTWjsHaaxs0aC+SZgH8K7P2F+4Q\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"minimumallowance\": \"0\",\n    \"message\": \"dollar minimum transfer allowance is '0'\"\n}"}],"_postman_id":"db78a97d-f025-4d0a-a6bd-060b9a6f40c2"},{"name":"getmaximumallowance","id":"619b47d1-3a81-4217-b241-5b13fdec5938","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getmaximumallowance\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/","urlObject":{"protocol":"http","path":["api","currency","dollar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"5c15e113-3291-4783-9c4c-3352b28260f0","name":"getmaximumallowance","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getmaximumallowance\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 14:42:45 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"247"},{"key":"ETag","value":"W/\"f7-DxFXrActvkNa2cqj6KGNpw5F8Sc\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"maximumallowance\": \"115792089237316195423570985008687907853269984665640564039457.584007913129639935\",\n    \"message\": \"dollar maximum transfer allowance is '115792089237316195423570985008687907853269984665640564039457.584007913129639935'\"\n}"}],"_postman_id":"619b47d1-3a81-4217-b241-5b13fdec5938"},{"name":"getallowance","id":"3c113f8b-56e3-4c73-a935-9b38b66c2e69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowance\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/","urlObject":{"protocol":"http","path":["api","currency","dollar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"fc51af1c-74cb-4ef6-af97-ef27fa5194fc","name":"getallowance","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowance\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 14:42:52 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"285"},{"key":"ETag","value":"W/\"11d-2Zc0knPDWw5YQ3gUiUYVLS4hVAQ\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"minimumallowance\": \"0\",\n    \"maximumallowance\": \"115792089237316195423570985008687907853269984665640564039457.584007913129639935\",\n    \"message\": \"dollar maximum / minimum transfer allowance are '115792089237316195423570985008687907853269984665640564039457.584007913129639935 / 0'\"\n}"}],"_postman_id":"3c113f8b-56e3-4c73-a935-9b38b66c2e69"},{"name":"gettransactionfeefixed","id":"e0cc49d7-5723-4161-b1eb-d299b0ddda20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettransactionfeefixed\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/","urlObject":{"protocol":"http","path":["api","currency","dollar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"55d99a8d-600f-4413-83d8-c0296289ff33","name":"gettransactionfeefixed","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettransactionfeefixed\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 14:43:01 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"80"},{"key":"ETag","value":"W/\"50-5JDfRZWYlZeL90bcwl42cHTgZbU\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"txfeefixed\": \"0\",\n    \"message\": \"dollar fixed transaction fee is '0'\"\n}"}],"_postman_id":"e0cc49d7-5723-4161-b1eb-d299b0ddda20"},{"name":"gettransactionfeepercentage","id":"9224a888-8e41-4a87-8084-f23e496d61b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettransactionfeepercentage\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/","urlObject":{"protocol":"http","path":["api","currency","dollar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"15377820-4c56-4fe8-83ac-4490321fb9e4","name":"gettransactionfeepercentage","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettransactionfeepercentage\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 14:43:09 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"91"},{"key":"ETag","value":"W/\"5b-i8gJd2q1knKEasVFgXCvVlZLp1A\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"txfeepercentage\": \"0\",\n    \"message\": \"dollar percentage transaction fee is '0%'\"\n}"}],"_postman_id":"9224a888-8e41-4a87-8084-f23e496d61b3"},{"name":"gettransactionfee","id":"21a6b10f-e27b-4379-ac86-213fbc66c273","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettransactionfee\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/","urlObject":{"protocol":"http","path":["api","currency","dollar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"84d54be3-e28b-4568-98b1-30c6c5a61c90","name":"gettransactionfee","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettransactionfee\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 14:43:23 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"120"},{"key":"ETag","value":"W/\"78-BTfOW/QgPBFHEm1H/Vup6jHyEUk\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"txfeefixed\": \"0\",\n    \"txfeepercentage\": \"0\",\n    \"message\": \"dollar fixed / percentage transfer fee are '0' / '0%'\"\n}"}],"_postman_id":"21a6b10f-e27b-4379-ac86-213fbc66c273"},{"name":"getcommissionaddress","id":"b486f09d-f04e-4399-918b-b567f10fe316","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcommissionaddress\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/","urlObject":{"protocol":"http","path":["api","currency","dollar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"87bbe531-0f95-4c82-b58f-5a9700ea2dc3","name":"getcommissionaddress","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcommissionaddress\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 14:43:33 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"159"},{"key":"ETag","value":"W/\"9f-t0+0rfC1M3HreRIHduD9swMVAas\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"commissionaddress\": \"0xcd6B225362bc99cDf7c4FEeA23f13602A281445F\",\n    \"message\": \"commission address is '0xcd6B225362bc99cDf7c4FEeA23f13602A281445F'\"\n}"}],"_postman_id":"b486f09d-f04e-4399-918b-b567f10fe316"},{"name":"getcommissionpercentage","id":"a825141e-a2c2-4f40-8c97-4dce9a8b9a07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcommissionpercentage\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/","urlObject":{"protocol":"http","path":["api","currency","dollar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"a8d673f4-fb23-4b5a-9a77-5335db1d41e8","name":"getcommissionpercentage","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcommissionpercentage\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 14:43:42 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"85"},{"key":"ETag","value":"W/\"55-qkcjx7mzRFDn27BFxIVo9tpcYIE\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"commissionpercentage\": \"0\",\n    \"message\": \"commission percentage is '0 %'\"\n}"}],"_postman_id":"a825141e-a2c2-4f40-8c97-4dce9a8b9a07"},{"name":"gettorobuyfeefixed","id":"628515ec-f786-42e1-b6bc-bda90515e96f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettorobuyfeefixed\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/","urlObject":{"protocol":"http","path":["api","currency","dollar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"5d364292-1ee7-4d00-8c1a-cf769b57efbf","name":"gettorobuyfeefixed","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettorobuyfeefixed\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 14:43:57 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"77"},{"key":"ETag","value":"W/\"4d-V8txWNyia5qaEosvuhNANwOn6YQ\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"txfeefixed\": \"0\",\n    \"message\": \"dollar fixed toro buy fee is '0'\"\n}"}],"_postman_id":"628515ec-f786-42e1-b6bc-bda90515e96f"},{"name":"gettorobuyfeepercentage","id":"7c9dccbe-330a-4afe-9ff4-d1808d71adf0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettorobuyfeepercentage\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/","urlObject":{"protocol":"http","path":["api","currency","dollar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"314a56a7-ef3e-4aba-8885-8c5c2c840652","name":"gettorobuyfeepercentage","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettorobuyfeepercentage\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 14:44:08 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"88"},{"key":"ETag","value":"W/\"58-FaeV0NzDpX1/g3Fl7ybzrTjNbuo\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"txfeepercentage\": \"0\",\n    \"message\": \"dollar percentage toro buy fee is '0%'\"\n}"}],"_postman_id":"7c9dccbe-330a-4afe-9ff4-d1808d71adf0"},{"name":"gettorobuyfee","id":"a1d1b07d-6131-43c2-bff8-0b4df1eafb42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettorobuyfee\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/","urlObject":{"protocol":"http","path":["api","currency","dollar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"5e8541df-93bc-4b3d-9e4d-0cc5293b42b7","name":"gettorobuyfee","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettorobuyfee\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 14:44:17 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"120"},{"key":"ETag","value":"W/\"78-XIEXc1ryL8WQLEIxs7IVoY/PXPI\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"txfeefixed\": \"0\",\n    \"txfeepercentage\": \"0\",\n    \"message\": \"dollar fixed / percentage toro buy fee are '0' / '0%'\"\n}"}],"_postman_id":"a1d1b07d-6131-43c2-bff8-0b4df1eafb42"},{"name":"gettorosellfeefixed","id":"94461cfb-e798-4149-af90-404fa6245033","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettorosellfeefixed\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/","urlObject":{"protocol":"http","path":["api","currency","dollar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"d4f03bf9-3137-49e7-869c-b609490fbd86","name":"gettorosellfeefixed","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettorosellfeefixed\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 May 2023 14:44:26 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"78"},{"key":"ETag","value":"W/\"4e-WwJlCN8QbXJVBpTxFPZ66R+gwzE\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"txfeefixed\": \"0\",\n    \"message\": \"dollar fixed toro sell fee is '0'\"\n}"}],"_postman_id":"94461cfb-e798-4149-af90-404fa6245033"},{"name":"gettorosellfeepercentage","id":"96780543-9273-4b5c-a2b4-d68a3eec8377","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettorosellfeepercentage\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/","urlObject":{"protocol":"http","path":["api","currency","dollar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"c7ced514-abc5-478c-8ba4-30ce8ae5b0ff","name":"gettorosellfeepercentage","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettorosellfeepercentage\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 29 May 2023 08:51:27 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"89"},{"key":"ETag","value":"W/\"59-27K8UvQtmZ2EdzwTH2R9fhm9UHs\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"txfeepercentage\": \"0\",\n    \"message\": \"dollar percentage toro sell fee is '0%'\"\n}"}],"_postman_id":"96780543-9273-4b5c-a2b4-d68a3eec8377"},{"name":"gettorosellfee","id":"19f46472-e00b-400b-9536-2d13935e8adb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettorosellfee\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/","urlObject":{"protocol":"http","path":["api","currency","dollar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"19f46472-e00b-400b-9536-2d13935e8adb"},{"name":"getcurrencyimportfeefixed","id":"e16d53eb-214c-4714-9bfd-2c18cf68bb36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcurrencyimportfeefixed\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/","urlObject":{"protocol":"http","path":["api","currency","dollar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e16d53eb-214c-4714-9bfd-2c18cf68bb36"},{"name":"getcurrencyimportfeepercentage","id":"4b6d16bc-5521-4190-a4b8-378cb432fbef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcurrencyimportfeepercentage\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/","urlObject":{"protocol":"http","path":["api","currency","dollar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4b6d16bc-5521-4190-a4b8-378cb432fbef"},{"name":"getcurrencyimportfee","id":"06c72226-15dc-4ec6-a2ec-8b01d969071c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcurrencyimportfee\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/","urlObject":{"protocol":"http","path":["api","currency","dollar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"06c72226-15dc-4ec6-a2ec-8b01d969071c"},{"name":"getcurrencyexportfeefixed","id":"3fc7507d-d861-4416-b27e-61dbe8c73cf0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcurrencyexportfeefixed\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/","urlObject":{"protocol":"http","path":["api","currency","dollar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"3fc7507d-d861-4416-b27e-61dbe8c73cf0"},{"name":"getcurrencyexportfeepercentage","id":"ff9630a5-b557-4d73-8c55-8e66f28f25db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcurrencyexportfeepercentage\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/","urlObject":{"protocol":"http","path":["api","currency","dollar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ff9630a5-b557-4d73-8c55-8e66f28f25db"},{"name":"getcurrencyexportfee","id":"066f7b5a-f4ef-4f7e-87b8-ad00674d430c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcurrencyexportfee\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/","urlObject":{"protocol":"http","path":["api","currency","dollar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"066f7b5a-f4ef-4f7e-87b8-ad00674d430c"},{"name":"getreserve","id":"78de13b7-7ae0-4c9e-8454-84c64170576c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getreserve\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/","urlObject":{"protocol":"http","path":["api","currency","dollar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"78de13b7-7ae0-4c9e-8454-84c64170576c"},{"name":"gettoller","id":"f88a2e1c-e4b1-4cd4-a23b-9a8867800f63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettoller\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/","urlObject":{"protocol":"http","path":["api","currency","dollar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f88a2e1c-e4b1-4cd4-a23b-9a8867800f63"},{"name":"gettotalcap","id":"6e129f5a-c098-417b-9bff-64a55f81edff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettotalcap\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/","urlObject":{"protocol":"http","path":["api","currency","dollar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6e129f5a-c098-417b-9bff-64a55f81edff"},{"name":"gettotalreserving","id":"570f262a-fa52-4339-8768-5731407a4277","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettotalreserving\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/","urlObject":{"protocol":"http","path":["api","currency","dollar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"570f262a-fa52-4339-8768-5731407a4277"},{"name":"gettotalcirculating","id":"c00e96a2-36db-479e-8078-73b1420e1865","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettotalcirculating\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/","urlObject":{"protocol":"http","path":["api","currency","dollar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c00e96a2-36db-479e-8078-73b1420e1865"},{"name":"isenrolled","id":"33d66dc3-7699-4257-a88d-912606ddf6a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isenrolled\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/","urlObject":{"protocol":"http","path":["api","currency","dollar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"33d66dc3-7699-4257-a88d-912606ddf6a4"},{"name":"isfrozen","id":"f681a880-7498-4107-888f-1ae04164a583","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isfrozen\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/","urlObject":{"protocol":"http","path":["api","currency","dollar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f681a880-7498-4107-888f-1ae04164a583"},{"name":"getallowselfenroll","id":"af4281a7-5c88-4c26-a836-55c483edf795","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselfenroll\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/","urlObject":{"protocol":"http","path":["api","currency","dollar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"af4281a7-5c88-4c26-a836-55c483edf795"},{"name":"getallowselftransactionfee","id":"0555ea70-501a-487d-92b2-2c8d79bb4a3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselftransactionfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/","urlObject":{"protocol":"http","path":["api","currency","dollar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"0555ea70-501a-487d-92b2-2c8d79bb4a3d"},{"name":"getselftransactionfeefixed","id":"0be037ba-c9fd-4acd-98f0-bb9fcd4cd95c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftransactionfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/","urlObject":{"protocol":"http","path":["api","currency","dollar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"0be037ba-c9fd-4acd-98f0-bb9fcd4cd95c"},{"name":"getselftransactionfeepercentage","id":"6095ed55-9d4c-4099-926e-e4934351c9d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftransactionfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/","urlObject":{"protocol":"http","path":["api","currency","dollar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6095ed55-9d4c-4099-926e-e4934351c9d2"},{"name":"getselftransactionfee","id":"58a82bf1-4a9d-4ac8-97bd-e96165b068f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftransactionfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/","urlObject":{"protocol":"http","path":["api","currency","dollar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"58a82bf1-4a9d-4ac8-97bd-e96165b068f8"},{"name":"getallowselfallowance","id":"ca0097fa-d4da-4229-941f-617120247a61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselfallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}]  }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/","urlObject":{"protocol":"http","path":["api","currency","dollar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ca0097fa-d4da-4229-941f-617120247a61"},{"name":"getselfminimumallowance","id":"0d3c27a6-be98-4850-8629-869f1ebfe7fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfminimumallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}]  }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/","urlObject":{"protocol":"http","path":["api","currency","dollar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"0d3c27a6-be98-4850-8629-869f1ebfe7fa"},{"name":"getselfmaximumallowance","id":"873ce8c8-4e1d-4196-b620-e8751eaad592","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfmaximumallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}]  }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/","urlObject":{"protocol":"http","path":["api","currency","dollar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"873ce8c8-4e1d-4196-b620-e8751eaad592"},{"name":"getselfallowance","id":"6a153f30-120b-462e-912f-7113475be41b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}]  }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/","urlObject":{"protocol":"http","path":["api","currency","dollar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6a153f30-120b-462e-912f-7113475be41b"},{"name":"getallowselftorobuyfee","id":"0160720d-e2a3-4a0e-b9e2-b01587cca763","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselftorobuyfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/","urlObject":{"protocol":"http","path":["api","currency","dollar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"28c7af48-3966-4859-8f9a-bc207f9b32bc","name":"getallowselftorobuyfee","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselftorobuyfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 29 May 2023 13:22:17 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"142"},{"key":"ETag","value":"W/\"8e-TpPo1Ris+e9EpsIetkS3vmiWk24\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"allowselfbuyfee\": false,\n    \"message\": \"account specified toro buy fee is not set for '0x314ef41554dc423c88836dcdce55b3f61d1804b1'\"\n}"}],"_postman_id":"0160720d-e2a3-4a0e-b9e2-b01587cca763"},{"name":"getselftorobuyfeefixed","id":"37380440-1d34-4ccd-9ebf-028a666639a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftorobuyfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/","urlObject":{"protocol":"http","path":["api","currency","dollar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"877c9f4d-dadc-4b4d-acc0-86f66f99c32c","name":"getselftorobuyfeefixed","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftorobuyfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 29 May 2023 13:36:50 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"156"},{"key":"ETag","value":"W/\"9c-UBPVsMHDLsZykzdUcoJBCYBXJBQ\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"selfbuyfeefixed\": \"0\",\n    \"message\": \"dollar account specified dollar fixed toro buy fee for '0x314ef41554dc423c88836dcdce55b3f61d1804b1' is '0'\"\n}"}],"_postman_id":"37380440-1d34-4ccd-9ebf-028a666639a8"},{"name":"getselftorobuyfeepercentage","id":"4c243cb7-adae-4d3e-ab77-3bcd60205b91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftorobuyfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/","urlObject":{"protocol":"http","path":["api","currency","dollar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4c243cb7-adae-4d3e-ab77-3bcd60205b91"},{"name":"getselftorobuyfee","id":"3790d8c2-8b58-4871-be06-c35d5eb8d0ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftorobuyfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/","urlObject":{"protocol":"http","path":["api","currency","dollar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"3790d8c2-8b58-4871-be06-c35d5eb8d0ed"},{"name":"getallowselftorosellfee","id":"c0624118-5181-4587-ae22-59a726346df6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselftorosellfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/","urlObject":{"protocol":"http","path":["api","currency","dollar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c0624118-5181-4587-ae22-59a726346df6"},{"name":"getselftorosellfeefixed","id":"311c2a90-78b6-4beb-b56a-97929ce72091","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftorosellfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/","urlObject":{"protocol":"http","path":["api","currency","dollar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"311c2a90-78b6-4beb-b56a-97929ce72091"},{"name":"getselftorosellfeepercentage","id":"9265c309-e354-43e4-a7e4-f85e4f1dcfd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftorosellfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/","urlObject":{"protocol":"http","path":["api","currency","dollar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"9265c309-e354-43e4-a7e4-f85e4f1dcfd9"},{"name":"getselftorosellfee","id":"887f10f0-646c-4132-95c6-ca9aa4522ff2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftorosellfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/","urlObject":{"protocol":"http","path":["api","currency","dollar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"887f10f0-646c-4132-95c6-ca9aa4522ff2"},{"name":"getallowselfcurrencyimportfee","id":"77b41235-0896-4000-aaed-89e91d3a1ed6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselfcurrencyimportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/","urlObject":{"protocol":"http","path":["api","currency","dollar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"a5800ca2-ffc7-414e-9728-84582d89cecd","name":"getallowselfcurrencyimportfee","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselfcurrencyimportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 29 May 2023 13:50:42 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"143"},{"key":"ETag","value":"W/\"8f-OTqnmc46OaJUNm+GMPb5cY9pWZQ\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"allowselfimportfee\": false,\n    \"message\": \"account specified import fee is not set for '0x314ef41554dc423c88836dcdce55b3f61d1804b1'\"\n}"}],"_postman_id":"77b41235-0896-4000-aaed-89e91d3a1ed6"},{"name":"getselfcurrencyimportfeefixed","id":"a79d38b6-e384-4d0f-8605-ebc6a3d4f60d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfcurrencyimportfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/","urlObject":{"protocol":"http","path":["api","currency","dollar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a79d38b6-e384-4d0f-8605-ebc6a3d4f60d"},{"name":"getselfcurrencyimportfeepercentage","id":"18cc04e8-969d-4489-b31d-23d4fcc3965d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfcurrencyimportfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/","urlObject":{"protocol":"http","path":["api","currency","dollar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"18cc04e8-969d-4489-b31d-23d4fcc3965d"},{"name":"getselfcurrencyimportfee","id":"80f16c29-1d20-4850-a602-5c5245aed4f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfcurrencyimportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/","urlObject":{"protocol":"http","path":["api","currency","dollar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"e37836a7-fa5a-46f0-ad9f-5bcd347de565","name":"getselfcurrencyimportfee","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfcurrencyimportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 29 May 2023 14:06:49 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"198"},{"key":"ETag","value":"W/\"c6-pSIeB0HTtCRnY0Ry1ktdoT+XZ70\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"selfimportfeefixed\": \"0\",\n    \"selfimportfeepercentage\": \"0\",\n    \"message\": \"dollar account specified fixed / percentage import fee for '0x314ef41554dc423c88836dcdce55b3f61d1804b1' are '0 / 0'\"\n}"}],"_postman_id":"80f16c29-1d20-4850-a602-5c5245aed4f5"},{"name":"getallowselfcurrencyexportfee","id":"0770b87d-2dc0-4146-be14-3c909ac57614","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselfcurrencyexportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/","urlObject":{"protocol":"http","path":["api","currency","dollar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"0770b87d-2dc0-4146-be14-3c909ac57614"},{"name":"getselfcurrencyexportfeefixed","id":"14b9ada7-d115-4ec0-8183-f8b4652f5319","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfcurrencyexportfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/","urlObject":{"protocol":"http","path":["api","currency","dollar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"14b9ada7-d115-4ec0-8183-f8b4652f5319"},{"name":"getselfcurrencyexportfeepercentage","id":"c6a98888-dd12-4b69-98d0-5fcedcc668b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfcurrencyexportfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/","urlObject":{"protocol":"http","path":["api","currency","dollar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c6a98888-dd12-4b69-98d0-5fcedcc668b8"},{"name":"getselfcurrencyexportfee","id":"35e65033-1b94-46f5-b86a-8a54ee89ad01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfcurrencyexportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/","urlObject":{"protocol":"http","path":["api","currency","dollar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"35e65033-1b94-46f5-b86a-8a54ee89ad01"},{"name":"istransferon","id":"35152476-f0a9-4e72-868b-6c999a9a2bca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"istransferon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/","urlObject":{"protocol":"http","path":["api","currency","dollar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"35152476-f0a9-4e72-868b-6c999a9a2bca"},{"name":"isbuyon","id":"7ce0125e-a34b-404e-81e4-3e5b71edeb29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isbuyon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/","urlObject":{"protocol":"http","path":["api","currency","dollar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7ce0125e-a34b-404e-81e4-3e5b71edeb29"},{"name":"issellon","id":"5f3dfcde-9577-427c-a44f-1a670a485918","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"issellon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/","urlObject":{"protocol":"http","path":["api","currency","dollar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5f3dfcde-9577-427c-a44f-1a670a485918"},{"name":"isimporton","id":"f56a44c2-6329-449a-922d-0856e118d103","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isimporton\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/","urlObject":{"protocol":"http","path":["api","currency","dollar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f56a44c2-6329-449a-922d-0856e118d103"},{"name":"isexporton","id":"57b6ce8c-b8e2-44af-8cf0-c3e4925b5520","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isexporton\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/","urlObject":{"protocol":"http","path":["api","currency","dollar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"57b6ce8c-b8e2-44af-8cf0-c3e4925b5520"}],"id":"ecbc7df4-a5b2-4ca4-9de6-a3be86573ccc","_postman_id":"ecbc7df4-a5b2-4ca4-9de6-a3be86573ccc","description":""},{"name":"/ow","item":[{"name":"initdollarcurrency","id":"61aabb3f-7338-45b8-a42c-a25b0d4e7e63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"initdollarcurrency\", \"params\":[{\"name\":\"owner\", \"value\":\"0x43F78b342084e370f10e0Cd07d56d95c1728C9D4\"}, {\"name\":\"ownerpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ow","urlObject":{"protocol":"http","path":["api","currency","dollar","ow"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"61aabb3f-7338-45b8-a42c-a25b0d4e7e63"},{"name":"initdollarcurrency","id":"3a8a6f85-c9c8-4813-bd67-50544191e145","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"initdollarcurrency\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ow","urlObject":{"protocol":"http","path":["api","currency","dollar","ow"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"3a8a6f85-c9c8-4813-bd67-50544191e145"},{"name":"setreserve","id":"2d755f20-a719-445c-b34a-97c7b93bb0d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setreserve\", \"params\":[{\"name\":\"owner\", \"value\":\"0x43F78b342084e370f10e0Cd07d56d95c1728C9D4\"}, {\"name\":\"ownerpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ow","urlObject":{"protocol":"http","path":["api","currency","dollar","ow"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"2d755f20-a719-445c-b34a-97c7b93bb0d0"},{"name":"setreserve","id":"612bacc7-4ec1-49c8-9bc2-95a818e54c6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setreserve\", \"params\":[{\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ow","urlObject":{"protocol":"http","path":["api","currency","dollar","ow"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"612bacc7-4ec1-49c8-9bc2-95a818e54c6f"}],"id":"1526f79f-4f40-4ca9-b2ed-f75915515c3f","_postman_id":"1526f79f-4f40-4ca9-b2ed-f75915515c3f","description":""},{"name":"/sa","item":[{"name":"setexchangerate","id":"b140d379-f0f2-4240-87a6-ab6c8f1459ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setexchangerate\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"1.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b140d379-f0f2-4240-87a6-ab6c8f1459ea"},{"name":"setexchangerate","id":"96c3dc5a-f6b9-40f3-a418-82ba0a8100bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setexchangerate\", \"params\":[ {\"name\":\"val\", \"value\":\"1.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"96c3dc5a-f6b9-40f3-a418-82ba0a8100bf"},{"name":"setminimumallowance","id":"19077ff8-17d7-43c6-9613-23cc89838c5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setminimumallowance\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"0.1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"19077ff8-17d7-43c6-9613-23cc89838c5b"},{"name":"setminimumallowance","id":"9ffb6257-6ac6-47de-aa72-f94bd1735d55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setminimumallowance\", \"params\":[{\"name\":\"val\", \"value\":\"0.1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"9ffb6257-6ac6-47de-aa72-f94bd1735d55"},{"name":"setmaximumallowance","id":"9a62abf0-19ee-4d27-bd5b-1a227270899e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setmaximumallowance\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"10000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"9a62abf0-19ee-4d27-bd5b-1a227270899e"},{"name":"setmaximumallowance","id":"7e9d5114-28cb-4623-9184-930fa6ce3829","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setmaximumallowance\", \"params\":[{\"name\":\"val\", \"value\":\"10000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7e9d5114-28cb-4623-9184-930fa6ce3829"},{"name":"setallowance","id":"ccc20b90-d422-44e4-9444-3949e91af852","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setallowance\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"min\", \"value\":\"0.1\"}, {\"name\":\"max\", \"value\":\"10000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ccc20b90-d422-44e4-9444-3949e91af852"},{"name":"setallowance","id":"09747f39-a494-4eb6-bc1d-b7e4f69a33fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setallowance\", \"params\":[{\"name\":\"min\", \"value\":\"0.1\"}, {\"name\":\"max\", \"value\":\"10000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"09747f39-a494-4eb6-bc1d-b7e4f69a33fa"},{"name":"settransactionfeefixed","id":"80b2a8e8-8596-4b1f-9d58-70249e7e6a95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransactionfeefixed\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"0.02\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"80b2a8e8-8596-4b1f-9d58-70249e7e6a95"},{"name":"settransactionfeefixed","id":"6e522091-0304-4ef8-a559-36d87016e2de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setminimumallowance\", \"params\":[{\"name\":\"val\", \"value\":\"0.1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6e522091-0304-4ef8-a559-36d87016e2de"},{"name":"settransactionfeepercentage","id":"3279ef24-ced1-43b8-b32b-9009c4b7de57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransactionfeepercentage\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"3279ef24-ced1-43b8-b32b-9009c4b7de57"},{"name":"settransactionfeepercentage","id":"72a56cab-17ac-4c37-b72a-e8b15cc131c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransactionfeepercentage\", \"params\":[{\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"72a56cab-17ac-4c37-b72a-e8b15cc131c9"},{"name":"settransactionfee","id":"0ea7081a-6286-46ee-b58e-6904c4728adf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransactionfee\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"0ea7081a-6286-46ee-b58e-6904c4728adf"},{"name":"settransactionfee","id":"81f3f250-805d-4fe5-8e40-2a22a4ab7a28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransactionfee\", \"params\":[{\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"81f3f250-805d-4fe5-8e40-2a22a4ab7a28"},{"name":"settoller","id":"ae5b285b-7135-4f8b-b423-ee8327ab4a61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settoller\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ae5b285b-7135-4f8b-b423-ee8327ab4a61"},{"name":"settoller","id":"fb310800-6e8d-4089-b164-2f77d0bf0857","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settoller\", \"params\":[{\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"fb310800-6e8d-4089-b164-2f77d0bf0857"},{"name":"setcommissionaddress","id":"40acdaac-ad69-4a39-bf23-e8682770ea31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcommissionaddress\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"40acdaac-ad69-4a39-bf23-e8682770ea31"},{"name":"setcommissionaddress","id":"e4f394cb-fd3f-4c98-80c9-5b3e3b4c9e8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcommissionaddress\", \"params\":[{\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e4f394cb-fd3f-4c98-80c9-5b3e3b4c9e8b"},{"name":"setcommissionpercentage","id":"f45ca433-d066-4cf0-b098-3bb82c540077","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcommissionpercentage\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f45ca433-d066-4cf0-b098-3bb82c540077"},{"name":"setcommissionpercentage","id":"a43d5369-dd4e-4292-a569-58267d121fbf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcommissionpercentage\", \"params\":[{\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a43d5369-dd4e-4292-a569-58267d121fbf"},{"name":"setcommission","id":"ad97aca6-590d-443b-bcba-1fade96de349","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcommission\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"percentage\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ad97aca6-590d-443b-bcba-1fade96de349"},{"name":"setcommission","id":"165d39c8-7beb-44ff-aa45-693607ac4bdc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcommission\", \"params\":[{\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"percentage\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"165d39c8-7beb-44ff-aa45-693607ac4bdc"},{"name":"settorobuyfeefixed","id":"009b5f26-a900-418c-ab93-b7b01497d7a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorobuyfeefixed\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"009b5f26-a900-418c-ab93-b7b01497d7a8"},{"name":"settorobuyfeefixed","id":"92640f57-8d1d-4401-99b7-0e86fbada1c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorobuyfeefixed\", \"params\":[ {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"92640f57-8d1d-4401-99b7-0e86fbada1c3"},{"name":"settorobuyfeepercentage","id":"77c73fd1-aa6f-4ec2-a14b-362abda0dbed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorobuyfeepercentage\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"77c73fd1-aa6f-4ec2-a14b-362abda0dbed"},{"name":"settorobuyfeepercentage","id":"41c0e03c-3135-4b8e-b596-7abd511f7627","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorobuyfeepercentage\", \"params\":[ {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"41c0e03c-3135-4b8e-b596-7abd511f7627"},{"name":"settorobuyfee","id":"1f635421-c666-4069-84c3-61d2cdc18fbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorobuyfee\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"fixed\", \"value\":\"0.0\"}, {\"name\":\"percentage\", \"value\":\"0.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1f635421-c666-4069-84c3-61d2cdc18fbd"},{"name":"settorobuyfee","id":"ba27558d-1765-4f1a-a4e2-6c55a063525b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorobuyfee\", \"params\":[ {\"name\":\"fixed\", \"value\":\"0.0\"}, {\"name\":\"percentage\", \"value\":\"0.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ba27558d-1765-4f1a-a4e2-6c55a063525b"},{"name":"settorosellfeefixed","id":"3ed49be2-d63a-496f-afa2-89ef97fe7695","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorosellfeefixed\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"3ed49be2-d63a-496f-afa2-89ef97fe7695"},{"name":"settorosellfeefixed","id":"cc7d38ba-aa88-46c7-a3e3-9defe41b62e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorosellfeefixed\", \"params\":[ {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"cc7d38ba-aa88-46c7-a3e3-9defe41b62e4"},{"name":"settorosellfeepercentage","id":"03e68fc8-28e0-4e83-94ad-d5355fa0df2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorosellfeepercentage\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"03e68fc8-28e0-4e83-94ad-d5355fa0df2f"},{"name":"settorosellfeepercentage","id":"9705d1a4-e85a-49b0-a671-9a89002d1ba4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorosellfeepercentage\", \"params\":[ {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"9705d1a4-e85a-49b0-a671-9a89002d1ba4"},{"name":"settorosellfee","id":"c2cfd4e0-4a36-44a7-99a7-da1fda87d0a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorosellfee\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"fixed\", \"value\":\"0.0\"}, {\"name\":\"percentage\", \"value\":\"0.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c2cfd4e0-4a36-44a7-99a7-da1fda87d0a5"},{"name":"settorosellfee","id":"724e5806-674a-4a3b-9e9c-81157a0e1d9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorosellfee\", \"params\":[ {\"name\":\"fixed\", \"value\":\"0.0\"}, {\"name\":\"percentage\", \"value\":\"0.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"724e5806-674a-4a3b-9e9c-81157a0e1d9e"},{"name":"setcurrencyimportfeefixed","id":"58d991c6-a7b5-45a0-8c1e-fd0ae187404e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyimportfeefixed\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"58d991c6-a7b5-45a0-8c1e-fd0ae187404e"},{"name":"setcurrencyimportfeefixed","id":"af76be15-2dbd-4f5a-b22f-8d30e9772ba9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyimportfeefixed\", \"params\":[ {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"af76be15-2dbd-4f5a-b22f-8d30e9772ba9"},{"name":"setcurrencyimportfeepercentage","id":"9dc6aff3-de7e-4a0a-b3cb-443073cf57d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyimportfeepercentage\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"9dc6aff3-de7e-4a0a-b3cb-443073cf57d1"},{"name":"setcurrencyimportfeepercentage","id":"b2586b72-7007-422b-a4a7-cde199e88928","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyimportfeepercentage\", \"params\":[ {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b2586b72-7007-422b-a4a7-cde199e88928"},{"name":"setcurrencyimportfee","id":"b1c6eb18-fede-4fec-a424-87a0dc490d3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyimportfee\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"fixed\", \"value\":\"0.0\"}, {\"name\":\"percentage\", \"value\":\"0.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b1c6eb18-fede-4fec-a424-87a0dc490d3e"},{"name":"setcurrencyimportfee","id":"e9bda047-fa69-4d29-b414-97ae8b2f23a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyimportfee\", \"params\":[ {\"name\":\"fixed\", \"value\":\"0.0\"}, {\"name\":\"percentage\", \"value\":\"0.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e9bda047-fa69-4d29-b414-97ae8b2f23a3"},{"name":"setcurrencyexportfeefixed","id":"575b81ec-1b31-4529-bde1-6a765da156d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyexportfeefixed\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"575b81ec-1b31-4529-bde1-6a765da156d9"},{"name":"setcurrencyexportfeefixed","id":"a64730ef-dd91-4494-a3d7-5de83771fa72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyexportfeefixed\", \"params\":[ {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a64730ef-dd91-4494-a3d7-5de83771fa72"},{"name":"setcurrencyexportfeepercentage","id":"9ca7974f-c9af-4c53-9833-7902665f1ec9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyexportfeepercentage\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"9ca7974f-c9af-4c53-9833-7902665f1ec9"},{"name":"setcurrencyexportfeepercentage","id":"5a3762f3-a619-4455-902a-e77529cdaf7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyexportfeepercentage\", \"params\":[ {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5a3762f3-a619-4455-902a-e77529cdaf7b"},{"name":"setcurrencyexportfee","id":"8c3fe80f-e529-49e5-b02c-4c108bdf9bc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyexportfee\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"fixed\", \"value\":\"0.0\"}, {\"name\":\"percentage\", \"value\":\"0.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"8c3fe80f-e529-49e5-b02c-4c108bdf9bc4"},{"name":"setcurrencyexportfee","id":"1f8ba6ae-c5c2-4d04-bfd6-ecea0efe1fe5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyexportfee\", \"params\":[ {\"name\":\"fixed\", \"value\":\"0.0\"}, {\"name\":\"percentage\", \"value\":\"0.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1f8ba6ae-c5c2-4d04-bfd6-ecea0efe1fe5"},{"name":"allowselfenroll","id":"207c120e-93e9-4089-bab8-e9daf7e9c94d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfenroll\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"207c120e-93e9-4089-bab8-e9daf7e9c94d"},{"name":"allowselfenroll","id":"cc35d00e-88ea-43c3-b491-ca89a15b0882","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfenroll\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"cc35d00e-88ea-43c3-b491-ca89a15b0882"},{"name":"disallowselfenroll","id":"e186f625-f1b4-43cf-b641-e8f7a873b9bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfenroll\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e186f625-f1b4-43cf-b641-e8f7a873b9bd"},{"name":"disallowselfenroll","id":"ab2931dd-8c0d-41b8-a8d1-21223ab66345","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfenroll\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ab2931dd-8c0d-41b8-a8d1-21223ab66345"},{"name":"settransferon","id":"6ce9615b-b34f-4d57-bd41-6580085c4f37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransferon\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6ce9615b-b34f-4d57-bd41-6580085c4f37"},{"name":"settransferon","id":"68895e17-10cb-4e3c-80c0-c15d5da36269","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransferon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"68895e17-10cb-4e3c-80c0-c15d5da36269"},{"name":"settransferoff","id":"2f059c19-8611-494b-8738-83b191a1fc2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransferoff\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"2f059c19-8611-494b-8738-83b191a1fc2c"},{"name":"settransferoff","id":"f60a987c-5f20-439d-b22c-b6795713cefa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransferoff\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f60a987c-5f20-439d-b22c-b6795713cefa"},{"name":"setbuyon","id":"f28c0008-631f-448b-b7d2-7d972e1d3cdb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setbuyon\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f28c0008-631f-448b-b7d2-7d972e1d3cdb"},{"name":"setbuyon","id":"5fc48720-6ecc-4fd7-a55f-fd363eeb4f97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setbuyon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5fc48720-6ecc-4fd7-a55f-fd363eeb4f97"},{"name":"setbuyoff","id":"93b43e11-bf1e-453f-b582-d92f968bb05a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setbuyoff\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"93b43e11-bf1e-453f-b582-d92f968bb05a"},{"name":"setbuyoff","id":"ec3eec2b-646b-4c69-81b1-32aefeb9de7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setbuyoff\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ec3eec2b-646b-4c69-81b1-32aefeb9de7f"},{"name":"setsellon","id":"e9ce818b-9255-45ae-b3f1-410161e235bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setsellon\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e9ce818b-9255-45ae-b3f1-410161e235bd"},{"name":"setsellon","id":"eb2321e4-49a2-4d01-92bc-474785ad329b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setsellon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"eb2321e4-49a2-4d01-92bc-474785ad329b"},{"name":"setselloff","id":"25cd3ee5-9ef1-4562-8d71-aa4507cc550f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselloff\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"25cd3ee5-9ef1-4562-8d71-aa4507cc550f"},{"name":"setselloff","id":"c80774b4-1c12-437a-8172-7c38426738b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselloff\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c80774b4-1c12-437a-8172-7c38426738b9"},{"name":"setimporton","id":"f0eb8069-5328-42ad-a6eb-648cbaba68f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setimporton\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f0eb8069-5328-42ad-a6eb-648cbaba68f7"},{"name":"setimporton","id":"125ae7a0-39f5-4378-8bb1-d60ca47dc6f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setimporton\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"125ae7a0-39f5-4378-8bb1-d60ca47dc6f4"},{"name":"setimportoff","id":"f80e53b0-bbdc-4fb9-a6d8-9a28f6047fc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setimportoff\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f80e53b0-bbdc-4fb9-a6d8-9a28f6047fc2"},{"name":"setimportoff","id":"4cba283d-57b0-4000-bda0-8ba6f593b929","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setimportoff\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4cba283d-57b0-4000-bda0-8ba6f593b929"},{"name":"setexporton","id":"4f875f70-737f-4271-8079-10d3871fe3d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setexporton\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4f875f70-737f-4271-8079-10d3871fe3d4"},{"name":"setexporton","id":"1d324f4a-231c-428b-9af8-f491f346ed9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setexporton\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1d324f4a-231c-428b-9af8-f491f346ed9d"},{"name":"setexportoff","id":"9dd920c9-d68c-4f68-b435-41bf0ddc0482","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setexportoff\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"9dd920c9-d68c-4f68-b435-41bf0ddc0482"},{"name":"setexportoff","id":"42e2ff4e-5026-4fdf-af39-846472967470","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setexportoff\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"42e2ff4e-5026-4fdf-af39-846472967470"},{"name":"importreserve","id":"84bb5981-8853-4121-a5f2-70bcc7ba33c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"importreserve\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"100\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"84bb5981-8853-4121-a5f2-70bcc7ba33c7"},{"name":"importreserve","id":"0b5df590-7fa8-4687-b4c9-978b18193b71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"importreserve\", \"params\":[{\"name\":\"val\", \"value\":\"100\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"0b5df590-7fa8-4687-b4c9-978b18193b71"},{"name":"exportreserve","id":"5d698446-df7d-4c54-b8eb-cb14003fa71a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"exportreserve\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"20\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5d698446-df7d-4c54-b8eb-cb14003fa71a"},{"name":"exportreserve","id":"e1462efd-eda1-4e3a-bcc4-cb41dcbd712c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"exportreserve\", \"params\":[{\"name\":\"val\", \"value\":\"20\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e1462efd-eda1-4e3a-bcc4-cb41dcbd712c"},{"name":"transferfromreserve","id":"a4c3cf2b-9207-4205-a310-9429c7464dd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"transferfromreserve\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"20\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a4c3cf2b-9207-4205-a310-9429c7464dd9"},{"name":"transferfromreserve","id":"7364de9b-c58b-457f-a5c9-19d3c57ac6ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"transferfromreserve\", \"params\":[ {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"20\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7364de9b-c58b-457f-a5c9-19d3c57ac6ab"},{"name":"transfertoreserve","id":"afa7e9ec-eb3d-4c7e-8f1c-d6a4a3f164a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"transfertoreserve\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"afa7e9ec-eb3d-4c7e-8f1c-d6a4a3f164a3"},{"name":"transfertoreserve","id":"7eb4ce87-2130-4af5-a473-8d5cdc202ea8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"transfertoreserve\", \"params\":[ {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7eb4ce87-2130-4af5-a473-8d5cdc202ea8"},{"name":"reservebuytoro","id":"875574c9-1ceb-49bf-a93f-57c269915f34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"reservebuytoro\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"875574c9-1ceb-49bf-a93f-57c269915f34"},{"name":"reservebuytoro","id":"4302b06b-6997-4693-90d5-62b56bb0f4a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"reservebuytoro\", \"params\":[{\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4302b06b-6997-4693-90d5-62b56bb0f4a0"},{"name":"calculatereservebuyresult","id":"b8c73712-a15e-4863-bb50-8bd99020477c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"calculatereservebuyresult\", \"params\":[{\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b8c73712-a15e-4863-bb50-8bd99020477c"},{"name":"reserveselltoro","id":"6e962c94-856c-4cad-bf08-9072512b12ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"reserveselltoro\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6e962c94-856c-4cad-bf08-9072512b12ad"},{"name":"reserveselltoro","id":"d7af4e36-4caa-483a-957e-8a732ec3dda6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"reserveselltoro\", \"params\":[{\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d7af4e36-4caa-483a-957e-8a732ec3dda6"},{"name":"calculatereservesellresult","id":"902d9e0f-c9f0-40dd-9f07-bb5706a0a2de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"calculatereservesellresult\", \"params\":[{\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/sa","urlObject":{"protocol":"http","path":["api","currency","dollar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"902d9e0f-c9f0-40dd-9f07-bb5706a0a2de"}],"id":"07004a83-0b23-4031-b015-e9b27607429d","_postman_id":"07004a83-0b23-4031-b015-e9b27607429d","description":""},{"name":"/cl","item":[{"name":"transfer","id":"ab25e118-ed6d-491d-8e70-b411e7777af2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"transfer\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"clientpwd\", \"value\":\"toronet\"}, {\"name\":\"to\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/cl","urlObject":{"protocol":"http","path":["api","currency","dollar","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ab25e118-ed6d-491d-8e70-b411e7777af2"},{"name":"transfer","id":"4ace53ea-b074-4eef-b857-c56c1d643ded","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"transfer\", \"params\":[{\"name\":\"to\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/cl","urlObject":{"protocol":"http","path":["api","currency","dollar","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4ace53ea-b074-4eef-b857-c56c1d643ded"},{"name":"calculatetxfee","id":"c07dca04-3367-4c07-9020-401985eab804","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"calculatetxfee\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/cl","urlObject":{"protocol":"http","path":["api","currency","dollar","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c07dca04-3367-4c07-9020-401985eab804"},{"name":"buytoro","id":"6bd7cd6d-18af-4d16-911f-f0e511301c38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"buytoro\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"clientpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/cl","urlObject":{"protocol":"http","path":["api","currency","dollar","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6bd7cd6d-18af-4d16-911f-f0e511301c38"},{"name":"buytoro","id":"1f2edc70-793d-47fa-a881-ffe3e2befb20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"buytoro\", \"params\":[{\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/cl","urlObject":{"protocol":"http","path":["api","currency","dollar","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1f2edc70-793d-47fa-a881-ffe3e2befb20"},{"name":"calculatebuyfee","id":"f70efa01-78f0-4184-859c-6db852437ae8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"calculatebuyfee\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/cl","urlObject":{"protocol":"http","path":["api","currency","dollar","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f70efa01-78f0-4184-859c-6db852437ae8"},{"name":"calculatebuyresult","id":"49587eff-7f16-405d-84e3-50f2cff32c9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"calculatebuyresult\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/cl","urlObject":{"protocol":"http","path":["api","currency","dollar","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"49587eff-7f16-405d-84e3-50f2cff32c9f"},{"name":"selltoro","id":"62319c93-72f1-4acd-b6a0-fed1a777bbcf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"selltoro\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"clientpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/cl","urlObject":{"protocol":"http","path":["api","currency","dollar","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"62319c93-72f1-4acd-b6a0-fed1a777bbcf"},{"name":"selltoro","id":"fe2f31a2-8377-4274-af91-41ad575f4564","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"selltoro\", \"params\":[{\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/cl","urlObject":{"protocol":"http","path":["api","currency","dollar","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"fe2f31a2-8377-4274-af91-41ad575f4564"},{"name":"calculatesellfee","id":"fef29deb-8a63-4271-8d2e-325f268b8c27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"calculatesellfee\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/cl","urlObject":{"protocol":"http","path":["api","currency","dollar","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"fef29deb-8a63-4271-8d2e-325f268b8c27"},{"name":"calculatesellresult","id":"6622696f-15af-4dc7-9ba4-cb0594f49f16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"calculatesellresult\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/cl","urlObject":{"protocol":"http","path":["api","currency","dollar","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6622696f-15af-4dc7-9ba4-cb0594f49f16"}],"id":"dbb7f2c4-11fe-4a3c-884f-a3c302ed8e66","_postman_id":"dbb7f2c4-11fe-4a3c-884f-a3c302ed8e66","description":""},{"name":"/ad","item":[{"name":"enrollcurrencyaccount","id":"9f47ad36-9069-4817-86f7-630cc8b5a3c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"enrollcurrencyaccount\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"9f47ad36-9069-4817-86f7-630cc8b5a3c1"},{"name":"enrollcurrencyaccount","id":"e40f25e6-5672-4538-b0f3-8eb6f0875520","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"enrollcurrencyaccount\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e40f25e6-5672-4538-b0f3-8eb6f0875520"},{"name":"disenrollcurrencyaccount","id":"5891acd8-7595-4d5c-9acf-4425d1b345a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disenrollcurrencyaccount\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5891acd8-7595-4d5c-9acf-4425d1b345a3"},{"name":"disenrollcurrencyaccount","id":"7742ad95-e26b-43d3-9b25-80ab665e3472","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disenrollcurrencyaccount\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7742ad95-e26b-43d3-9b25-80ab665e3472"},{"name":"freezecurrencyaccount","id":"0d362a2c-347a-4d75-979e-046016d04c6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"freezecurrencyaccount\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"0d362a2c-347a-4d75-979e-046016d04c6b"},{"name":"freezecurrencyaccount","id":"53dacd66-4f9a-4035-b92f-382a385628a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"freezecurrencyaccount\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"53dacd66-4f9a-4035-b92f-382a385628a7"},{"name":"unfreezecurrencyaccount","id":"fde0b2c8-5f43-432e-bb1f-2aabdfe4b297","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"unfreezecurrencyaccount\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"fde0b2c8-5f43-432e-bb1f-2aabdfe4b297"},{"name":"unfreezecurrencyaccount","id":"8ed1fb77-4668-41b4-b013-65c203f553be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"unfreezecurrencyaccount\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"8ed1fb77-4668-41b4-b013-65c203f553be"},{"name":"allowselfallowance","id":"592110ff-98b5-427d-a49d-91bb3f4c22bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfallowance\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"592110ff-98b5-427d-a49d-91bb3f4c22bb"},{"name":"allowselfallowance","id":"5d4d57c1-9acc-4e78-a4a7-9846ee0a2e6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfallowance\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5d4d57c1-9acc-4e78-a4a7-9846ee0a2e6b"},{"name":"disallowselfallowance","id":"cd26141f-694d-412b-8156-146b28fc31ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfallowance\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"cd26141f-694d-412b-8156-146b28fc31ee"},{"name":"disallowselfallowance","id":"cd458f79-bbc2-4b10-b193-915d9e6582c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"cd458f79-bbc2-4b10-b193-915d9e6582c7"},{"name":"setselfminimumallowance","id":"7b39c6a2-f8b0-4118-abb7-76807fbaae7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfminimumallowance\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7b39c6a2-f8b0-4118-abb7-76807fbaae7b"},{"name":"setselfminimumallowance","id":"0ddb6867-c270-4250-92aa-0d1daa6e4085","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfminimumallowance\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"0ddb6867-c270-4250-92aa-0d1daa6e4085"},{"name":"setselfmaximumallowance","id":"5a2d383f-c363-4e2f-8cfc-1b88bf9d340f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfmaximumallowance\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"20000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5a2d383f-c363-4e2f-8cfc-1b88bf9d340f"},{"name":"setselfmaximumallowance","id":"54109622-f97d-4a07-a073-7aeeb03babd2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfmaximumallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"20000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"54109622-f97d-4a07-a073-7aeeb03babd2"},{"name":"setselfallowance","id":"4b6774e5-d464-4ee7-a76f-1e36af3847e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfallowance\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"min\", \"value\":\"0.1\"}, {\"name\":\"max\", \"value\":\"10000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4b6774e5-d464-4ee7-a76f-1e36af3847e5"},{"name":"setselfallowance","id":"f2001157-9339-4c87-afac-c24651ac4e52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"min\", \"value\":\"0.1\"}, {\"name\":\"max\", \"value\":\"10000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f2001157-9339-4c87-afac-c24651ac4e52"},{"name":"allowselftransactionfee","id":"1a0afdcc-fd74-47d8-95f9-be1fa91c3c96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselftransactionfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1a0afdcc-fd74-47d8-95f9-be1fa91c3c96"},{"name":"allowselftransactionfee","id":"c097b996-5c63-44f3-aebf-daf3f4a6e4bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselftransactionfee\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c097b996-5c63-44f3-aebf-daf3f4a6e4bf"},{"name":"disallowselftransactionfee","id":"14c5638b-706a-4132-8a9a-fdc1a4d728d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselftransactionfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"14c5638b-706a-4132-8a9a-fdc1a4d728d7"},{"name":"disallowselftransactionfee","id":"423d4227-d33b-4678-8499-16e3874c9166","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselftransactionfee\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"423d4227-d33b-4678-8499-16e3874c9166"},{"name":"setselftransactionfeefixed","id":"cad9f570-56b5-435d-bfe1-610be64c291a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftransactionfeefixed\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"cad9f570-56b5-435d-bfe1-610be64c291a"},{"name":"setselftransactionfeefixed","id":"59f92665-d5d1-44c4-931a-78657780360f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftransactionfeefixed\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"59f92665-d5d1-44c4-931a-78657780360f"},{"name":"setselftransactionfeepercentage","id":"6de62336-204e-4131-b8db-a3b669cb6a6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftransactionfeepercentage\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6de62336-204e-4131-b8db-a3b669cb6a6a"},{"name":"setselftransactionfeepercentage","id":"124d1961-d5cc-4c97-9f95-eb745fb9fa79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftransactionfeepercentage\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"124d1961-d5cc-4c97-9f95-eb745fb9fa79"},{"name":"setselftransactionfee","id":"7585d556-696b-4297-8998-787e390e1ce9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftransactionfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7585d556-696b-4297-8998-787e390e1ce9"},{"name":"setselftransactionfee","id":"a2507d84-9dde-4d0e-860a-9488d93be3b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftransactionfee\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a2507d84-9dde-4d0e-860a-9488d93be3b0"},{"name":"allowselftorobuyfee","id":"e349d6bf-76e5-49f2-91e7-0347b32c2727","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselftorobuyfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e349d6bf-76e5-49f2-91e7-0347b32c2727"},{"name":"allowselftorobuyfee","id":"66e77231-7795-4b82-afa5-95bb55266d23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselftorobuyfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"66e77231-7795-4b82-afa5-95bb55266d23"},{"name":"disallowselftorobuyfee","id":"0014de60-48d4-4fab-92b6-d83b7beb07b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselftorobuyfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"0014de60-48d4-4fab-92b6-d83b7beb07b7"},{"name":"disallowselftorobuyfee","id":"cb6c1fdb-5381-437e-b064-5beeaeb508d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselftorobuyfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"cb6c1fdb-5381-437e-b064-5beeaeb508d6"},{"name":"setselftorobuyfeefixed","id":"e60cfeab-bca2-4c2c-b583-7861faffe9f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorobuyfeefixed\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e60cfeab-bca2-4c2c-b583-7861faffe9f9"},{"name":"setselftorobuyfeefixed","id":"9bfae60f-c7f7-4919-b5c6-e5fce29b350d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorobuyfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"9bfae60f-c7f7-4919-b5c6-e5fce29b350d"},{"name":"setselftorobuyfeepercentage","id":"7794bcbf-933f-47d4-ad92-64ce68b168bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorobuyfeepercentage\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7794bcbf-933f-47d4-ad92-64ce68b168bf"},{"name":"setselftorobuyfeepercentage","id":"f4279183-0863-4bef-8601-5f909373bf4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorobuyfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f4279183-0863-4bef-8601-5f909373bf4c"},{"name":"setselftorobuyfee","id":"8cea38d3-a4fb-4f2f-bfed-6811f837b5bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorobuyfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"8cea38d3-a4fb-4f2f-bfed-6811f837b5bc"},{"name":"setselftorobuyfee","id":"339d784e-d964-4172-85f1-e81a6d161294","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorobuyfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"339d784e-d964-4172-85f1-e81a6d161294"},{"name":"allowselftorosellfee","id":"45646e0a-490a-49ad-b44c-ee6e3cf0a457","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselftorosellfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"45646e0a-490a-49ad-b44c-ee6e3cf0a457"},{"name":"allowselftorosellfee","id":"5f48fade-551c-458e-b724-b4e37ed165fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselftorosellfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5f48fade-551c-458e-b724-b4e37ed165fc"},{"name":"disallowselftorosellfee","id":"025cf4e3-406c-471e-97d0-821f8b1a52e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselftorosellfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"025cf4e3-406c-471e-97d0-821f8b1a52e6"},{"name":"disallowselftorosellfee","id":"904c7c13-f2f7-48f2-9e98-8ea06701f284","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselftorosellfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"904c7c13-f2f7-48f2-9e98-8ea06701f284"},{"name":"setselftorosellfeefixed","id":"19a0f113-8190-45cd-8fda-ff55063ec1c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorosellfeefixed\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"19a0f113-8190-45cd-8fda-ff55063ec1c5"},{"name":"setselftorosellfeefixed","id":"c136098e-f5a5-4c88-a204-3e108b81d660","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorosellfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c136098e-f5a5-4c88-a204-3e108b81d660"},{"name":"setselftorosellfeepercentage","id":"63c05d42-2f58-46a5-af02-1526711d7bd4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorosellfeepercentage\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"63c05d42-2f58-46a5-af02-1526711d7bd4"},{"name":"setselftorosellfeepercentage","id":"c1650c37-828c-4aab-ab92-0c20d75976d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorosellfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c1650c37-828c-4aab-ab92-0c20d75976d4"},{"name":"setselftorosellfee","id":"ca1eaa72-a703-40b7-a21f-5f53205df820","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorosellfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ca1eaa72-a703-40b7-a21f-5f53205df820"},{"name":"setselftorosellfee","id":"2e59d255-e012-4a66-b96f-ee305798f3a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorosellfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"2e59d255-e012-4a66-b96f-ee305798f3a7"},{"name":"allowselfcurrencyimportfee","id":"06228b74-b811-4c78-b0b3-2456f21314ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfcurrencyimportfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"06228b74-b811-4c78-b0b3-2456f21314ef"},{"name":"allowselfcurrencyimportfee","id":"b5d84e58-1b56-4080-861c-9c8ffbcf14a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfcurrencyimportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b5d84e58-1b56-4080-861c-9c8ffbcf14a9"},{"name":"disallowselfcurrencyimportfee","id":"48770ea2-11e2-4443-8f82-fbfa35e35c22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfcurrencyimportfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"48770ea2-11e2-4443-8f82-fbfa35e35c22"},{"name":"disallowselfcurrencyimportfee","id":"a49f8e49-03d2-4cee-bb8d-21244ee99a2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfcurrencyimportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a49f8e49-03d2-4cee-bb8d-21244ee99a2d"},{"name":"setselfcurrencyimportfeefixed","id":"b7384160-a213-499e-95f2-1f08b05402f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyimportfeefixed\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b7384160-a213-499e-95f2-1f08b05402f9"},{"name":"setselfcurrencyimportfeefixed","id":"b4fca15b-29b0-40f9-a24a-17fa379bd33e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyimportfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b4fca15b-29b0-40f9-a24a-17fa379bd33e"},{"name":"setselfcurrencyimportfeepercentage","id":"50400537-885b-4ea2-ac98-ba34ce1278dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyimportfeepercentage\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"50400537-885b-4ea2-ac98-ba34ce1278dd"},{"name":"setselfcurrencyimportfeepercentage","id":"3ac0e50f-3762-4dfd-a623-195531582603","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyimportfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"3ac0e50f-3762-4dfd-a623-195531582603"},{"name":"setselfcurrencyimportfee","id":"a25f646b-7585-47b0-806f-ec057dcef107","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyimportfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a25f646b-7585-47b0-806f-ec057dcef107"},{"name":"setselfcurrencyimportfee","id":"0ff29e2f-ffec-4fc0-b62f-73d0ab2f51cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyimportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"0ff29e2f-ffec-4fc0-b62f-73d0ab2f51cb"},{"name":"allowselfcurrencyexportfee","id":"6b9b0412-d086-42bd-8756-b6bd675ac989","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfcurrencyexportfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6b9b0412-d086-42bd-8756-b6bd675ac989"},{"name":"allowselfcurrencyexportfee","id":"502344ef-7461-4460-b0dd-ec72cf4466eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfcurrencyexportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"502344ef-7461-4460-b0dd-ec72cf4466eb"},{"name":"disallowselfcurrencyexportfee","id":"7ef8d7de-baec-4ea1-bf2c-440892f3e6d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfcurrencyexportfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7ef8d7de-baec-4ea1-bf2c-440892f3e6d9"},{"name":"disallowselfcurrencyexportfee","id":"c0720325-676b-41e3-a430-738ad96530ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfcurrencyexportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c0720325-676b-41e3-a430-738ad96530ad"},{"name":"setselfcurrencyexportfeefixed","id":"1c10ca39-b47d-4523-b240-e00665bec1a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyexportfeefixed\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1c10ca39-b47d-4523-b240-e00665bec1a4"},{"name":"setselfcurrencyexportfeefixed","id":"3b1dfaba-7c9e-4c3e-b546-384744e2e26f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyexportfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"3b1dfaba-7c9e-4c3e-b546-384744e2e26f"},{"name":"setselfcurrencyexportfeepercentage","id":"7a886632-3358-4902-8afd-2c57fb499178","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyexportfeepercentage\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7a886632-3358-4902-8afd-2c57fb499178"},{"name":"setselfcurrencyexportfeepercentage","id":"be888438-d719-4f1b-8deb-be129a2abc56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyexportfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"be888438-d719-4f1b-8deb-be129a2abc56"},{"name":"setselfcurrencyexportfee","id":"acd91fea-fd0b-4fd8-9966-e4e5d8ca7e16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyexportfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"acd91fea-fd0b-4fd8-9966-e4e5d8ca7e16"},{"name":"setselfcurrencyexportfee","id":"870f7973-6c29-47cf-beb8-028332791d4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyexportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"870f7973-6c29-47cf-beb8-028332791d4e"},{"name":"admintransfer","id":"0505a0a5-3433-44a9-bf77-129e39081c64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admintransfer\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"from\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"to\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"0505a0a5-3433-44a9-bf77-129e39081c64"},{"name":"admintransfer","id":"1927fc27-ac1d-4eb2-b09a-33b1ddc15293","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admintransfer\", \"params\":[{\"name\":\"from\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"to\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1927fc27-ac1d-4eb2-b09a-33b1ddc15293"},{"name":"admintransferwithcustomfee","id":"53c06981-7820-4040-be9c-9a4f9c09f969","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admintransferwithcustomfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"from\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"to\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"1\"}, {\"name\":\"fee\", \"value\":\"0.02\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"53c06981-7820-4040-be9c-9a4f9c09f969"},{"name":"admintransferwithcustomfee","id":"b7f9fd3f-06c5-40f4-bcea-26b8c62a330c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admintransferwithcustomfee\", \"params\":[{\"name\":\"from\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"to\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"1\"}, {\"name\":\"fee\", \"value\":\"0.02\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b7f9fd3f-06c5-40f4-bcea-26b8c62a330c"},{"name":"admincalculatetxfee","id":"c859bf89-bf1b-49a9-9244-eaec3629b17c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculatetxfee\", \"params\":[{\"name\":\"from\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"1\"} ] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c859bf89-bf1b-49a9-9244-eaec3629b17c"},{"name":"importcurrency","id":"c2149a9c-ee17-4e64-915b-fcd16dcfd12f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"importcurrency\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"200\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c2149a9c-ee17-4e64-915b-fcd16dcfd12f"},{"name":"importcurrency","id":"5214354f-6040-4172-bd9e-c9c686d58f66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"importcurrency\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"200\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5214354f-6040-4172-bd9e-c9c686d58f66"},{"name":"importcurrencywithcustomfee","id":"ce825d75-d5ca-46e5-8ada-5bd899b11feb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"importcurrencywithcustomfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"200\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ce825d75-d5ca-46e5-8ada-5bd899b11feb"},{"name":"importcurrencywithcustomfee","id":"5ed529b6-1fa2-428b-b4a7-15330ae1c8bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"importcurrencywithcustomfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"200\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5ed529b6-1fa2-428b-b4a7-15330ae1c8bb"},{"name":"admincalculateimportfee","id":"37a8646f-e2e2-4500-9e3f-c692420e4274","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculateimportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"1\"} ] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"37a8646f-e2e2-4500-9e3f-c692420e4274"},{"name":"exportcurrency","id":"9e0973fc-7428-41b1-b7bb-c67f8595365f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"exportcurrency\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"200\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"9e0973fc-7428-41b1-b7bb-c67f8595365f"},{"name":"exportcurrency","id":"b3ada054-3c67-45fe-b614-17f57bcadb58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"exportcurrency\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"200\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b3ada054-3c67-45fe-b614-17f57bcadb58"},{"name":"exportcurrencywithcustomfee","id":"6bc15080-6e45-4632-9d46-603dd875d6c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"exportcurrencywithcustomfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"100\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6bc15080-6e45-4632-9d46-603dd875d6c4"},{"name":"exportcurrencywithcustomfee","id":"71db6b8e-a258-4caa-9e6a-1e6219c502b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"exportcurrencywithcustomfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"100\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"71db6b8e-a258-4caa-9e6a-1e6219c502b6"},{"name":"admincalculateexportfee","id":"39b19d75-9f6f-4469-b190-e37bf622f644","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculateexportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"1\"} ] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"39b19d75-9f6f-4469-b190-e37bf622f644"},{"name":"adminbuytoro","id":"c90ec62c-f314-465f-8ec0-c21c438c98a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminbuytoro\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"50\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c90ec62c-f314-465f-8ec0-c21c438c98a2"},{"name":"adminbuytoro","id":"2e3d035b-dc66-4b6d-ad01-b905fde80747","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminbuytoro\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"50\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"2e3d035b-dc66-4b6d-ad01-b905fde80747"},{"name":"admincalculatebuyfee","id":"89fec8f6-c40a-4741-a022-3a3ca041f861","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculatebuyfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"50\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"89fec8f6-c40a-4741-a022-3a3ca041f861"},{"name":"admincalculatebuyresult","id":"6e23ba69-2335-49d9-8cc9-fe8f96851fc9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculatebuyresult\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"50\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6e23ba69-2335-49d9-8cc9-fe8f96851fc9"},{"name":"adminbuytorowithcustomfee","id":"8428c9d3-b8bf-4d8e-a015-cc75907fcd0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminbuytorowithcustomfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"5\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"8428c9d3-b8bf-4d8e-a015-cc75907fcd0e"},{"name":"adminbuytorowithcustomfee","id":"a2f59482-2562-4196-8f38-5c849084ab60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminbuytorowithcustomfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"5\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a2f59482-2562-4196-8f38-5c849084ab60"},{"name":"admincalculatebuyresultwithcustomfee","id":"21bc8a14-3265-406a-9667-4b5c2508f129","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculatebuyresultwithcustomfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"5\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"21bc8a14-3265-406a-9667-4b5c2508f129"},{"name":"adminselltoro","id":"9f76f610-0639-4e46-8de2-9c922d7690c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminselltoro\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"50\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"9f76f610-0639-4e46-8de2-9c922d7690c5"},{"name":"adminselltoro","id":"464052e4-dc61-481a-a122-67869eca038a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminselltoro\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"50\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"464052e4-dc61-481a-a122-67869eca038a"},{"name":"admincalculatesellfee","id":"c740b24d-b01b-41ac-b900-14c8fb628b85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculatesellfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"50\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c740b24d-b01b-41ac-b900-14c8fb628b85"},{"name":"admincalculatesellresult","id":"93ca952d-8081-4dc1-96fb-581bc612d71f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculatesellresult\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"50\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"93ca952d-8081-4dc1-96fb-581bc612d71f"},{"name":"adminselltorowithcustomfee","id":"f37bca3c-c8e9-43d7-99c0-9af5f9e1e99f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminselltorowithcustomfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"5\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f37bca3c-c8e9-43d7-99c0-9af5f9e1e99f"},{"name":"adminselltorowithcustomfee","id":"6b60edac-1308-4288-8319-e6a96b857a8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminselltorowithcustomfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"5\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6b60edac-1308-4288-8319-e6a96b857a8b"},{"name":"admincalculatesellresultwithcustomfee","id":"b3cfb38e-3db0-4521-bd94-6b27983c27ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculatesellresultwithcustomfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"5\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/dollar/ad","urlObject":{"protocol":"http","path":["api","currency","dollar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b3cfb38e-3db0-4521-bd94-6b27983c27ee"}],"id":"46fc22c5-1b19-4eb0-b43c-4ef7c5bc2869","_postman_id":"46fc22c5-1b19-4eb0-b43c-4ef7c5bc2869","description":""}],"id":"59d5b009-1bdb-4b78-9400-cdf16587c426","_postman_id":"59d5b009-1bdb-4b78-9400-cdf16587c426","description":""},{"name":"/naira","item":[{"name":"/","item":[{"name":"getbalance","id":"d2b42e08-c4c0-4121-8927-99348ff01c32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getbalance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/","urlObject":{"protocol":"http","path":["api","currency","naira",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"7655732e-fd1c-423d-b23a-212fc9f65147","name":"getbalance","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getbalance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:28:25 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"111"},{"key":"ETag","value":"W/\"6f-qYtwwZwAtyVBxm39dejr/e8KqmU\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"balance\": \"0\",\n    \"message\": \"naira balance for '0x314ef41554dc423c88836dcdce55b3f61d1804b1' is '0'\"\n}"}],"_postman_id":"d2b42e08-c4c0-4121-8927-99348ff01c32"},{"name":"getname","id":"7cf77b7c-8a7c-4708-8a61-3f9851a41381","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getname\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/","urlObject":{"protocol":"http","path":["api","currency","naira",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"ce8457ec-5cc9-491a-9e38-ac1fbd45e54c","name":"getname","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getname\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:28:36 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"67"},{"key":"ETag","value":"W/\"43-/XdHs44ormyKGN/VEknBSG/LpUk\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"name\": \"Naira\",\n    \"message\": \"currency name is 'Naira'\"\n}"}],"_postman_id":"7cf77b7c-8a7c-4708-8a61-3f9851a41381"},{"name":"getsymbol","id":"f889f932-cd59-4440-adc6-efaa156ff129","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getsymbol\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/","urlObject":{"protocol":"http","path":["api","currency","naira",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"db270cc9-3c9b-4188-93f5-6337640f30a3","name":"getsymbol","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getsymbol\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:28:44 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"67"},{"key":"ETag","value":"W/\"43-sEU3zLiA4HKQRYGM87dZGPWBd9A\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"symbol\": \"NGN\",\n    \"message\": \"currency symbol is 'NGN'\"\n}"}],"_postman_id":"f889f932-cd59-4440-adc6-efaa156ff129"},{"name":"getdecimal","id":"d70e568b-3938-4361-8b97-88d0e0b78c2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getdecimal\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/","urlObject":{"protocol":"http","path":["api","currency","naira",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"123abe69-65b1-4841-9887-497945dfcb29","name":"getdecimal","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getdecimal\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:28:50 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"67"},{"key":"ETag","value":"W/\"43-JHgDNrqej96tPoTFtcaL07hCrAE\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"decimal\": \"18\",\n    \"message\": \"currency decimal is '18'\"\n}"}],"_postman_id":"d70e568b-3938-4361-8b97-88d0e0b78c2a"},{"name":"getexchangerate","id":"3ae77a16-ec59-4788-8b18-97b99d4bce25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getexchangerate\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/","urlObject":{"protocol":"http","path":["api","currency","naira",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"96a99287-42bf-4876-87f9-a7d6bc523a05","name":"getexchangerate","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getexchangerate\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:28:58 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"118"},{"key":"ETag","value":"W/\"76-NF/1Gh3OJgdxc+9dDrjTG3wfOIQ\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"exchangerate\": \"0.002169947561439517\",\n    \"message\": \"toro / naira exchange rate is '0.002169947561439517'\"\n}"}],"_postman_id":"3ae77a16-ec59-4788-8b18-97b99d4bce25"},{"name":"getminimumallowance","id":"4e9b3958-e51d-46df-bcbf-653a865b328a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getminimumallowance\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/","urlObject":{"protocol":"http","path":["api","currency","naira",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"af3767ab-5c1a-4251-b833-49f214e09898","name":"getminimumallowance","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getminimumallowance\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:29:05 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"90"},{"key":"ETag","value":"W/\"5a-yPNOnPMWYr53w8cJOEcMnTvuA3E\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"minimumallowance\": \"0\",\n    \"message\": \"naira minimum transfer allowance is '0'\"\n}"}],"_postman_id":"4e9b3958-e51d-46df-bcbf-653a865b328a"},{"name":"getmaximumallowance","id":"ebbdebfa-0716-4411-a892-375b681ed899","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getmaximumallowance\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/","urlObject":{"protocol":"http","path":["api","currency","naira",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"6682974e-eebc-4433-a977-944d5616b589","name":"getmaximumallowance","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getmaximumallowance\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:29:12 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"246"},{"key":"ETag","value":"W/\"f6-zsvkvb6pMFW2gD9YeY2LeK6fUmU\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"maximumallowance\": \"115792089237316195423570985008687907853269984665640564039457.584007913129639935\",\n    \"message\": \"naira maximum transfer allowance is '115792089237316195423570985008687907853269984665640564039457.584007913129639935'\"\n}"}],"_postman_id":"ebbdebfa-0716-4411-a892-375b681ed899"},{"name":"getallowance","id":"1f6d823c-1507-4ebd-94f9-1286ae24f29f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowance\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/","urlObject":{"protocol":"http","path":["api","currency","naira",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"47fa60c5-7e84-497f-9f6f-bd2f6aac5700","name":"getallowance","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowance\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:30:30 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"284"},{"key":"ETag","value":"W/\"11c-jrJ3YmZFId9I2dAeoQpEBgdbXK8\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"minimumallowance\": \"0\",\n    \"maximumallowance\": \"115792089237316195423570985008687907853269984665640564039457.584007913129639935\",\n    \"message\": \"naira maximum / minimum transfer allowance are '115792089237316195423570985008687907853269984665640564039457.584007913129639935 / 0'\"\n}"}],"_postman_id":"1f6d823c-1507-4ebd-94f9-1286ae24f29f"},{"name":"gettransactionfeefixed","id":"15ac6d56-163c-4e8f-b64b-642ed8e0915f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettransactionfeefixed\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/","urlObject":{"protocol":"http","path":["api","currency","naira",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"c2114564-e7a6-428f-932c-4e938295147b","name":"gettransactionfeefixed","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettransactionfeefixed\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:31:05 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"79"},{"key":"ETag","value":"W/\"4f-egWqDqEJC//ZTb5oKoSMpCGf5Y0\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"txfeefixed\": \"0\",\n    \"message\": \"naira fixed transaction fee is '0'\"\n}"}],"_postman_id":"15ac6d56-163c-4e8f-b64b-642ed8e0915f"},{"name":"gettransactionfeepercentage","id":"cd93267f-5c62-4f22-b9bc-97266e74d49b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettransactionfeepercentage\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/","urlObject":{"protocol":"http","path":["api","currency","naira",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"4cb8af61-07d8-48c3-a06e-487e342e59ac","name":"gettransactionfeepercentage","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettransactionfeepercentage\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:31:12 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"90"},{"key":"ETag","value":"W/\"5a-8+ketJe+VVJV6ko0qHkK2vp7H9s\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"txfeepercentage\": \"0\",\n    \"message\": \"naira percentage transaction fee is '0%'\"\n}"}],"_postman_id":"cd93267f-5c62-4f22-b9bc-97266e74d49b"},{"name":"gettransactionfee","id":"15d675ae-2954-415a-9bb4-465e1ce44202","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettransactionfee\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/","urlObject":{"protocol":"http","path":["api","currency","naira",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"d15ab2d0-7690-480d-b229-2284930b7f87","name":"gettransactionfee","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettransactionfee\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:31:22 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"119"},{"key":"ETag","value":"W/\"77-KfaiEUlLsHse2EcHqRphFGtq21o\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"txfeefixed\": \"0\",\n    \"txfeepercentage\": \"0\",\n    \"message\": \"naira fixed / percentage transfer fee are '0' / '0%'\"\n}"}],"_postman_id":"15d675ae-2954-415a-9bb4-465e1ce44202"},{"name":"getcommissionaddress","id":"4c90ca90-88e7-4f59-b74b-5c14d45ba139","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcommissionaddress\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/","urlObject":{"protocol":"http","path":["api","currency","naira",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"6df1277a-0664-4ef1-98b3-d59a1b307017","name":"getcommissionaddress","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcommissionaddress\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:31:51 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"159"},{"key":"ETag","value":"W/\"9f-v+XJDnWZ8bcSWF9NXYwA2IvutWI\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"commissionaddress\": \"0x636C61D0AF5Fb69dc4d2bB02ed1adFd84CdFd47f\",\n    \"message\": \"commission address is '0x636C61D0AF5Fb69dc4d2bB02ed1adFd84CdFd47f'\"\n}"}],"_postman_id":"4c90ca90-88e7-4f59-b74b-5c14d45ba139"},{"name":"getcommissionpercentage","id":"73909644-04fe-4a3f-817d-d08238291f2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcommissionpercentage\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/","urlObject":{"protocol":"http","path":["api","currency","naira",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"6fcc4dea-c5de-43ed-bc18-cd6ce62e3b6e","name":"getcommissionpercentage","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcommissionpercentage\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:32:06 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"85"},{"key":"ETag","value":"W/\"55-qkcjx7mzRFDn27BFxIVo9tpcYIE\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"commissionpercentage\": \"0\",\n    \"message\": \"commission percentage is '0 %'\"\n}"}],"_postman_id":"73909644-04fe-4a3f-817d-d08238291f2e"},{"name":"gettorobuyfeefixed","id":"591e6958-0d33-44f8-a76f-b49e0d2d52fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettorobuyfeefixed\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/","urlObject":{"protocol":"http","path":["api","currency","naira",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"1164ea77-230e-40f3-bb4b-452bde7d76d2","name":"gettorobuyfeefixed","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettorobuyfeefixed\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:32:14 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"76"},{"key":"ETag","value":"W/\"4c-bY/0I8ltRekKmfx3JvaRljh55jQ\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"txfeefixed\": \"0\",\n    \"message\": \"naira fixed toro buy fee is '0'\"\n}"}],"_postman_id":"591e6958-0d33-44f8-a76f-b49e0d2d52fe"},{"name":"gettorobuyfeepercentage","id":"2acab66e-ca50-4950-b2e1-408176829324","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettorobuyfeepercentage\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/","urlObject":{"protocol":"http","path":["api","currency","naira",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"bcf5ed21-2800-49e0-b479-d73d954e1b3e","name":"gettorobuyfeepercentage","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettorobuyfeepercentage\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:32:22 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"87"},{"key":"ETag","value":"W/\"57-1Vi0tIXq9Su8iCmLEfCXO3d1cLQ\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"txfeepercentage\": \"0\",\n    \"message\": \"naira percentage toro buy fee is '0%'\"\n}"}],"_postman_id":"2acab66e-ca50-4950-b2e1-408176829324"},{"name":"gettorobuyfee","id":"c9637229-75cc-4911-9df5-efb15084e718","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettorobuyfee\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/","urlObject":{"protocol":"http","path":["api","currency","naira",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"6f7af0a0-2143-4218-81b2-0318cb7f8230","name":"gettorobuyfee","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettorobuyfee\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:32:29 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"119"},{"key":"ETag","value":"W/\"77-sXk5QXc61Vbiy1zxWHZPDnHOJDs\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"txfeefixed\": \"0\",\n    \"txfeepercentage\": \"0\",\n    \"message\": \"naira fixed / percentage toro buy fee are '0' / '0%'\"\n}"}],"_postman_id":"c9637229-75cc-4911-9df5-efb15084e718"},{"name":"gettorosellfeefixed","id":"272f5ff1-f046-439d-b396-4bebeb35c660","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettorosellfeefixed\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/","urlObject":{"protocol":"http","path":["api","currency","naira",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"fc69efe2-cf81-4ed6-9b1d-b0e4c8e3fdea","name":"gettorosellfeefixed","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettorosellfeefixed\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:32:39 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"77"},{"key":"ETag","value":"W/\"4d-qJ1CRUk5SDgQasWaBC+qLUk1PEo\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"txfeefixed\": \"0\",\n    \"message\": \"naira fixed toro sell fee is '0'\"\n}"}],"_postman_id":"272f5ff1-f046-439d-b396-4bebeb35c660"},{"name":"gettorosellfeepercentage","id":"52e39180-0b43-470a-9d56-0f910283ffb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettorosellfeepercentage\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/","urlObject":{"protocol":"http","path":["api","currency","naira",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"2281ae89-2262-4c0e-aa00-fef564141938","name":"gettorosellfeepercentage","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettorosellfeepercentage\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:32:46 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"88"},{"key":"ETag","value":"W/\"58-6jd7oGD6guR8Z5HIvM9yOOhdWMg\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"txfeepercentage\": \"0\",\n    \"message\": \"naira percentage toro sell fee is '0%'\"\n}"}],"_postman_id":"52e39180-0b43-470a-9d56-0f910283ffb8"},{"name":"gettorosellfee","id":"b9a8b4fb-80bb-4e64-bc65-0ff961f3ab73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettorosellfee\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/","urlObject":{"protocol":"http","path":["api","currency","naira",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"c31e0eae-7134-4286-a2ef-dc955f43dae8","name":"gettorosellfee","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettorosellfee\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:32:54 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"120"},{"key":"ETag","value":"W/\"78-fRU/UnX6ZF87ssDbc1Q4+5q2ahM\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"txfeefixed\": \"0\",\n    \"txfeepercentage\": \"0\",\n    \"message\": \"naira fixed / percentage toro sell fee are '0' / '0%'\"\n}"}],"_postman_id":"b9a8b4fb-80bb-4e64-bc65-0ff961f3ab73"},{"name":"getcurrencyimportfeefixed","id":"c082a990-97a8-4bb2-ad99-3eab8837bd5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcurrencyimportfeefixed\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/","urlObject":{"protocol":"http","path":["api","currency","naira",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"ddd6f9fb-bb2a-4e21-a203-5c4561baf85c","name":"getcurrencyimportfeefixed","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcurrencyimportfeefixed\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:33:01 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"74"},{"key":"ETag","value":"W/\"4a-n8XKRrMBds4Q7nERqXeTrInpMVM\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"txfeefixed\": \"0\",\n    \"message\": \"naira fixed import fee is '0'\"\n}"}],"_postman_id":"c082a990-97a8-4bb2-ad99-3eab8837bd5c"},{"name":"getcurrencyimportfeepercentage","id":"d09b9ec1-efe3-47fc-bab8-7640119e8ad8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcurrencyimportfeepercentage\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/","urlObject":{"protocol":"http","path":["api","currency","naira",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"47852cca-177a-4ff9-991b-2d6fd9a1786b","name":"getcurrencyimportfeepercentage","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcurrencyimportfeepercentage\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:33:08 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"85"},{"key":"ETag","value":"W/\"55-XoX68yMNcwq5EcMkmd2X2kmMdn0\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"txfeepercentage\": \"0\",\n    \"message\": \"naira percentage import fee is '0%'\"\n}"}],"_postman_id":"d09b9ec1-efe3-47fc-bab8-7640119e8ad8"},{"name":"getcurrencyimportfee","id":"70c2ffe2-5f81-45ed-a44d-d71ed2211db6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcurrencyimportfee\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/","urlObject":{"protocol":"http","path":["api","currency","naira",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"b4e9e90a-3a81-461a-986b-5c7f89b60f79","name":"getcurrencyimportfee","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcurrencyimportfee\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:33:15 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"117"},{"key":"ETag","value":"W/\"75-orYw4VM4jl85Ju833ppC3jF49PA\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"txfeefixed\": \"0\",\n    \"txfeepercentage\": \"0\",\n    \"message\": \"naira fixed / percentage import fee are '0' / '0%'\"\n}"}],"_postman_id":"70c2ffe2-5f81-45ed-a44d-d71ed2211db6"},{"name":"getcurrencyexportfeefixed","id":"a5ab48c1-4da0-4b5d-8b41-68e564670c09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcurrencyexportfeefixed\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/","urlObject":{"protocol":"http","path":["api","currency","naira",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"87895cdd-4f1d-449a-8544-302cc703dfc7","name":"getcurrencyexportfeefixed","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcurrencyexportfeefixed\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:33:22 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"74"},{"key":"ETag","value":"W/\"4a-2VdRAnpzD08ccA7n1FEmS0pqUXE\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"txfeefixed\": \"0\",\n    \"message\": \"naira fixed export fee is '0'\"\n}"}],"_postman_id":"a5ab48c1-4da0-4b5d-8b41-68e564670c09"},{"name":"getcurrencyexportfeepercentage","id":"b583d66e-612b-44ba-b792-81b87bce53ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcurrencyexportfeepercentage\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/","urlObject":{"protocol":"http","path":["api","currency","naira",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"7a973976-2466-432f-b278-feda78693c56","name":"getcurrencyexportfeepercentage","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcurrencyexportfeepercentage\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:33:30 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"85"},{"key":"ETag","value":"W/\"55-PMQqJQ1XOOY4Nzb8YfQwi0mjW8g\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"txfeepercentage\": \"0\",\n    \"message\": \"naira percentage export fee is '0%'\"\n}"}],"_postman_id":"b583d66e-612b-44ba-b792-81b87bce53ae"},{"name":"getcurrencyexportfee","id":"020ecca6-1b83-4894-9c0a-f8862a41822a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcurrencyexportfee\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/","urlObject":{"protocol":"http","path":["api","currency","naira",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"5ec2e9c4-e360-478c-bb4b-b58bd2a621fa","name":"getcurrencyexportfee","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcurrencyexportfee\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:33:39 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"117"},{"key":"ETag","value":"W/\"75-RmZaJoxszY12WL+cIux9VwvWqHw\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"txfeefixed\": \"0\",\n    \"txfeepercentage\": \"0\",\n    \"message\": \"naira fixed / percentage export fee are '0' / '0%'\"\n}"}],"_postman_id":"020ecca6-1b83-4894-9c0a-f8862a41822a"},{"name":"getreserve","id":"4b474a51-ea75-4a1d-a2dc-1b927e485804","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getreserve\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/","urlObject":{"protocol":"http","path":["api","currency","naira",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"af42600d-8e1d-4d4b-b6b5-df3f2d1fac2f","name":"getreserve","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getreserve\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:33:49 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"146"},{"key":"ETag","value":"W/\"92-VHtiYbOTopQ6Nau5XqQo20QQzlc\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"reserve\": \"0xB18d59Ca4895c3bB189E20aA8d6626F537ff5EB3\",\n    \"message\": \"reserve address is '0xB18d59Ca4895c3bB189E20aA8d6626F537ff5EB3'\"\n}"}],"_postman_id":"4b474a51-ea75-4a1d-a2dc-1b927e485804"},{"name":"gettoller","id":"6f9d3a9f-1516-4869-8739-c39fb224c760","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettoller\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/","urlObject":{"protocol":"http","path":["api","currency","naira",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"9ebbaacb-ac73-428b-9c4f-941700d0b822","name":"gettoller","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettoller\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:33:57 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"144"},{"key":"ETag","value":"W/\"90-qGSTNpeA9nsIQhRM98cD0Nkn8fA\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"toller\": \"0x636C61D0AF5Fb69dc4d2bB02ed1adFd84CdFd47f\",\n    \"message\": \"toller address is '0x636C61D0AF5Fb69dc4d2bB02ed1adFd84CdFd47f'\"\n}"}],"_postman_id":"6f9d3a9f-1516-4869-8739-c39fb224c760"},{"name":"gettotalcap","id":"29874cdc-0309-488a-abaa-647cbb6e099d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettotalcap\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/","urlObject":{"protocol":"http","path":["api","currency","naira",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"d87924a4-253d-4d8e-b562-0b7fd19eec66","name":"gettotalcap","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettotalcap\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:34:09 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"83"},{"key":"ETag","value":"W/\"53-4mRWVQ1k968PV7P6Z9AL8/pIoWI\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"totalcap\": \"50156207.5\",\n    \"message\": \"naira total cap is '50156207.5'\"\n}"}],"_postman_id":"29874cdc-0309-488a-abaa-647cbb6e099d"},{"name":"gettotalreserving","id":"96a9405f-5ca3-492b-baca-2de036adebf5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettotalreserving\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/","urlObject":{"protocol":"http","path":["api","currency","naira",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"38dd4e9e-a28c-4923-a040-5724563a6cf0","name":"gettotalreserving","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettotalreserving\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:34:21 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"129"},{"key":"ETag","value":"W/\"81-iwJ7QhrR04XDTUu0YNrhPq36nwU\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"totalreserving\": \"44525118.793937804795119645\",\n    \"message\": \"naira total reserving is '44525118.793937804795119645'\"\n}"}],"_postman_id":"96a9405f-5ca3-492b-baca-2de036adebf5"},{"name":"gettotalcirculating","id":"296c1237-45ca-4774-b7a2-c8b61319dc6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettotalcirculating\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/","urlObject":{"protocol":"http","path":["api","currency","naira",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"85b71f06-fdf8-4548-91de-0c2fd0eaac0c","name":"gettotalcirculating","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettotalcirculating\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:34:28 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"131"},{"key":"ETag","value":"W/\"83-meYAhOyTtSVr9kDnHJbdw1BKos8\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"totalcirculating\": \"5631088.706062195204880355\",\n    \"message\": \"naira total circulating is '5631088.706062195204880355'\"\n}"}],"_postman_id":"296c1237-45ca-4774-b7a2-c8b61319dc6a"},{"name":"isenrolled","id":"5b8efc05-0559-4f76-843a-08071f54e443","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isenrolled\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/","urlObject":{"protocol":"http","path":["api","currency","naira",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"0329a12d-cf4c-4a74-be3d-f228bbb1e456","name":"isenrolled","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isenrolled\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:34:35 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"112"},{"key":"ETag","value":"W/\"70-ZjIlk7WaHwl/GL8IqFjo1e5hbTE\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"isenrolled\": true,\n    \"message\": \"'0x314ef41554dc423c88836dcdce55b3f61d1804b1' is enrolled for naira\"\n}"}],"_postman_id":"5b8efc05-0559-4f76-843a-08071f54e443"},{"name":"isfrozen","id":"3d02a63b-44e3-4940-aa83-40755b54afb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isfrozen\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/","urlObject":{"protocol":"http","path":["api","currency","naira",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"fc2b668f-7145-4e69-802c-ced0aee17e2e","name":"isfrozen","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isfrozen\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:34:43 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"103"},{"key":"ETag","value":"W/\"67-0uL4C0DXyqyXS2PnGPB6vExkGww\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"isfrozen\": false,\n    \"message\": \"'0x314ef41554dc423c88836dcdce55b3f61d1804b1' is not frozen\"\n}"}],"_postman_id":"3d02a63b-44e3-4940-aa83-40755b54afb3"},{"name":"getallowselfenroll","id":"850f3d74-06aa-4670-b54a-c13297726e76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselfenroll\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/","urlObject":{"protocol":"http","path":["api","currency","naira",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"88a7f5d5-22b7-4807-a89a-9acad8c2adea","name":"getallowselfenroll","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselfenroll\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:34:49 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"88"},{"key":"ETag","value":"W/\"58-QMqZeNfzF4AsmbKB0Lm3byaErmw\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"allowselfenroll\": true,\n    \"message\": \"automatic naira enrollment is allowed\"\n}"}],"_postman_id":"850f3d74-06aa-4670-b54a-c13297726e76"},{"name":"getallowselftransactionfee","id":"6beb0bcf-9146-49f1-afef-7876ab2bfe9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselftransactionfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/","urlObject":{"protocol":"http","path":["api","currency","naira",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"970e87a8-5a66-482c-9bcd-8dbe055c1a95","name":"getallowselftransactionfee","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselftransactionfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:34:55 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"153"},{"key":"ETag","value":"W/\"99-eK8N1dzW9Z7Lm3xsf6GMSCAFj8A\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"allowselftransactionfee\": false,\n    \"message\": \"account specified transaction fee is not set for '0x314ef41554dc423c88836dcdce55b3f61d1804b1'\"\n}"}],"_postman_id":"6beb0bcf-9146-49f1-afef-7876ab2bfe9d"},{"name":"getselftransactionfeefixed","id":"1f050f13-b283-4ea5-a8da-37d55ac45d4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftransactionfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/","urlObject":{"protocol":"http","path":["api","currency","naira",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"4d8300fc-19ad-47a5-ae4e-754d0175f384","name":"getselftransactionfeefixed","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftransactionfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:35:02 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"150"},{"key":"ETag","value":"W/\"96-CrXCX1DT/fzdQuH5S4zHbRCpfyY\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"selftxfeefixed\": \"0\",\n    \"message\": \"naira account specified fixed transaction fee for '0x314ef41554dc423c88836dcdce55b3f61d1804b1' is '0'\"\n}"}],"_postman_id":"1f050f13-b283-4ea5-a8da-37d55ac45d4a"},{"name":"getselftransactionfeepercentage","id":"8947457d-382c-4628-98d8-a6e95d517d60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftransactionfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/","urlObject":{"protocol":"http","path":["api","currency","naira",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"26e61eae-7f42-452e-a0b4-f5de0e4c292f","name":"getselftransactionfeepercentage","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftransactionfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:35:09 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"162"},{"key":"ETag","value":"W/\"a2-DQxNDf9PRC8hJxLhkpajwk7yVjs\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"selftxfeepercentage\": \"0\",\n    \"message\": \"naira account specified percentage transaction fee for '0x314ef41554dc423c88836dcdce55b3f61d1804b1' is '0 %'\"\n}"}],"_postman_id":"8947457d-382c-4628-98d8-a6e95d517d60"},{"name":"getselftransactionfee","id":"c931e70b-7330-45bf-8e42-e71feeaa62ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftransactionfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/","urlObject":{"protocol":"http","path":["api","currency","naira",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"27feb1cd-ca58-4740-8c35-2f38d2387fdf","name":"getselftransactionfee","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftransactionfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:35:15 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"197"},{"key":"ETag","value":"W/\"c5-axIcqTQeX50cc0NcH4hUP5hb+ao\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"selftxfeefixed\": \"0\",\n    \"selftxfeepercentage\": \"0\",\n    \"message\": \"naira account specified fixed / percentage transaction fee for '0x314ef41554dc423c88836dcdce55b3f61d1804b1' are '0' / '0%'\"\n}"}],"_postman_id":"c931e70b-7330-45bf-8e42-e71feeaa62ec"},{"name":"getallowselfallowance","id":"3550e1a0-5b62-40c8-8e83-a536fe0606c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselfallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}]  }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/","urlObject":{"protocol":"http","path":["api","currency","naira",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"cc396779-a3e9-4d47-beae-74388bc57077","name":"getallowselfallowance","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselfallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}]  }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:35:22 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"151"},{"key":"ETag","value":"W/\"97-6lD853/4qoNaJU8dPYgDurhLMHw\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"allowselfallowance\": false,\n    \"message\": \"account specified transfer allowance is not set for '0x314ef41554dc423c88836dcdce55b3f61d1804b1'\"\n}"}],"_postman_id":"3550e1a0-5b62-40c8-8e83-a536fe0606c3"},{"name":"getselfminimumallowance","id":"67930ef3-3e05-41e4-a0de-b3c78fbf0f86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfminimumallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}]  }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/","urlObject":{"protocol":"http","path":["api","currency","naira",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"56242778-700b-4c55-abce-6d6981483b1a","name":"getselfminimumallowance","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfminimumallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}]  }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:35:29 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"161"},{"key":"ETag","value":"W/\"a1-v8OL2NnHuY929frJNzAocv2QcO4\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"selfminimumallowance\": \"0\",\n    \"message\": \"naira account specified minimum transfer allowance for '0x314ef41554dc423c88836dcdce55b3f61d1804b1' is '0'\"\n}"}],"_postman_id":"67930ef3-3e05-41e4-a0de-b3c78fbf0f86"},{"name":"getselfmaximumallowance","id":"570d9ba4-8bd6-44bf-a397-54858b3eba24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfmaximumallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}]  }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/","urlObject":{"protocol":"http","path":["api","currency","naira",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"92fe0c9a-a552-43aa-b892-1062aa2d07c5","name":"getselfmaximumallowance","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfmaximumallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}]  }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:35:39 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"161"},{"key":"ETag","value":"W/\"a1-xvgoGmoKH0i+4YRGJtG0DT6z6y0\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"selfmaximumallowance\": \"0\",\n    \"message\": \"naira account specified maximum transfer allowance for '0x314ef41554dc423c88836dcdce55b3f61d1804b1' is '0'\"\n}"}],"_postman_id":"570d9ba4-8bd6-44bf-a397-54858b3eba24"},{"name":"getselfallowance","id":"e0417c8d-385f-4a46-b916-4802f0618405","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}]  }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/","urlObject":{"protocol":"http","path":["api","currency","naira",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"3c6b4c30-f493-4baa-af8e-28c0db0c3bba","name":"getselfallowance","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}]  }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:35:46 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"203"},{"key":"ETag","value":"W/\"cb-BtXdW/AThBwawcrWs3ezqgXP/tw\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"selfminimumallowance\": \"0\",\n    \"selfmaximumallowance\": \"0\",\n    \"message\": \"naira account specified minimum / maximum transfer allowance for '0x314ef41554dc423c88836dcdce55b3f61d1804b1' are '0 / 0'\"\n}"}],"_postman_id":"e0417c8d-385f-4a46-b916-4802f0618405"},{"name":"getallowselftorobuyfee","id":"5ad43dbe-f297-4748-a83a-10c907d9d9f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselftorobuyfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/","urlObject":{"protocol":"http","path":["api","currency","naira",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"18e4f253-1fdf-44c0-906e-2b32bb0c1bce","name":"getallowselftorobuyfee","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselftorobuyfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:35:54 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"142"},{"key":"ETag","value":"W/\"8e-TpPo1Ris+e9EpsIetkS3vmiWk24\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"allowselfbuyfee\": false,\n    \"message\": \"account specified toro buy fee is not set for '0x314ef41554dc423c88836dcdce55b3f61d1804b1'\"\n}"}],"_postman_id":"5ad43dbe-f297-4748-a83a-10c907d9d9f7"},{"name":"getselftorobuyfeefixed","id":"db5754f2-b6ec-4dde-9fbd-867b29cd2141","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftorobuyfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/","urlObject":{"protocol":"http","path":["api","currency","naira",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"d8270fbb-c5e8-423f-8538-30f24b8dcbd3","name":"getselftorobuyfeefixed","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftorobuyfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:36:01 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"154"},{"key":"ETag","value":"W/\"9a-Bic5sdMw7HTXXqENOvPcBAAbaIM\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"selfbuyfeefixed\": \"0\",\n    \"message\": \"naira account specified naira fixed toro buy fee for '0x314ef41554dc423c88836dcdce55b3f61d1804b1' is '0'\"\n}"}],"_postman_id":"db5754f2-b6ec-4dde-9fbd-867b29cd2141"},{"name":"getselftorobuyfeepercentage","id":"14eeddc2-d3d2-4732-a51c-242516f6598f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftorobuyfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/","urlObject":{"protocol":"http","path":["api","currency","naira",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"6691fb7b-4486-4979-941b-eb257271f42e","name":"getselftorobuyfeepercentage","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftorobuyfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:36:13 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"164"},{"key":"ETag","value":"W/\"a4-+hgV2SdBjS05DfdVqnIoPFzUAuM\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"selfbuyfeepercentage\": \"0\",\n    \"message\": \"naira account specified naira percentage toro buy fee for '0x314ef41554dc423c88836dcdce55b3f61d1804b1' is '0'\"\n}"}],"_postman_id":"14eeddc2-d3d2-4732-a51c-242516f6598f"},{"name":"getselftorobuyfee","id":"9e15f7f4-1274-4259-beb0-42eaed2e2149","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftorobuyfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/","urlObject":{"protocol":"http","path":["api","currency","naira",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"89a7910d-3024-46b9-96f7-4515c3290a1b","name":"getselftorobuyfee","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftorobuyfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:36:19 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"199"},{"key":"ETag","value":"W/\"c7-TrrS0qU727SuaoOHTRf1YS9lk5Y\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"selfbuyfeefixed\": \"0\",\n    \"selfbuyfeepercentage\": \"0\",\n    \"message\": \"naira account specified naira fixed / percentage toro buy fee for '0x314ef41554dc423c88836dcdce55b3f61d1804b1' are '0 / 0'\"\n}"}],"_postman_id":"9e15f7f4-1274-4259-beb0-42eaed2e2149"},{"name":"getallowselftorosellfee","id":"175b0712-a184-4ebe-9be0-56df99647066","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselftorosellfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/","urlObject":{"protocol":"http","path":["api","currency","naira",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"6de9227f-f175-4168-8771-b765570d2378","name":"getallowselftorosellfee","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselftorosellfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:36:25 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"144"},{"key":"ETag","value":"W/\"90-yORsdMDINGeWUb8bsNru8MALy1E\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"allowselfsellfee\": false,\n    \"message\": \"account specified toro sell fee is not set for '0x314ef41554dc423c88836dcdce55b3f61d1804b1'\"\n}"}],"_postman_id":"175b0712-a184-4ebe-9be0-56df99647066"},{"name":"getselftorosellfeefixed","id":"3ff7cf91-946b-4efd-ac48-e4d6e2f48076","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftorosellfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/","urlObject":{"protocol":"http","path":["api","currency","naira",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"f3254148-4806-41d2-a4c0-a4f7114ae7f3","name":"getselftorosellfeefixed","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftorosellfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:36:32 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"156"},{"key":"ETag","value":"W/\"9c-mzPwH0I9kWVmeYuoNdfYKKOIvG8\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"selfsellfeefixed\": \"0\",\n    \"message\": \"naira account specified naira fixed toro sell fee for '0x314ef41554dc423c88836dcdce55b3f61d1804b1' is '0'\"\n}"}],"_postman_id":"3ff7cf91-946b-4efd-ac48-e4d6e2f48076"},{"name":"getselftorosellfeepercentage","id":"42e0a05a-33b0-43f1-ba2c-328ba9dcf76f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftorosellfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/","urlObject":{"protocol":"http","path":["api","currency","naira",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"a6e3a257-8edc-44ab-aad4-94bf4b77dc9a","name":"getselftorosellfeepercentage","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftorosellfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:36:39 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"166"},{"key":"ETag","value":"W/\"a6-8Fv8kGva7ugVy0pGx4PhmZf6+Kg\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"selfsellfeepercentage\": \"0\",\n    \"message\": \"naira account specified naira percentage toro sell fee for '0x314ef41554dc423c88836dcdce55b3f61d1804b1' is '0'\"\n}"}],"_postman_id":"42e0a05a-33b0-43f1-ba2c-328ba9dcf76f"},{"name":"getselftorosellfee","id":"d2cf6710-16bd-4172-abcd-217ed19cd0bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftorosellfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/","urlObject":{"protocol":"http","path":["api","currency","naira",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"3b467db5-7c9f-48ce-a085-d7fbccb101e6","name":"getselftorosellfee","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftorosellfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:36:46 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"202"},{"key":"ETag","value":"W/\"ca-QuC8CP4i4lN8b7zNazmUtiJPy2w\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"selfsellfeefixed\": \"0\",\n    \"selfsellfeepercentage\": \"0\",\n    \"message\": \"naira account specified naira fixed / percentage toro sell fee for '0x314ef41554dc423c88836dcdce55b3f61d1804b1' are '0 / 0'\"\n}"}],"_postman_id":"d2cf6710-16bd-4172-abcd-217ed19cd0bd"},{"name":"getallowselfcurrencyimportfee","id":"ad0c1a2b-b8f1-492b-81b4-c4e61a3e838f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselfcurrencyimportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/","urlObject":{"protocol":"http","path":["api","currency","naira",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"2ab1e525-df75-4850-b148-30ae117deb6c","name":"getallowselfcurrencyimportfee","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselfcurrencyimportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:36:57 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"143"},{"key":"ETag","value":"W/\"8f-OTqnmc46OaJUNm+GMPb5cY9pWZQ\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"allowselfimportfee\": false,\n    \"message\": \"account specified import fee is not set for '0x314ef41554dc423c88836dcdce55b3f61d1804b1'\"\n}"}],"_postman_id":"ad0c1a2b-b8f1-492b-81b4-c4e61a3e838f"},{"name":"getselfcurrencyimportfeefixed","id":"f46ae1a6-42ff-4a27-a422-6065d94c3afb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfcurrencyimportfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/","urlObject":{"protocol":"http","path":["api","currency","naira",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"0e06a8c1-fe11-4d33-b668-44e91d3a881d","name":"getselfcurrencyimportfeefixed","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfcurrencyimportfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:37:10 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"149"},{"key":"ETag","value":"W/\"95-ZfEglN5a1nvs4IvIGYCygglzsFw\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"selfimportfeefixed\": \"0\",\n    \"message\": \"naira account specified fixed import fee for '0x314ef41554dc423c88836dcdce55b3f61d1804b1' is '0'\"\n}"}],"_postman_id":"f46ae1a6-42ff-4a27-a422-6065d94c3afb"},{"name":"getselfcurrencyimportfeepercentage","id":"00f70e00-d156-48b5-ac67-5690025d1a10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfcurrencyimportfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/","urlObject":{"protocol":"http","path":["api","currency","naira",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"46bd0d0d-8210-403d-9275-5c42b61dc37e","name":"getselfcurrencyimportfeepercentage","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfcurrencyimportfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:37:04 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"159"},{"key":"ETag","value":"W/\"9f-qszzsjYMiB4U3eFEB0lV0Sih8E4\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"selfimportfeepercentage\": \"0\",\n    \"message\": \"naira account specified percentage import fee for '0x314ef41554dc423c88836dcdce55b3f61d1804b1' is '0'\"\n}"}],"_postman_id":"00f70e00-d156-48b5-ac67-5690025d1a10"},{"name":"getselfcurrencyimportfee","id":"0d10586b-973b-403e-9b7b-c8b685b52db6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfcurrencyimportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/","urlObject":{"protocol":"http","path":["api","currency","naira",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"d4303e00-d381-478e-99e5-81dd8e95f4b6","name":"getselfcurrencyimportfee","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfcurrencyimportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:37:17 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"197"},{"key":"ETag","value":"W/\"c5-t3tj3m5tm0HUJ+CoabnOXicNRDA\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"selfimportfeefixed\": \"0\",\n    \"selfimportfeepercentage\": \"0\",\n    \"message\": \"naira account specified fixed / percentage import fee for '0x314ef41554dc423c88836dcdce55b3f61d1804b1' are '0 / 0'\"\n}"}],"_postman_id":"0d10586b-973b-403e-9b7b-c8b685b52db6"},{"name":"getallowselfcurrencyexportfee","id":"40a9b481-edc1-413e-bfcc-e160372da6f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselfcurrencyexportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/","urlObject":{"protocol":"http","path":["api","currency","naira",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"1205f6a2-6895-4e04-a216-2b6201de09e1","name":"getallowselfcurrencyexportfee","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselfcurrencyexportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:37:24 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"143"},{"key":"ETag","value":"W/\"8f-ysRqI9XZf3gfMJiGvG6FM3F0EdA\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"allowselfexportfee\": false,\n    \"message\": \"account specified export fee is not set for '0x314ef41554dc423c88836dcdce55b3f61d1804b1'\"\n}"}],"_postman_id":"40a9b481-edc1-413e-bfcc-e160372da6f5"},{"name":"getselfcurrencyexportfeefixed","id":"8c02bba9-b17e-4410-b74e-914196bad7ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfcurrencyexportfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/","urlObject":{"protocol":"http","path":["api","currency","naira",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"df6d40a5-1718-422b-8313-0dcd011f8591","name":"getselfcurrencyexportfeefixed","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfcurrencyexportfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:37:31 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"149"},{"key":"ETag","value":"W/\"95-RTL/w484T0c+D5j7ucBeBs1JsKs\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"selfexportfeefixed\": \"0\",\n    \"message\": \"naira account specified fixed export fee for '0x314ef41554dc423c88836dcdce55b3f61d1804b1' is '0'\"\n}"}],"_postman_id":"8c02bba9-b17e-4410-b74e-914196bad7ca"},{"name":"getselfcurrencyexportfeepercentage","id":"5fa66596-80fd-422f-bfb7-aa4ccd1b9f6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfcurrencyexportfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/","urlObject":{"protocol":"http","path":["api","currency","naira",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"80f2a48f-4973-4c1f-abea-fa2a62504d68","name":"getselfcurrencyexportfeepercentage","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfcurrencyexportfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:37:38 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"159"},{"key":"ETag","value":"W/\"9f-8E/Bxx0dHeABXqh38b469Y6S+rE\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"selfexportfeepercentage\": \"0\",\n    \"message\": \"naira account specified percentage export fee for '0x314ef41554dc423c88836dcdce55b3f61d1804b1' is '0'\"\n}"}],"_postman_id":"5fa66596-80fd-422f-bfb7-aa4ccd1b9f6b"},{"name":"getselfcurrencyexportfee","id":"03c24c46-ba62-494f-bdd5-ab2946b917db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfcurrencyexportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/","urlObject":{"protocol":"http","path":["api","currency","naira",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"e3f1d400-f583-4684-b032-5ed83e7a4b4d","name":"getselfcurrencyexportfee","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfcurrencyexportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:37:45 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"197"},{"key":"ETag","value":"W/\"c5-MEcDywOwg30XPt+fTWjQlUcKguI\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"selfexportfeefixed\": \"0\",\n    \"selfexportfeepercentage\": \"0\",\n    \"message\": \"naira account specified fixed / percentage export fee for '0x314ef41554dc423c88836dcdce55b3f61d1804b1' are '0 / 0'\"\n}"}],"_postman_id":"03c24c46-ba62-494f-bdd5-ab2946b917db"},{"name":"istransferon","id":"548fd5f6-d826-45a0-88db-9faf9b455acb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"istransferon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/","urlObject":{"protocol":"http","path":["api","currency","naira",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"6bfd3063-69d8-4142-acc7-3465e3360ae5","name":"istransferon","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"istransferon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:37:53 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"73"},{"key":"ETag","value":"W/\"49-YQX7so8nDDinQJ2JXrJHt49bxpg\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"istransferon\": true,\n    \"message\": \"naira transfer is allowed\"\n}"}],"_postman_id":"548fd5f6-d826-45a0-88db-9faf9b455acb"},{"name":"isbuyon","id":"2ea48532-c15c-422f-a13e-791d769f3d52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isbuyon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/","urlObject":{"protocol":"http","path":["api","currency","naira",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"b19efbd3-6af2-4c66-a56b-c8d3739ffe35","name":"isbuyon","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isbuyon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:38:00 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"78"},{"key":"ETag","value":"W/\"4e-AKuz+JtC/c7s0rbMS8GqmzaZHeg\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"istransferon\": true,\n    \"message\": \"toro buy with naira is allowed\"\n}"}],"_postman_id":"2ea48532-c15c-422f-a13e-791d769f3d52"},{"name":"issellon","id":"84ea957e-3762-4620-b841-86c3bfa1749a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"issellon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/","urlObject":{"protocol":"http","path":["api","currency","naira",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"849cacd1-20c5-4a39-8df4-48cee3007163","name":"issellon","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"issellon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:38:08 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"77"},{"key":"ETag","value":"W/\"4d-/2JMWKJdY8O01h1HRZ28HfEr9I4\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"istransferon\": true,\n    \"message\": \"sell toro to naira is allowed\"\n}"}],"_postman_id":"84ea957e-3762-4620-b841-86c3bfa1749a"},{"name":"isimporton","id":"db8ec701-cb7d-4b45-a134-5680658a523c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isimporton\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/","urlObject":{"protocol":"http","path":["api","currency","naira",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"8a4f30b9-4e44-45d3-ab8f-5bb840edbdb5","name":"isimporton","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isimporton\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:38:17 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"67"},{"key":"ETag","value":"W/\"43-QNlSo7X21JJxWQ3zGSO2v2Nepz4\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"isminton\": true,\n    \"message\": \"naira import is allowed\"\n}"}],"_postman_id":"db8ec701-cb7d-4b45-a134-5680658a523c"},{"name":"isexporton","id":"9d10e2ec-3b5b-47c2-a2ef-2857322ae13b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isexporton\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/","urlObject":{"protocol":"http","path":["api","currency","naira",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"02e23198-2a1c-4d81-9676-e65cf4fcf44f","name":"isexporton","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isexporton\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:38:26 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"67"},{"key":"ETag","value":"W/\"43-crgGx2NXL0ZiLFFIyBiMPHwRjBE\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"isburnon\": true,\n    \"message\": \"naira export is allowed\"\n}"}],"_postman_id":"9d10e2ec-3b5b-47c2-a2ef-2857322ae13b"}],"id":"07b2c954-cc68-44fc-88b3-7f45cac05630","_postman_id":"07b2c954-cc68-44fc-88b3-7f45cac05630","description":""},{"name":"/ow","item":[{"name":"initnairacurrency","id":"503043d7-1aed-450f-ac24-a528384a685f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"initnairacurrency\", \"params\":[{\"name\":\"owner\", \"value\":\"0x43F78b342084e370f10e0Cd07d56d95c1728C9D4\"}, {\"name\":\"ownerpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ow","urlObject":{"protocol":"http","path":["api","currency","naira","ow"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"503043d7-1aed-450f-ac24-a528384a685f"},{"name":"initnairacurrency","id":"6e7c9007-af01-4eb3-8ed5-942bfc5fc702","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"initnairacurrency\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ow","urlObject":{"protocol":"http","path":["api","currency","naira","ow"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6e7c9007-af01-4eb3-8ed5-942bfc5fc702"},{"name":"setreserve","id":"541fdc91-6ba9-4ef8-a3bd-19ef03f9c67b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setreserve\", \"params\":[{\"name\":\"owner\", \"value\":\"0x43F78b342084e370f10e0Cd07d56d95c1728C9D4\"}, {\"name\":\"ownerpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ow","urlObject":{"protocol":"http","path":["api","currency","naira","ow"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"541fdc91-6ba9-4ef8-a3bd-19ef03f9c67b"},{"name":"setreserve","id":"2f693f4b-d427-4ada-a68c-c88fda2be5f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setreserve\", \"params\":[{\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ow","urlObject":{"protocol":"http","path":["api","currency","naira","ow"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"2f693f4b-d427-4ada-a68c-c88fda2be5f9"}],"id":"25febf32-d2d2-4165-9730-1ac9ca35bb4d","_postman_id":"25febf32-d2d2-4165-9730-1ac9ca35bb4d","description":""},{"name":"/sa","item":[{"name":"setexchangerate","id":"8d323944-826b-43cd-834f-8c379e017f94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setexchangerate\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"1.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"8d323944-826b-43cd-834f-8c379e017f94"},{"name":"setexchangerate","id":"a368f366-a1f4-4cea-bb5d-8ad1414173dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setexchangerate\", \"params\":[ {\"name\":\"val\", \"value\":\"1.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a368f366-a1f4-4cea-bb5d-8ad1414173dc"},{"name":"setminimumallowance","id":"d3d2a5e3-7730-44f5-a584-41535a9d4291","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setminimumallowance\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"0.1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d3d2a5e3-7730-44f5-a584-41535a9d4291"},{"name":"setminimumallowance","id":"715adaad-fa95-4a28-a066-7f756fc9091c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setminimumallowance\", \"params\":[{\"name\":\"val\", \"value\":\"0.1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"715adaad-fa95-4a28-a066-7f756fc9091c"},{"name":"setmaximumallowance","id":"d93d755a-9c5f-4b0c-8e11-7f3fc5f92637","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setmaximumallowance\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"10000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d93d755a-9c5f-4b0c-8e11-7f3fc5f92637"},{"name":"setmaximumallowance","id":"3b7a90e7-9916-4906-a799-3878ec27e8a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setmaximumallowance\", \"params\":[{\"name\":\"val\", \"value\":\"10000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"3b7a90e7-9916-4906-a799-3878ec27e8a5"},{"name":"setallowance","id":"fc09d4f9-12b1-4064-b1fa-0ea030d23b3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setallowance\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"min\", \"value\":\"0.1\"}, {\"name\":\"max\", \"value\":\"10000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"fc09d4f9-12b1-4064-b1fa-0ea030d23b3a"},{"name":"setallowance","id":"5b822247-543a-49eb-8602-cc8f40ed1613","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setallowance\", \"params\":[{\"name\":\"min\", \"value\":\"0.1\"}, {\"name\":\"max\", \"value\":\"10000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5b822247-543a-49eb-8602-cc8f40ed1613"},{"name":"settransactionfeefixed","id":"a3531fda-751a-4a2e-8ba7-d0b1ee1a1741","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransactionfeefixed\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"0.02\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a3531fda-751a-4a2e-8ba7-d0b1ee1a1741"},{"name":"settransactionfeefixed","id":"7ccce7a6-f670-4813-ad04-cf8156b26480","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setminimumallowance\", \"params\":[{\"name\":\"val\", \"value\":\"0.1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7ccce7a6-f670-4813-ad04-cf8156b26480"},{"name":"settransactionfeepercentage","id":"64044ae6-4d79-4028-bfc0-b52494821afc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransactionfeepercentage\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"64044ae6-4d79-4028-bfc0-b52494821afc"},{"name":"settransactionfeepercentage","id":"d6c01131-7356-422e-a490-6086a8199d67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransactionfeepercentage\", \"params\":[{\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d6c01131-7356-422e-a490-6086a8199d67"},{"name":"settransactionfee","id":"64996f6f-b5f8-4810-b407-0a897c6e912c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransactionfee\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"64996f6f-b5f8-4810-b407-0a897c6e912c"},{"name":"settransactionfee","id":"21d6264d-a2cb-4206-9f1c-72582e9bed2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransactionfee\", \"params\":[{\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"21d6264d-a2cb-4206-9f1c-72582e9bed2a"},{"name":"settoller","id":"47d93f01-1b88-4678-8723-ad893aa54661","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settoller\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"47d93f01-1b88-4678-8723-ad893aa54661"},{"name":"settoller","id":"316f5bd3-f37a-44fe-a3d8-73840d932a05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settoller\", \"params\":[{\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"316f5bd3-f37a-44fe-a3d8-73840d932a05"},{"name":"setcommissionaddress","id":"1c805811-ef6d-445e-989a-ef7692ec72d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcommissionaddress\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1c805811-ef6d-445e-989a-ef7692ec72d5"},{"name":"setcommissionaddress","id":"42a7f85c-e3d2-4cc2-ae38-9e10a070e0db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcommissionaddress\", \"params\":[{\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"42a7f85c-e3d2-4cc2-ae38-9e10a070e0db"},{"name":"setcommissionpercentage","id":"d362cf89-789f-4d48-9ff7-e244e71ecd86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcommissionpercentage\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d362cf89-789f-4d48-9ff7-e244e71ecd86"},{"name":"setcommissionpercentage","id":"fb37f6f1-baa7-4db3-8257-a5f7f1099f2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcommissionpercentage\", \"params\":[{\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"fb37f6f1-baa7-4db3-8257-a5f7f1099f2d"},{"name":"setcommission","id":"4f43a45b-3484-4345-a445-c1d7efe30c60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcommission\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"percentage\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4f43a45b-3484-4345-a445-c1d7efe30c60"},{"name":"setcommission","id":"4bfdd4a9-fd37-426e-b30e-99e91fd702d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcommission\", \"params\":[{\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"percentage\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4bfdd4a9-fd37-426e-b30e-99e91fd702d3"},{"name":"settorobuyfeefixed","id":"b6a95808-857c-4169-aa20-13e4fd076040","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorobuyfeefixed\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b6a95808-857c-4169-aa20-13e4fd076040"},{"name":"settorobuyfeefixed","id":"b6e35126-efac-4e54-a032-5fd04abd899d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorobuyfeefixed\", \"params\":[ {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b6e35126-efac-4e54-a032-5fd04abd899d"},{"name":"settorobuyfeepercentage","id":"4ba5fb78-5124-4500-b30b-29044b0cd197","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorobuyfeepercentage\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4ba5fb78-5124-4500-b30b-29044b0cd197"},{"name":"settorobuyfeepercentage","id":"534cee46-1e96-4b2c-9302-9214d03610bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorobuyfeepercentage\", \"params\":[ {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"534cee46-1e96-4b2c-9302-9214d03610bd"},{"name":"settorobuyfee","id":"100ee3a1-8573-42b1-b62b-9a86ce1a26f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorobuyfee\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"fixed\", \"value\":\"0.0\"}, {\"name\":\"percentage\", \"value\":\"0.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"100ee3a1-8573-42b1-b62b-9a86ce1a26f0"},{"name":"settorobuyfee","id":"b01bd4b0-ce04-468b-a5e2-d51abf19d253","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorobuyfee\", \"params\":[ {\"name\":\"fixed\", \"value\":\"0.0\"}, {\"name\":\"percentage\", \"value\":\"0.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b01bd4b0-ce04-468b-a5e2-d51abf19d253"},{"name":"settorosellfeefixed","id":"2f725cd8-9178-4462-8aa8-f2ef0a7ecf42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorosellfeefixed\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"2f725cd8-9178-4462-8aa8-f2ef0a7ecf42"},{"name":"settorosellfeefixed","id":"76400322-30c2-4e3e-a7bd-db3cff87d61e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorosellfeefixed\", \"params\":[ {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"76400322-30c2-4e3e-a7bd-db3cff87d61e"},{"name":"settorosellfeepercentage","id":"e069ef0e-822b-49dd-85d3-86d7a2a448b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorosellfeepercentage\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e069ef0e-822b-49dd-85d3-86d7a2a448b9"},{"name":"settorosellfeepercentage","id":"ab7daad4-2e69-4958-9cba-016a1c3f226e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorosellfeepercentage\", \"params\":[ {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ab7daad4-2e69-4958-9cba-016a1c3f226e"},{"name":"settorosellfee","id":"d0993f2c-bd1d-4877-9ccc-999fc8e3599c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorosellfee\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"fixed\", \"value\":\"0.0\"}, {\"name\":\"percentage\", \"value\":\"0.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d0993f2c-bd1d-4877-9ccc-999fc8e3599c"},{"name":"settorosellfee","id":"343ff5b1-1cb3-4f85-8e7c-4e05e630d132","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorosellfee\", \"params\":[ {\"name\":\"fixed\", \"value\":\"0.0\"}, {\"name\":\"percentage\", \"value\":\"0.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"343ff5b1-1cb3-4f85-8e7c-4e05e630d132"},{"name":"setcurrencyimportfeefixed","id":"87db7aff-aada-4ad5-9441-47785bee9968","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyimportfeefixed\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"87db7aff-aada-4ad5-9441-47785bee9968"},{"name":"setcurrencyimportfeefixed","id":"a34ce25a-fc78-4e80-94d4-66282465c7e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyimportfeefixed\", \"params\":[ {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a34ce25a-fc78-4e80-94d4-66282465c7e6"},{"name":"setcurrencyimportfeepercentage","id":"4cad1e9d-9766-41e0-9f72-dfdd731ac0ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyimportfeepercentage\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4cad1e9d-9766-41e0-9f72-dfdd731ac0ec"},{"name":"setcurrencyimportfeepercentage","id":"56439c56-4023-4d2e-a3d5-7531b5946c3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyimportfeepercentage\", \"params\":[ {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"56439c56-4023-4d2e-a3d5-7531b5946c3b"},{"name":"setcurrencyimportfee","id":"fe7f46ad-f6df-4615-ab6d-8b796949ee39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyimportfee\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"fixed\", \"value\":\"0.0\"}, {\"name\":\"percentage\", \"value\":\"0.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"fe7f46ad-f6df-4615-ab6d-8b796949ee39"},{"name":"setcurrencyimportfee","id":"629ff1ed-b589-4394-8a37-0343487f5a05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyimportfee\", \"params\":[ {\"name\":\"fixed\", \"value\":\"0.0\"}, {\"name\":\"percentage\", \"value\":\"0.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"629ff1ed-b589-4394-8a37-0343487f5a05"},{"name":"setcurrencyexportfeefixed","id":"e8218f0f-c051-48c8-81d6-ea7cc96016a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyexportfeefixed\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e8218f0f-c051-48c8-81d6-ea7cc96016a8"},{"name":"setcurrencyexportfeefixed","id":"b0c9532d-221c-4f05-89a1-b79ee7596528","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyexportfeefixed\", \"params\":[ {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b0c9532d-221c-4f05-89a1-b79ee7596528"},{"name":"setcurrencyexportfeepercentage","id":"7f967795-4cfb-4737-8640-0a6e4749a2ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyexportfeepercentage\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7f967795-4cfb-4737-8640-0a6e4749a2ff"},{"name":"setcurrencyexportfeepercentage","id":"b0779a55-4589-4739-ae44-b23513f4d3de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyexportfeepercentage\", \"params\":[ {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b0779a55-4589-4739-ae44-b23513f4d3de"},{"name":"setcurrencyexportfee","id":"7ff7340e-1467-489e-b10c-7782badd694d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyexportfee\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"fixed\", \"value\":\"0.0\"}, {\"name\":\"percentage\", \"value\":\"0.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7ff7340e-1467-489e-b10c-7782badd694d"},{"name":"setcurrencyexportfee","id":"b4a50ad5-5633-457a-894a-fae25163a648","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyexportfee\", \"params\":[ {\"name\":\"fixed\", \"value\":\"0.0\"}, {\"name\":\"percentage\", \"value\":\"0.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b4a50ad5-5633-457a-894a-fae25163a648"},{"name":"allowselfenroll","id":"13454875-7956-47a1-a59b-1f7d765c4961","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfenroll\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"13454875-7956-47a1-a59b-1f7d765c4961"},{"name":"allowselfenroll","id":"dc78477a-2c11-494e-916e-94d2e9fafdad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfenroll\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"dc78477a-2c11-494e-916e-94d2e9fafdad"},{"name":"disallowselfenroll","id":"762b675e-0d91-44e4-b92f-e06bccb6a50b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfenroll\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"762b675e-0d91-44e4-b92f-e06bccb6a50b"},{"name":"disallowselfenroll","id":"59e71b9d-aea1-4055-adc3-aa1b8ab32d87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfenroll\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"59e71b9d-aea1-4055-adc3-aa1b8ab32d87"},{"name":"settransferon","id":"4da06722-b40a-4856-9ef1-a3ca9b1a4058","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransferon\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4da06722-b40a-4856-9ef1-a3ca9b1a4058"},{"name":"settransferon","id":"5f60f45e-21d7-4f0d-8525-e11606922b11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransferon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5f60f45e-21d7-4f0d-8525-e11606922b11"},{"name":"settransferoff","id":"a5eec9ae-f113-41a8-8020-aede894e60b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransferoff\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a5eec9ae-f113-41a8-8020-aede894e60b1"},{"name":"settransferoff","id":"9bf817f4-e593-40e4-999c-94b7a4ed5267","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransferoff\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"9bf817f4-e593-40e4-999c-94b7a4ed5267"},{"name":"setbuyon","id":"879817bd-5aeb-42fe-a780-d545b1ca59c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setbuyon\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"879817bd-5aeb-42fe-a780-d545b1ca59c2"},{"name":"setbuyon","id":"3e069e54-6d3d-487c-9344-4bf44799bda2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setbuyon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"3e069e54-6d3d-487c-9344-4bf44799bda2"},{"name":"setbuyoff","id":"4e54b819-107e-4192-b28c-da79c530cace","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setbuyoff\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4e54b819-107e-4192-b28c-da79c530cace"},{"name":"setbuyoff","id":"567dfe05-3a81-42c8-a499-282fdff82e15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setbuyoff\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"567dfe05-3a81-42c8-a499-282fdff82e15"},{"name":"setsellon","id":"638cedbd-0300-4ac8-810c-ee3aa574c5bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setsellon\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"638cedbd-0300-4ac8-810c-ee3aa574c5bc"},{"name":"setsellon","id":"f1857433-acf6-4a70-a442-d89b9f55ab8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setsellon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f1857433-acf6-4a70-a442-d89b9f55ab8a"},{"name":"setselloff","id":"21c740f2-b4b9-4603-83d0-4c470d754efe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselloff\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"21c740f2-b4b9-4603-83d0-4c470d754efe"},{"name":"setselloff","id":"bd84e34e-6551-45f1-8b98-fd965cb94d80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselloff\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"bd84e34e-6551-45f1-8b98-fd965cb94d80"},{"name":"setimporton","id":"4ba423c4-2ea5-4544-9e62-e81518b8f588","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setimporton\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4ba423c4-2ea5-4544-9e62-e81518b8f588"},{"name":"setimporton","id":"dbb81672-f038-45f6-b652-343728f41372","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setimporton\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"dbb81672-f038-45f6-b652-343728f41372"},{"name":"setimportoff","id":"a4bb0dde-0665-4f63-b663-d2f7d15dfa34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setimportoff\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a4bb0dde-0665-4f63-b663-d2f7d15dfa34"},{"name":"setimportoff","id":"5cca06ae-4247-4073-8f82-52021b3e27b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setimportoff\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5cca06ae-4247-4073-8f82-52021b3e27b8"},{"name":"setexporton","id":"476a23d5-5b16-42dc-b06a-b23fa2d164e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setexporton\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"476a23d5-5b16-42dc-b06a-b23fa2d164e0"},{"name":"setexporton","id":"1e4c3b47-0dc0-4a9a-84c7-8979d6968f87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setexporton\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1e4c3b47-0dc0-4a9a-84c7-8979d6968f87"},{"name":"setexportoff","id":"f9083fa7-3fda-4932-bedc-4ded0a5fd0ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setexportoff\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f9083fa7-3fda-4932-bedc-4ded0a5fd0ff"},{"name":"setexportoff","id":"d4f637b7-1325-41ec-8b01-9650cd6af354","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setexportoff\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d4f637b7-1325-41ec-8b01-9650cd6af354"},{"name":"importreserve","id":"f8aa1c5e-6ed6-427d-a66d-0ca28ac0f8f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"importreserve\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"100\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f8aa1c5e-6ed6-427d-a66d-0ca28ac0f8f7"},{"name":"importreserve","id":"b8b582b2-451b-4aca-9fdc-aa5794038f41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"importreserve\", \"params\":[{\"name\":\"val\", \"value\":\"100\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b8b582b2-451b-4aca-9fdc-aa5794038f41"},{"name":"exportreserve","id":"bb9c6ce9-baea-4a0f-ac3f-68ed7916ad00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"exportreserve\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"20\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"bb9c6ce9-baea-4a0f-ac3f-68ed7916ad00"},{"name":"exportreserve","id":"ed4b286a-99d1-4b3e-a4d7-a04efbd3e92b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"exportreserve\", \"params\":[{\"name\":\"val\", \"value\":\"20\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ed4b286a-99d1-4b3e-a4d7-a04efbd3e92b"},{"name":"transferfromreserve","id":"a5ba78e8-c140-4528-8ac9-4e0ff603db8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"transferfromreserve\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"20\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a5ba78e8-c140-4528-8ac9-4e0ff603db8b"},{"name":"transferfromreserve","id":"2b245875-16c5-44ac-a6ac-ee249694dbe3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"transferfromreserve\", \"params\":[ {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"20\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"2b245875-16c5-44ac-a6ac-ee249694dbe3"},{"name":"transfertoreserve","id":"e22d7b05-4d20-405f-95a2-13180efd3a1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"transfertoreserve\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e22d7b05-4d20-405f-95a2-13180efd3a1c"},{"name":"transfertoreserve","id":"2d50a39c-4fd6-47e6-8afa-6244387bb26e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"transfertoreserve\", \"params\":[ {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"2d50a39c-4fd6-47e6-8afa-6244387bb26e"},{"name":"reservebuytoro","id":"745814f9-ca41-438b-9062-8c9efa8e1ca3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"reservebuytoro\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"745814f9-ca41-438b-9062-8c9efa8e1ca3"},{"name":"reservebuytoro","id":"ff58645b-4139-4587-9dab-db568670ce28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"reservebuytoro\", \"params\":[{\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ff58645b-4139-4587-9dab-db568670ce28"},{"name":"calculatereservebuyresult","id":"8fb45cc7-1f22-435a-9e20-98e3cf277f5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"calculatereservebuyresult\", \"params\":[{\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"8fb45cc7-1f22-435a-9e20-98e3cf277f5c"},{"name":"reserveselltoro","id":"9e50382a-d203-4269-bb94-18b2b773c5a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"reserveselltoro\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"9e50382a-d203-4269-bb94-18b2b773c5a9"},{"name":"reserveselltoro","id":"a06f6d75-8906-4df9-846a-dfa12411c79b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"reserveselltoro\", \"params\":[{\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a06f6d75-8906-4df9-846a-dfa12411c79b"},{"name":"calculatereservesellresult","id":"8d52f3fe-a3b5-4f33-9be4-0771474f47fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"calculatereservesellresult\", \"params\":[{\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/sa","urlObject":{"protocol":"http","path":["api","currency","naira","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"8d52f3fe-a3b5-4f33-9be4-0771474f47fa"}],"id":"435f224b-2474-4aef-89a0-6c272b1b39ac","_postman_id":"435f224b-2474-4aef-89a0-6c272b1b39ac","description":""},{"name":"/cl","item":[{"name":"transfer","id":"e17b5384-8655-42e3-aafc-f03a600bdfa3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"transfer\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"clientpwd\", \"value\":\"toronet\"}, {\"name\":\"to\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/cl","description":"<p>This call is used to make tNGN transfers from a wallet to another.</p>\n<p>This call requires</p>\n","urlObject":{"protocol":"http","path":["api","currency","naira","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e17b5384-8655-42e3-aafc-f03a600bdfa3"},{"name":"transfer","id":"41f09c93-d7b3-496f-8e91-cb1b8cac9f8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"transfer\", \"params\":[{\"name\":\"to\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/cl","urlObject":{"protocol":"http","path":["api","currency","naira","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"41f09c93-d7b3-496f-8e91-cb1b8cac9f8c"},{"name":"calculatetxfee","id":"63145ca7-e5f3-46fa-ad4a-02e69c55cc8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"calculatetxfee\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/cl","urlObject":{"protocol":"http","path":["api","currency","naira","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"63145ca7-e5f3-46fa-ad4a-02e69c55cc8d"},{"name":"buytoro","id":"8fc41d18-c435-4485-83c5-f52d6a3d042a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"buytoro\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"clientpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/cl","urlObject":{"protocol":"http","path":["api","currency","naira","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"8fc41d18-c435-4485-83c5-f52d6a3d042a"},{"name":"buytoro","id":"596c9656-f6b9-49f8-b63a-f09bb046541e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"buytoro\", \"params\":[{\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/cl","urlObject":{"protocol":"http","path":["api","currency","naira","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"596c9656-f6b9-49f8-b63a-f09bb046541e"},{"name":"calculatebuyfee","id":"a4f3a2d2-a33d-4b90-bb29-0e5575420fd2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"calculatebuyfee\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/cl","urlObject":{"protocol":"http","path":["api","currency","naira","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a4f3a2d2-a33d-4b90-bb29-0e5575420fd2"},{"name":"calculatebuyresult","id":"c67d56a6-e017-435f-ad77-29ef597e67b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"calculatebuyresult\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/cl","urlObject":{"protocol":"http","path":["api","currency","naira","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c67d56a6-e017-435f-ad77-29ef597e67b4"},{"name":"selltoro","id":"2fd0a196-8717-406f-8203-0051dc5c50df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"selltoro\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"clientpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/cl","urlObject":{"protocol":"http","path":["api","currency","naira","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"2fd0a196-8717-406f-8203-0051dc5c50df"},{"name":"selltoro","id":"50319755-996a-4e60-a30a-ccabefa23474","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"selltoro\", \"params\":[{\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/cl","urlObject":{"protocol":"http","path":["api","currency","naira","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"50319755-996a-4e60-a30a-ccabefa23474"},{"name":"calculatesellfee","id":"dc0216f5-f797-4f68-aeb6-cf5bc5a7b15b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"calculatesellfee\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/cl","urlObject":{"protocol":"http","path":["api","currency","naira","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"dc0216f5-f797-4f68-aeb6-cf5bc5a7b15b"},{"name":"calculatesellresult","id":"5c99ddd1-058f-4b1a-81da-5dd96b411041","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"calculatesellresult\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/cl","urlObject":{"protocol":"http","path":["api","currency","naira","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5c99ddd1-058f-4b1a-81da-5dd96b411041"}],"id":"f392f82a-05fb-4b91-a963-c8b218833efb","_postman_id":"f392f82a-05fb-4b91-a963-c8b218833efb","description":""},{"name":"/ad","item":[{"name":"enrollcurrencyaccount","id":"a7a29c61-c96d-4d00-bf0b-03b93fe5196a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"enrollcurrencyaccount\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a7a29c61-c96d-4d00-bf0b-03b93fe5196a"},{"name":"enrollcurrencyaccount","id":"14d7a0ac-5ab7-40c6-b96c-a628e67399a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"enrollcurrencyaccount\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"14d7a0ac-5ab7-40c6-b96c-a628e67399a2"},{"name":"disenrollcurrencyaccount","id":"918dcc7e-a5f8-4342-af86-863822e62423","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disenrollcurrencyaccount\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"918dcc7e-a5f8-4342-af86-863822e62423"},{"name":"disenrollcurrencyaccount","id":"ad66cc34-e910-4460-a4b7-83a8fb72c75d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disenrollcurrencyaccount\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ad66cc34-e910-4460-a4b7-83a8fb72c75d"},{"name":"freezecurrencyaccount","id":"bdecfa9c-e226-4eab-bc1c-6187c6a63c56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"freezecurrencyaccount\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"bdecfa9c-e226-4eab-bc1c-6187c6a63c56"},{"name":"freezecurrencyaccount","id":"56c145c2-880c-4a06-b2ac-2db5bd0c9ee5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"freezecurrencyaccount\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"56c145c2-880c-4a06-b2ac-2db5bd0c9ee5"},{"name":"unfreezecurrencyaccount","id":"c7a5d90b-9886-46a6-8d5a-bf8655861338","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"unfreezecurrencyaccount\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c7a5d90b-9886-46a6-8d5a-bf8655861338"},{"name":"unfreezecurrencyaccount","id":"0edc4ebc-0b41-49b8-9517-b298cf017dda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"unfreezecurrencyaccount\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"0edc4ebc-0b41-49b8-9517-b298cf017dda"},{"name":"allowselfallowance","id":"bd46d47d-ec0b-41de-993f-98000ca76c35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfallowance\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"bd46d47d-ec0b-41de-993f-98000ca76c35"},{"name":"allowselfallowance","id":"0daf1125-df00-4a69-8a79-f28d0f038dd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfallowance\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"0daf1125-df00-4a69-8a79-f28d0f038dd3"},{"name":"disallowselfallowance","id":"e806b840-3921-4575-b77f-7c52b7a5a201","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfallowance\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e806b840-3921-4575-b77f-7c52b7a5a201"},{"name":"disallowselfallowance","id":"4e08da8a-c469-4658-8a36-c25780a595dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4e08da8a-c469-4658-8a36-c25780a595dc"},{"name":"setselfminimumallowance","id":"169e39cf-7263-4c18-80a3-7466d00419b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfminimumallowance\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"169e39cf-7263-4c18-80a3-7466d00419b2"},{"name":"setselfminimumallowance","id":"453a90ad-f2cc-42b5-a75e-33b448d8fed5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfminimumallowance\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"453a90ad-f2cc-42b5-a75e-33b448d8fed5"},{"name":"setselfmaximumallowance","id":"1db04619-0b59-4a0b-9e79-85a44359acfd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfmaximumallowance\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"20000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1db04619-0b59-4a0b-9e79-85a44359acfd"},{"name":"setselfmaximumallowance","id":"1f5eb3ef-7bc3-4f67-b700-bf4220ab4edf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfmaximumallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"20000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1f5eb3ef-7bc3-4f67-b700-bf4220ab4edf"},{"name":"setselfallowance","id":"6280a530-34b7-4c2d-b4aa-330022055f92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfallowance\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"min\", \"value\":\"0.1\"}, {\"name\":\"max\", \"value\":\"10000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6280a530-34b7-4c2d-b4aa-330022055f92"},{"name":"setselfallowance","id":"57c9600a-c24d-4c5e-86cc-5313e3a7c47c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"min\", \"value\":\"0.1\"}, {\"name\":\"max\", \"value\":\"10000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"57c9600a-c24d-4c5e-86cc-5313e3a7c47c"},{"name":"allowselftransactionfee","id":"ca6cc6e4-1de4-4721-a24b-0148a0c2199d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselftransactionfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ca6cc6e4-1de4-4721-a24b-0148a0c2199d"},{"name":"allowselftransactionfee","id":"27d23441-a394-41ab-a310-6c8d8c070027","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselftransactionfee\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"27d23441-a394-41ab-a310-6c8d8c070027"},{"name":"disallowselftransactionfee","id":"6672e3e9-6c4b-4180-bd5d-62cea3f6e47f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselftransactionfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6672e3e9-6c4b-4180-bd5d-62cea3f6e47f"},{"name":"disallowselftransactionfee","id":"1370b5a7-26f7-4f23-a468-56eecd891b3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselftransactionfee\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1370b5a7-26f7-4f23-a468-56eecd891b3e"},{"name":"setselftransactionfeefixed","id":"e4e4bffa-a6a5-4cc2-a703-9a29a8eb3363","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftransactionfeefixed\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e4e4bffa-a6a5-4cc2-a703-9a29a8eb3363"},{"name":"setselftransactionfeefixed","id":"11635464-429f-4575-8b78-f6f7589ed900","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftransactionfeefixed\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"11635464-429f-4575-8b78-f6f7589ed900"},{"name":"setselftransactionfeepercentage","id":"01a2248e-73d9-4165-9789-d2f2a62cac64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftransactionfeepercentage\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"01a2248e-73d9-4165-9789-d2f2a62cac64"},{"name":"setselftransactionfeepercentage","id":"ad8f3d3c-26bd-4a89-8c20-711ed4c704ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftransactionfeepercentage\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ad8f3d3c-26bd-4a89-8c20-711ed4c704ad"},{"name":"setselftransactionfee","id":"2be6d0fd-cedd-4f70-b2c2-4508d0c0d780","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftransactionfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"2be6d0fd-cedd-4f70-b2c2-4508d0c0d780"},{"name":"setselftransactionfee","id":"c23f4a77-dd3e-4cb6-bef2-88144eb982fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftransactionfee\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c23f4a77-dd3e-4cb6-bef2-88144eb982fe"},{"name":"allowselftorobuyfee","id":"fab4f2c1-6072-418b-9c48-31ad90277983","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselftorobuyfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"fab4f2c1-6072-418b-9c48-31ad90277983"},{"name":"allowselftorobuyfee","id":"42129396-3c50-4f8b-a324-f21065a7a72d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselftorobuyfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"42129396-3c50-4f8b-a324-f21065a7a72d"},{"name":"disallowselftorobuyfee","id":"e137ef53-519a-4c03-8efe-7c3af61c8197","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselftorobuyfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e137ef53-519a-4c03-8efe-7c3af61c8197"},{"name":"disallowselftorobuyfee","id":"9f67fc14-a74c-454a-af0d-e5e6422bce68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselftorobuyfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"9f67fc14-a74c-454a-af0d-e5e6422bce68"},{"name":"setselftorobuyfeefixed","id":"ec54f536-091c-4f33-947d-d5ab7dbfd790","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorobuyfeefixed\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ec54f536-091c-4f33-947d-d5ab7dbfd790"},{"name":"setselftorobuyfeefixed","id":"a33f7bf5-9d3d-40db-a839-2be6298bbaa1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorobuyfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a33f7bf5-9d3d-40db-a839-2be6298bbaa1"},{"name":"setselftorobuyfeepercentage","id":"b1a13f14-4850-4777-971e-7a3799a4f246","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorobuyfeepercentage\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b1a13f14-4850-4777-971e-7a3799a4f246"},{"name":"setselftorobuyfeepercentage","id":"2c4175a4-1d4e-4abc-b101-38b998a62ad4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorobuyfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"2c4175a4-1d4e-4abc-b101-38b998a62ad4"},{"name":"setselftorobuyfee","id":"39fa1a45-43a4-4ba7-965d-537f527e9d80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorobuyfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"39fa1a45-43a4-4ba7-965d-537f527e9d80"},{"name":"setselftorobuyfee","id":"cac66240-dbb5-4610-9a6f-2ffe9787c3d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorobuyfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"cac66240-dbb5-4610-9a6f-2ffe9787c3d1"},{"name":"allowselftorosellfee","id":"cb87282b-0491-403e-bbc2-cd1c668eb2fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselftorosellfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"cb87282b-0491-403e-bbc2-cd1c668eb2fb"},{"name":"allowselftorosellfee","id":"3ac6e54e-29fa-4307-9e22-9c05b58147b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselftorosellfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"3ac6e54e-29fa-4307-9e22-9c05b58147b1"},{"name":"disallowselftorosellfee","id":"13ffd8be-bf80-40a4-834c-63297c0c969d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselftorosellfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"13ffd8be-bf80-40a4-834c-63297c0c969d"},{"name":"disallowselftorosellfee","id":"a7f6d802-9c48-4c95-983a-7bb464b4849f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselftorosellfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a7f6d802-9c48-4c95-983a-7bb464b4849f"},{"name":"setselftorosellfeefixed","id":"c9a0b564-4bbb-4c56-84ae-2e05e957129f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorosellfeefixed\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c9a0b564-4bbb-4c56-84ae-2e05e957129f"},{"name":"setselftorosellfeefixed","id":"e23e9449-ba3b-46ac-ab7d-2ca03ded5146","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorosellfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e23e9449-ba3b-46ac-ab7d-2ca03ded5146"},{"name":"setselftorosellfeepercentage","id":"07f30a18-bfbb-453e-b61e-694811812484","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorosellfeepercentage\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"07f30a18-bfbb-453e-b61e-694811812484"},{"name":"setselftorosellfeepercentage","id":"9b61755b-5f92-469f-8ac5-653fcf2b2af8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorosellfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"9b61755b-5f92-469f-8ac5-653fcf2b2af8"},{"name":"setselftorosellfee","id":"84fe0f13-de10-4fdc-87c6-1826d571f3f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorosellfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"84fe0f13-de10-4fdc-87c6-1826d571f3f3"},{"name":"setselftorosellfee","id":"2747139b-a07f-4e9f-960a-87f4109165e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorosellfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"2747139b-a07f-4e9f-960a-87f4109165e0"},{"name":"allowselfcurrencyimportfee","id":"f00627e3-d948-4578-9d27-be8bf67789e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfcurrencyimportfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f00627e3-d948-4578-9d27-be8bf67789e3"},{"name":"allowselfcurrencyimportfee","id":"9ac822ed-6462-4ec5-aa1f-07cc5bd72e3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfcurrencyimportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"9ac822ed-6462-4ec5-aa1f-07cc5bd72e3b"},{"name":"disallowselfcurrencyimportfee","id":"feb91b16-9355-4052-9d53-95e35196d237","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfcurrencyimportfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"feb91b16-9355-4052-9d53-95e35196d237"},{"name":"disallowselfcurrencyimportfee","id":"8cf470b7-1bf9-45e4-a3d2-5147713b52b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfcurrencyimportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"8cf470b7-1bf9-45e4-a3d2-5147713b52b0"},{"name":"setselfcurrencyimportfeefixed","id":"88ac3209-7df9-4791-9fac-b7206eaf4116","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyimportfeefixed\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"88ac3209-7df9-4791-9fac-b7206eaf4116"},{"name":"setselfcurrencyimportfeefixed","id":"5fd653a4-716d-41e5-8d28-66d228e1d851","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyimportfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5fd653a4-716d-41e5-8d28-66d228e1d851"},{"name":"setselfcurrencyimportfeepercentage","id":"62c5a8a8-aeef-4f0f-8db1-4cdab9c0db0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyimportfeepercentage\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"62c5a8a8-aeef-4f0f-8db1-4cdab9c0db0f"},{"name":"setselfcurrencyimportfeepercentage","id":"273653a5-5aee-4c28-adad-6027e439b2a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyimportfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"273653a5-5aee-4c28-adad-6027e439b2a4"},{"name":"setselfcurrencyimportfee","id":"f3651625-e162-463c-b2b2-3cda8c9baa97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyimportfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f3651625-e162-463c-b2b2-3cda8c9baa97"},{"name":"setselfcurrencyimportfee","id":"6500e365-ad97-427e-9cb2-f7daad336da6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyimportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6500e365-ad97-427e-9cb2-f7daad336da6"},{"name":"allowselfcurrencyexportfee","id":"2297674b-dbe5-455e-80a6-a32be6eaf594","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfcurrencyexportfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"2297674b-dbe5-455e-80a6-a32be6eaf594"},{"name":"allowselfcurrencyexportfee","id":"5531fe80-2cea-41b1-9859-f36e188e166b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfcurrencyexportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5531fe80-2cea-41b1-9859-f36e188e166b"},{"name":"disallowselfcurrencyexportfee","id":"c9beb2e0-3ea5-4330-9f6f-54e2873e0685","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfcurrencyexportfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c9beb2e0-3ea5-4330-9f6f-54e2873e0685"},{"name":"disallowselfcurrencyexportfee","id":"f7a5883d-177f-49aa-bbcd-e26656aa1cce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfcurrencyexportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f7a5883d-177f-49aa-bbcd-e26656aa1cce"},{"name":"setselfcurrencyexportfeefixed","id":"a984af75-c084-43c3-80e9-221906f5db0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyexportfeefixed\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a984af75-c084-43c3-80e9-221906f5db0a"},{"name":"setselfcurrencyexportfeefixed","id":"8edf2b4a-5cb6-4634-aa61-dcc7a052e8e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyexportfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"8edf2b4a-5cb6-4634-aa61-dcc7a052e8e7"},{"name":"setselfcurrencyexportfeepercentage","id":"651da55d-cb1c-4fa2-b205-26ace634e0b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyexportfeepercentage\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"651da55d-cb1c-4fa2-b205-26ace634e0b5"},{"name":"setselfcurrencyexportfeepercentage","id":"f1ad2c0a-6b44-43a4-aca5-43fdae5190d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyexportfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f1ad2c0a-6b44-43a4-aca5-43fdae5190d1"},{"name":"setselfcurrencyexportfee","id":"6d163e3d-b753-4548-bd89-cf7a6425992e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyexportfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6d163e3d-b753-4548-bd89-cf7a6425992e"},{"name":"setselfcurrencyexportfee","id":"aa52d79b-2526-452a-ba7d-2c753bc7b5d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyexportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"aa52d79b-2526-452a-ba7d-2c753bc7b5d9"},{"name":"admintransfer","id":"489c88a8-2e40-41bf-a238-fbb52bf70bbe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admintransfer\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"from\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"to\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"489c88a8-2e40-41bf-a238-fbb52bf70bbe"},{"name":"admintransfer","id":"11873b1d-6b31-45ad-87a3-c8554267c816","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admintransfer\", \"params\":[{\"name\":\"from\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"to\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"11873b1d-6b31-45ad-87a3-c8554267c816"},{"name":"admintransferwithcustomfee","id":"e4a74735-6623-47b0-bb50-1b511e030dd2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admintransferwithcustomfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"from\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"to\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"1\"}, {\"name\":\"fee\", \"value\":\"0.02\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e4a74735-6623-47b0-bb50-1b511e030dd2"},{"name":"admintransferwithcustomfee","id":"e79b3b0e-29ae-427a-af73-3745bd935dc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admintransferwithcustomfee\", \"params\":[{\"name\":\"from\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"to\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"1\"}, {\"name\":\"fee\", \"value\":\"0.02\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e79b3b0e-29ae-427a-af73-3745bd935dc2"},{"name":"admincalculatetxfee","id":"8bd41ef9-89b3-4b2b-b22d-e33d8519f292","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculatetxfee\", \"params\":[{\"name\":\"from\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"1\"} ] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"8bd41ef9-89b3-4b2b-b22d-e33d8519f292"},{"name":"importcurrency","id":"11dc6d8a-5b5c-4d2a-a51a-551cb3fa1027","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"importcurrency\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"200\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"11dc6d8a-5b5c-4d2a-a51a-551cb3fa1027"},{"name":"importcurrency","id":"4a002756-c24e-47c0-9617-efa58490b121","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"importcurrency\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"200\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4a002756-c24e-47c0-9617-efa58490b121"},{"name":"importcurrencywithcustomfee","id":"fba71e12-196e-4a47-b27a-6000ee990ee5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"importcurrencywithcustomfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"200\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"fba71e12-196e-4a47-b27a-6000ee990ee5"},{"name":"importcurrencywithcustomfee","id":"2c2ddb34-bdf9-4e53-8079-7cf951838a18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"importcurrencywithcustomfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"200\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"2c2ddb34-bdf9-4e53-8079-7cf951838a18"},{"name":"admincalculateimportfee","id":"8e659abf-8798-4d53-99aa-1c1dc2072182","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculateimportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"1\"} ] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"8e659abf-8798-4d53-99aa-1c1dc2072182"},{"name":"exportcurrency","id":"45456131-1569-4a7d-ab87-b731504a43c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"exportcurrency\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"200\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"45456131-1569-4a7d-ab87-b731504a43c8"},{"name":"exportcurrency","id":"ccbdf2a8-80c1-4ad1-8c1c-670a2d0a6bd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"exportcurrency\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"200\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ccbdf2a8-80c1-4ad1-8c1c-670a2d0a6bd3"},{"name":"exportcurrencywithcustomfee","id":"04599ead-07e3-4160-bb32-3deaffb5553c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"exportcurrencywithcustomfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"100\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"04599ead-07e3-4160-bb32-3deaffb5553c"},{"name":"exportcurrencywithcustomfee","id":"0c43de17-85bb-4f0c-992f-8cd7ad5f5b44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"exportcurrencywithcustomfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"100\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"0c43de17-85bb-4f0c-992f-8cd7ad5f5b44"},{"name":"admincalculateexportfee","id":"2042e22b-a974-43ed-ac2d-f88bcbc2e56b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculateexportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"1\"} ] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"2042e22b-a974-43ed-ac2d-f88bcbc2e56b"},{"name":"adminbuytoro","id":"7de0e718-e9fa-48e0-8301-39808beebbb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminbuytoro\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"50\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7de0e718-e9fa-48e0-8301-39808beebbb4"},{"name":"adminbuytoro","id":"b0969419-47e7-487c-928c-c267869cd6f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminbuytoro\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"50\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b0969419-47e7-487c-928c-c267869cd6f0"},{"name":"admincalculatebuyfee","id":"691afb07-7c69-4518-8b9d-2ec12e6b7c34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculatebuyfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"50\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"691afb07-7c69-4518-8b9d-2ec12e6b7c34"},{"name":"admincalculatebuyresult","id":"7ebf1006-7dc2-4d80-90f5-48897cd01cf6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculatebuyresult\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"50\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7ebf1006-7dc2-4d80-90f5-48897cd01cf6"},{"name":"adminbuytorowithcustomfee","id":"584b69e1-d02c-4d88-99d0-b77247e408d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminbuytorowithcustomfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"5\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"584b69e1-d02c-4d88-99d0-b77247e408d0"},{"name":"adminbuytorowithcustomfee","id":"36dfa29a-a632-4925-bc01-9a83af55d8eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminbuytorowithcustomfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"5\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"36dfa29a-a632-4925-bc01-9a83af55d8eb"},{"name":"admincalculatebuyresultwithcustomfee","id":"1b373096-d174-4b13-82d1-26af9f467e12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculatebuyresultwithcustomfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"5\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1b373096-d174-4b13-82d1-26af9f467e12"},{"name":"adminselltoro","id":"c9213626-4096-4fa7-bcb7-625d1774b0d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminselltoro\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"50\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c9213626-4096-4fa7-bcb7-625d1774b0d3"},{"name":"adminselltoro","id":"b88e32a4-f24f-4c93-a7b7-2b068e7ddaee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminselltoro\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"50\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b88e32a4-f24f-4c93-a7b7-2b068e7ddaee"},{"name":"admincalculatesellfee","id":"c72c5a89-44ef-4706-b13a-b49c2357e416","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculatesellfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"50\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c72c5a89-44ef-4706-b13a-b49c2357e416"},{"name":"admincalculatesellresult","id":"b659140e-a261-4c87-bd68-bcc97331bc00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculatesellresult\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"50\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b659140e-a261-4c87-bd68-bcc97331bc00"},{"name":"adminselltorowithcustomfee","id":"ce38f362-45e8-4e8b-bd61-33be321bfc1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminselltorowithcustomfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"5\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ce38f362-45e8-4e8b-bd61-33be321bfc1b"},{"name":"adminselltorowithcustomfee","id":"d7ee0902-4dca-446a-aa57-9cc7a252eafc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminselltorowithcustomfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"5\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d7ee0902-4dca-446a-aa57-9cc7a252eafc"},{"name":"admincalculatesellresultwithcustomfee","id":"bb3775f1-989e-44d3-818d-24d833b61c34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculatesellresultwithcustomfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"5\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/naira/ad","urlObject":{"protocol":"http","path":["api","currency","naira","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"bb3775f1-989e-44d3-818d-24d833b61c34"}],"id":"03d7fbf1-a47a-4284-a360-6239ad9b3c8c","_postman_id":"03d7fbf1-a47a-4284-a360-6239ad9b3c8c","description":""}],"id":"d62bd9e7-cc36-48b3-a188-6bd717eedb7d","_postman_id":"d62bd9e7-cc36-48b3-a188-6bd717eedb7d","description":""},{"name":"/euro","item":[{"name":"/","item":[{"name":"getbalance","id":"f0c6b12f-c0e9-4aa9-b42e-f4761c34520f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getbalance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/","urlObject":{"protocol":"http","path":["api","currency","euro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f0c6b12f-c0e9-4aa9-b42e-f4761c34520f"},{"name":"getname","id":"fd5d81a8-013e-41ea-ac93-54590fe2235c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getname\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/","urlObject":{"protocol":"http","path":["api","currency","euro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"fd5d81a8-013e-41ea-ac93-54590fe2235c"},{"name":"getsymbol","id":"000972e0-cba7-4dbb-9712-e02e4bc9e71d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getsymbol\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/","urlObject":{"protocol":"http","path":["api","currency","euro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"000972e0-cba7-4dbb-9712-e02e4bc9e71d"},{"name":"getdecimal","id":"8f7ef814-a42f-4289-903d-695854aa392c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getdecimal\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/","urlObject":{"protocol":"http","path":["api","currency","euro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"8f7ef814-a42f-4289-903d-695854aa392c"},{"name":"getexchangerate","id":"6ef64b81-cc67-42b1-9db0-6614f6c64fdd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getexchangerate\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/","urlObject":{"protocol":"http","path":["api","currency","euro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6ef64b81-cc67-42b1-9db0-6614f6c64fdd"},{"name":"getminimumallowance","id":"7272a7f6-e9f8-4cac-b4ea-33b130a5b1eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getminimumallowance\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/","urlObject":{"protocol":"http","path":["api","currency","euro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7272a7f6-e9f8-4cac-b4ea-33b130a5b1eb"},{"name":"getmaximumallowance","id":"77f86713-484d-48c1-a06d-705d72d434e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getmaximumallowance\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/","urlObject":{"protocol":"http","path":["api","currency","euro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"77f86713-484d-48c1-a06d-705d72d434e8"},{"name":"getallowance","id":"a84d4650-a919-4864-8ab7-3ae3023ccd08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowance\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/","urlObject":{"protocol":"http","path":["api","currency","euro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a84d4650-a919-4864-8ab7-3ae3023ccd08"},{"name":"gettransactionfeefixed","id":"3a8bc725-076f-4ea2-a34a-12ce7b28d040","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettransactionfeefixed\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/","urlObject":{"protocol":"http","path":["api","currency","euro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"3a8bc725-076f-4ea2-a34a-12ce7b28d040"},{"name":"gettransactionfeepercentage","id":"046a8bc6-fae2-4ff3-aab2-2bd796c8d187","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettransactionfeepercentage\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/","urlObject":{"protocol":"http","path":["api","currency","euro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"046a8bc6-fae2-4ff3-aab2-2bd796c8d187"},{"name":"gettransactionfee","id":"a1138237-8ae1-407e-85bc-1cf064d64a30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettransactionfee\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/","urlObject":{"protocol":"http","path":["api","currency","euro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a1138237-8ae1-407e-85bc-1cf064d64a30"},{"name":"getcommissionaddress","id":"02ee9597-4f4e-426e-954f-a62675b97809","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcommissionaddress\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/","urlObject":{"protocol":"http","path":["api","currency","euro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"02ee9597-4f4e-426e-954f-a62675b97809"},{"name":"getcommissionpercentage","id":"d7464fdd-25d7-4ea8-841a-315d79c1abfc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcommissionpercentage\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/","urlObject":{"protocol":"http","path":["api","currency","euro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d7464fdd-25d7-4ea8-841a-315d79c1abfc"},{"name":"gettorobuyfeefixed","id":"b67e24d6-8206-4e77-ad68-cddc5af3c583","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettorobuyfeefixed\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/","urlObject":{"protocol":"http","path":["api","currency","euro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b67e24d6-8206-4e77-ad68-cddc5af3c583"},{"name":"gettorobuyfeepercentage","id":"c8ecae10-1571-4684-8f9e-8ce146db741d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettorobuyfeepercentage\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/","urlObject":{"protocol":"http","path":["api","currency","euro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c8ecae10-1571-4684-8f9e-8ce146db741d"},{"name":"gettorobuyfee","id":"c4b32426-6cbe-44ec-8697-5d74453abe93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettorobuyfee\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/","urlObject":{"protocol":"http","path":["api","currency","euro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c4b32426-6cbe-44ec-8697-5d74453abe93"},{"name":"gettorosellfeefixed","id":"b212ed00-6e89-4752-a9b5-27d7e3fec12f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettorosellfeefixed\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/","urlObject":{"protocol":"http","path":["api","currency","euro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b212ed00-6e89-4752-a9b5-27d7e3fec12f"},{"name":"gettorosellfeepercentage","id":"3363601d-599e-4b47-b790-bc93c578360e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettorosellfeepercentage\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/","urlObject":{"protocol":"http","path":["api","currency","euro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"3363601d-599e-4b47-b790-bc93c578360e"},{"name":"gettorosellfee","id":"69402ff6-9ae1-4056-aa9d-3e41cc62b8bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettorosellfee\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/","urlObject":{"protocol":"http","path":["api","currency","euro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"69402ff6-9ae1-4056-aa9d-3e41cc62b8bb"},{"name":"getcurrencyimportfeefixed","id":"5383d9fa-180c-4263-a86c-b097338d38b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcurrencyimportfeefixed\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/","urlObject":{"protocol":"http","path":["api","currency","euro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5383d9fa-180c-4263-a86c-b097338d38b6"},{"name":"getcurrencyimportfeepercentage","id":"2aee2487-a5ba-412f-9a86-f0ba66977645","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcurrencyimportfeepercentage\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/","urlObject":{"protocol":"http","path":["api","currency","euro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"2aee2487-a5ba-412f-9a86-f0ba66977645"},{"name":"getcurrencyimportfee","id":"0a3ff113-0761-4210-b194-bb61364f66de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcurrencyimportfee\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/","urlObject":{"protocol":"http","path":["api","currency","euro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"0a3ff113-0761-4210-b194-bb61364f66de"},{"name":"getcurrencyexportfeefixed","id":"3b44b933-6d97-45a9-a6af-273bd51190d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcurrencyexportfeefixed\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/","urlObject":{"protocol":"http","path":["api","currency","euro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"3b44b933-6d97-45a9-a6af-273bd51190d7"},{"name":"getcurrencyexportfeepercentage","id":"075fa168-ed5c-49ea-990f-8e074bdd8286","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcurrencyexportfeepercentage\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/","urlObject":{"protocol":"http","path":["api","currency","euro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"075fa168-ed5c-49ea-990f-8e074bdd8286"},{"name":"getcurrencyexportfee","id":"11a0d350-f511-4425-bd05-ff7c07708e69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcurrencyexportfee\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/","urlObject":{"protocol":"http","path":["api","currency","euro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"11a0d350-f511-4425-bd05-ff7c07708e69"},{"name":"getreserve","id":"578bb5c3-85fd-4845-ad59-932c1bba728e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getreserve\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/","urlObject":{"protocol":"http","path":["api","currency","euro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"578bb5c3-85fd-4845-ad59-932c1bba728e"},{"name":"gettoller","id":"13139e30-d8a1-472b-bae6-f9f0ccae6d11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettoller\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/","urlObject":{"protocol":"http","path":["api","currency","euro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"13139e30-d8a1-472b-bae6-f9f0ccae6d11"},{"name":"gettotalcap","id":"891dfd35-ddf8-4946-8118-7ea30241cd52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettotalcap\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/","urlObject":{"protocol":"http","path":["api","currency","euro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"891dfd35-ddf8-4946-8118-7ea30241cd52"},{"name":"gettotalreserving","id":"55c495c3-7af3-47f3-933f-1c006c8de0aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettotalreserving\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/","urlObject":{"protocol":"http","path":["api","currency","euro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"55c495c3-7af3-47f3-933f-1c006c8de0aa"},{"name":"gettotalcirculating","id":"86042458-cdd8-42b1-be3b-f8316fa93e35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettotalcirculating\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/","urlObject":{"protocol":"http","path":["api","currency","euro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"86042458-cdd8-42b1-be3b-f8316fa93e35"},{"name":"isenrolled","id":"b178a224-0d56-40c7-be09-d7ba55eec637","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isenrolled\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/","urlObject":{"protocol":"http","path":["api","currency","euro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b178a224-0d56-40c7-be09-d7ba55eec637"},{"name":"isfrozen","id":"d9be0e60-c1e4-4c99-9976-889375a00ccf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isfrozen\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/","urlObject":{"protocol":"http","path":["api","currency","euro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d9be0e60-c1e4-4c99-9976-889375a00ccf"},{"name":"getallowselfenroll","id":"30fa1a44-cb00-41c0-b205-5bb1908e3266","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselfenroll\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/","urlObject":{"protocol":"http","path":["api","currency","euro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"30fa1a44-cb00-41c0-b205-5bb1908e3266"},{"name":"getallowselftransactionfee","id":"dae7cb1a-f0c8-4788-9d43-f82bde18212d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselftransactionfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/","urlObject":{"protocol":"http","path":["api","currency","euro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"dae7cb1a-f0c8-4788-9d43-f82bde18212d"},{"name":"getselftransactionfeefixed","id":"c6fb47e8-e83a-47ba-942e-59a6ba8bb247","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftransactionfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/","urlObject":{"protocol":"http","path":["api","currency","euro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c6fb47e8-e83a-47ba-942e-59a6ba8bb247"},{"name":"getselftransactionfeepercentage","id":"6c1021f0-f5f9-4f36-853a-ce46bd25bff1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftransactionfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/","urlObject":{"protocol":"http","path":["api","currency","euro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6c1021f0-f5f9-4f36-853a-ce46bd25bff1"},{"name":"getselftransactionfee","id":"c1493b63-9406-4361-b820-f26b06420dc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftransactionfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/","urlObject":{"protocol":"http","path":["api","currency","euro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c1493b63-9406-4361-b820-f26b06420dc3"},{"name":"getallowselfallowance","id":"31a21faf-0c5d-44d8-b484-fa5de61211a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselfallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}]  }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/","urlObject":{"protocol":"http","path":["api","currency","euro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"31a21faf-0c5d-44d8-b484-fa5de61211a7"},{"name":"getselfminimumallowance","id":"ffba55a2-1ae4-40c2-869c-47301b6d1396","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfminimumallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}]  }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/","urlObject":{"protocol":"http","path":["api","currency","euro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ffba55a2-1ae4-40c2-869c-47301b6d1396"},{"name":"getselfmaximumallowance","id":"6c9e065d-9170-4d8e-9e28-acd33f1787e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfmaximumallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}]  }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/","urlObject":{"protocol":"http","path":["api","currency","euro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6c9e065d-9170-4d8e-9e28-acd33f1787e7"},{"name":"getselfallowance","id":"29e296b8-ceea-469d-a37f-ac6b8e1d7840","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}]  }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/","urlObject":{"protocol":"http","path":["api","currency","euro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"29e296b8-ceea-469d-a37f-ac6b8e1d7840"},{"name":"getallowselftorobuyfee","id":"0f376eb6-fd48-4a6d-b72b-101897e178fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselftorobuyfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/","urlObject":{"protocol":"http","path":["api","currency","euro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"0f376eb6-fd48-4a6d-b72b-101897e178fa"},{"name":"getselftorobuyfeefixed","id":"ec1c7ab3-ca63-4273-a669-99fd12267388","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftorobuyfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/","urlObject":{"protocol":"http","path":["api","currency","euro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ec1c7ab3-ca63-4273-a669-99fd12267388"},{"name":"getselftorobuyfeepercentage","id":"ab34e225-35c3-4cfa-bd3a-ed1f629741e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftorobuyfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/","urlObject":{"protocol":"http","path":["api","currency","euro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ab34e225-35c3-4cfa-bd3a-ed1f629741e6"},{"name":"getselftorobuyfee","id":"eb579979-ad65-4911-88ae-dc075a044b9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftorobuyfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/","urlObject":{"protocol":"http","path":["api","currency","euro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"eb579979-ad65-4911-88ae-dc075a044b9e"},{"name":"getallowselftorosellfee","id":"83d698e0-295e-4606-901f-9ac20b8b1181","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselftorosellfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/","urlObject":{"protocol":"http","path":["api","currency","euro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"83d698e0-295e-4606-901f-9ac20b8b1181"},{"name":"getselftorosellfeefixed","id":"f8b7ae11-d00a-414c-8214-2da32ae554c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftorosellfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/","urlObject":{"protocol":"http","path":["api","currency","euro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f8b7ae11-d00a-414c-8214-2da32ae554c3"},{"name":"getselftorosellfeepercentage","id":"d75074a4-b602-4662-933b-66a83718767f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftorosellfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/","urlObject":{"protocol":"http","path":["api","currency","euro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d75074a4-b602-4662-933b-66a83718767f"},{"name":"getselftorosellfee","id":"4025daa4-b01e-4ec7-bcf8-93f80fcaf726","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftorosellfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/","urlObject":{"protocol":"http","path":["api","currency","euro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4025daa4-b01e-4ec7-bcf8-93f80fcaf726"},{"name":"getallowselfcurrencyimportfee","id":"d9970493-a56d-428e-975d-662baee8f04b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselfcurrencyimportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/","urlObject":{"protocol":"http","path":["api","currency","euro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d9970493-a56d-428e-975d-662baee8f04b"},{"name":"getselfcurrencyimportfeefixed","id":"a9c75c0b-b894-4b90-8ddf-fa168abd9ffa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfcurrencyimportfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/","urlObject":{"protocol":"http","path":["api","currency","euro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a9c75c0b-b894-4b90-8ddf-fa168abd9ffa"},{"name":"getselfcurrencyimportfeepercentage","id":"48cb27df-455f-4e94-8c0b-254f22891976","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfcurrencyimportfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/","urlObject":{"protocol":"http","path":["api","currency","euro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"48cb27df-455f-4e94-8c0b-254f22891976"},{"name":"getselfcurrencyimportfee","id":"bdf763fc-21fb-4bb9-abc0-e72eb3bdab12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfcurrencyimportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/","urlObject":{"protocol":"http","path":["api","currency","euro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"bdf763fc-21fb-4bb9-abc0-e72eb3bdab12"},{"name":"getallowselfcurrencyexportfee","id":"3973d6ed-c184-4848-88a6-96c254afb7b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselfcurrencyexportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/","urlObject":{"protocol":"http","path":["api","currency","euro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"3973d6ed-c184-4848-88a6-96c254afb7b9"},{"name":"getselfcurrencyexportfeefixed","id":"2354fe0b-89ff-4178-b1eb-8bd5549454aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfcurrencyexportfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/","urlObject":{"protocol":"http","path":["api","currency","euro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"2354fe0b-89ff-4178-b1eb-8bd5549454aa"},{"name":"getselfcurrencyexportfeepercentage","id":"e5440814-e4ac-4aaa-9c66-ddc0cabeda35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfcurrencyexportfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/","urlObject":{"protocol":"http","path":["api","currency","euro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e5440814-e4ac-4aaa-9c66-ddc0cabeda35"},{"name":"getselfcurrencyexportfee","id":"66ac835b-2ecf-46b2-a9ee-17279bbd196a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfcurrencyexportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/","urlObject":{"protocol":"http","path":["api","currency","euro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"66ac835b-2ecf-46b2-a9ee-17279bbd196a"},{"name":"istransferon","id":"8db7bade-eee8-4a9c-a14b-656ec0129a1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"istransferon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/","urlObject":{"protocol":"http","path":["api","currency","euro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"8db7bade-eee8-4a9c-a14b-656ec0129a1a"},{"name":"isbuyon","id":"8137b7a7-029f-48d1-9192-fbb8d112875a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isbuyon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/","urlObject":{"protocol":"http","path":["api","currency","euro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"8137b7a7-029f-48d1-9192-fbb8d112875a"},{"name":"issellon","id":"ef21fd0e-bda4-4bac-bb9f-0601c387d42e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"issellon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/","urlObject":{"protocol":"http","path":["api","currency","euro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ef21fd0e-bda4-4bac-bb9f-0601c387d42e"},{"name":"isimporton","id":"b18445b4-844e-4b6b-9083-5a9062ac896a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isimporton\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/","urlObject":{"protocol":"http","path":["api","currency","euro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b18445b4-844e-4b6b-9083-5a9062ac896a"},{"name":"isexporton","id":"eae222b8-bd92-48af-9b60-6a38227eb632","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isexporton\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/","urlObject":{"protocol":"http","path":["api","currency","euro",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"eae222b8-bd92-48af-9b60-6a38227eb632"}],"id":"f93c5edb-52f4-4608-a2da-9bcb0c7c6823","_postman_id":"f93c5edb-52f4-4608-a2da-9bcb0c7c6823","description":""},{"name":"/ow","item":[{"name":"initeurocurrency","id":"b5d10fff-3f56-4b66-b7c3-399b84010ce8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"initeurocurrency\", \"params\":[{\"name\":\"owner\", \"value\":\"0x43F78b342084e370f10e0Cd07d56d95c1728C9D4\"}, {\"name\":\"ownerpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ow","urlObject":{"protocol":"http","path":["api","currency","euro","ow"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b5d10fff-3f56-4b66-b7c3-399b84010ce8"},{"name":"initeurocurrency","id":"07d8f469-e073-400e-92be-ba63863064f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"initeurocurrency\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ow","urlObject":{"protocol":"http","path":["api","currency","euro","ow"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"07d8f469-e073-400e-92be-ba63863064f6"},{"name":"setreserve","id":"14748ce9-96b9-447b-b7b5-453b47c7cc0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setreserve\", \"params\":[{\"name\":\"owner\", \"value\":\"0x43F78b342084e370f10e0Cd07d56d95c1728C9D4\"}, {\"name\":\"ownerpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ow","urlObject":{"protocol":"http","path":["api","currency","euro","ow"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"14748ce9-96b9-447b-b7b5-453b47c7cc0d"},{"name":"setreserve","id":"00316db9-89e8-4be3-bec1-1d571973f01c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setreserve\", \"params\":[{\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ow","urlObject":{"protocol":"http","path":["api","currency","euro","ow"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"00316db9-89e8-4be3-bec1-1d571973f01c"}],"id":"873fd348-fe56-4fbd-925d-ae636e2639ae","_postman_id":"873fd348-fe56-4fbd-925d-ae636e2639ae","description":""},{"name":"/sa","item":[{"name":"setexchangerate","id":"4cc1ad08-177e-45ec-8911-feba3b43b655","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setexchangerate\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"1.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4cc1ad08-177e-45ec-8911-feba3b43b655"},{"name":"setexchangerate","id":"a8560cb1-4a1e-454e-8b3e-86b094f7f065","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setexchangerate\", \"params\":[ {\"name\":\"val\", \"value\":\"1.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a8560cb1-4a1e-454e-8b3e-86b094f7f065"},{"name":"setminimumallowance","id":"73b3d511-3814-4499-83b3-ab6004b9e79e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setminimumallowance\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"0.1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"73b3d511-3814-4499-83b3-ab6004b9e79e"},{"name":"setminimumallowance","id":"553448c1-7abc-4e9e-961e-1cc91ace2440","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setminimumallowance\", \"params\":[{\"name\":\"val\", \"value\":\"0.1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"553448c1-7abc-4e9e-961e-1cc91ace2440"},{"name":"setmaximumallowance","id":"690d3ba7-dbee-4706-b3ee-d333b33180be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setmaximumallowance\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"10000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"690d3ba7-dbee-4706-b3ee-d333b33180be"},{"name":"setmaximumallowance","id":"b1060dad-a6af-4b40-a941-52330712a0cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setmaximumallowance\", \"params\":[{\"name\":\"val\", \"value\":\"10000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b1060dad-a6af-4b40-a941-52330712a0cc"},{"name":"setallowance","id":"0e3aa9a6-2b2f-4465-9515-608c42b8f945","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setallowance\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"min\", \"value\":\"0.1\"}, {\"name\":\"max\", \"value\":\"10000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"0e3aa9a6-2b2f-4465-9515-608c42b8f945"},{"name":"setallowance","id":"209d7554-737c-4c7a-9fbd-1506d3c5c915","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setallowance\", \"params\":[{\"name\":\"min\", \"value\":\"0.1\"}, {\"name\":\"max\", \"value\":\"10000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"209d7554-737c-4c7a-9fbd-1506d3c5c915"},{"name":"settransactionfeefixed","id":"c656a811-66b8-4b10-b93d-fc3dc9433202","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransactionfeefixed\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"0.02\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c656a811-66b8-4b10-b93d-fc3dc9433202"},{"name":"settransactionfeefixed","id":"351b3a27-2d42-4a70-9a80-368e98ea12a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setminimumallowance\", \"params\":[{\"name\":\"val\", \"value\":\"0.1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"351b3a27-2d42-4a70-9a80-368e98ea12a2"},{"name":"settransactionfeepercentage","id":"d7698c5d-99e8-4817-b8d4-75a60ad9b573","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransactionfeepercentage\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d7698c5d-99e8-4817-b8d4-75a60ad9b573"},{"name":"settransactionfeepercentage","id":"896f5f66-5019-43dc-b44f-4f9d396b1fe1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransactionfeepercentage\", \"params\":[{\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"896f5f66-5019-43dc-b44f-4f9d396b1fe1"},{"name":"settransactionfee","id":"cd30cb5d-de65-4d7d-aa2b-25ee2cd9ff29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransactionfee\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"cd30cb5d-de65-4d7d-aa2b-25ee2cd9ff29"},{"name":"settransactionfee","id":"e538cb88-3efa-4b6f-bd1c-de778c63454f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransactionfee\", \"params\":[{\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e538cb88-3efa-4b6f-bd1c-de778c63454f"},{"name":"settoller","id":"748e269e-5769-4121-8697-52f49c58bc1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settoller\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"748e269e-5769-4121-8697-52f49c58bc1a"},{"name":"settoller","id":"b7d489b0-e74b-4e7d-8172-79615108dc37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settoller\", \"params\":[{\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b7d489b0-e74b-4e7d-8172-79615108dc37"},{"name":"setcommissionaddress","id":"2109e216-a269-4e20-91f3-c9031f897366","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcommissionaddress\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"2109e216-a269-4e20-91f3-c9031f897366"},{"name":"setcommissionaddress","id":"1c987b72-ce06-4a54-b605-473d5159bbeb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcommissionaddress\", \"params\":[{\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1c987b72-ce06-4a54-b605-473d5159bbeb"},{"name":"setcommissionpercentage","id":"bd2b737a-29c8-49d4-be6f-77d802ddc9b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcommissionpercentage\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"bd2b737a-29c8-49d4-be6f-77d802ddc9b3"},{"name":"setcommissionpercentage","id":"cb438269-53d4-4274-854b-b886f349ac2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcommissionpercentage\", \"params\":[{\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"cb438269-53d4-4274-854b-b886f349ac2a"},{"name":"setcommission","id":"3d8678a6-8ed5-41dc-9f28-cfa9ab58d0eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcommission\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"percentage\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"3d8678a6-8ed5-41dc-9f28-cfa9ab58d0eb"},{"name":"setcommission","id":"ca9e24ba-f868-4186-8a26-ba66c32c2818","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcommission\", \"params\":[{\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"percentage\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ca9e24ba-f868-4186-8a26-ba66c32c2818"},{"name":"settorobuyfeefixed","id":"ad161ccf-26e3-4d76-bcd8-231a0b89c4f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorobuyfeefixed\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ad161ccf-26e3-4d76-bcd8-231a0b89c4f0"},{"name":"settorobuyfeefixed","id":"816d57c9-1c18-41df-8085-84d00edc5680","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorobuyfeefixed\", \"params\":[ {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"816d57c9-1c18-41df-8085-84d00edc5680"},{"name":"settorobuyfeepercentage","id":"83850f70-550d-42ad-80a4-2bda7659bf78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorobuyfeepercentage\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"83850f70-550d-42ad-80a4-2bda7659bf78"},{"name":"settorobuyfeepercentage","id":"c478a632-6538-4672-b0a6-2f5c114662bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorobuyfeepercentage\", \"params\":[ {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c478a632-6538-4672-b0a6-2f5c114662bf"},{"name":"settorobuyfee","id":"b5ca9dc9-ebfd-459a-9c5f-f9dfbce12752","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorobuyfee\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"fixed\", \"value\":\"0.0\"}, {\"name\":\"percentage\", \"value\":\"0.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b5ca9dc9-ebfd-459a-9c5f-f9dfbce12752"},{"name":"settorobuyfee","id":"3b1adec8-61e6-4fd9-b777-c2ace8013ab5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorobuyfee\", \"params\":[ {\"name\":\"fixed\", \"value\":\"0.0\"}, {\"name\":\"percentage\", \"value\":\"0.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"3b1adec8-61e6-4fd9-b777-c2ace8013ab5"},{"name":"settorosellfeefixed","id":"59d6e72c-b55e-4e2a-bb4a-bd63a79afdef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorosellfeefixed\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"59d6e72c-b55e-4e2a-bb4a-bd63a79afdef"},{"name":"settorosellfeefixed","id":"b7890cd4-20a2-4754-a9c7-f7bac5db356c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorosellfeefixed\", \"params\":[ {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b7890cd4-20a2-4754-a9c7-f7bac5db356c"},{"name":"settorosellfeepercentage","id":"8ac13ad4-c3b8-4de3-be19-ca2df7925f9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorosellfeepercentage\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"8ac13ad4-c3b8-4de3-be19-ca2df7925f9d"},{"name":"settorosellfeepercentage","id":"a4821ce6-773f-4b3c-b63e-f1ce15bb1c51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorosellfeepercentage\", \"params\":[ {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a4821ce6-773f-4b3c-b63e-f1ce15bb1c51"},{"name":"settorosellfee","id":"8079685b-3bea-494e-a19c-883f720f2c22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorosellfee\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"fixed\", \"value\":\"0.0\"}, {\"name\":\"percentage\", \"value\":\"0.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"8079685b-3bea-494e-a19c-883f720f2c22"},{"name":"settorosellfee","id":"fe042af0-3c24-4946-bfa2-9e83d80a6638","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorosellfee\", \"params\":[ {\"name\":\"fixed\", \"value\":\"0.0\"}, {\"name\":\"percentage\", \"value\":\"0.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"fe042af0-3c24-4946-bfa2-9e83d80a6638"},{"name":"setcurrencyimportfeefixed","id":"945486ef-70ff-4539-9853-93c75041fedb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyimportfeefixed\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"945486ef-70ff-4539-9853-93c75041fedb"},{"name":"setcurrencyimportfeefixed","id":"575360ed-77c3-40cd-957c-b9f12ed20cfa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyimportfeefixed\", \"params\":[ {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"575360ed-77c3-40cd-957c-b9f12ed20cfa"},{"name":"setcurrencyimportfeepercentage","id":"afe887fd-36eb-4172-84ac-3b85c80dc338","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyimportfeepercentage\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"afe887fd-36eb-4172-84ac-3b85c80dc338"},{"name":"setcurrencyimportfeepercentage","id":"1f6d9225-7629-4e13-a2d2-082ce84ecaa8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyimportfeepercentage\", \"params\":[ {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1f6d9225-7629-4e13-a2d2-082ce84ecaa8"},{"name":"setcurrencyimportfee","id":"8b767903-8fdd-4cf2-ad3e-de18d99e582a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyimportfee\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"fixed\", \"value\":\"0.0\"}, {\"name\":\"percentage\", \"value\":\"0.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"8b767903-8fdd-4cf2-ad3e-de18d99e582a"},{"name":"setcurrencyimportfee","id":"dae38caa-42e2-47cc-a949-ddf02ceaf973","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyimportfee\", \"params\":[ {\"name\":\"fixed\", \"value\":\"0.0\"}, {\"name\":\"percentage\", \"value\":\"0.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"dae38caa-42e2-47cc-a949-ddf02ceaf973"},{"name":"setcurrencyexportfeefixed","id":"14e291c2-08f7-4925-a6a4-49c5556a6656","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyexportfeefixed\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"14e291c2-08f7-4925-a6a4-49c5556a6656"},{"name":"setcurrencyexportfeefixed","id":"6d3d8720-f27e-41a8-b3a2-17a4fc75aa78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyexportfeefixed\", \"params\":[ {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6d3d8720-f27e-41a8-b3a2-17a4fc75aa78"},{"name":"setcurrencyexportfeepercentage","id":"83fa7ee3-fc81-4214-ab6a-9a8b80d3e973","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyexportfeepercentage\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"83fa7ee3-fc81-4214-ab6a-9a8b80d3e973"},{"name":"setcurrencyexportfeepercentage","id":"a63c714d-6079-4738-bb1c-553af0406c18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyexportfeepercentage\", \"params\":[ {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a63c714d-6079-4738-bb1c-553af0406c18"},{"name":"setcurrencyexportfee","id":"120c2ef8-82bc-4aed-a10d-db8ccd3c54a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyexportfee\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"fixed\", \"value\":\"0.0\"}, {\"name\":\"percentage\", \"value\":\"0.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"120c2ef8-82bc-4aed-a10d-db8ccd3c54a8"},{"name":"setcurrencyexportfee","id":"de07dff5-3260-436d-981a-226fd2d8091c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyexportfee\", \"params\":[ {\"name\":\"fixed\", \"value\":\"0.0\"}, {\"name\":\"percentage\", \"value\":\"0.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"de07dff5-3260-436d-981a-226fd2d8091c"},{"name":"allowselfenroll","id":"943556c8-4df2-4910-8887-fd153fd83a7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfenroll\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"943556c8-4df2-4910-8887-fd153fd83a7e"},{"name":"allowselfenroll","id":"3035f60f-6ecc-4e4e-875d-e63f79130b59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfenroll\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"3035f60f-6ecc-4e4e-875d-e63f79130b59"},{"name":"disallowselfenroll","id":"9e409f37-5719-4fe3-95e4-e281cd0549d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfenroll\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"9e409f37-5719-4fe3-95e4-e281cd0549d9"},{"name":"disallowselfenroll","id":"b46adfe6-ec6d-4c3e-baf0-b3e4e4907a05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfenroll\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b46adfe6-ec6d-4c3e-baf0-b3e4e4907a05"},{"name":"settransferon","id":"58fa93ab-30ed-4949-98b1-29a827ed6cfa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransferon\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"58fa93ab-30ed-4949-98b1-29a827ed6cfa"},{"name":"settransferon","id":"1b49a281-3425-4993-abb3-5400e22a8304","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransferon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1b49a281-3425-4993-abb3-5400e22a8304"},{"name":"settransferoff","id":"a8a15661-ccec-4e9f-af83-d01bbc4690bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransferoff\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a8a15661-ccec-4e9f-af83-d01bbc4690bd"},{"name":"settransferoff","id":"ba15f908-b9a4-4669-a3bf-25864fd7493f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransferoff\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ba15f908-b9a4-4669-a3bf-25864fd7493f"},{"name":"setbuyon","id":"63f4bba8-9ca7-43c6-aa85-509f7854390e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setbuyon\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"63f4bba8-9ca7-43c6-aa85-509f7854390e"},{"name":"setbuyon","id":"f6ae7fe2-5209-4dcd-b249-ae1555a9e7b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setbuyon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f6ae7fe2-5209-4dcd-b249-ae1555a9e7b4"},{"name":"setbuyoff","id":"598bc450-2464-4c3c-b6a2-7a238cfd2b70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setbuyoff\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"598bc450-2464-4c3c-b6a2-7a238cfd2b70"},{"name":"setbuyoff","id":"8b7a06ec-5168-4198-a5dc-b5a21666e2be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setbuyoff\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"8b7a06ec-5168-4198-a5dc-b5a21666e2be"},{"name":"setsellon","id":"aa206413-5fb6-4378-bac7-83b90bcb0142","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setsellon\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"aa206413-5fb6-4378-bac7-83b90bcb0142"},{"name":"setsellon","id":"ca3c43a5-495f-4a64-8184-ee94a4ec93dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setsellon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ca3c43a5-495f-4a64-8184-ee94a4ec93dc"},{"name":"setselloff","id":"35a66d07-5070-4793-b2d5-2c2b182fc85f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselloff\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"35a66d07-5070-4793-b2d5-2c2b182fc85f"},{"name":"setselloff","id":"7bcdac1d-61c7-4938-91e8-641e8deeae38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselloff\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7bcdac1d-61c7-4938-91e8-641e8deeae38"},{"name":"setimporton","id":"d28be7d7-3354-4771-b48b-9a7d669210fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setimporton\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d28be7d7-3354-4771-b48b-9a7d669210fa"},{"name":"setimporton","id":"af7a20b5-ab99-421c-ae27-b92ac527b1a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setimporton\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"af7a20b5-ab99-421c-ae27-b92ac527b1a8"},{"name":"setimportoff","id":"eec38800-42f9-4380-a080-36084719bbba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setimportoff\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"eec38800-42f9-4380-a080-36084719bbba"},{"name":"setimportoff","id":"e642c76d-ee85-433c-b327-d171a90dc6fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setimportoff\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e642c76d-ee85-433c-b327-d171a90dc6fb"},{"name":"setexporton","id":"f7bc1cfe-5894-467b-8086-1e2c8791c35b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setexporton\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f7bc1cfe-5894-467b-8086-1e2c8791c35b"},{"name":"setexporton","id":"ce2753bd-dc14-4846-a678-08f86936d82a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setexporton\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ce2753bd-dc14-4846-a678-08f86936d82a"},{"name":"setexportoff","id":"32ccd8de-092f-410b-856b-b6a533c29c8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setexportoff\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"32ccd8de-092f-410b-856b-b6a533c29c8d"},{"name":"setexportoff","id":"e0805804-3dd9-4a0f-b54f-7c532bf3a663","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setexportoff\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e0805804-3dd9-4a0f-b54f-7c532bf3a663"},{"name":"importreserve","id":"4a489f10-5fd8-485d-b678-4e7fea3da25c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"importreserve\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"100\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4a489f10-5fd8-485d-b678-4e7fea3da25c"},{"name":"importreserve","id":"5e3835f3-dbb7-4b52-8670-4acbf7b2b081","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"importreserve\", \"params\":[{\"name\":\"val\", \"value\":\"100\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5e3835f3-dbb7-4b52-8670-4acbf7b2b081"},{"name":"exportreserve","id":"988f031c-f789-4f5c-a2bd-8a96a31ad6c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"exportreserve\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"20\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"988f031c-f789-4f5c-a2bd-8a96a31ad6c0"},{"name":"exportreserve","id":"dd467bda-870c-43a7-8804-620878ff667b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"exportreserve\", \"params\":[{\"name\":\"val\", \"value\":\"20\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"dd467bda-870c-43a7-8804-620878ff667b"},{"name":"transferfromreserve","id":"f5dbfcf3-ce92-4b25-b9a2-a09e8b74651b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"transferfromreserve\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"20\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f5dbfcf3-ce92-4b25-b9a2-a09e8b74651b"},{"name":"transferfromreserve","id":"b6778de5-b061-467e-bdeb-0e51a63aeaee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"transferfromreserve\", \"params\":[ {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"20\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b6778de5-b061-467e-bdeb-0e51a63aeaee"},{"name":"transfertoreserve","id":"fe1566c1-1520-47ad-ab5b-9c06ac4d7cf9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"transfertoreserve\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"fe1566c1-1520-47ad-ab5b-9c06ac4d7cf9"},{"name":"transfertoreserve","id":"ad677b4a-2b88-4bc3-8e5c-264713760de3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"transfertoreserve\", \"params\":[ {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ad677b4a-2b88-4bc3-8e5c-264713760de3"},{"name":"reservebuytoro","id":"258729f5-7635-444b-af98-1d8fc7d073b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"reservebuytoro\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"258729f5-7635-444b-af98-1d8fc7d073b2"},{"name":"reservebuytoro","id":"e78d089f-d88f-4303-a188-fd800988ef94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"reservebuytoro\", \"params\":[{\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e78d089f-d88f-4303-a188-fd800988ef94"},{"name":"calculatereservebuyresult","id":"8dd14db8-8d1b-4a57-9271-37aa73d00632","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"calculatereservebuyresult\", \"params\":[{\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"8dd14db8-8d1b-4a57-9271-37aa73d00632"},{"name":"reserveselltoro","id":"91e339cd-e27a-4bc0-95e7-0d860d4fa622","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"reserveselltoro\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"91e339cd-e27a-4bc0-95e7-0d860d4fa622"},{"name":"reserveselltoro","id":"20a3dd8b-bbb7-4f78-9542-6a93e2242fc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"reserveselltoro\", \"params\":[{\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"20a3dd8b-bbb7-4f78-9542-6a93e2242fc8"},{"name":"calculatereservesellresult","id":"fcf64b55-befd-4748-8ed2-29219146d1af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"calculatereservesellresult\", \"params\":[{\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/sa","urlObject":{"protocol":"http","path":["api","currency","euro","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"fcf64b55-befd-4748-8ed2-29219146d1af"}],"id":"70f56d64-a92d-4395-a35c-17c81f7ca877","_postman_id":"70f56d64-a92d-4395-a35c-17c81f7ca877","description":""},{"name":"/cl","item":[{"name":"transfer","id":"396212a1-6f65-474b-a3cd-fb8bd3b66301","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"transfer\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"clientpwd\", \"value\":\"toronet\"}, {\"name\":\"to\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/cl","urlObject":{"protocol":"http","path":["api","currency","euro","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"396212a1-6f65-474b-a3cd-fb8bd3b66301"},{"name":"transfer","id":"efd21107-9f6d-448a-87c5-b7d67d0d2570","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"transfer\", \"params\":[{\"name\":\"to\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/cl","urlObject":{"protocol":"http","path":["api","currency","euro","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"efd21107-9f6d-448a-87c5-b7d67d0d2570"},{"name":"calculatetxfee","id":"164ac221-af8f-4b1c-b4b2-ef61a936345d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"calculatetxfee\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/cl","urlObject":{"protocol":"http","path":["api","currency","euro","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"164ac221-af8f-4b1c-b4b2-ef61a936345d"},{"name":"buytoro","id":"737f2174-551b-49d6-bffe-030940307e86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"buytoro\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"clientpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/cl","urlObject":{"protocol":"http","path":["api","currency","euro","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"737f2174-551b-49d6-bffe-030940307e86"},{"name":"buytoro","id":"f1546114-f023-48dc-b50d-a8450488030b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"buytoro\", \"params\":[{\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/cl","urlObject":{"protocol":"http","path":["api","currency","euro","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f1546114-f023-48dc-b50d-a8450488030b"},{"name":"calculatebuyfee","id":"1f0a4274-5fa6-4528-a6e5-f0b0f266fe96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"calculatebuyfee\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/cl","urlObject":{"protocol":"http","path":["api","currency","euro","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1f0a4274-5fa6-4528-a6e5-f0b0f266fe96"},{"name":"calculatebuyresult","id":"07656f97-250f-420e-996b-e5aee31e0990","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"calculatebuyresult\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/cl","urlObject":{"protocol":"http","path":["api","currency","euro","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"07656f97-250f-420e-996b-e5aee31e0990"},{"name":"selltoro","id":"6ff5279d-04a7-4e97-9148-5a2a0623b73d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"selltoro\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"clientpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/cl","urlObject":{"protocol":"http","path":["api","currency","euro","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6ff5279d-04a7-4e97-9148-5a2a0623b73d"},{"name":"selltoro","id":"e451e1ca-d6c1-4447-a41a-5507bcf75718","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"selltoro\", \"params\":[{\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/cl","urlObject":{"protocol":"http","path":["api","currency","euro","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e451e1ca-d6c1-4447-a41a-5507bcf75718"},{"name":"calculatesellfee","id":"4a4a7061-df4d-4a27-b0de-5026bfdbbe41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"calculatesellfee\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/cl","urlObject":{"protocol":"http","path":["api","currency","euro","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4a4a7061-df4d-4a27-b0de-5026bfdbbe41"},{"name":"calculatesellresult","id":"83933210-c0ef-40d5-a842-84abc555b6e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"calculatesellresult\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/cl","urlObject":{"protocol":"http","path":["api","currency","euro","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"83933210-c0ef-40d5-a842-84abc555b6e9"}],"id":"309a41af-9473-4b1e-9ac9-9fe490663f35","_postman_id":"309a41af-9473-4b1e-9ac9-9fe490663f35","description":""},{"name":"/ad","item":[{"name":"enrollcurrencyaccount","id":"f9b21b82-f924-4e6e-9e72-7af421e95976","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"enrollcurrencyaccount\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f9b21b82-f924-4e6e-9e72-7af421e95976"},{"name":"enrollcurrencyaccount","id":"144f30d9-bdef-4e20-a3f6-76975fbbe7b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"enrollcurrencyaccount\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"144f30d9-bdef-4e20-a3f6-76975fbbe7b5"},{"name":"disenrollcurrencyaccount","id":"fb6f46f7-5ae3-46a3-9e9c-b0e450cff42f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disenrollcurrencyaccount\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"fb6f46f7-5ae3-46a3-9e9c-b0e450cff42f"},{"name":"disenrollcurrencyaccount","id":"4ea15098-50ac-4bb1-af93-5fa326404583","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disenrollcurrencyaccount\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4ea15098-50ac-4bb1-af93-5fa326404583"},{"name":"freezecurrencyaccount","id":"4b70dc2f-8d22-4f7d-a19a-b54b610ba337","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"freezecurrencyaccount\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4b70dc2f-8d22-4f7d-a19a-b54b610ba337"},{"name":"freezecurrencyaccount","id":"286ebf7e-721d-4bdc-a611-85c232e89b25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"freezecurrencyaccount\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"286ebf7e-721d-4bdc-a611-85c232e89b25"},{"name":"unfreezecurrencyaccount","id":"71df8419-97ec-4e6a-836a-da73c942d63c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"unfreezecurrencyaccount\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"71df8419-97ec-4e6a-836a-da73c942d63c"},{"name":"unfreezecurrencyaccount","id":"211de6a4-ed67-4a88-b143-a9bc1e771102","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"unfreezecurrencyaccount\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"211de6a4-ed67-4a88-b143-a9bc1e771102"},{"name":"allowselfallowance","id":"f77a1ae9-527a-41dc-80da-0d822885cbf1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfallowance\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f77a1ae9-527a-41dc-80da-0d822885cbf1"},{"name":"allowselfallowance","id":"70a200fc-0b8f-4251-b8bd-e8afba4d63d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfallowance\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"70a200fc-0b8f-4251-b8bd-e8afba4d63d7"},{"name":"disallowselfallowance","id":"e8130df4-0ea3-449c-971a-01a4663c6739","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfallowance\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e8130df4-0ea3-449c-971a-01a4663c6739"},{"name":"disallowselfallowance","id":"fa733aa6-91c1-4d93-b101-aa9df2421c97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"fa733aa6-91c1-4d93-b101-aa9df2421c97"},{"name":"setselfminimumallowance","id":"83cf1cf2-4fbc-41d0-96f3-2d843afb5256","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfminimumallowance\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"83cf1cf2-4fbc-41d0-96f3-2d843afb5256"},{"name":"setselfminimumallowance","id":"c8878ef4-5bcb-45f1-bb05-ee5a5af1618e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfminimumallowance\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c8878ef4-5bcb-45f1-bb05-ee5a5af1618e"},{"name":"setselfmaximumallowance","id":"2f80e694-d256-4bbc-adff-315910091e35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfmaximumallowance\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"20000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"2f80e694-d256-4bbc-adff-315910091e35"},{"name":"setselfmaximumallowance","id":"4d4d56ed-7c64-495d-88b7-a783979349b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfmaximumallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"20000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4d4d56ed-7c64-495d-88b7-a783979349b1"},{"name":"setselfallowance","id":"73d69510-093a-4e8b-a266-aae1bd429848","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfallowance\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"min\", \"value\":\"0.1\"}, {\"name\":\"max\", \"value\":\"10000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"73d69510-093a-4e8b-a266-aae1bd429848"},{"name":"setselfallowance","id":"dcfb078e-7c93-44e2-b1ea-386d2c8ca634","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"min\", \"value\":\"0.1\"}, {\"name\":\"max\", \"value\":\"10000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"dcfb078e-7c93-44e2-b1ea-386d2c8ca634"},{"name":"allowselftransactionfee","id":"f389d47c-f7b1-45e9-922e-535b02d10b95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselftransactionfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f389d47c-f7b1-45e9-922e-535b02d10b95"},{"name":"allowselftransactionfee","id":"bb9e4cca-6667-4a44-b3bc-af3ca55662cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselftransactionfee\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"bb9e4cca-6667-4a44-b3bc-af3ca55662cc"},{"name":"disallowselftransactionfee","id":"71cd3f7a-503b-42f9-8e04-44eb9940c1fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselftransactionfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"71cd3f7a-503b-42f9-8e04-44eb9940c1fb"},{"name":"disallowselftransactionfee","id":"cef606b7-0a00-41fb-bc6e-49695c5f7230","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselftransactionfee\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"cef606b7-0a00-41fb-bc6e-49695c5f7230"},{"name":"setselftransactionfeefixed","id":"32ea521e-7193-411d-81bf-bbe2be4ef59c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftransactionfeefixed\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"32ea521e-7193-411d-81bf-bbe2be4ef59c"},{"name":"setselftransactionfeefixed","id":"e960a64f-1eae-40d2-9a29-a5513219f84a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftransactionfeefixed\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e960a64f-1eae-40d2-9a29-a5513219f84a"},{"name":"setselftransactionfeepercentage","id":"af4c8d11-5052-4527-96f4-527826e8e059","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftransactionfeepercentage\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"af4c8d11-5052-4527-96f4-527826e8e059"},{"name":"setselftransactionfeepercentage","id":"12fab469-7ef9-4063-8580-f6e3bb552a9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftransactionfeepercentage\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"12fab469-7ef9-4063-8580-f6e3bb552a9b"},{"name":"setselftransactionfee","id":"dbd2de72-3cb0-46ea-8015-a5f2cb528c2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftransactionfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"dbd2de72-3cb0-46ea-8015-a5f2cb528c2b"},{"name":"setselftransactionfee","id":"deb56495-7f64-4a07-b1a8-2e51ab3f96cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftransactionfee\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"deb56495-7f64-4a07-b1a8-2e51ab3f96cb"},{"name":"allowselftorobuyfee","id":"d5f14d55-b0de-4111-aab1-0ec5186cdeb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselftorobuyfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d5f14d55-b0de-4111-aab1-0ec5186cdeb2"},{"name":"allowselftorobuyfee","id":"636edb8a-1193-402a-a696-2810ea1a8e21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselftorobuyfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"636edb8a-1193-402a-a696-2810ea1a8e21"},{"name":"disallowselftorobuyfee","id":"d9cc886a-1f05-480d-a3f1-a1a2d321f829","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselftorobuyfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d9cc886a-1f05-480d-a3f1-a1a2d321f829"},{"name":"disallowselftorobuyfee","id":"c65ea2cc-f333-4005-a52c-8ff13337c029","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselftorobuyfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c65ea2cc-f333-4005-a52c-8ff13337c029"},{"name":"setselftorobuyfeefixed","id":"e59917c9-e08c-471b-9ca0-ed65d0f9ce2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorobuyfeefixed\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e59917c9-e08c-471b-9ca0-ed65d0f9ce2f"},{"name":"setselftorobuyfeefixed","id":"5f4bc16f-2d9a-4d51-bc14-75ef3d24f08d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorobuyfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5f4bc16f-2d9a-4d51-bc14-75ef3d24f08d"},{"name":"setselftorobuyfeepercentage","id":"aa87d6cc-d966-4b56-853b-b98c890f7c73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorobuyfeepercentage\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"aa87d6cc-d966-4b56-853b-b98c890f7c73"},{"name":"setselftorobuyfeepercentage","id":"53ff8ab2-3193-402b-8999-2e71e133aa65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorobuyfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"53ff8ab2-3193-402b-8999-2e71e133aa65"},{"name":"setselftorobuyfee","id":"d02c50ea-a838-4a36-baf5-de25da41b050","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorobuyfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d02c50ea-a838-4a36-baf5-de25da41b050"},{"name":"setselftorobuyfee","id":"e32c7cbc-7809-4463-a2d7-e673b5a081c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorobuyfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e32c7cbc-7809-4463-a2d7-e673b5a081c4"},{"name":"allowselftorosellfee","id":"e9a66f6d-8ad4-4ff5-92da-05324d2f6862","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselftorosellfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e9a66f6d-8ad4-4ff5-92da-05324d2f6862"},{"name":"allowselftorosellfee","id":"a3458e88-0b18-4fc7-9f2d-866722db43b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselftorosellfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a3458e88-0b18-4fc7-9f2d-866722db43b8"},{"name":"disallowselftorosellfee","id":"fc6cad27-2e00-48f6-bf3b-1b01ae9ca4d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselftorosellfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"fc6cad27-2e00-48f6-bf3b-1b01ae9ca4d0"},{"name":"disallowselftorosellfee","id":"14be3490-9915-448b-848c-bd0679a9e314","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselftorosellfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"14be3490-9915-448b-848c-bd0679a9e314"},{"name":"setselftorosellfeefixed","id":"d7677c2e-2f2e-43e4-be87-834beedfd132","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorosellfeefixed\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d7677c2e-2f2e-43e4-be87-834beedfd132"},{"name":"setselftorosellfeefixed","id":"1e769eb6-f369-4eb1-9025-b2f612691824","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorosellfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1e769eb6-f369-4eb1-9025-b2f612691824"},{"name":"setselftorosellfeepercentage","id":"7053e998-c96c-4c95-81f0-3ff2c0b112f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorosellfeepercentage\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7053e998-c96c-4c95-81f0-3ff2c0b112f3"},{"name":"setselftorosellfeepercentage","id":"70d47455-083a-4146-91d8-a27672fa0da4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorosellfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"70d47455-083a-4146-91d8-a27672fa0da4"},{"name":"setselftorosellfee","id":"2717d104-0da8-4cd1-8551-48d060b6b1d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorosellfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"2717d104-0da8-4cd1-8551-48d060b6b1d9"},{"name":"setselftorosellfee","id":"75d8368d-301c-4a4e-b27e-822a0ff4641d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorosellfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"75d8368d-301c-4a4e-b27e-822a0ff4641d"},{"name":"allowselfcurrencyimportfee","id":"6e740da0-76f5-4a3a-af58-ffaac5baf9e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfcurrencyimportfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6e740da0-76f5-4a3a-af58-ffaac5baf9e1"},{"name":"allowselfcurrencyimportfee","id":"7aa6563e-b6ff-475f-b08d-18e3a2d1af7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfcurrencyimportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7aa6563e-b6ff-475f-b08d-18e3a2d1af7a"},{"name":"disallowselfcurrencyimportfee","id":"6524f697-7e97-419e-963a-375c13114e29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfcurrencyimportfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6524f697-7e97-419e-963a-375c13114e29"},{"name":"disallowselfcurrencyimportfee","id":"68f22e73-ec94-400a-a79a-01968eecedb9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfcurrencyimportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"68f22e73-ec94-400a-a79a-01968eecedb9"},{"name":"setselfcurrencyimportfeefixed","id":"647c168c-4b47-446a-b63e-51b130e45c63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyimportfeefixed\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"647c168c-4b47-446a-b63e-51b130e45c63"},{"name":"setselfcurrencyimportfeefixed","id":"12763901-089d-495e-a86a-8cb67fd87e20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyimportfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"12763901-089d-495e-a86a-8cb67fd87e20"},{"name":"setselfcurrencyimportfeepercentage","id":"a38f3c71-9a46-439c-9075-5f68ecf53fee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyimportfeepercentage\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a38f3c71-9a46-439c-9075-5f68ecf53fee"},{"name":"setselfcurrencyimportfeepercentage","id":"bb4d0cf3-27f9-40fe-aece-f19cf7127620","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyimportfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"bb4d0cf3-27f9-40fe-aece-f19cf7127620"},{"name":"setselfcurrencyimportfee","id":"388cf384-5276-423b-a4a2-d19ac5384a19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyimportfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"388cf384-5276-423b-a4a2-d19ac5384a19"},{"name":"setselfcurrencyimportfee","id":"c5329ff0-dab1-4c5d-a634-e2fec2d1b990","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyimportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c5329ff0-dab1-4c5d-a634-e2fec2d1b990"},{"name":"allowselfcurrencyexportfee","id":"db1477d3-06d3-4d25-b351-0130991cb017","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfcurrencyexportfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"db1477d3-06d3-4d25-b351-0130991cb017"},{"name":"allowselfcurrencyexportfee","id":"3ccff3c8-71a3-490a-bce3-761af46be16f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfcurrencyexportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"3ccff3c8-71a3-490a-bce3-761af46be16f"},{"name":"disallowselfcurrencyexportfee","id":"fdaa7b26-3371-4219-8361-7dbdc77762fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfcurrencyexportfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"fdaa7b26-3371-4219-8361-7dbdc77762fa"},{"name":"disallowselfcurrencyexportfee","id":"638d3443-f0a6-4b9c-9787-1cb9df415906","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfcurrencyexportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"638d3443-f0a6-4b9c-9787-1cb9df415906"},{"name":"setselfcurrencyexportfeefixed","id":"adb726c4-3998-4ca6-81e5-4a69a338ecb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyexportfeefixed\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"adb726c4-3998-4ca6-81e5-4a69a338ecb8"},{"name":"setselfcurrencyexportfeefixed","id":"c52e7b64-b821-44f8-812b-cb815e67bde4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyexportfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c52e7b64-b821-44f8-812b-cb815e67bde4"},{"name":"setselfcurrencyexportfeepercentage","id":"02e3b208-ba61-4388-8a04-0e15cc046d19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyexportfeepercentage\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"02e3b208-ba61-4388-8a04-0e15cc046d19"},{"name":"setselfcurrencyexportfeepercentage","id":"d7673194-5644-4298-80d5-5d5b9b4a7463","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyexportfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d7673194-5644-4298-80d5-5d5b9b4a7463"},{"name":"setselfcurrencyexportfee","id":"8bd9de15-9223-44bd-b0af-8effe122098e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyexportfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"8bd9de15-9223-44bd-b0af-8effe122098e"},{"name":"setselfcurrencyexportfee","id":"01889d3a-5d7c-4808-8281-955692212784","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyexportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"01889d3a-5d7c-4808-8281-955692212784"},{"name":"admintransfer","id":"9aa4e072-883f-4e61-a05d-1f7e5b998528","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admintransfer\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"from\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"to\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"9aa4e072-883f-4e61-a05d-1f7e5b998528"},{"name":"admintransfer","id":"4a558fb5-54c7-47d6-aa7d-f7519cb7481d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admintransfer\", \"params\":[{\"name\":\"from\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"to\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4a558fb5-54c7-47d6-aa7d-f7519cb7481d"},{"name":"admintransferwithcustomfee","id":"77cca5dd-c9ae-4174-9102-8a8719fa17f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admintransferwithcustomfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"from\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"to\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"1\"}, {\"name\":\"fee\", \"value\":\"0.02\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"77cca5dd-c9ae-4174-9102-8a8719fa17f0"},{"name":"admintransferwithcustomfee","id":"55bede5d-34c5-4769-82c8-76111a3db828","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admintransferwithcustomfee\", \"params\":[{\"name\":\"from\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"to\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"1\"}, {\"name\":\"fee\", \"value\":\"0.02\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"55bede5d-34c5-4769-82c8-76111a3db828"},{"name":"admincalculatetxfee","id":"b6633ff0-e37e-45d9-a23f-52665015647d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculatetxfee\", \"params\":[{\"name\":\"from\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"1\"} ] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b6633ff0-e37e-45d9-a23f-52665015647d"},{"name":"importcurrency","id":"1fd1aad8-5de0-47e4-a934-3283dae00022","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"importcurrency\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"200\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1fd1aad8-5de0-47e4-a934-3283dae00022"},{"name":"importcurrency","id":"8ed9e741-acc5-468a-a49b-2dbd75d2952d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"importcurrency\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"200\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"8ed9e741-acc5-468a-a49b-2dbd75d2952d"},{"name":"importcurrencywithcustomfee","id":"fbd42483-94cd-4dfc-89b2-e01f7c709a03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"importcurrencywithcustomfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"200\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"fbd42483-94cd-4dfc-89b2-e01f7c709a03"},{"name":"importcurrencywithcustomfee","id":"c21d6e25-e9d0-4594-a145-67418ff18849","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"importcurrencywithcustomfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"200\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c21d6e25-e9d0-4594-a145-67418ff18849"},{"name":"admincalculateimportfee","id":"6d34da78-7462-4e63-a9f9-206b5a497e91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculateimportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"1\"} ] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6d34da78-7462-4e63-a9f9-206b5a497e91"},{"name":"exportcurrency","id":"7b97b615-7618-456a-8233-fdd16edcb071","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"exportcurrency\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"200\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7b97b615-7618-456a-8233-fdd16edcb071"},{"name":"exportcurrency","id":"004512c0-e151-4968-9804-8246de77d8c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"exportcurrency\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"200\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"004512c0-e151-4968-9804-8246de77d8c9"},{"name":"exportcurrencywithcustomfee","id":"89df9324-dd89-44c6-b3c4-6228316214de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"exportcurrencywithcustomfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"100\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"89df9324-dd89-44c6-b3c4-6228316214de"},{"name":"exportcurrencywithcustomfee","id":"29d20849-b4e0-4afb-bd0b-7da3eb0f9973","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"exportcurrencywithcustomfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"100\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"29d20849-b4e0-4afb-bd0b-7da3eb0f9973"},{"name":"admincalculateexportfee","id":"33de2288-be78-4418-aa0a-e679583f697f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculateexportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"1\"} ] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"33de2288-be78-4418-aa0a-e679583f697f"},{"name":"adminbuytoro","id":"aa469acb-7b83-4576-b362-1619cad6beb9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminbuytoro\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"50\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"aa469acb-7b83-4576-b362-1619cad6beb9"},{"name":"adminbuytoro","id":"b0f9889a-a806-403a-87cd-0182b0bf68a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminbuytoro\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"50\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b0f9889a-a806-403a-87cd-0182b0bf68a1"},{"name":"admincalculatebuyfee","id":"c4ea4111-dd5d-4564-a656-1e9c4a6bd038","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculatebuyfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"50\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c4ea4111-dd5d-4564-a656-1e9c4a6bd038"},{"name":"admincalculatebuyresult","id":"46ecdb7a-66cf-4f24-afef-d9f02f980fe7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculatebuyresult\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"50\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"46ecdb7a-66cf-4f24-afef-d9f02f980fe7"},{"name":"adminbuytorowithcustomfee","id":"a6095ff5-367c-43ef-8bed-e24fc1ac598a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminbuytorowithcustomfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"5\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a6095ff5-367c-43ef-8bed-e24fc1ac598a"},{"name":"adminbuytorowithcustomfee","id":"7e252de4-a447-4533-b37e-882dc39cfd62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminbuytorowithcustomfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"5\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7e252de4-a447-4533-b37e-882dc39cfd62"},{"name":"admincalculatebuyresultwithcustomfee","id":"2f278e43-8ff0-48c6-86eb-e2bd5e1e4e0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculatebuyresultwithcustomfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"5\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"2f278e43-8ff0-48c6-86eb-e2bd5e1e4e0f"},{"name":"adminselltoro","id":"88f1b78b-71a2-4206-9c42-04a52d0ff0b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminselltoro\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"50\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"88f1b78b-71a2-4206-9c42-04a52d0ff0b8"},{"name":"adminselltoro","id":"b8fbb694-e9ea-4e7e-af2a-226aee4326ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminselltoro\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"50\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b8fbb694-e9ea-4e7e-af2a-226aee4326ca"},{"name":"admincalculatesellfee","id":"d7152c7c-78e6-41d9-bfa6-b9ce598e7bc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculatesellfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"50\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d7152c7c-78e6-41d9-bfa6-b9ce598e7bc8"},{"name":"admincalculatesellresult","id":"998c3fbb-e67c-4a75-850f-9d8a18cbb485","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculatesellresult\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"50\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"998c3fbb-e67c-4a75-850f-9d8a18cbb485"},{"name":"adminselltorowithcustomfee","id":"5691b554-1d3e-4d0b-9a1a-ef20c2621cb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminselltorowithcustomfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"5\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5691b554-1d3e-4d0b-9a1a-ef20c2621cb3"},{"name":"adminselltorowithcustomfee","id":"998c511f-34f7-4c7f-a78d-047c901024e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminselltorowithcustomfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"5\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"998c511f-34f7-4c7f-a78d-047c901024e1"},{"name":"admincalculatesellresultwithcustomfee","id":"a7d3e47b-ada8-48f0-93f1-43240366fe14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculatesellresultwithcustomfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"5\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/euro/ad","urlObject":{"protocol":"http","path":["api","currency","euro","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a7d3e47b-ada8-48f0-93f1-43240366fe14"}],"id":"f54008b7-04f8-40da-a1dd-cc0158be26f8","_postman_id":"f54008b7-04f8-40da-a1dd-cc0158be26f8","description":""}],"id":"3e09e4f9-f670-414b-8759-e8ce534219db","_postman_id":"3e09e4f9-f670-414b-8759-e8ce534219db","description":""},{"name":"/pound","item":[{"name":"/","item":[{"name":"getbalance","id":"0b59ff49-8edc-4f2b-bd3a-4a0af9d7ca90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getbalance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/","urlObject":{"protocol":"http","path":["api","currency","pound",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"0b59ff49-8edc-4f2b-bd3a-4a0af9d7ca90"},{"name":"getname","id":"bdc97b9a-add0-40a6-9ac4-9042801e98fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getname\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/","urlObject":{"protocol":"http","path":["api","currency","pound",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"bdc97b9a-add0-40a6-9ac4-9042801e98fa"},{"name":"getsymbol","id":"9cf82950-4aeb-4144-abc4-11d97e1ae613","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getsymbol\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/","urlObject":{"protocol":"http","path":["api","currency","pound",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"9cf82950-4aeb-4144-abc4-11d97e1ae613"},{"name":"getdecimal","id":"7155371a-97f4-4766-a0a0-abfc756b9e0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getdecimal\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/","urlObject":{"protocol":"http","path":["api","currency","pound",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7155371a-97f4-4766-a0a0-abfc756b9e0a"},{"name":"getexchangerate","id":"3e10115e-00b2-4276-bc0e-390f69d42db7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getexchangerate\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/","urlObject":{"protocol":"http","path":["api","currency","pound",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"3e10115e-00b2-4276-bc0e-390f69d42db7"},{"name":"getminimumallowance","id":"34622d29-54ed-42d0-8004-a210d97a861b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getminimumallowance\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/","urlObject":{"protocol":"http","path":["api","currency","pound",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"34622d29-54ed-42d0-8004-a210d97a861b"},{"name":"getmaximumallowance","id":"bfee2d4e-dd24-42e5-a5d1-c7095f6e701b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getmaximumallowance\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/","urlObject":{"protocol":"http","path":["api","currency","pound",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"bfee2d4e-dd24-42e5-a5d1-c7095f6e701b"},{"name":"getallowance","id":"a18ccc5d-3fbf-4b7f-9a53-655df7809dd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowance\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/","urlObject":{"protocol":"http","path":["api","currency","pound",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a18ccc5d-3fbf-4b7f-9a53-655df7809dd3"},{"name":"gettransactionfeefixed","id":"ca9c702e-2686-4065-aab7-1658ec46a5a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettransactionfeefixed\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/","urlObject":{"protocol":"http","path":["api","currency","pound",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ca9c702e-2686-4065-aab7-1658ec46a5a1"},{"name":"gettransactionfeepercentage","id":"8f3cc450-1661-47c2-b197-fcdbdc8ecc0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettransactionfeepercentage\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/","urlObject":{"protocol":"http","path":["api","currency","pound",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"8f3cc450-1661-47c2-b197-fcdbdc8ecc0b"},{"name":"gettransactionfee","id":"d1847d29-7cae-40b4-abc7-b143454ec72e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettransactionfee\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/","urlObject":{"protocol":"http","path":["api","currency","pound",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d1847d29-7cae-40b4-abc7-b143454ec72e"},{"name":"getcommissionaddress","id":"d5ce1950-97a8-4fa1-8964-870dd6e8dcfb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcommissionaddress\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/","urlObject":{"protocol":"http","path":["api","currency","pound",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d5ce1950-97a8-4fa1-8964-870dd6e8dcfb"},{"name":"getcommissionpercentage","id":"1af0e68b-d17c-4a7f-af51-334994d54500","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcommissionpercentage\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/","urlObject":{"protocol":"http","path":["api","currency","pound",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1af0e68b-d17c-4a7f-af51-334994d54500"},{"name":"gettorobuyfeefixed","id":"e967a007-cd1b-4b49-aa20-e25e8d05c970","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettorobuyfeefixed\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/","urlObject":{"protocol":"http","path":["api","currency","pound",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e967a007-cd1b-4b49-aa20-e25e8d05c970"},{"name":"gettorobuyfeepercentage","id":"fd83f914-0403-4159-b6c5-389c1f3f57dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettorobuyfeepercentage\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/","urlObject":{"protocol":"http","path":["api","currency","pound",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"fd83f914-0403-4159-b6c5-389c1f3f57dc"},{"name":"gettorobuyfee","id":"37d50e15-deda-45b0-bdaf-56cf20473b2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettorobuyfee\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/","urlObject":{"protocol":"http","path":["api","currency","pound",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"37d50e15-deda-45b0-bdaf-56cf20473b2b"},{"name":"gettorosellfeefixed","id":"0771c3ef-c0aa-45f7-a06e-3de28235686f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettorosellfeefixed\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/","urlObject":{"protocol":"http","path":["api","currency","pound",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"0771c3ef-c0aa-45f7-a06e-3de28235686f"},{"name":"gettorosellfeepercentage","id":"e45ea4fe-e3f8-4d6d-bfe8-e8b45506ae73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettorosellfeepercentage\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/","urlObject":{"protocol":"http","path":["api","currency","pound",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e45ea4fe-e3f8-4d6d-bfe8-e8b45506ae73"},{"name":"gettorosellfee","id":"8e4a5460-6fc0-4baa-a92c-cab7af611dcd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettorosellfee\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/","urlObject":{"protocol":"http","path":["api","currency","pound",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"8e4a5460-6fc0-4baa-a92c-cab7af611dcd"},{"name":"getcurrencyimportfeefixed","id":"7d8ba7bf-82c5-4905-88e6-8b1d7aec4456","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcurrencyimportfeefixed\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/","urlObject":{"protocol":"http","path":["api","currency","pound",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7d8ba7bf-82c5-4905-88e6-8b1d7aec4456"},{"name":"getcurrencyimportfeepercentage","id":"3567b917-1885-4a2f-98bb-7020f9771f98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcurrencyimportfeepercentage\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/","urlObject":{"protocol":"http","path":["api","currency","pound",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"3567b917-1885-4a2f-98bb-7020f9771f98"},{"name":"getcurrencyimportfee","id":"1d1a8825-ccd6-4792-a637-1a6f2e66a81d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcurrencyimportfee\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/","urlObject":{"protocol":"http","path":["api","currency","pound",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1d1a8825-ccd6-4792-a637-1a6f2e66a81d"},{"name":"getcurrencyexportfeefixed","id":"23141e57-2a3b-4015-900a-faa289a49950","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcurrencyexportfeefixed\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/","urlObject":{"protocol":"http","path":["api","currency","pound",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"23141e57-2a3b-4015-900a-faa289a49950"},{"name":"getcurrencyexportfeepercentage","id":"67cadb10-ffb4-41ab-80bd-1a2f9622f6b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcurrencyexportfeepercentage\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/","urlObject":{"protocol":"http","path":["api","currency","pound",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"67cadb10-ffb4-41ab-80bd-1a2f9622f6b8"},{"name":"getcurrencyexportfee","id":"1d75bfcf-29bb-44ac-9116-e09f198818ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcurrencyexportfee\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/","urlObject":{"protocol":"http","path":["api","currency","pound",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1d75bfcf-29bb-44ac-9116-e09f198818ef"},{"name":"getreserve","id":"5daaeeb1-f384-4f82-844e-32d06869f354","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getreserve\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/","urlObject":{"protocol":"http","path":["api","currency","pound",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5daaeeb1-f384-4f82-844e-32d06869f354"},{"name":"gettoller","id":"a4c446fb-efae-4e7a-9b1f-e2acdc1601ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettoller\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/","urlObject":{"protocol":"http","path":["api","currency","pound",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a4c446fb-efae-4e7a-9b1f-e2acdc1601ac"},{"name":"gettotalcap","id":"15730833-d261-426a-af00-1e961eec4d9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettotalcap\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/","urlObject":{"protocol":"http","path":["api","currency","pound",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"15730833-d261-426a-af00-1e961eec4d9e"},{"name":"gettotalreserving","id":"2d54ad0c-a9d4-43af-96d8-106211851027","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettotalreserving\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/","urlObject":{"protocol":"http","path":["api","currency","pound",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"2d54ad0c-a9d4-43af-96d8-106211851027"},{"name":"gettotalcirculating","id":"db743b27-61c2-447e-9ff4-ed3d69b6cefa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettotalcirculating\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/","urlObject":{"protocol":"http","path":["api","currency","pound",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"db743b27-61c2-447e-9ff4-ed3d69b6cefa"},{"name":"isenrolled","id":"25e16975-ed6b-401a-a836-d79b83d14169","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isenrolled\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/","urlObject":{"protocol":"http","path":["api","currency","pound",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"25e16975-ed6b-401a-a836-d79b83d14169"},{"name":"isfrozen","id":"66d848ba-dcfe-4f33-93c7-ffdfd086e147","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isfrozen\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/","urlObject":{"protocol":"http","path":["api","currency","pound",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"66d848ba-dcfe-4f33-93c7-ffdfd086e147"},{"name":"getallowselfenroll","id":"1c82f8e5-bf5a-45a6-bca8-0e7f0f8227ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselfenroll\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/","urlObject":{"protocol":"http","path":["api","currency","pound",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1c82f8e5-bf5a-45a6-bca8-0e7f0f8227ae"},{"name":"getallowselftransactionfee","id":"0e275764-c524-4e0b-a9f1-ee17827f831d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselftransactionfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/","urlObject":{"protocol":"http","path":["api","currency","pound",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"0e275764-c524-4e0b-a9f1-ee17827f831d"},{"name":"getselftransactionfeefixed","id":"349acfa8-8312-40dd-be7b-55180d633d6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftransactionfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/","urlObject":{"protocol":"http","path":["api","currency","pound",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"349acfa8-8312-40dd-be7b-55180d633d6f"},{"name":"getselftransactionfeepercentage","id":"75476eac-6a7e-480d-b4d7-f11c600d3431","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftransactionfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/","urlObject":{"protocol":"http","path":["api","currency","pound",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"75476eac-6a7e-480d-b4d7-f11c600d3431"},{"name":"getselftransactionfee","id":"e7f7c618-6520-4f5d-9745-4eec66696d7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftransactionfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/","urlObject":{"protocol":"http","path":["api","currency","pound",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e7f7c618-6520-4f5d-9745-4eec66696d7c"},{"name":"getallowselfallowance","id":"a6899231-5140-4616-91ca-800bcf75aff4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselfallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}]  }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/","urlObject":{"protocol":"http","path":["api","currency","pound",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a6899231-5140-4616-91ca-800bcf75aff4"},{"name":"getselfminimumallowance","id":"f7137b75-5b7b-4f14-9387-21be86d4b5bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfminimumallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}]  }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/","urlObject":{"protocol":"http","path":["api","currency","pound",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f7137b75-5b7b-4f14-9387-21be86d4b5bf"},{"name":"getselfmaximumallowance","id":"039832ec-8bf6-45ad-b4c4-275604b25f57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfmaximumallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}]  }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/","urlObject":{"protocol":"http","path":["api","currency","pound",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"039832ec-8bf6-45ad-b4c4-275604b25f57"},{"name":"getselfallowance","id":"4c2678e2-462f-4c3e-b338-2d86baffa5e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}]  }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/","urlObject":{"protocol":"http","path":["api","currency","pound",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4c2678e2-462f-4c3e-b338-2d86baffa5e6"},{"name":"getallowselftorobuyfee","id":"72e725a7-181a-4292-8d05-f95d828ec51e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselftorobuyfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/","urlObject":{"protocol":"http","path":["api","currency","pound",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"72e725a7-181a-4292-8d05-f95d828ec51e"},{"name":"getselftorobuyfeefixed","id":"75355add-63a8-48f9-af92-c2f93619c0a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftorobuyfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/","urlObject":{"protocol":"http","path":["api","currency","pound",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"75355add-63a8-48f9-af92-c2f93619c0a6"},{"name":"getselftorobuyfeepercentage","id":"041aacc7-af0f-4141-8db0-7643f3d720bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftorobuyfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/","urlObject":{"protocol":"http","path":["api","currency","pound",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"041aacc7-af0f-4141-8db0-7643f3d720bb"},{"name":"getselftorobuyfee","id":"c1f370f1-66f3-47d4-bea8-2db591fd6e40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftorobuyfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/","urlObject":{"protocol":"http","path":["api","currency","pound",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c1f370f1-66f3-47d4-bea8-2db591fd6e40"},{"name":"getallowselftorosellfee","id":"28aad7ec-8e53-406c-899e-b89207c552b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselftorosellfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/","urlObject":{"protocol":"http","path":["api","currency","pound",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"28aad7ec-8e53-406c-899e-b89207c552b6"},{"name":"getselftorosellfeefixed","id":"7256526c-1f55-4a96-8fe2-0cf3a3c2bb74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftorosellfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/","urlObject":{"protocol":"http","path":["api","currency","pound",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7256526c-1f55-4a96-8fe2-0cf3a3c2bb74"},{"name":"getselftorosellfeepercentage","id":"29820630-ef38-4b92-9c6e-9f8063bdcea2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftorosellfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/","urlObject":{"protocol":"http","path":["api","currency","pound",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"29820630-ef38-4b92-9c6e-9f8063bdcea2"},{"name":"getselftorosellfee","id":"c9f91454-863c-40a8-88b7-62e29e02eccc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftorosellfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/","urlObject":{"protocol":"http","path":["api","currency","pound",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c9f91454-863c-40a8-88b7-62e29e02eccc"},{"name":"getallowselfcurrencyimportfee","id":"ca056f5c-dc97-40d6-8d7e-c69eb31b6134","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselfcurrencyimportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/","urlObject":{"protocol":"http","path":["api","currency","pound",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ca056f5c-dc97-40d6-8d7e-c69eb31b6134"},{"name":"getselfcurrencyimportfeefixed","id":"8b64a08b-8c90-4c95-82b8-1a510cbd2d81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfcurrencyimportfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/","urlObject":{"protocol":"http","path":["api","currency","pound",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"8b64a08b-8c90-4c95-82b8-1a510cbd2d81"},{"name":"getselfcurrencyimportfeepercentage","id":"7b4fbe12-b4c7-4536-8d6f-e8b0fda93bd0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfcurrencyimportfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/","urlObject":{"protocol":"http","path":["api","currency","pound",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7b4fbe12-b4c7-4536-8d6f-e8b0fda93bd0"},{"name":"getselfcurrencyimportfee","id":"56f36b02-b989-4182-9466-4516c8460cac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfcurrencyimportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/","urlObject":{"protocol":"http","path":["api","currency","pound",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"56f36b02-b989-4182-9466-4516c8460cac"},{"name":"getallowselfcurrencyexportfee","id":"e5a615a4-4b72-4096-97f1-9a41595c3004","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselfcurrencyexportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/","urlObject":{"protocol":"http","path":["api","currency","pound",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e5a615a4-4b72-4096-97f1-9a41595c3004"},{"name":"getselfcurrencyexportfeefixed","id":"d1b28227-0594-44e0-94ac-d2f5351364df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfcurrencyexportfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/","urlObject":{"protocol":"http","path":["api","currency","pound",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d1b28227-0594-44e0-94ac-d2f5351364df"},{"name":"getselfcurrencyexportfeepercentage","id":"1b375f6f-f485-450c-8910-fc916a1e1b16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfcurrencyexportfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/","urlObject":{"protocol":"http","path":["api","currency","pound",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1b375f6f-f485-450c-8910-fc916a1e1b16"},{"name":"getselfcurrencyexportfee","id":"a8e6c64d-3c4e-4267-b812-b0aa4fb44267","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfcurrencyexportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/","urlObject":{"protocol":"http","path":["api","currency","pound",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a8e6c64d-3c4e-4267-b812-b0aa4fb44267"},{"name":"istransferon","id":"1ba4d9da-245b-4c3f-a2c5-d105ede82d3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"istransferon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/","urlObject":{"protocol":"http","path":["api","currency","pound",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1ba4d9da-245b-4c3f-a2c5-d105ede82d3e"},{"name":"isbuyon","id":"796faccd-bd41-430c-a5f0-512757191348","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isbuyon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/","urlObject":{"protocol":"http","path":["api","currency","pound",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"796faccd-bd41-430c-a5f0-512757191348"},{"name":"issellon","id":"ad1dfc61-cd10-4bcb-a91f-81340afbdfe2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"issellon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/","urlObject":{"protocol":"http","path":["api","currency","pound",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ad1dfc61-cd10-4bcb-a91f-81340afbdfe2"},{"name":"isimporton","id":"a0aa2008-77a1-48d7-a0ef-8cc39003cde7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isimporton\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/","urlObject":{"protocol":"http","path":["api","currency","pound",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a0aa2008-77a1-48d7-a0ef-8cc39003cde7"},{"name":"isexporton","id":"453493f7-e239-4522-882e-2f1d98acb3d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isexporton\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/","urlObject":{"protocol":"http","path":["api","currency","pound",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"453493f7-e239-4522-882e-2f1d98acb3d1"}],"id":"a6cf0fa9-80cd-4ddb-ad19-46af0627f7b4","_postman_id":"a6cf0fa9-80cd-4ddb-ad19-46af0627f7b4","description":""},{"name":"/ow","item":[{"name":"initpoundcurrency","id":"f20c7b08-216a-480a-a088-c81927d1415a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"initpoundcurrency\", \"params\":[{\"name\":\"owner\", \"value\":\"0x43F78b342084e370f10e0Cd07d56d95c1728C9D4\"}, {\"name\":\"ownerpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ow","urlObject":{"protocol":"http","path":["api","currency","pound","ow"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f20c7b08-216a-480a-a088-c81927d1415a"},{"name":"initpoundcurrency","id":"742d9679-1749-4507-a5b6-42000a61756c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"initpoundcurrency\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ow","urlObject":{"protocol":"http","path":["api","currency","pound","ow"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"742d9679-1749-4507-a5b6-42000a61756c"},{"name":"setreserve","id":"2070c041-7ce9-42d3-8214-51e228f8901c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setreserve\", \"params\":[{\"name\":\"owner\", \"value\":\"0x43F78b342084e370f10e0Cd07d56d95c1728C9D4\"}, {\"name\":\"ownerpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ow","urlObject":{"protocol":"http","path":["api","currency","pound","ow"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"2070c041-7ce9-42d3-8214-51e228f8901c"},{"name":"setreserve","id":"6f235cbc-edd6-4ac7-b012-410ec08bed05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setreserve\", \"params\":[{\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ow","urlObject":{"protocol":"http","path":["api","currency","pound","ow"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6f235cbc-edd6-4ac7-b012-410ec08bed05"}],"id":"395f7a59-ae68-4d8e-8a1b-7ca634ae1df3","_postman_id":"395f7a59-ae68-4d8e-8a1b-7ca634ae1df3","description":""},{"name":"/sa","item":[{"name":"setexchangerate","id":"e82edbd6-5acd-4585-b19a-962ff941205a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setexchangerate\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"1.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e82edbd6-5acd-4585-b19a-962ff941205a"},{"name":"setexchangerate","id":"10e19650-0ac8-4d38-9c5e-b1a00f6dc00c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setexchangerate\", \"params\":[ {\"name\":\"val\", \"value\":\"1.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"10e19650-0ac8-4d38-9c5e-b1a00f6dc00c"},{"name":"setminimumallowance","id":"888eabe4-a625-4597-a5ec-1c29fc61e2aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setminimumallowance\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"0.1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"888eabe4-a625-4597-a5ec-1c29fc61e2aa"},{"name":"setminimumallowance","id":"e47fa16a-20bf-4959-b9a6-99e15aed483c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setminimumallowance\", \"params\":[{\"name\":\"val\", \"value\":\"0.1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e47fa16a-20bf-4959-b9a6-99e15aed483c"},{"name":"setmaximumallowance","id":"af4ef0a7-4b74-4e70-8683-95ac63ae1d7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setmaximumallowance\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"10000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"af4ef0a7-4b74-4e70-8683-95ac63ae1d7e"},{"name":"setmaximumallowance","id":"79040e88-3fa3-4cc8-8e75-dba6a2c88a2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setmaximumallowance\", \"params\":[{\"name\":\"val\", \"value\":\"10000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"79040e88-3fa3-4cc8-8e75-dba6a2c88a2a"},{"name":"setallowance","id":"767fc307-a904-4a5f-8826-2916f8b80b96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setallowance\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"min\", \"value\":\"0.1\"}, {\"name\":\"max\", \"value\":\"10000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"767fc307-a904-4a5f-8826-2916f8b80b96"},{"name":"setallowance","id":"75c04ac9-f276-4c04-b8f8-7630b4a91d62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setallowance\", \"params\":[{\"name\":\"min\", \"value\":\"0.1\"}, {\"name\":\"max\", \"value\":\"10000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"75c04ac9-f276-4c04-b8f8-7630b4a91d62"},{"name":"settransactionfeefixed","id":"a40f44f0-ad4c-42ca-84a7-070562414dc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransactionfeefixed\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"0.02\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a40f44f0-ad4c-42ca-84a7-070562414dc2"},{"name":"settransactionfeefixed","id":"714474b7-0835-4397-9eaf-c82910c2cc2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setminimumallowance\", \"params\":[{\"name\":\"val\", \"value\":\"0.1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"714474b7-0835-4397-9eaf-c82910c2cc2a"},{"name":"settransactionfeepercentage","id":"ea29968b-38c9-43c0-bdc9-693d451717ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransactionfeepercentage\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ea29968b-38c9-43c0-bdc9-693d451717ef"},{"name":"settransactionfeepercentage","id":"8cc2d402-2196-4b82-9dd2-f81525b18737","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransactionfeepercentage\", \"params\":[{\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"8cc2d402-2196-4b82-9dd2-f81525b18737"},{"name":"settransactionfee","id":"776eafe9-d9f3-40bd-ad34-494e8b5d3f5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransactionfee\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"776eafe9-d9f3-40bd-ad34-494e8b5d3f5c"},{"name":"settransactionfee","id":"d168e784-a61b-4ee2-ab29-b1f52b41de90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransactionfee\", \"params\":[{\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d168e784-a61b-4ee2-ab29-b1f52b41de90"},{"name":"settoller","id":"7ef506b2-739a-4f98-86d8-237cd0653744","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settoller\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7ef506b2-739a-4f98-86d8-237cd0653744"},{"name":"settoller","id":"c0e3e834-4ab7-4a2d-8d52-f53a35a2f146","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settoller\", \"params\":[{\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c0e3e834-4ab7-4a2d-8d52-f53a35a2f146"},{"name":"setcommissionaddress","id":"e61baada-f16b-4580-b6be-5b2a78f90029","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcommissionaddress\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e61baada-f16b-4580-b6be-5b2a78f90029"},{"name":"setcommissionaddress","id":"2deaa00c-2e1f-468b-930c-2b147e6c1c64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcommissionaddress\", \"params\":[{\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"2deaa00c-2e1f-468b-930c-2b147e6c1c64"},{"name":"setcommissionpercentage","id":"d3853059-5153-4e84-93fd-cc002d28a5d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcommissionpercentage\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d3853059-5153-4e84-93fd-cc002d28a5d5"},{"name":"setcommissionpercentage","id":"6b9b4a77-5e44-4916-bbf2-6a626e96f4b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcommissionpercentage\", \"params\":[{\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6b9b4a77-5e44-4916-bbf2-6a626e96f4b4"},{"name":"setcommission","id":"6795c64c-5856-4c7d-a08d-4465532dc78a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcommission\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"percentage\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6795c64c-5856-4c7d-a08d-4465532dc78a"},{"name":"setcommission","id":"a5648687-b7f9-4945-8333-94a18ac60fdd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcommission\", \"params\":[{\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"percentage\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a5648687-b7f9-4945-8333-94a18ac60fdd"},{"name":"settorobuyfeefixed","id":"63e5df6b-4402-42e1-b74d-09196e59e78d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorobuyfeefixed\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"63e5df6b-4402-42e1-b74d-09196e59e78d"},{"name":"settorobuyfeefixed","id":"0b437af4-26bf-45c9-8fcb-785df41dbb5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorobuyfeefixed\", \"params\":[ {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"0b437af4-26bf-45c9-8fcb-785df41dbb5d"},{"name":"settorobuyfeepercentage","id":"9bd19253-3fa4-41e3-8ff5-a15378baf96d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorobuyfeepercentage\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"9bd19253-3fa4-41e3-8ff5-a15378baf96d"},{"name":"settorobuyfeepercentage","id":"d694ab80-7010-49ab-a97b-8adbe96a0400","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorobuyfeepercentage\", \"params\":[ {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d694ab80-7010-49ab-a97b-8adbe96a0400"},{"name":"settorobuyfee","id":"e5056018-bdaa-4d24-9a27-385fded5f739","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorobuyfee\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"fixed\", \"value\":\"0.0\"}, {\"name\":\"percentage\", \"value\":\"0.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e5056018-bdaa-4d24-9a27-385fded5f739"},{"name":"settorobuyfee","id":"f1d4422a-6f3f-4a05-8003-630b7d7286d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorobuyfee\", \"params\":[ {\"name\":\"fixed\", \"value\":\"0.0\"}, {\"name\":\"percentage\", \"value\":\"0.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f1d4422a-6f3f-4a05-8003-630b7d7286d2"},{"name":"settorosellfeefixed","id":"4b5b6a35-7c64-447d-85d3-a6e341b94183","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorosellfeefixed\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4b5b6a35-7c64-447d-85d3-a6e341b94183"},{"name":"settorosellfeefixed","id":"4a7490ff-5c48-4178-9b0a-bb0f7fed8dc0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorosellfeefixed\", \"params\":[ {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4a7490ff-5c48-4178-9b0a-bb0f7fed8dc0"},{"name":"settorosellfeepercentage","id":"e778b368-413d-49f4-9c69-f0083bdf837f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorosellfeepercentage\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e778b368-413d-49f4-9c69-f0083bdf837f"},{"name":"settorosellfeepercentage","id":"40f56121-0c11-4f45-81b4-c364d3e1c114","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorosellfeepercentage\", \"params\":[ {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"40f56121-0c11-4f45-81b4-c364d3e1c114"},{"name":"settorosellfee","id":"20ae7660-a1f1-488e-bf7a-ba47be8e4151","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorosellfee\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"fixed\", \"value\":\"0.0\"}, {\"name\":\"percentage\", \"value\":\"0.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"20ae7660-a1f1-488e-bf7a-ba47be8e4151"},{"name":"settorosellfee","id":"f4882780-ee71-4a33-ac97-85c32c1f96ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorosellfee\", \"params\":[ {\"name\":\"fixed\", \"value\":\"0.0\"}, {\"name\":\"percentage\", \"value\":\"0.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f4882780-ee71-4a33-ac97-85c32c1f96ea"},{"name":"setcurrencyimportfeefixed","id":"30d2c446-5e2b-4f94-92b8-2afbc6580096","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyimportfeefixed\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"30d2c446-5e2b-4f94-92b8-2afbc6580096"},{"name":"setcurrencyimportfeefixed","id":"364828d4-ac25-4c86-80c3-d7d2548e6da3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyimportfeefixed\", \"params\":[ {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"364828d4-ac25-4c86-80c3-d7d2548e6da3"},{"name":"setcurrencyimportfeepercentage","id":"69d6d5f1-4ae9-4b5a-912c-59e84f2b69e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyimportfeepercentage\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"69d6d5f1-4ae9-4b5a-912c-59e84f2b69e9"},{"name":"setcurrencyimportfeepercentage","id":"aeb93d51-d947-4618-9e69-20be2539b5e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyimportfeepercentage\", \"params\":[ {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"aeb93d51-d947-4618-9e69-20be2539b5e4"},{"name":"setcurrencyimportfee","id":"cea43bea-4eff-4e72-9898-9c147bca027a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyimportfee\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"fixed\", \"value\":\"0.0\"}, {\"name\":\"percentage\", \"value\":\"0.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"cea43bea-4eff-4e72-9898-9c147bca027a"},{"name":"setcurrencyimportfee","id":"47c7b793-e021-4886-85c9-50cfb10fdbf3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyimportfee\", \"params\":[ {\"name\":\"fixed\", \"value\":\"0.0\"}, {\"name\":\"percentage\", \"value\":\"0.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"47c7b793-e021-4886-85c9-50cfb10fdbf3"},{"name":"setcurrencyexportfeefixed","id":"26923968-a465-4aa5-bff8-9e15a227477a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyexportfeefixed\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"26923968-a465-4aa5-bff8-9e15a227477a"},{"name":"setcurrencyexportfeefixed","id":"1a0e342a-cc2e-4e77-aee4-f88f8c8edb55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyexportfeefixed\", \"params\":[ {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1a0e342a-cc2e-4e77-aee4-f88f8c8edb55"},{"name":"setcurrencyexportfeepercentage","id":"ceaed59d-b3c4-4cb5-8c9e-1f6b331cc8ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyexportfeepercentage\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ceaed59d-b3c4-4cb5-8c9e-1f6b331cc8ea"},{"name":"setcurrencyexportfeepercentage","id":"91659d87-7bf8-45c1-a171-610cc4ea9f8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyexportfeepercentage\", \"params\":[ {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"91659d87-7bf8-45c1-a171-610cc4ea9f8a"},{"name":"setcurrencyexportfee","id":"24de17e7-838d-4726-8546-b671d39e0783","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyexportfee\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"fixed\", \"value\":\"0.0\"}, {\"name\":\"percentage\", \"value\":\"0.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"24de17e7-838d-4726-8546-b671d39e0783"},{"name":"setcurrencyexportfee","id":"88842ee8-f7f8-4ffe-b170-f22eb63e0a9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyexportfee\", \"params\":[ {\"name\":\"fixed\", \"value\":\"0.0\"}, {\"name\":\"percentage\", \"value\":\"0.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"88842ee8-f7f8-4ffe-b170-f22eb63e0a9d"},{"name":"allowselfenroll","id":"6a32b7dc-70cc-4678-b771-2c6724c379c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfenroll\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6a32b7dc-70cc-4678-b771-2c6724c379c2"},{"name":"allowselfenroll","id":"3449b886-5de9-4d02-b554-8159a2d3f6d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfenroll\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"3449b886-5de9-4d02-b554-8159a2d3f6d2"},{"name":"disallowselfenroll","id":"c85e2f3c-df2d-433c-80b5-a4258189e43b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfenroll\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c85e2f3c-df2d-433c-80b5-a4258189e43b"},{"name":"disallowselfenroll","id":"f81f25e5-1d5e-4643-83a0-0b0c86651813","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfenroll\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f81f25e5-1d5e-4643-83a0-0b0c86651813"},{"name":"settransferon","id":"ca9d6047-0259-4493-8b1b-07fb82c29ac3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransferon\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ca9d6047-0259-4493-8b1b-07fb82c29ac3"},{"name":"settransferon","id":"4bbabb7a-0374-44e1-8c40-8aedc60b9e44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransferon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4bbabb7a-0374-44e1-8c40-8aedc60b9e44"},{"name":"settransferoff","id":"aa5a01df-e683-430e-8208-f26d5e15955f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransferoff\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"aa5a01df-e683-430e-8208-f26d5e15955f"},{"name":"settransferoff","id":"fd62553d-ce02-4666-8953-a87a3b16685f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransferoff\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"fd62553d-ce02-4666-8953-a87a3b16685f"},{"name":"setbuyon","id":"da0dea0e-dee7-4735-845d-a335ae9e4fa6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setbuyon\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"da0dea0e-dee7-4735-845d-a335ae9e4fa6"},{"name":"setbuyon","id":"d08a8a9c-6ac5-4705-8aa7-a116a56ae407","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setbuyon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d08a8a9c-6ac5-4705-8aa7-a116a56ae407"},{"name":"setbuyoff","id":"f7a934bd-7b83-420b-a920-fdbc11a20208","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setbuyoff\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f7a934bd-7b83-420b-a920-fdbc11a20208"},{"name":"setbuyoff","id":"954d6620-ec15-4b8b-9bb3-295d28ce2ce5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setbuyoff\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"954d6620-ec15-4b8b-9bb3-295d28ce2ce5"},{"name":"setsellon","id":"317220da-8b5c-4386-b1bb-e4994413ae1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setsellon\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"317220da-8b5c-4386-b1bb-e4994413ae1d"},{"name":"setsellon","id":"47282096-38fc-447b-b88f-3968f0f2cb32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setsellon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"47282096-38fc-447b-b88f-3968f0f2cb32"},{"name":"setselloff","id":"d834f411-47e4-4300-a074-5c7e3a2a8516","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselloff\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d834f411-47e4-4300-a074-5c7e3a2a8516"},{"name":"setselloff","id":"1718dbe4-f2bb-4c2c-a531-df02b844105c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselloff\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1718dbe4-f2bb-4c2c-a531-df02b844105c"},{"name":"setimporton","id":"3f3dfa1d-3441-4322-a9f5-ad4d132ae72c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setimporton\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"3f3dfa1d-3441-4322-a9f5-ad4d132ae72c"},{"name":"setimporton","id":"016b1538-8433-4ac4-b11f-78bd84bad7ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setimporton\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"016b1538-8433-4ac4-b11f-78bd84bad7ba"},{"name":"setimportoff","id":"2bcfb1cc-7db8-46ef-8aad-d7c956e2abef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setimportoff\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"2bcfb1cc-7db8-46ef-8aad-d7c956e2abef"},{"name":"setimportoff","id":"12e1c3ad-d20c-45ce-bed0-ab035d0f2b7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setimportoff\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"12e1c3ad-d20c-45ce-bed0-ab035d0f2b7d"},{"name":"setexporton","id":"6da92b17-5bab-4c7f-93ad-ee79b00362ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setexporton\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6da92b17-5bab-4c7f-93ad-ee79b00362ff"},{"name":"setexporton","id":"eec30098-25ec-4685-bf42-a40c23729ea7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setexporton\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"eec30098-25ec-4685-bf42-a40c23729ea7"},{"name":"setexportoff","id":"bd7b8b3d-2741-47d7-8d00-79f3c6c3879e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setexportoff\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"bd7b8b3d-2741-47d7-8d00-79f3c6c3879e"},{"name":"setexportoff","id":"0e836ea2-cbac-4b3c-97c3-1e92e30df073","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setexportoff\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"0e836ea2-cbac-4b3c-97c3-1e92e30df073"},{"name":"importreserve","id":"399603ff-eac5-49d6-b9af-4ee9640b8a5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"importreserve\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"100\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"399603ff-eac5-49d6-b9af-4ee9640b8a5f"},{"name":"importreserve","id":"51cdeae9-5587-433d-9209-a08bc525b20f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"importreserve\", \"params\":[{\"name\":\"val\", \"value\":\"100\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"51cdeae9-5587-433d-9209-a08bc525b20f"},{"name":"exportreserve","id":"229f4881-b7ef-4773-af1b-031c57779d98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"exportreserve\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"20\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"229f4881-b7ef-4773-af1b-031c57779d98"},{"name":"exportreserve","id":"b9538355-5884-4fea-a3c1-9aed73891e21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"exportreserve\", \"params\":[{\"name\":\"val\", \"value\":\"20\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b9538355-5884-4fea-a3c1-9aed73891e21"},{"name":"transferfromreserve","id":"f84ca893-a5d8-48f6-8fa5-5ad105036b4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"transferfromreserve\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"20\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f84ca893-a5d8-48f6-8fa5-5ad105036b4b"},{"name":"transferfromreserve","id":"692a00ee-7845-45df-a7af-fa3a7b1a6f61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"transferfromreserve\", \"params\":[ {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"20\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"692a00ee-7845-45df-a7af-fa3a7b1a6f61"},{"name":"transfertoreserve","id":"1faf18ca-ebb8-4b7a-9a10-3c0944f35eac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"transfertoreserve\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1faf18ca-ebb8-4b7a-9a10-3c0944f35eac"},{"name":"transfertoreserve","id":"4c4e8e74-782c-4b75-87a6-a50b8f0c9b12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"transfertoreserve\", \"params\":[ {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4c4e8e74-782c-4b75-87a6-a50b8f0c9b12"},{"name":"reservebuytoro","id":"bef5bdf4-d4ff-406f-863f-4700c17b33d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"reservebuytoro\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"bef5bdf4-d4ff-406f-863f-4700c17b33d0"},{"name":"reservebuytoro","id":"77a40d76-a0aa-4db7-a8cd-5d0bf8a6cf08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"reservebuytoro\", \"params\":[{\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"77a40d76-a0aa-4db7-a8cd-5d0bf8a6cf08"},{"name":"calculatereservebuyresult","id":"f6f8cdf1-a02d-47a3-b27a-2ee0dcf746e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"calculatereservebuyresult\", \"params\":[{\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f6f8cdf1-a02d-47a3-b27a-2ee0dcf746e7"},{"name":"reserveselltoro","id":"6e0d4c11-a734-47bd-9564-0488ec917bef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"reserveselltoro\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6e0d4c11-a734-47bd-9564-0488ec917bef"},{"name":"reserveselltoro","id":"eca18826-5e52-416a-9cae-88f736e0a53b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"reserveselltoro\", \"params\":[{\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"eca18826-5e52-416a-9cae-88f736e0a53b"},{"name":"calculatereservesellresult","id":"be2cf668-369a-4962-adb2-a52e27d33100","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"calculatereservesellresult\", \"params\":[{\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/sa","urlObject":{"protocol":"http","path":["api","currency","pound","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"be2cf668-369a-4962-adb2-a52e27d33100"}],"id":"5f858e75-de7a-474e-9e9f-ec568d703e66","_postman_id":"5f858e75-de7a-474e-9e9f-ec568d703e66","description":""},{"name":"/cl","item":[{"name":"transfer","id":"8e0b7d88-53ae-4263-9594-2c6101e860a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"transfer\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"clientpwd\", \"value\":\"toronet\"}, {\"name\":\"to\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/cl","urlObject":{"protocol":"http","path":["api","currency","pound","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"8e0b7d88-53ae-4263-9594-2c6101e860a0"},{"name":"transfer","id":"ffee3751-19b4-4df2-ae4a-b10db21dddee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"transfer\", \"params\":[{\"name\":\"to\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/cl","urlObject":{"protocol":"http","path":["api","currency","pound","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ffee3751-19b4-4df2-ae4a-b10db21dddee"},{"name":"calculatetxfee","id":"95e3e82e-3699-4cc8-b375-99b09f287ecb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"calculatetxfee\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/cl","urlObject":{"protocol":"http","path":["api","currency","pound","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"95e3e82e-3699-4cc8-b375-99b09f287ecb"},{"name":"buytoro","id":"4c3bf8bd-decf-44aa-9324-a4f5368cdfd7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"buytoro\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"clientpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/cl","urlObject":{"protocol":"http","path":["api","currency","pound","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4c3bf8bd-decf-44aa-9324-a4f5368cdfd7"},{"name":"buytoro","id":"767df8d5-a5e9-4e71-a3e0-4d42580d0225","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"buytoro\", \"params\":[{\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/cl","urlObject":{"protocol":"http","path":["api","currency","pound","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"767df8d5-a5e9-4e71-a3e0-4d42580d0225"},{"name":"calculatebuyfee","id":"bd5cae86-c23e-4fbb-a2a0-fcb72b2b0b0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"calculatebuyfee\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/cl","urlObject":{"protocol":"http","path":["api","currency","pound","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"bd5cae86-c23e-4fbb-a2a0-fcb72b2b0b0c"},{"name":"calculatebuyresult","id":"738f6a93-d696-4f8f-8fe1-5d9df833ffb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"calculatebuyresult\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/cl","urlObject":{"protocol":"http","path":["api","currency","pound","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"738f6a93-d696-4f8f-8fe1-5d9df833ffb2"},{"name":"selltoro","id":"3d83aa6e-b3d8-4874-9b7f-107b644d5326","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"selltoro\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"clientpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/cl","urlObject":{"protocol":"http","path":["api","currency","pound","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"3d83aa6e-b3d8-4874-9b7f-107b644d5326"},{"name":"selltoro","id":"b112d873-bf25-411b-81a1-58947d983e26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"selltoro\", \"params\":[{\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/cl","urlObject":{"protocol":"http","path":["api","currency","pound","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b112d873-bf25-411b-81a1-58947d983e26"},{"name":"calculatesellfee","id":"14347f56-9f9b-4ea3-a262-8bd2b4775466","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"calculatesellfee\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/cl","urlObject":{"protocol":"http","path":["api","currency","pound","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"14347f56-9f9b-4ea3-a262-8bd2b4775466"},{"name":"calculatesellresult","id":"36468736-1b0d-498e-bc58-3e7bef0dc9ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"calculatesellresult\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/cl","urlObject":{"protocol":"http","path":["api","currency","pound","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"36468736-1b0d-498e-bc58-3e7bef0dc9ad"}],"id":"3c62c10c-70c7-479a-be01-658247022596","_postman_id":"3c62c10c-70c7-479a-be01-658247022596","description":""},{"name":"/ad","item":[{"name":"enrollcurrencyaccount","id":"0da23867-1f3b-49e3-9c52-1c4b2d16a48a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"enrollcurrencyaccount\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"0da23867-1f3b-49e3-9c52-1c4b2d16a48a"},{"name":"enrollcurrencyaccount","id":"16a023b0-ff8c-4536-83f6-c11ca59ce6fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"enrollcurrencyaccount\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"16a023b0-ff8c-4536-83f6-c11ca59ce6fb"},{"name":"disenrollcurrencyaccount","id":"327c0708-ebab-4127-8d37-ece2f432f5ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disenrollcurrencyaccount\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"327c0708-ebab-4127-8d37-ece2f432f5ba"},{"name":"disenrollcurrencyaccount","id":"97efbab2-1cd1-451d-a456-d664b3bfc2f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disenrollcurrencyaccount\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"97efbab2-1cd1-451d-a456-d664b3bfc2f4"},{"name":"freezecurrencyaccount","id":"788f85fa-f135-43d2-875e-d956d54374da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"freezecurrencyaccount\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"788f85fa-f135-43d2-875e-d956d54374da"},{"name":"freezecurrencyaccount","id":"b5a63385-b43f-4bf3-a4c9-10b92d3a06ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"freezecurrencyaccount\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b5a63385-b43f-4bf3-a4c9-10b92d3a06ed"},{"name":"unfreezecurrencyaccount","id":"a26bc03b-c9a3-42a8-99c0-2637d41c2faf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"unfreezecurrencyaccount\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a26bc03b-c9a3-42a8-99c0-2637d41c2faf"},{"name":"unfreezecurrencyaccount","id":"f30095c9-ec9e-4c2b-80ae-c9f9ebe33957","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"unfreezecurrencyaccount\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f30095c9-ec9e-4c2b-80ae-c9f9ebe33957"},{"name":"allowselfallowance","id":"6f26b007-30cb-48a8-a4a1-151296f15b0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfallowance\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6f26b007-30cb-48a8-a4a1-151296f15b0a"},{"name":"allowselfallowance","id":"e5078aa6-0103-4802-9e5d-5cd219010df2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfallowance\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e5078aa6-0103-4802-9e5d-5cd219010df2"},{"name":"disallowselfallowance","id":"b9d20424-b0f7-46ae-983f-3f06acbec110","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfallowance\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b9d20424-b0f7-46ae-983f-3f06acbec110"},{"name":"disallowselfallowance","id":"6b3b315b-166b-4dba-adfe-6d031860581b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6b3b315b-166b-4dba-adfe-6d031860581b"},{"name":"setselfminimumallowance","id":"cae4f837-6e15-41a9-9685-bec6a4d401c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfminimumallowance\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"cae4f837-6e15-41a9-9685-bec6a4d401c0"},{"name":"setselfminimumallowance","id":"b9e53e13-ef64-479e-938c-1ab782d15c98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfminimumallowance\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b9e53e13-ef64-479e-938c-1ab782d15c98"},{"name":"setselfmaximumallowance","id":"af61c2ef-b93b-4027-abb7-4df7967c6292","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfmaximumallowance\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"20000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"af61c2ef-b93b-4027-abb7-4df7967c6292"},{"name":"setselfmaximumallowance","id":"9ef84771-daae-4a2d-be6b-5e44f371c0a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfmaximumallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"20000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"9ef84771-daae-4a2d-be6b-5e44f371c0a8"},{"name":"setselfallowance","id":"217e2ef4-eb41-4b28-bed4-3ad43fe4b5f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfallowance\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"min\", \"value\":\"0.1\"}, {\"name\":\"max\", \"value\":\"10000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"217e2ef4-eb41-4b28-bed4-3ad43fe4b5f2"},{"name":"setselfallowance","id":"b271b15f-7d91-4211-91ee-cef950c3178f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"min\", \"value\":\"0.1\"}, {\"name\":\"max\", \"value\":\"10000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b271b15f-7d91-4211-91ee-cef950c3178f"},{"name":"allowselftransactionfee","id":"f1054116-4f34-4b37-af91-c07762aafd9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselftransactionfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f1054116-4f34-4b37-af91-c07762aafd9e"},{"name":"allowselftransactionfee","id":"7eb07fd7-42f3-489e-9d42-4ae7ef594d2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselftransactionfee\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7eb07fd7-42f3-489e-9d42-4ae7ef594d2b"},{"name":"disallowselftransactionfee","id":"e5fd92c7-1357-46fa-b469-6c2a1c40c6bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselftransactionfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e5fd92c7-1357-46fa-b469-6c2a1c40c6bc"},{"name":"disallowselftransactionfee","id":"a6449181-30ac-45a9-b29a-c4b4f5363418","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselftransactionfee\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a6449181-30ac-45a9-b29a-c4b4f5363418"},{"name":"setselftransactionfeefixed","id":"72314bbb-0422-460c-a713-348cfc12f4c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftransactionfeefixed\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"72314bbb-0422-460c-a713-348cfc12f4c0"},{"name":"setselftransactionfeefixed","id":"3c46081d-232d-41b4-beb9-76f9654fee9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftransactionfeefixed\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"3c46081d-232d-41b4-beb9-76f9654fee9d"},{"name":"setselftransactionfeepercentage","id":"f2f53c65-939f-4a9c-afa4-ed8dd6313793","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftransactionfeepercentage\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f2f53c65-939f-4a9c-afa4-ed8dd6313793"},{"name":"setselftransactionfeepercentage","id":"3b4c41cd-4ddd-4faf-b3f9-0f7d8ab7cd21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftransactionfeepercentage\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"3b4c41cd-4ddd-4faf-b3f9-0f7d8ab7cd21"},{"name":"setselftransactionfee","id":"38720bbb-8acb-4106-bd2b-472a15a07d6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftransactionfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"38720bbb-8acb-4106-bd2b-472a15a07d6b"},{"name":"setselftransactionfee","id":"f35100c1-6360-4109-878b-fbc7f76e166a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftransactionfee\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f35100c1-6360-4109-878b-fbc7f76e166a"},{"name":"allowselftorobuyfee","id":"4e147ed6-50f5-4ca5-9b87-76bcd0af8191","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselftorobuyfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4e147ed6-50f5-4ca5-9b87-76bcd0af8191"},{"name":"allowselftorobuyfee","id":"2e5b63d9-89f0-4f72-9bf4-722a3be60ccd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselftorobuyfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"2e5b63d9-89f0-4f72-9bf4-722a3be60ccd"},{"name":"disallowselftorobuyfee","id":"b48590bc-aafe-4e74-944d-9a8bf6ca1023","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselftorobuyfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b48590bc-aafe-4e74-944d-9a8bf6ca1023"},{"name":"disallowselftorobuyfee","id":"34ffe649-12b8-4be9-a70a-da502a5e81e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselftorobuyfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"34ffe649-12b8-4be9-a70a-da502a5e81e4"},{"name":"setselftorobuyfeefixed","id":"8dcf6332-8731-47c9-84cd-826fc859ee0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorobuyfeefixed\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"8dcf6332-8731-47c9-84cd-826fc859ee0c"},{"name":"setselftorobuyfeefixed","id":"780c9716-443c-4121-ac4b-a0943af864ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorobuyfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"780c9716-443c-4121-ac4b-a0943af864ac"},{"name":"setselftorobuyfeepercentage","id":"1f9ffb56-b2e8-4c23-b561-c8933c93253c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorobuyfeepercentage\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1f9ffb56-b2e8-4c23-b561-c8933c93253c"},{"name":"setselftorobuyfeepercentage","id":"6c8dc969-5925-4a91-9c46-011916546212","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorobuyfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6c8dc969-5925-4a91-9c46-011916546212"},{"name":"setselftorobuyfee","id":"f76071fc-76b5-412e-83e3-3ca56a9fbbc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorobuyfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f76071fc-76b5-412e-83e3-3ca56a9fbbc3"},{"name":"setselftorobuyfee","id":"2561e8f2-2617-44bc-88bf-80266883ffca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorobuyfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"2561e8f2-2617-44bc-88bf-80266883ffca"},{"name":"allowselftorosellfee","id":"98981eab-f985-4ccb-a937-e78983528b17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselftorosellfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"98981eab-f985-4ccb-a937-e78983528b17"},{"name":"allowselftorosellfee","id":"7353fa28-7adf-4ce7-bbcc-2b00207eb5f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselftorosellfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7353fa28-7adf-4ce7-bbcc-2b00207eb5f0"},{"name":"disallowselftorosellfee","id":"bd16c3ef-851c-4eda-9a03-2144ea334ed8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselftorosellfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"bd16c3ef-851c-4eda-9a03-2144ea334ed8"},{"name":"disallowselftorosellfee","id":"421bf39a-8b02-43b8-8932-449af7434eb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselftorosellfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"421bf39a-8b02-43b8-8932-449af7434eb0"},{"name":"setselftorosellfeefixed","id":"11c3e31c-ef21-47c7-bf8a-db92ebef7468","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorosellfeefixed\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"11c3e31c-ef21-47c7-bf8a-db92ebef7468"},{"name":"setselftorosellfeefixed","id":"4c6ae69d-ed44-4e8c-9437-34797e07b04c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorosellfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4c6ae69d-ed44-4e8c-9437-34797e07b04c"},{"name":"setselftorosellfeepercentage","id":"777eb98a-65c4-4664-b6f1-5debe0a2ed4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorosellfeepercentage\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"777eb98a-65c4-4664-b6f1-5debe0a2ed4d"},{"name":"setselftorosellfeepercentage","id":"de09971a-d7dc-463f-8919-186275c9cc0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorosellfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"de09971a-d7dc-463f-8919-186275c9cc0e"},{"name":"setselftorosellfee","id":"faacca00-5fba-4b16-89ff-34ad25b7463a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorosellfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"faacca00-5fba-4b16-89ff-34ad25b7463a"},{"name":"setselftorosellfee","id":"2d66dace-f557-4cf8-af2a-a0c092ec8744","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorosellfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"2d66dace-f557-4cf8-af2a-a0c092ec8744"},{"name":"allowselfcurrencyimportfee","id":"3582b1ab-547f-4de2-a377-4af187513c2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfcurrencyimportfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"3582b1ab-547f-4de2-a377-4af187513c2e"},{"name":"allowselfcurrencyimportfee","id":"a39db88a-c025-4be3-931c-a37fa6beb11c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfcurrencyimportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a39db88a-c025-4be3-931c-a37fa6beb11c"},{"name":"disallowselfcurrencyimportfee","id":"1bffff2f-303b-4af0-9073-243473c0edd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfcurrencyimportfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1bffff2f-303b-4af0-9073-243473c0edd9"},{"name":"disallowselfcurrencyimportfee","id":"5a272154-c781-44ab-a538-941de399fb2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfcurrencyimportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5a272154-c781-44ab-a538-941de399fb2c"},{"name":"setselfcurrencyimportfeefixed","id":"82c9fcfe-d835-4661-9ce3-831f4c0350ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyimportfeefixed\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"82c9fcfe-d835-4661-9ce3-831f4c0350ee"},{"name":"setselfcurrencyimportfeefixed","id":"c427739c-1a60-46dc-a935-d97842c411c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyimportfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c427739c-1a60-46dc-a935-d97842c411c2"},{"name":"setselfcurrencyimportfeepercentage","id":"8dfa6fa7-55b9-4821-92c7-d217d89a31ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyimportfeepercentage\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"8dfa6fa7-55b9-4821-92c7-d217d89a31ac"},{"name":"setselfcurrencyimportfeepercentage","id":"02ae9f9a-19f9-4b62-abca-bf32f064f0bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyimportfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"02ae9f9a-19f9-4b62-abca-bf32f064f0bb"},{"name":"setselfcurrencyimportfee","id":"e18fdbeb-7b95-4c9f-b891-6b01151e2116","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyimportfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e18fdbeb-7b95-4c9f-b891-6b01151e2116"},{"name":"setselfcurrencyimportfee","id":"78b1b7a5-8c08-472f-8b35-135a75aa3196","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyimportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"78b1b7a5-8c08-472f-8b35-135a75aa3196"},{"name":"allowselfcurrencyexportfee","id":"40027a0d-fb39-48c7-a2cd-a795426b7e38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfcurrencyexportfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"40027a0d-fb39-48c7-a2cd-a795426b7e38"},{"name":"allowselfcurrencyexportfee","id":"5932f7a3-c98e-4cc5-9f81-3d2303c38a44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfcurrencyexportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5932f7a3-c98e-4cc5-9f81-3d2303c38a44"},{"name":"disallowselfcurrencyexportfee","id":"e0c24770-36b1-4f3f-92fe-5ebb6cfb024c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfcurrencyexportfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e0c24770-36b1-4f3f-92fe-5ebb6cfb024c"},{"name":"disallowselfcurrencyexportfee","id":"57bc6629-763f-4f90-95f2-eedb7c6ece1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfcurrencyexportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"57bc6629-763f-4f90-95f2-eedb7c6ece1a"},{"name":"setselfcurrencyexportfeefixed","id":"9dfffb6a-6159-4287-94e8-b051d58bc52b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyexportfeefixed\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"9dfffb6a-6159-4287-94e8-b051d58bc52b"},{"name":"setselfcurrencyexportfeefixed","id":"22e790dd-4070-4569-b078-c31a4d7b852d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyexportfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"22e790dd-4070-4569-b078-c31a4d7b852d"},{"name":"setselfcurrencyexportfeepercentage","id":"d55c5cb9-3bd0-4af0-87f5-b75fa9980e84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyexportfeepercentage\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d55c5cb9-3bd0-4af0-87f5-b75fa9980e84"},{"name":"setselfcurrencyexportfeepercentage","id":"c3e06d29-4be4-41fa-b02e-80c140ac0f64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyexportfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c3e06d29-4be4-41fa-b02e-80c140ac0f64"},{"name":"setselfcurrencyexportfee","id":"754f4536-d593-4527-a8af-03f00ef0ccb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyexportfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"754f4536-d593-4527-a8af-03f00ef0ccb5"},{"name":"setselfcurrencyexportfee","id":"4f0697c9-4a36-4d98-8f2c-39a76e238d17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyexportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4f0697c9-4a36-4d98-8f2c-39a76e238d17"},{"name":"admintransfer","id":"d8d19ae6-e912-4ae9-8a99-367d2586a6f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admintransfer\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"from\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"to\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d8d19ae6-e912-4ae9-8a99-367d2586a6f6"},{"name":"admintransfer","id":"40557e64-8b91-46fe-bc02-11cc97c396f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admintransfer\", \"params\":[{\"name\":\"from\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"to\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"40557e64-8b91-46fe-bc02-11cc97c396f7"},{"name":"admintransferwithcustomfee","id":"8737d47c-f659-410b-b70a-179dabd45d0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admintransferwithcustomfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"from\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"to\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"1\"}, {\"name\":\"fee\", \"value\":\"0.02\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"8737d47c-f659-410b-b70a-179dabd45d0d"},{"name":"admintransferwithcustomfee","id":"39cbb04c-2e49-4cd1-bb30-a3c758b6a5bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admintransferwithcustomfee\", \"params\":[{\"name\":\"from\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"to\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"1\"}, {\"name\":\"fee\", \"value\":\"0.02\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"39cbb04c-2e49-4cd1-bb30-a3c758b6a5bd"},{"name":"admincalculatetxfee","id":"ac4992f7-3ba1-4e88-82df-2b5e06a58650","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculatetxfee\", \"params\":[{\"name\":\"from\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"1\"} ] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ac4992f7-3ba1-4e88-82df-2b5e06a58650"},{"name":"importcurrency","id":"8d36b082-9b64-4c7d-a2da-20de95fc0cc6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"importcurrency\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"200\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"8d36b082-9b64-4c7d-a2da-20de95fc0cc6"},{"name":"importcurrency","id":"11b3550c-04a2-459b-bffc-c5160b66ab95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"importcurrency\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"200\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"11b3550c-04a2-459b-bffc-c5160b66ab95"},{"name":"importcurrencywithcustomfee","id":"b74943f1-ffe7-4198-8e8e-4782533dee14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"importcurrencywithcustomfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"200\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b74943f1-ffe7-4198-8e8e-4782533dee14"},{"name":"importcurrencywithcustomfee","id":"2403f07f-4818-4326-84be-8be98b7233aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"importcurrencywithcustomfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"200\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"2403f07f-4818-4326-84be-8be98b7233aa"},{"name":"admincalculateimportfee","id":"4659bd66-cdb8-4193-8ff4-ced1364fb02b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculateimportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"1\"} ] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4659bd66-cdb8-4193-8ff4-ced1364fb02b"},{"name":"exportcurrency","id":"366ea6db-d718-4b5c-b7a3-00cbea80c44d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"exportcurrency\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"200\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"366ea6db-d718-4b5c-b7a3-00cbea80c44d"},{"name":"exportcurrency","id":"50f8878c-9c8c-4826-8a2c-83393d2698e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"exportcurrency\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"200\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"50f8878c-9c8c-4826-8a2c-83393d2698e3"},{"name":"exportcurrencywithcustomfee","id":"7a33b4e1-e392-4bdc-b31b-55cd597e4bc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"exportcurrencywithcustomfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"100\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7a33b4e1-e392-4bdc-b31b-55cd597e4bc7"},{"name":"exportcurrencywithcustomfee","id":"d1a4939d-49f4-4566-a292-a68438f1eed2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"exportcurrencywithcustomfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"100\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d1a4939d-49f4-4566-a292-a68438f1eed2"},{"name":"admincalculateexportfee","id":"d62fc140-7486-47f1-93e1-fb5b1d6d4afe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculateexportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"1\"} ] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d62fc140-7486-47f1-93e1-fb5b1d6d4afe"},{"name":"adminbuytoro","id":"fb22cd2f-32fa-4e09-9450-8aa12a49eb14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminbuytoro\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"50\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"fb22cd2f-32fa-4e09-9450-8aa12a49eb14"},{"name":"adminbuytoro","id":"3775842d-92c0-44cf-829e-7445ae60c30b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminbuytoro\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"50\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"3775842d-92c0-44cf-829e-7445ae60c30b"},{"name":"admincalculatebuyfee","id":"3efd1011-900c-4520-bc59-26cf086ee1d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculatebuyfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"50\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"3efd1011-900c-4520-bc59-26cf086ee1d6"},{"name":"admincalculatebuyresult","id":"1a812e13-05be-44be-925e-60dc712a41a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculatebuyresult\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"50\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1a812e13-05be-44be-925e-60dc712a41a1"},{"name":"adminbuytorowithcustomfee","id":"29409035-b006-418b-9efd-707dabb77dd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminbuytorowithcustomfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"5\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"29409035-b006-418b-9efd-707dabb77dd3"},{"name":"adminbuytorowithcustomfee","id":"ab96cceb-77b5-47fd-a938-c191b21abc8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminbuytorowithcustomfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"5\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ab96cceb-77b5-47fd-a938-c191b21abc8a"},{"name":"admincalculatebuyresultwithcustomfee","id":"fb456a9d-9673-44a1-bd92-0168281b4a73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculatebuyresultwithcustomfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"5\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"fb456a9d-9673-44a1-bd92-0168281b4a73"},{"name":"adminselltoro","id":"fc93357d-71ed-4510-a3a0-3263954a9a52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminselltoro\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"50\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"fc93357d-71ed-4510-a3a0-3263954a9a52"},{"name":"adminselltoro","id":"092b5af1-72e1-43cf-9b90-ee7943c5513e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminselltoro\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"50\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"092b5af1-72e1-43cf-9b90-ee7943c5513e"},{"name":"admincalculatesellfee","id":"d89051bb-dc09-41f0-8202-acb2d818053f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculatesellfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"50\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d89051bb-dc09-41f0-8202-acb2d818053f"},{"name":"admincalculatesellresult","id":"98c1310f-f768-446b-8815-809f48b084e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculatesellresult\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"50\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"98c1310f-f768-446b-8815-809f48b084e3"},{"name":"adminselltorowithcustomfee","id":"4bc3c72c-ec44-44ff-add8-1cb21f6ae7a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminselltorowithcustomfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"5\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4bc3c72c-ec44-44ff-add8-1cb21f6ae7a1"},{"name":"adminselltorowithcustomfee","id":"9d8529c6-e687-4afa-aa24-a19ef1fd8e91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminselltorowithcustomfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"5\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"9d8529c6-e687-4afa-aa24-a19ef1fd8e91"},{"name":"admincalculatesellresultwithcustomfee","id":"b2f505f5-145f-4601-8115-9067d78d549a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculatesellresultwithcustomfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"5\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/pound/ad","urlObject":{"protocol":"http","path":["api","currency","pound","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b2f505f5-145f-4601-8115-9067d78d549a"}],"id":"344aad40-c8f7-435f-b527-8f995c502280","_postman_id":"344aad40-c8f7-435f-b527-8f995c502280","description":""}],"id":"3c56a981-e24e-48e9-8d80-48e440b22915","_postman_id":"3c56a981-e24e-48e9-8d80-48e440b22915","description":""},{"name":"/egp","item":[{"name":"/","item":[{"name":"getbalance","id":"dcbeca78-fccd-42a5-9fe8-727e01224b10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getbalance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/","urlObject":{"protocol":"http","path":["api","currency","egp",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"dcbeca78-fccd-42a5-9fe8-727e01224b10"},{"name":"getname","id":"e1e02e41-54ec-4d57-8839-86daefd1ac01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getname\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/","urlObject":{"protocol":"http","path":["api","currency","egp",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e1e02e41-54ec-4d57-8839-86daefd1ac01"},{"name":"getsymbol","id":"17be849b-5811-45eb-afb2-6f972b6bb282","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getsymbol\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/","urlObject":{"protocol":"http","path":["api","currency","egp",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"17be849b-5811-45eb-afb2-6f972b6bb282"},{"name":"getdecimal","id":"9b9ca52b-305e-4817-8026-02070299b014","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getdecimal\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/","urlObject":{"protocol":"http","path":["api","currency","egp",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"9b9ca52b-305e-4817-8026-02070299b014"},{"name":"getexchangerate","id":"7ac9e614-5242-4b0a-b21d-33a37662b586","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getexchangerate\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/","urlObject":{"protocol":"http","path":["api","currency","egp",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7ac9e614-5242-4b0a-b21d-33a37662b586"},{"name":"getminimumallowance","id":"62d008ba-9a5b-4aa2-b33f-b8c443c99e49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getminimumallowance\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/","urlObject":{"protocol":"http","path":["api","currency","egp",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"62d008ba-9a5b-4aa2-b33f-b8c443c99e49"},{"name":"getmaximumallowance","id":"46e5d278-d09c-4853-89fd-c8d1702b45eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getmaximumallowance\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/","urlObject":{"protocol":"http","path":["api","currency","egp",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"46e5d278-d09c-4853-89fd-c8d1702b45eb"},{"name":"getallowance","id":"7aa10719-e127-4aab-8408-7a0cb15ab73b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowance\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/","urlObject":{"protocol":"http","path":["api","currency","egp",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7aa10719-e127-4aab-8408-7a0cb15ab73b"},{"name":"gettransactionfeefixed","id":"18e6b998-42cf-448b-8912-472a3937cf12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettransactionfeefixed\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/","urlObject":{"protocol":"http","path":["api","currency","egp",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"18e6b998-42cf-448b-8912-472a3937cf12"},{"name":"gettransactionfeepercentage","id":"8fd45ea7-6dfc-425c-919a-e3e6833456b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettransactionfeepercentage\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/","urlObject":{"protocol":"http","path":["api","currency","egp",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"8fd45ea7-6dfc-425c-919a-e3e6833456b8"},{"name":"gettransactionfee","id":"140e6b1d-cc4e-49ea-9491-bd9bc9ff697a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettransactionfee\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/","urlObject":{"protocol":"http","path":["api","currency","egp",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"140e6b1d-cc4e-49ea-9491-bd9bc9ff697a"},{"name":"getcommissionaddress","id":"48a530dd-193b-406c-aa6c-b77ded3c8714","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcommissionaddress\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/","urlObject":{"protocol":"http","path":["api","currency","egp",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"48a530dd-193b-406c-aa6c-b77ded3c8714"},{"name":"getcommissionpercentage","id":"2bf9a77c-7a55-4da6-b82f-1ff7b5c0bf97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcommissionpercentage\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/","urlObject":{"protocol":"http","path":["api","currency","egp",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"2bf9a77c-7a55-4da6-b82f-1ff7b5c0bf97"},{"name":"gettorobuyfeefixed","id":"0d310cdd-82ac-4550-9bc5-8d421a8a0034","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettorobuyfeefixed\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/","urlObject":{"protocol":"http","path":["api","currency","egp",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"0d310cdd-82ac-4550-9bc5-8d421a8a0034"},{"name":"gettorobuyfeepercentage","id":"0c5aaab3-d333-4975-9b97-805f9871967d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettorobuyfeepercentage\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/","urlObject":{"protocol":"http","path":["api","currency","egp",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"0c5aaab3-d333-4975-9b97-805f9871967d"},{"name":"gettorobuyfee","id":"eecbd7f3-a38c-4063-b5f6-993f04e5228b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettorobuyfee\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/","urlObject":{"protocol":"http","path":["api","currency","egp",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"eecbd7f3-a38c-4063-b5f6-993f04e5228b"},{"name":"gettorosellfeefixed","id":"09efb862-53e0-4f43-873f-201534bfe04b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettorosellfeefixed\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/","urlObject":{"protocol":"http","path":["api","currency","egp",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"09efb862-53e0-4f43-873f-201534bfe04b"},{"name":"gettorosellfeepercentage","id":"fd78ceed-e6d2-4c21-94dd-c3768c92a70d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettorosellfeepercentage\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/","urlObject":{"protocol":"http","path":["api","currency","egp",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"fd78ceed-e6d2-4c21-94dd-c3768c92a70d"},{"name":"gettorosellfee","id":"ceb1cdb7-a7f3-45ef-92be-b40476ddad5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettorosellfee\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/","urlObject":{"protocol":"http","path":["api","currency","egp",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ceb1cdb7-a7f3-45ef-92be-b40476ddad5b"},{"name":"getcurrencyimportfeefixed","id":"8447f623-1489-4b60-8db5-3e6972a895f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcurrencyimportfeefixed\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/","urlObject":{"protocol":"http","path":["api","currency","egp",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"8447f623-1489-4b60-8db5-3e6972a895f9"},{"name":"getcurrencyimportfeepercentage","id":"57e7ebd6-8a91-4e55-b649-656d00b4f3d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcurrencyimportfeepercentage\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/","urlObject":{"protocol":"http","path":["api","currency","egp",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"57e7ebd6-8a91-4e55-b649-656d00b4f3d8"},{"name":"getcurrencyimportfee","id":"c5210833-3ff3-4d06-9eb1-e89992d7cf8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcurrencyimportfee\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/","urlObject":{"protocol":"http","path":["api","currency","egp",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c5210833-3ff3-4d06-9eb1-e89992d7cf8f"},{"name":"getcurrencyexportfeefixed","id":"0e602099-73d7-4b5f-99ac-f777103d99db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcurrencyexportfeefixed\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/","urlObject":{"protocol":"http","path":["api","currency","egp",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"0e602099-73d7-4b5f-99ac-f777103d99db"},{"name":"getcurrencyexportfeepercentage","id":"094b3d93-cd89-4cdd-8af4-2a89dd2bed75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcurrencyexportfeepercentage\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/","urlObject":{"protocol":"http","path":["api","currency","egp",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"094b3d93-cd89-4cdd-8af4-2a89dd2bed75"},{"name":"getcurrencyexportfee","id":"ee866500-3704-4d7c-9d00-5b9499894c77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcurrencyexportfee\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/","urlObject":{"protocol":"http","path":["api","currency","egp",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ee866500-3704-4d7c-9d00-5b9499894c77"},{"name":"getreserve","id":"906f0a07-2329-4a35-99c9-91bd5c3c5f87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getreserve\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/","urlObject":{"protocol":"http","path":["api","currency","egp",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"906f0a07-2329-4a35-99c9-91bd5c3c5f87"},{"name":"gettoller","id":"0f164b23-47e3-4e26-b195-5a5f36fd1a38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettoller\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/","urlObject":{"protocol":"http","path":["api","currency","egp",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"0f164b23-47e3-4e26-b195-5a5f36fd1a38"},{"name":"gettotalcap","id":"10d881c4-d264-4136-8972-5e14cdc22811","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettotalcap\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/","urlObject":{"protocol":"http","path":["api","currency","egp",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"10d881c4-d264-4136-8972-5e14cdc22811"},{"name":"gettotalreserving","id":"c3aa898f-fe56-44a1-bb7f-c31e30d0f83b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettotalreserving\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/","urlObject":{"protocol":"http","path":["api","currency","egp",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c3aa898f-fe56-44a1-bb7f-c31e30d0f83b"},{"name":"gettotalcirculating","id":"85b6a632-c21f-4db0-996d-80a8dfadf95d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettotalcirculating\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/","urlObject":{"protocol":"http","path":["api","currency","egp",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"85b6a632-c21f-4db0-996d-80a8dfadf95d"},{"name":"isenrolled","id":"d2bb8f07-58ef-4c83-b51b-d99a0f2629cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isenrolled\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/","urlObject":{"protocol":"http","path":["api","currency","egp",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d2bb8f07-58ef-4c83-b51b-d99a0f2629cd"},{"name":"isfrozen","id":"503a8ca6-f198-412a-8d8d-42231388f6bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isfrozen\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/","urlObject":{"protocol":"http","path":["api","currency","egp",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"503a8ca6-f198-412a-8d8d-42231388f6bd"},{"name":"getallowselfenroll","id":"5b315645-55d2-4013-ac12-e4b6f2345058","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselfenroll\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/","urlObject":{"protocol":"http","path":["api","currency","egp",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5b315645-55d2-4013-ac12-e4b6f2345058"},{"name":"getallowselftransactionfee","id":"d7be4c7e-c642-4c08-a506-3c33fe202295","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselftransactionfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/","urlObject":{"protocol":"http","path":["api","currency","egp",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d7be4c7e-c642-4c08-a506-3c33fe202295"},{"name":"getselftransactionfeefixed","id":"a8cda980-d1fd-4cf8-aa46-8a1473696e14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftransactionfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/","urlObject":{"protocol":"http","path":["api","currency","egp",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a8cda980-d1fd-4cf8-aa46-8a1473696e14"},{"name":"getselftransactionfeepercentage","id":"d5a6c419-62cb-4bd0-8a4e-0d0ddc12514a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftransactionfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/","urlObject":{"protocol":"http","path":["api","currency","egp",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d5a6c419-62cb-4bd0-8a4e-0d0ddc12514a"},{"name":"getselftransactionfee","id":"266febc6-c405-421f-93aa-e68cf7e22dd4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftransactionfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/","urlObject":{"protocol":"http","path":["api","currency","egp",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"266febc6-c405-421f-93aa-e68cf7e22dd4"},{"name":"getallowselfallowance","id":"67062a22-ad1f-4512-855c-19778787a892","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselfallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}]  }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/","urlObject":{"protocol":"http","path":["api","currency","egp",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"67062a22-ad1f-4512-855c-19778787a892"},{"name":"getselfminimumallowance","id":"f9b63dd7-afde-4908-bbf3-b2be2b5b181a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfminimumallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}]  }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/","urlObject":{"protocol":"http","path":["api","currency","egp",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f9b63dd7-afde-4908-bbf3-b2be2b5b181a"},{"name":"getselfmaximumallowance","id":"d4d09522-e626-4d27-9f5a-ecc3370883c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfmaximumallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}]  }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/","urlObject":{"protocol":"http","path":["api","currency","egp",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d4d09522-e626-4d27-9f5a-ecc3370883c8"},{"name":"getselfallowance","id":"7c61541a-3e72-4f68-be60-c21a2ac96531","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}]  }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/","urlObject":{"protocol":"http","path":["api","currency","egp",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7c61541a-3e72-4f68-be60-c21a2ac96531"},{"name":"getallowselftorobuyfee","id":"1d3132bc-299e-44f5-a389-e498dd2c273f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselftorobuyfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/","urlObject":{"protocol":"http","path":["api","currency","egp",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1d3132bc-299e-44f5-a389-e498dd2c273f"},{"name":"getselftorobuyfeefixed","id":"92d9941c-dedf-4827-a0d3-67d4b3aa4b3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftorobuyfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/","urlObject":{"protocol":"http","path":["api","currency","egp",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"92d9941c-dedf-4827-a0d3-67d4b3aa4b3d"},{"name":"getselftorobuyfeepercentage","id":"b8111feb-b75f-4872-809c-e2dddd71947e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftorobuyfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/","urlObject":{"protocol":"http","path":["api","currency","egp",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b8111feb-b75f-4872-809c-e2dddd71947e"},{"name":"getselftorobuyfee","id":"28da9601-3b94-4fb1-9594-bca2c5f96fc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftorobuyfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/","urlObject":{"protocol":"http","path":["api","currency","egp",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"28da9601-3b94-4fb1-9594-bca2c5f96fc7"},{"name":"getallowselftorosellfee","id":"a15f08b1-9228-4cb3-affe-27aca9450c96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselftorosellfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/","urlObject":{"protocol":"http","path":["api","currency","egp",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a15f08b1-9228-4cb3-affe-27aca9450c96"},{"name":"getselftorosellfeefixed","id":"d861f9c8-409f-4e19-bf21-dffc3061651b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftorosellfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/","urlObject":{"protocol":"http","path":["api","currency","egp",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d861f9c8-409f-4e19-bf21-dffc3061651b"},{"name":"getselftorosellfeepercentage","id":"c48b8680-a9fa-4a6c-b1e4-e857ec5b83ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftorosellfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/","urlObject":{"protocol":"http","path":["api","currency","egp",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c48b8680-a9fa-4a6c-b1e4-e857ec5b83ca"},{"name":"getselftorosellfee","id":"5c53623a-12b7-40ec-bcbc-fdef8fadb703","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftorosellfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/","urlObject":{"protocol":"http","path":["api","currency","egp",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5c53623a-12b7-40ec-bcbc-fdef8fadb703"},{"name":"getallowselfcurrencyimportfee","id":"ba2310b2-870d-4d21-ad54-4130253cc914","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselfcurrencyimportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/","urlObject":{"protocol":"http","path":["api","currency","egp",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ba2310b2-870d-4d21-ad54-4130253cc914"},{"name":"getselfcurrencyimportfeefixed","id":"442b9c06-1824-478e-8e5b-839a8c289cc6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfcurrencyimportfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/","urlObject":{"protocol":"http","path":["api","currency","egp",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"442b9c06-1824-478e-8e5b-839a8c289cc6"},{"name":"getselfcurrencyimportfeepercentage","id":"bbd8546c-6bdb-401d-9308-1889224b83dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfcurrencyimportfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/","urlObject":{"protocol":"http","path":["api","currency","egp",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"bbd8546c-6bdb-401d-9308-1889224b83dd"},{"name":"getselfcurrencyimportfee","id":"fa879b6b-51ee-41bd-9a8a-d466ebb07a19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfcurrencyimportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/","urlObject":{"protocol":"http","path":["api","currency","egp",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"fa879b6b-51ee-41bd-9a8a-d466ebb07a19"},{"name":"getallowselfcurrencyexportfee","id":"4605c22d-257f-4d8b-b4af-6c1d2c0fc397","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselfcurrencyexportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/","urlObject":{"protocol":"http","path":["api","currency","egp",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4605c22d-257f-4d8b-b4af-6c1d2c0fc397"},{"name":"getselfcurrencyexportfeefixed","id":"3d69ac84-b1f4-4d0a-8063-5a1611ad40a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfcurrencyexportfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/","urlObject":{"protocol":"http","path":["api","currency","egp",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"3d69ac84-b1f4-4d0a-8063-5a1611ad40a9"},{"name":"getselfcurrencyexportfeepercentage","id":"6726e4a8-8c3f-45c1-b34f-6fbff8381cc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfcurrencyexportfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/","urlObject":{"protocol":"http","path":["api","currency","egp",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6726e4a8-8c3f-45c1-b34f-6fbff8381cc3"},{"name":"getselfcurrencyexportfee","id":"a8b6ba0a-79da-46f6-8493-83122df3a67b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfcurrencyexportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/","urlObject":{"protocol":"http","path":["api","currency","egp",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a8b6ba0a-79da-46f6-8493-83122df3a67b"},{"name":"istransferon","id":"446ad2dc-ad1f-4341-af91-ee682f37546b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"istransferon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/","urlObject":{"protocol":"http","path":["api","currency","egp",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"446ad2dc-ad1f-4341-af91-ee682f37546b"},{"name":"isbuyon","id":"5a39cf58-cd95-4325-a392-eb76546066d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isbuyon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/","urlObject":{"protocol":"http","path":["api","currency","egp",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5a39cf58-cd95-4325-a392-eb76546066d2"},{"name":"issellon","id":"0f46fd05-5153-43f7-90a7-a268763613ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"issellon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/","urlObject":{"protocol":"http","path":["api","currency","egp",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"0f46fd05-5153-43f7-90a7-a268763613ca"},{"name":"isimporton","id":"89319304-f070-4d26-bbc1-1eb6c3548351","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isimporton\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/","urlObject":{"protocol":"http","path":["api","currency","egp",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"89319304-f070-4d26-bbc1-1eb6c3548351"},{"name":"isexporton","id":"b536f8b6-4180-4a49-be38-161d0f4ae5f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isexporton\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/","urlObject":{"protocol":"http","path":["api","currency","egp",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b536f8b6-4180-4a49-be38-161d0f4ae5f3"}],"id":"a9e35319-81bf-400b-a7ce-80436a02989a","_postman_id":"a9e35319-81bf-400b-a7ce-80436a02989a","description":""},{"name":"/ow","item":[{"name":"initegpcurrency","id":"ab9e8fc6-ab8a-4421-9132-58170d7f0ce2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"initegpcurrency\", \"params\":[{\"name\":\"owner\", \"value\":\"0x43F78b342084e370f10e0Cd07d56d95c1728C9D4\"}, {\"name\":\"ownerpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ow","urlObject":{"protocol":"http","path":["api","currency","egp","ow"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ab9e8fc6-ab8a-4421-9132-58170d7f0ce2"},{"name":"initegpcurrency","id":"3b0191f4-5a11-4a8b-a191-ce71a198b2cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"initegpcurrency\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ow","urlObject":{"protocol":"http","path":["api","currency","egp","ow"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"3b0191f4-5a11-4a8b-a191-ce71a198b2cb"},{"name":"setreserve","id":"f959605c-a832-46de-8461-826879b59485","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setreserve\", \"params\":[{\"name\":\"owner\", \"value\":\"0x43F78b342084e370f10e0Cd07d56d95c1728C9D4\"}, {\"name\":\"ownerpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ow","urlObject":{"protocol":"http","path":["api","currency","egp","ow"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f959605c-a832-46de-8461-826879b59485"},{"name":"setreserve","id":"d363ad95-86e1-436f-b518-12dfa841e15f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setreserve\", \"params\":[{\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ow","urlObject":{"protocol":"http","path":["api","currency","egp","ow"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d363ad95-86e1-436f-b518-12dfa841e15f"}],"id":"9e5d5108-a2c0-42f0-98b1-ccedfb5957d1","_postman_id":"9e5d5108-a2c0-42f0-98b1-ccedfb5957d1","description":""},{"name":"/sa","item":[{"name":"setexchangerate","id":"ed02eecc-6f3a-4099-8bce-ac042622f8bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setexchangerate\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"1.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ed02eecc-6f3a-4099-8bce-ac042622f8bb"},{"name":"setexchangerate","id":"ef01e4f4-83ee-4662-b5f1-77718351b766","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setexchangerate\", \"params\":[ {\"name\":\"val\", \"value\":\"1.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ef01e4f4-83ee-4662-b5f1-77718351b766"},{"name":"setminimumallowance","id":"a07a0466-4f6d-46d1-abea-3897b2e58768","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setminimumallowance\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"0.1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a07a0466-4f6d-46d1-abea-3897b2e58768"},{"name":"setminimumallowance","id":"46638427-3d1a-4357-bab6-f59f567778ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setminimumallowance\", \"params\":[{\"name\":\"val\", \"value\":\"0.1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"46638427-3d1a-4357-bab6-f59f567778ba"},{"name":"setmaximumallowance","id":"02252910-2d7a-4a36-a7db-8bf77fc8ee92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setmaximumallowance\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"10000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"02252910-2d7a-4a36-a7db-8bf77fc8ee92"},{"name":"setmaximumallowance","id":"301a5a52-e76a-4fc3-bd05-d3302b8023a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setmaximumallowance\", \"params\":[{\"name\":\"val\", \"value\":\"10000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"301a5a52-e76a-4fc3-bd05-d3302b8023a4"},{"name":"setallowance","id":"f710eca7-33f2-4c02-b832-3023c66855ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setallowance\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"min\", \"value\":\"0.1\"}, {\"name\":\"max\", \"value\":\"10000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f710eca7-33f2-4c02-b832-3023c66855ed"},{"name":"setallowance","id":"2d4f0b0c-3ab5-43f7-bebd-9889bef2d359","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setallowance\", \"params\":[{\"name\":\"min\", \"value\":\"0.1\"}, {\"name\":\"max\", \"value\":\"10000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"2d4f0b0c-3ab5-43f7-bebd-9889bef2d359"},{"name":"settransactionfeefixed","id":"9581d004-3304-43ae-b8ac-2e69824a2769","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransactionfeefixed\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"0.02\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"9581d004-3304-43ae-b8ac-2e69824a2769"},{"name":"settransactionfeefixed","id":"6dfc9d0c-e160-4d9a-87e7-8090288ffd94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setminimumallowance\", \"params\":[{\"name\":\"val\", \"value\":\"0.1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6dfc9d0c-e160-4d9a-87e7-8090288ffd94"},{"name":"settransactionfeepercentage","id":"ca81c770-7d74-47e9-bbe1-f358b7bd9993","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransactionfeepercentage\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ca81c770-7d74-47e9-bbe1-f358b7bd9993"},{"name":"settransactionfeepercentage","id":"c7348b34-e987-4cd0-9155-f01a4b8ccbb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransactionfeepercentage\", \"params\":[{\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c7348b34-e987-4cd0-9155-f01a4b8ccbb3"},{"name":"settransactionfee","id":"b689bc5d-8d09-4503-bda2-f10647658721","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransactionfee\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b689bc5d-8d09-4503-bda2-f10647658721"},{"name":"settransactionfee","id":"03a705dd-6436-46a4-9c3d-4e51be7d5b33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransactionfee\", \"params\":[{\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"03a705dd-6436-46a4-9c3d-4e51be7d5b33"},{"name":"settoller","id":"5e8caa62-a244-4e33-8223-996e637fbbcd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settoller\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5e8caa62-a244-4e33-8223-996e637fbbcd"},{"name":"settoller","id":"c02aec7a-e28f-4d98-9b4c-d0898587ba93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settoller\", \"params\":[{\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c02aec7a-e28f-4d98-9b4c-d0898587ba93"},{"name":"setcommissionaddress","id":"72282d81-8811-4025-942d-5abb5c477428","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcommissionaddress\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"72282d81-8811-4025-942d-5abb5c477428"},{"name":"setcommissionaddress","id":"d072e60d-97f8-497d-868b-185915eb1507","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcommissionaddress\", \"params\":[{\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d072e60d-97f8-497d-868b-185915eb1507"},{"name":"setcommissionpercentage","id":"51ffd956-d2ea-4829-b315-d6ab9da914ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcommissionpercentage\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"51ffd956-d2ea-4829-b315-d6ab9da914ad"},{"name":"setcommissionpercentage","id":"882c2754-b6c6-4246-8028-f13b0504edbb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcommissionpercentage\", \"params\":[{\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"882c2754-b6c6-4246-8028-f13b0504edbb"},{"name":"setcommission","id":"5f1115b3-05f0-4686-b11f-e4eb915843bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcommission\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"percentage\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5f1115b3-05f0-4686-b11f-e4eb915843bf"},{"name":"setcommission","id":"d284bff0-2c52-448c-b8e3-9d26a132681b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcommission\", \"params\":[{\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"percentage\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d284bff0-2c52-448c-b8e3-9d26a132681b"},{"name":"settorobuyfeefixed","id":"f910174a-0f4a-4e07-8ec7-5d842f9736c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorobuyfeefixed\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f910174a-0f4a-4e07-8ec7-5d842f9736c5"},{"name":"settorobuyfeefixed","id":"57a1163c-55ad-4f17-b6fc-5fde4603b98c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorobuyfeefixed\", \"params\":[ {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"57a1163c-55ad-4f17-b6fc-5fde4603b98c"},{"name":"settorobuyfeepercentage","id":"682c5021-7abe-41ca-a3e9-e4fe9859e89b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorobuyfeepercentage\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"682c5021-7abe-41ca-a3e9-e4fe9859e89b"},{"name":"settorobuyfeepercentage","id":"3d1affb3-18b8-4abf-87c4-d97f4e2eec35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorobuyfeepercentage\", \"params\":[ {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"3d1affb3-18b8-4abf-87c4-d97f4e2eec35"},{"name":"settorobuyfee","id":"cc9d6571-0921-43dc-8300-6bafb622187b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorobuyfee\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"fixed\", \"value\":\"0.0\"}, {\"name\":\"percentage\", \"value\":\"0.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"cc9d6571-0921-43dc-8300-6bafb622187b"},{"name":"settorobuyfee","id":"84b13b43-c492-4aa8-9b83-9d90dd0d74ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorobuyfee\", \"params\":[ {\"name\":\"fixed\", \"value\":\"0.0\"}, {\"name\":\"percentage\", \"value\":\"0.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"84b13b43-c492-4aa8-9b83-9d90dd0d74ac"},{"name":"settorosellfeefixed","id":"460fd51d-c472-44a5-ac01-4150d6247fbb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorosellfeefixed\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"460fd51d-c472-44a5-ac01-4150d6247fbb"},{"name":"settorosellfeefixed","id":"b004109b-b004-473e-8442-bca85bcb76b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorosellfeefixed\", \"params\":[ {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b004109b-b004-473e-8442-bca85bcb76b3"},{"name":"settorosellfeepercentage","id":"461c0ab6-f944-48da-aaa3-ade1fed0e147","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorosellfeepercentage\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"461c0ab6-f944-48da-aaa3-ade1fed0e147"},{"name":"settorosellfeepercentage","id":"3fc3b28f-fe29-40bf-9924-c2a6e690f493","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorosellfeepercentage\", \"params\":[ {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"3fc3b28f-fe29-40bf-9924-c2a6e690f493"},{"name":"settorosellfee","id":"7b10fb28-4c2f-4ae4-ad46-1326079701aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorosellfee\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"fixed\", \"value\":\"0.0\"}, {\"name\":\"percentage\", \"value\":\"0.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7b10fb28-4c2f-4ae4-ad46-1326079701aa"},{"name":"settorosellfee","id":"0b715aec-d985-4c6f-9537-6bed3499511d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorosellfee\", \"params\":[ {\"name\":\"fixed\", \"value\":\"0.0\"}, {\"name\":\"percentage\", \"value\":\"0.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"0b715aec-d985-4c6f-9537-6bed3499511d"},{"name":"setcurrencyimportfeefixed","id":"6ae38b82-f3d1-4176-9990-4e1229b25352","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyimportfeefixed\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6ae38b82-f3d1-4176-9990-4e1229b25352"},{"name":"setcurrencyimportfeefixed","id":"18e43570-b72a-41d9-88d6-b75badaa21a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyimportfeefixed\", \"params\":[ {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"18e43570-b72a-41d9-88d6-b75badaa21a1"},{"name":"setcurrencyimportfeepercentage","id":"86ac3978-2f2d-4d52-b23c-f82982321844","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyimportfeepercentage\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"86ac3978-2f2d-4d52-b23c-f82982321844"},{"name":"setcurrencyimportfeepercentage","id":"693fe0f3-4c00-41c8-ae6f-54545e176218","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyimportfeepercentage\", \"params\":[ {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"693fe0f3-4c00-41c8-ae6f-54545e176218"},{"name":"setcurrencyimportfee","id":"4f236e6b-ab69-4315-838b-999aee0983f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyimportfee\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"fixed\", \"value\":\"0.0\"}, {\"name\":\"percentage\", \"value\":\"0.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4f236e6b-ab69-4315-838b-999aee0983f0"},{"name":"setcurrencyimportfee","id":"a39a9011-5a2d-457a-a00a-50d07d68174b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyimportfee\", \"params\":[ {\"name\":\"fixed\", \"value\":\"0.0\"}, {\"name\":\"percentage\", \"value\":\"0.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a39a9011-5a2d-457a-a00a-50d07d68174b"},{"name":"setcurrencyexportfeefixed","id":"cb701558-c837-4946-8ebb-3825ab6a9eb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyexportfeefixed\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"cb701558-c837-4946-8ebb-3825ab6a9eb8"},{"name":"setcurrencyexportfeefixed","id":"b70b0302-d9e2-485c-97a2-064ce0b268e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyexportfeefixed\", \"params\":[ {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b70b0302-d9e2-485c-97a2-064ce0b268e3"},{"name":"setcurrencyexportfeepercentage","id":"4379ab6c-5db4-4a3c-88a9-edea51d351ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyexportfeepercentage\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4379ab6c-5db4-4a3c-88a9-edea51d351ec"},{"name":"setcurrencyexportfeepercentage","id":"35e6d232-1842-4233-9d46-4831729d7b46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyexportfeepercentage\", \"params\":[ {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"35e6d232-1842-4233-9d46-4831729d7b46"},{"name":"setcurrencyexportfee","id":"6a8b81ff-45e2-48c3-97f0-5cc90a8736d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyexportfee\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"fixed\", \"value\":\"0.0\"}, {\"name\":\"percentage\", \"value\":\"0.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6a8b81ff-45e2-48c3-97f0-5cc90a8736d2"},{"name":"setcurrencyexportfee","id":"e164f58e-8346-40f7-88e0-197dd8295d35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyexportfee\", \"params\":[ {\"name\":\"fixed\", \"value\":\"0.0\"}, {\"name\":\"percentage\", \"value\":\"0.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e164f58e-8346-40f7-88e0-197dd8295d35"},{"name":"allowselfenroll","id":"7e05462e-4fb9-43c1-a7fa-581e44ca5df0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfenroll\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7e05462e-4fb9-43c1-a7fa-581e44ca5df0"},{"name":"allowselfenroll","id":"3d88157c-ecad-4db8-b91f-5cc1ea6e3930","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfenroll\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"3d88157c-ecad-4db8-b91f-5cc1ea6e3930"},{"name":"disallowselfenroll","id":"fd26f1cf-5356-4e42-8749-067708d965ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfenroll\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"fd26f1cf-5356-4e42-8749-067708d965ab"},{"name":"disallowselfenroll","id":"155b7a0e-4c83-4450-97fa-af3d197f2bd2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfenroll\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"155b7a0e-4c83-4450-97fa-af3d197f2bd2"},{"name":"settransferon","id":"d95623ab-a31a-4ca8-9d23-7dfd44dd2f3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransferon\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d95623ab-a31a-4ca8-9d23-7dfd44dd2f3a"},{"name":"settransferon","id":"32ad8240-ad4b-490b-9a91-e0a365f4a1f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransferon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"32ad8240-ad4b-490b-9a91-e0a365f4a1f1"},{"name":"settransferoff","id":"494b3c86-52e4-4978-b5db-482536f0e1d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransferoff\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"494b3c86-52e4-4978-b5db-482536f0e1d9"},{"name":"settransferoff","id":"20282f4c-c4f0-40be-9a89-44497f590f93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransferoff\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"20282f4c-c4f0-40be-9a89-44497f590f93"},{"name":"setbuyon","id":"405e0b06-f552-43fc-94a6-3331204917df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setbuyon\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"405e0b06-f552-43fc-94a6-3331204917df"},{"name":"setbuyon","id":"ce5be863-7714-42ac-9a45-d80622fca9d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setbuyon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ce5be863-7714-42ac-9a45-d80622fca9d3"},{"name":"setbuyoff","id":"1d095d48-e360-4cbe-ba98-1df41fc11af5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setbuyoff\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1d095d48-e360-4cbe-ba98-1df41fc11af5"},{"name":"setbuyoff","id":"30247013-dda6-4f84-b394-5bd285ee0ebf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setbuyoff\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"30247013-dda6-4f84-b394-5bd285ee0ebf"},{"name":"setsellon","id":"adf0035d-66df-43d2-a597-4d239ea6e437","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setsellon\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"adf0035d-66df-43d2-a597-4d239ea6e437"},{"name":"setsellon","id":"c633b59a-67eb-471d-87cf-5b4a91e0dce2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setsellon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c633b59a-67eb-471d-87cf-5b4a91e0dce2"},{"name":"setselloff","id":"f2762b18-22f1-4e54-bf96-6715d99dfe05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselloff\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f2762b18-22f1-4e54-bf96-6715d99dfe05"},{"name":"setselloff","id":"9fa0cda7-4d93-4371-b95f-1ada76a41589","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselloff\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"9fa0cda7-4d93-4371-b95f-1ada76a41589"},{"name":"setimporton","id":"def9e41c-f6c6-43eb-ad4e-6b90a746e8b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setimporton\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"def9e41c-f6c6-43eb-ad4e-6b90a746e8b8"},{"name":"setimporton","id":"e8fe2df0-a375-4fda-b663-95104e007655","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setimporton\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e8fe2df0-a375-4fda-b663-95104e007655"},{"name":"setimportoff","id":"656eee45-84d4-44a3-ae54-765924f50b81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setimportoff\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"656eee45-84d4-44a3-ae54-765924f50b81"},{"name":"setimportoff","id":"0250a2db-31bc-456f-9797-1a43b98895ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setimportoff\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"0250a2db-31bc-456f-9797-1a43b98895ff"},{"name":"setexporton","id":"a97e39de-b448-438a-95e5-72b8efdaab3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setexporton\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a97e39de-b448-438a-95e5-72b8efdaab3a"},{"name":"setexporton","id":"63cb6640-4796-44af-b034-1c0bcca35771","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setexporton\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"63cb6640-4796-44af-b034-1c0bcca35771"},{"name":"setexportoff","id":"f85ec52f-df1c-4824-a35a-9160233a41be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setexportoff\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f85ec52f-df1c-4824-a35a-9160233a41be"},{"name":"setexportoff","id":"cc2077bd-6010-4e45-84e1-07447bd24727","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setexportoff\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"cc2077bd-6010-4e45-84e1-07447bd24727"},{"name":"importreserve","id":"8e3e2780-82ca-47b1-abe5-39d9858de146","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"importreserve\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"100\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"8e3e2780-82ca-47b1-abe5-39d9858de146"},{"name":"importreserve","id":"a5b32def-ebc0-4abd-98c5-e4b24a6489cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"importreserve\", \"params\":[{\"name\":\"val\", \"value\":\"100\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a5b32def-ebc0-4abd-98c5-e4b24a6489cf"},{"name":"exportreserve","id":"7b8fd0b5-f9df-4650-ad3a-5ab5dc921bc0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"exportreserve\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"20\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7b8fd0b5-f9df-4650-ad3a-5ab5dc921bc0"},{"name":"exportreserve","id":"cb61d9a4-15af-4c77-8871-ac0761ffee84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"exportreserve\", \"params\":[{\"name\":\"val\", \"value\":\"20\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"cb61d9a4-15af-4c77-8871-ac0761ffee84"},{"name":"transferfromreserve","id":"f1cec8af-1397-4020-b181-9e0c56235a0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"transferfromreserve\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"20\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f1cec8af-1397-4020-b181-9e0c56235a0b"},{"name":"transferfromreserve","id":"29e89044-dcd5-4c55-ba7a-bf553917eb85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"transferfromreserve\", \"params\":[ {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"20\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"29e89044-dcd5-4c55-ba7a-bf553917eb85"},{"name":"transfertoreserve","id":"d3c0ad0b-489e-4187-811b-dc6c572848b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"transfertoreserve\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d3c0ad0b-489e-4187-811b-dc6c572848b6"},{"name":"transfertoreserve","id":"ae9b2388-698c-483d-a2c9-756a78e8da17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"transfertoreserve\", \"params\":[ {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ae9b2388-698c-483d-a2c9-756a78e8da17"},{"name":"reservebuytoro","id":"f3349361-09ab-4be9-85d5-ca3dc61efe02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"reservebuytoro\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f3349361-09ab-4be9-85d5-ca3dc61efe02"},{"name":"reservebuytoro","id":"05880035-4577-49dd-9a78-fd9306ef916a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"reservebuytoro\", \"params\":[{\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"05880035-4577-49dd-9a78-fd9306ef916a"},{"name":"calculatereservebuyresult","id":"aa5646e4-adc8-4281-bae2-0e76818fb8a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"calculatereservebuyresult\", \"params\":[{\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"aa5646e4-adc8-4281-bae2-0e76818fb8a8"},{"name":"reserveselltoro","id":"c4792748-a3cd-461d-9b6b-4192302c4359","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"reserveselltoro\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c4792748-a3cd-461d-9b6b-4192302c4359"},{"name":"reserveselltoro","id":"aacaa3fc-9597-44d3-801b-c8f5156bf81d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"reserveselltoro\", \"params\":[{\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"aacaa3fc-9597-44d3-801b-c8f5156bf81d"},{"name":"calculatereservesellresult","id":"fb0fb3e3-37d6-4a81-860c-562a3ff321f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"calculatereservesellresult\", \"params\":[{\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/sa","urlObject":{"protocol":"http","path":["api","currency","egp","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"fb0fb3e3-37d6-4a81-860c-562a3ff321f5"}],"id":"95a2228f-34ba-4100-9c5d-0de927718bd2","_postman_id":"95a2228f-34ba-4100-9c5d-0de927718bd2","description":""},{"name":"/cl","item":[{"name":"transfer","id":"bcdaade0-878f-4c9e-bf0f-7c264a0187e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"transfer\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"clientpwd\", \"value\":\"toronet\"}, {\"name\":\"to\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/cl","urlObject":{"protocol":"http","path":["api","currency","egp","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"bcdaade0-878f-4c9e-bf0f-7c264a0187e8"},{"name":"transfer","id":"ae88baaa-7bc8-4365-b729-835278fd7cf5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"transfer\", \"params\":[{\"name\":\"to\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/cl","urlObject":{"protocol":"http","path":["api","currency","egp","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ae88baaa-7bc8-4365-b729-835278fd7cf5"},{"name":"calculatetxfee","id":"b8892db4-b757-40de-892f-916b100dc271","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"calculatetxfee\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/cl","urlObject":{"protocol":"http","path":["api","currency","egp","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b8892db4-b757-40de-892f-916b100dc271"},{"name":"buytoro","id":"4197c489-9996-468b-a737-cecf4b177821","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"buytoro\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"clientpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/cl","urlObject":{"protocol":"http","path":["api","currency","egp","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4197c489-9996-468b-a737-cecf4b177821"},{"name":"buytoro","id":"6dacca9a-6dc7-40be-a5b3-2371db4863ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"buytoro\", \"params\":[{\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/cl","urlObject":{"protocol":"http","path":["api","currency","egp","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6dacca9a-6dc7-40be-a5b3-2371db4863ff"},{"name":"calculatebuyfee","id":"a0cf6137-ec0c-4665-bfb7-ba726e34b9f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"calculatebuyfee\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/cl","urlObject":{"protocol":"http","path":["api","currency","egp","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a0cf6137-ec0c-4665-bfb7-ba726e34b9f4"},{"name":"calculatebuyresult","id":"b65440b5-57db-4089-b6f9-3483ecd82e37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"calculatebuyresult\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/cl","urlObject":{"protocol":"http","path":["api","currency","egp","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b65440b5-57db-4089-b6f9-3483ecd82e37"},{"name":"selltoro","id":"44b363cf-520f-4091-8bc7-1d86b6dd3035","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"selltoro\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"clientpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/cl","urlObject":{"protocol":"http","path":["api","currency","egp","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"44b363cf-520f-4091-8bc7-1d86b6dd3035"},{"name":"selltoro","id":"18678e4f-2372-4365-a0f3-fc15f4b0731e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"selltoro\", \"params\":[{\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/cl","urlObject":{"protocol":"http","path":["api","currency","egp","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"18678e4f-2372-4365-a0f3-fc15f4b0731e"},{"name":"calculatesellfee","id":"be4bf954-d960-4d90-9040-4345f3edd249","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"calculatesellfee\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/cl","urlObject":{"protocol":"http","path":["api","currency","egp","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"be4bf954-d960-4d90-9040-4345f3edd249"},{"name":"calculatesellresult","id":"e175907d-d126-4bbe-96e3-3a6b1a905310","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"calculatesellresult\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/cl","urlObject":{"protocol":"http","path":["api","currency","egp","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e175907d-d126-4bbe-96e3-3a6b1a905310"}],"id":"87772215-ad0a-41df-b859-24923f2c01b8","_postman_id":"87772215-ad0a-41df-b859-24923f2c01b8","description":""},{"name":"/ad","item":[{"name":"enrollcurrencyaccount","id":"86606243-a136-43a4-9034-43ad1bb0b340","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"enrollcurrencyaccount\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"86606243-a136-43a4-9034-43ad1bb0b340"},{"name":"enrollcurrencyaccount","id":"6fe15473-9e70-4488-93fb-270a8e522900","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"enrollcurrencyaccount\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6fe15473-9e70-4488-93fb-270a8e522900"},{"name":"disenrollcurrencyaccount","id":"58fc6849-8720-44b1-b7fc-b863a9a58552","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disenrollcurrencyaccount\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"58fc6849-8720-44b1-b7fc-b863a9a58552"},{"name":"disenrollcurrencyaccount","id":"370af4fa-c1ce-49f7-8bde-64a3c4b85b79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disenrollcurrencyaccount\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"370af4fa-c1ce-49f7-8bde-64a3c4b85b79"},{"name":"freezecurrencyaccount","id":"32119a2b-d204-4c3c-a738-ec2b108ad593","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"freezecurrencyaccount\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"32119a2b-d204-4c3c-a738-ec2b108ad593"},{"name":"freezecurrencyaccount","id":"f6f725be-3315-4540-b6fe-4fc84d8d19b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"freezecurrencyaccount\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f6f725be-3315-4540-b6fe-4fc84d8d19b5"},{"name":"unfreezecurrencyaccount","id":"bc560948-a977-47fd-a7ee-2151631d3d00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"unfreezecurrencyaccount\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"bc560948-a977-47fd-a7ee-2151631d3d00"},{"name":"unfreezecurrencyaccount","id":"0e29b88d-b55c-410e-8585-cf190532d4d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"unfreezecurrencyaccount\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"0e29b88d-b55c-410e-8585-cf190532d4d5"},{"name":"allowselfallowance","id":"4d613d97-2fc9-40f8-bb19-bbb5d551e86d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfallowance\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4d613d97-2fc9-40f8-bb19-bbb5d551e86d"},{"name":"allowselfallowance","id":"ff308bc2-787f-4b0a-8e0a-ffa590429680","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfallowance\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ff308bc2-787f-4b0a-8e0a-ffa590429680"},{"name":"disallowselfallowance","id":"f0cfeea6-3cb7-4525-897c-6803dcb1d538","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfallowance\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f0cfeea6-3cb7-4525-897c-6803dcb1d538"},{"name":"disallowselfallowance","id":"76623988-1e81-4804-b4ec-d3c3ce252078","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"76623988-1e81-4804-b4ec-d3c3ce252078"},{"name":"setselfminimumallowance","id":"0d4f4bff-15a5-469e-8e2c-04dc04656c44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfminimumallowance\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"0d4f4bff-15a5-469e-8e2c-04dc04656c44"},{"name":"setselfminimumallowance","id":"07bfa1e8-b2d1-43d6-9831-2a01e2a23879","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfminimumallowance\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"07bfa1e8-b2d1-43d6-9831-2a01e2a23879"},{"name":"setselfmaximumallowance","id":"e933d2aa-c039-492b-a5ee-254b00cfee4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfmaximumallowance\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"20000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e933d2aa-c039-492b-a5ee-254b00cfee4e"},{"name":"setselfmaximumallowance","id":"bbc2541d-4fe0-4d67-a31f-c8bb41355f81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfmaximumallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"20000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"bbc2541d-4fe0-4d67-a31f-c8bb41355f81"},{"name":"setselfallowance","id":"7f019d2b-cc94-46eb-903a-6be9915de9c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfallowance\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"min\", \"value\":\"0.1\"}, {\"name\":\"max\", \"value\":\"10000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7f019d2b-cc94-46eb-903a-6be9915de9c6"},{"name":"setselfallowance","id":"512d0a3c-c7dc-40b1-a380-32f6bea72fe0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"min\", \"value\":\"0.1\"}, {\"name\":\"max\", \"value\":\"10000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"512d0a3c-c7dc-40b1-a380-32f6bea72fe0"},{"name":"allowselftransactionfee","id":"23d179bb-e48e-4c1a-988b-cfd39fb2615a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselftransactionfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"23d179bb-e48e-4c1a-988b-cfd39fb2615a"},{"name":"allowselftransactionfee","id":"45d3adfa-1908-448c-be92-b710072169e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselftransactionfee\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"45d3adfa-1908-448c-be92-b710072169e1"},{"name":"disallowselftransactionfee","id":"bed088fd-5f22-4f84-964d-834527527b00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselftransactionfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"bed088fd-5f22-4f84-964d-834527527b00"},{"name":"disallowselftransactionfee","id":"de11a001-7fa0-49ec-a4fc-a36b218f91c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselftransactionfee\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"de11a001-7fa0-49ec-a4fc-a36b218f91c5"},{"name":"setselftransactionfeefixed","id":"be9914d2-9c4c-4075-837e-10a20b59ebc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftransactionfeefixed\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"be9914d2-9c4c-4075-837e-10a20b59ebc4"},{"name":"setselftransactionfeefixed","id":"d594809c-2d4c-4263-a9c5-cba17f5940bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftransactionfeefixed\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d594809c-2d4c-4263-a9c5-cba17f5940bf"},{"name":"setselftransactionfeepercentage","id":"8b95ffd1-f1ff-4d61-b924-ebf56725234b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftransactionfeepercentage\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"8b95ffd1-f1ff-4d61-b924-ebf56725234b"},{"name":"setselftransactionfeepercentage","id":"cb9fca42-caf2-40ee-8ada-06c903e88abc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftransactionfeepercentage\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"cb9fca42-caf2-40ee-8ada-06c903e88abc"},{"name":"setselftransactionfee","id":"60153cfe-da46-49d6-91c6-bf4d8586155a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftransactionfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"60153cfe-da46-49d6-91c6-bf4d8586155a"},{"name":"setselftransactionfee","id":"c7735667-90c8-4775-90d2-da87e2522f1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftransactionfee\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c7735667-90c8-4775-90d2-da87e2522f1c"},{"name":"allowselftorobuyfee","id":"1133a14a-13c1-4d08-ab05-0ec8cee198ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselftorobuyfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1133a14a-13c1-4d08-ab05-0ec8cee198ed"},{"name":"allowselftorobuyfee","id":"e3431593-355d-47fd-bc42-ee1c93853626","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselftorobuyfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e3431593-355d-47fd-bc42-ee1c93853626"},{"name":"disallowselftorobuyfee","id":"9b682a4f-823a-4413-949a-bb6dc2ae32a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselftorobuyfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"9b682a4f-823a-4413-949a-bb6dc2ae32a4"},{"name":"disallowselftorobuyfee","id":"7f560ab5-bdd0-4dd3-aee1-d484b6f440cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselftorobuyfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7f560ab5-bdd0-4dd3-aee1-d484b6f440cd"},{"name":"setselftorobuyfeefixed","id":"84d19e7e-96b0-4d69-ba18-c0ebde682a93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorobuyfeefixed\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"84d19e7e-96b0-4d69-ba18-c0ebde682a93"},{"name":"setselftorobuyfeefixed","id":"32d959ec-1c6d-4104-9c1f-824c7da1c45e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorobuyfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"32d959ec-1c6d-4104-9c1f-824c7da1c45e"},{"name":"setselftorobuyfeepercentage","id":"2053a14a-c78d-4bff-b62f-a8823ac7d476","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorobuyfeepercentage\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"2053a14a-c78d-4bff-b62f-a8823ac7d476"},{"name":"setselftorobuyfeepercentage","id":"c3d49fd3-ed14-4174-a819-39881bcd0569","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorobuyfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c3d49fd3-ed14-4174-a819-39881bcd0569"},{"name":"setselftorobuyfee","id":"75c39fa0-687b-45e1-844b-c0e0f8c9b5ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorobuyfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"75c39fa0-687b-45e1-844b-c0e0f8c9b5ff"},{"name":"setselftorobuyfee","id":"276b0202-2a36-4e26-b562-d555181b9d66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorobuyfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"276b0202-2a36-4e26-b562-d555181b9d66"},{"name":"allowselftorosellfee","id":"d708193e-7663-4077-8d72-99e0bee412c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselftorosellfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d708193e-7663-4077-8d72-99e0bee412c3"},{"name":"allowselftorosellfee","id":"f5c6bbeb-8d64-4c42-8397-bde46c98e319","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselftorosellfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f5c6bbeb-8d64-4c42-8397-bde46c98e319"},{"name":"disallowselftorosellfee","id":"1b79b40d-431f-4c06-bc94-8296de47cf00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselftorosellfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1b79b40d-431f-4c06-bc94-8296de47cf00"},{"name":"disallowselftorosellfee","id":"db4dcbef-c756-4f6a-8dff-3b787a1afb49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselftorosellfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"db4dcbef-c756-4f6a-8dff-3b787a1afb49"},{"name":"setselftorosellfeefixed","id":"1a9f732f-98db-4388-a036-3f7e34118765","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorosellfeefixed\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1a9f732f-98db-4388-a036-3f7e34118765"},{"name":"setselftorosellfeefixed","id":"c6a220e0-35c4-4dbb-85e4-da19f48c62d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorosellfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c6a220e0-35c4-4dbb-85e4-da19f48c62d7"},{"name":"setselftorosellfeepercentage","id":"03073652-ad69-4fb0-a240-3a35f743d52b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorosellfeepercentage\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"03073652-ad69-4fb0-a240-3a35f743d52b"},{"name":"setselftorosellfeepercentage","id":"d3ba6af0-99b8-425b-9fc3-f002016fc91b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorosellfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d3ba6af0-99b8-425b-9fc3-f002016fc91b"},{"name":"setselftorosellfee","id":"99d3f42b-4433-42ef-87f8-e71802444010","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorosellfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"99d3f42b-4433-42ef-87f8-e71802444010"},{"name":"setselftorosellfee","id":"4f27e206-9d96-464e-abd6-f52816df59f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorosellfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4f27e206-9d96-464e-abd6-f52816df59f1"},{"name":"allowselfcurrencyimportfee","id":"a2a61f44-e317-4ca3-b095-4fdb0baa2244","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfcurrencyimportfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a2a61f44-e317-4ca3-b095-4fdb0baa2244"},{"name":"allowselfcurrencyimportfee","id":"9f7f25e0-f34b-4864-87bb-9d7c53435e86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfcurrencyimportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"9f7f25e0-f34b-4864-87bb-9d7c53435e86"},{"name":"disallowselfcurrencyimportfee","id":"1d62769f-6fc4-4f25-9edd-fd7f31d86c3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfcurrencyimportfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1d62769f-6fc4-4f25-9edd-fd7f31d86c3e"},{"name":"disallowselfcurrencyimportfee","id":"917c9553-10df-421d-ba03-cc67ea463d31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfcurrencyimportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"917c9553-10df-421d-ba03-cc67ea463d31"},{"name":"setselfcurrencyimportfeefixed","id":"782f9e59-08f0-4718-bc3a-87a0706cdc9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyimportfeefixed\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"782f9e59-08f0-4718-bc3a-87a0706cdc9b"},{"name":"setselfcurrencyimportfeefixed","id":"d3ea683f-4a97-49c1-a584-60c1c4d63f78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyimportfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d3ea683f-4a97-49c1-a584-60c1c4d63f78"},{"name":"setselfcurrencyimportfeepercentage","id":"d9895725-7b94-4d64-9eb0-fd5e9b6102ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyimportfeepercentage\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d9895725-7b94-4d64-9eb0-fd5e9b6102ed"},{"name":"setselfcurrencyimportfeepercentage","id":"2f02adbb-8dbf-467b-a2c1-4826e3a797bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyimportfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"2f02adbb-8dbf-467b-a2c1-4826e3a797bb"},{"name":"setselfcurrencyimportfee","id":"ff6c635a-5d5e-418e-a8cc-e05720741955","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyimportfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ff6c635a-5d5e-418e-a8cc-e05720741955"},{"name":"setselfcurrencyimportfee","id":"fda5411f-4538-4c94-bdd0-090849a26783","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyimportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"fda5411f-4538-4c94-bdd0-090849a26783"},{"name":"allowselfcurrencyexportfee","id":"4ca3d478-b332-469e-8be1-6f2cb8cd53e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfcurrencyexportfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4ca3d478-b332-469e-8be1-6f2cb8cd53e9"},{"name":"allowselfcurrencyexportfee","id":"6308772e-6eb2-4f23-8e9f-03612e628ffb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfcurrencyexportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6308772e-6eb2-4f23-8e9f-03612e628ffb"},{"name":"disallowselfcurrencyexportfee","id":"f0b13bfc-1755-4344-befb-841d44016e64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfcurrencyexportfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f0b13bfc-1755-4344-befb-841d44016e64"},{"name":"disallowselfcurrencyexportfee","id":"e8ac5e5c-b6ec-4d2e-af0f-06fd14c0490e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfcurrencyexportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e8ac5e5c-b6ec-4d2e-af0f-06fd14c0490e"},{"name":"setselfcurrencyexportfeefixed","id":"96577925-0141-4970-ba66-f012104c8c4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyexportfeefixed\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"96577925-0141-4970-ba66-f012104c8c4b"},{"name":"setselfcurrencyexportfeefixed","id":"60a44e30-84d2-4801-b69c-00f1678946c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyexportfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"60a44e30-84d2-4801-b69c-00f1678946c4"},{"name":"setselfcurrencyexportfeepercentage","id":"217687dc-5546-491c-aedd-52aaabee89b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyexportfeepercentage\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"217687dc-5546-491c-aedd-52aaabee89b7"},{"name":"setselfcurrencyexportfeepercentage","id":"09dcba36-a5dc-468c-a411-2d784884eff0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyexportfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"09dcba36-a5dc-468c-a411-2d784884eff0"},{"name":"setselfcurrencyexportfee","id":"b15024f8-eb3f-4307-bcb9-8d1a3727037a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyexportfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b15024f8-eb3f-4307-bcb9-8d1a3727037a"},{"name":"setselfcurrencyexportfee","id":"2bfdd3de-c01c-47fd-a0c4-bccc0a1e59df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyexportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"2bfdd3de-c01c-47fd-a0c4-bccc0a1e59df"},{"name":"admintransfer","id":"f0cc6568-0529-4d00-a17c-6275593a10b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admintransfer\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"from\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"to\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f0cc6568-0529-4d00-a17c-6275593a10b5"},{"name":"admintransfer","id":"80fe3192-e43f-4c83-a4f7-7cd5d2adacb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admintransfer\", \"params\":[{\"name\":\"from\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"to\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"80fe3192-e43f-4c83-a4f7-7cd5d2adacb5"},{"name":"admintransferwithcustomfee","id":"443c20d3-9ff8-4c41-9d06-0df45099effa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admintransferwithcustomfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"from\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"to\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"1\"}, {\"name\":\"fee\", \"value\":\"0.02\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"443c20d3-9ff8-4c41-9d06-0df45099effa"},{"name":"admintransferwithcustomfee","id":"dec6ad2f-7054-45da-816a-e9e2d0cc0cf3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admintransferwithcustomfee\", \"params\":[{\"name\":\"from\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"to\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"1\"}, {\"name\":\"fee\", \"value\":\"0.02\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"dec6ad2f-7054-45da-816a-e9e2d0cc0cf3"},{"name":"admincalculatetxfee","id":"0147a443-82c2-4cee-b075-e298a215f4c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculatetxfee\", \"params\":[{\"name\":\"from\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"1\"} ] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"0147a443-82c2-4cee-b075-e298a215f4c8"},{"name":"importcurrency","id":"ba84e556-77e9-4826-bad5-2aa957d13aa1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"importcurrency\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"200\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ba84e556-77e9-4826-bad5-2aa957d13aa1"},{"name":"importcurrency","id":"410925b2-b454-4d84-aab3-d81fca832f39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"importcurrency\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"200\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"410925b2-b454-4d84-aab3-d81fca832f39"},{"name":"importcurrencywithcustomfee","id":"24c90e51-fd7d-4046-aeb7-669bc264d57b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"importcurrencywithcustomfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"200\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"24c90e51-fd7d-4046-aeb7-669bc264d57b"},{"name":"importcurrencywithcustomfee","id":"569a33ad-f072-40dd-9282-1f0a2a372424","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"importcurrencywithcustomfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"200\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"569a33ad-f072-40dd-9282-1f0a2a372424"},{"name":"admincalculateimportfee","id":"9326f4e3-ed0e-491d-ae43-2a4e264a88d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculateimportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"1\"} ] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"9326f4e3-ed0e-491d-ae43-2a4e264a88d2"},{"name":"exportcurrency","id":"3dd2c39e-dd9f-42b6-95c5-6b038ee9cb19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"exportcurrency\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"200\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"3dd2c39e-dd9f-42b6-95c5-6b038ee9cb19"},{"name":"exportcurrency","id":"b70ffbc6-f44b-49ec-a7d6-fc9e689d6647","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"exportcurrency\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"200\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b70ffbc6-f44b-49ec-a7d6-fc9e689d6647"},{"name":"exportcurrencywithcustomfee","id":"a5c0d22c-0fa8-4f0d-9249-ebb83e1c28d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"exportcurrencywithcustomfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"100\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a5c0d22c-0fa8-4f0d-9249-ebb83e1c28d3"},{"name":"exportcurrencywithcustomfee","id":"af32e1a6-b4ff-4e54-a4d9-c8621d99717a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"exportcurrencywithcustomfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"100\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"af32e1a6-b4ff-4e54-a4d9-c8621d99717a"},{"name":"admincalculateexportfee","id":"1c076caf-1c61-4652-b12a-9e88e9de786e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculateexportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"1\"} ] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1c076caf-1c61-4652-b12a-9e88e9de786e"},{"name":"adminbuytoro","id":"82f7b101-15dc-4e03-92fd-f8bb2d084290","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminbuytoro\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"50\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"82f7b101-15dc-4e03-92fd-f8bb2d084290"},{"name":"adminbuytoro","id":"34048f1a-62e5-47d0-b117-112d18b2016c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminbuytoro\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"50\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"34048f1a-62e5-47d0-b117-112d18b2016c"},{"name":"admincalculatebuyfee","id":"4e5535f6-3d72-428b-92bd-48b51a9a7312","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculatebuyfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"50\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4e5535f6-3d72-428b-92bd-48b51a9a7312"},{"name":"admincalculatebuyresult","id":"5cafe1fd-b93f-43ab-8aeb-03b496ab32c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculatebuyresult\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"50\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5cafe1fd-b93f-43ab-8aeb-03b496ab32c9"},{"name":"adminbuytorowithcustomfee","id":"8d5899aa-dc72-4d09-8aef-0273249b18d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminbuytorowithcustomfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"5\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"8d5899aa-dc72-4d09-8aef-0273249b18d8"},{"name":"adminbuytorowithcustomfee","id":"f616e278-f30f-4206-a25b-2786e68489c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminbuytorowithcustomfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"5\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f616e278-f30f-4206-a25b-2786e68489c1"},{"name":"admincalculatebuyresultwithcustomfee","id":"005b1ca9-2937-4936-8502-87e7d82f1456","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculatebuyresultwithcustomfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"5\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"005b1ca9-2937-4936-8502-87e7d82f1456"},{"name":"adminselltoro","id":"7a283fae-1bd1-47f1-bbe3-e3cf13b7e992","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminselltoro\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"50\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7a283fae-1bd1-47f1-bbe3-e3cf13b7e992"},{"name":"adminselltoro","id":"ff081023-b2c2-47fc-bea9-e3d6bfe347a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminselltoro\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"50\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ff081023-b2c2-47fc-bea9-e3d6bfe347a5"},{"name":"admincalculatesellfee","id":"604ebf79-542e-4f90-bbe1-3a4214e0a4d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculatesellfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"50\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"604ebf79-542e-4f90-bbe1-3a4214e0a4d1"},{"name":"admincalculatesellresult","id":"706e2bd2-5efd-4deb-94a4-f5fb648390a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculatesellresult\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"50\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"706e2bd2-5efd-4deb-94a4-f5fb648390a3"},{"name":"adminselltorowithcustomfee","id":"286d81b7-1b66-4f9d-9eea-23bd9793f0c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminselltorowithcustomfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"5\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"286d81b7-1b66-4f9d-9eea-23bd9793f0c4"},{"name":"adminselltorowithcustomfee","id":"60fe1edb-5603-4154-9a98-b3ed8e448a5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminselltorowithcustomfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"5\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"60fe1edb-5603-4154-9a98-b3ed8e448a5d"},{"name":"admincalculatesellresultwithcustomfee","id":"2adaaa4e-a8f5-4139-8277-7bbbe38cbcb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculatesellresultwithcustomfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"5\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/egp/ad","urlObject":{"protocol":"http","path":["api","currency","egp","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"2adaaa4e-a8f5-4139-8277-7bbbe38cbcb8"}],"id":"9c376945-2e42-44e4-baa6-25bab3aa3260","_postman_id":"9c376945-2e42-44e4-baa6-25bab3aa3260","description":""}],"id":"3ace0898-d332-45d8-b9ff-bca20edde329","_postman_id":"3ace0898-d332-45d8-b9ff-bca20edde329","description":""},{"name":"/ksh","item":[{"name":"/","item":[{"name":"getbalance","id":"c194176a-b909-44a2-bd7c-162e9bb49a7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getbalance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/","urlObject":{"protocol":"http","path":["api","currency","ksh",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c194176a-b909-44a2-bd7c-162e9bb49a7c"},{"name":"getname","id":"0b010a9d-150d-4ab2-9bf1-8e0f95f63e2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getname\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/","urlObject":{"protocol":"http","path":["api","currency","ksh",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"0b010a9d-150d-4ab2-9bf1-8e0f95f63e2a"},{"name":"getsymbol","id":"d16db5da-2e9d-4493-ba1d-90de20c7599a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getsymbol\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/","urlObject":{"protocol":"http","path":["api","currency","ksh",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d16db5da-2e9d-4493-ba1d-90de20c7599a"},{"name":"getdecimal","id":"bf872f4a-bc69-4c43-9666-30fd952ad080","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getdecimal\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/","urlObject":{"protocol":"http","path":["api","currency","ksh",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"bf872f4a-bc69-4c43-9666-30fd952ad080"},{"name":"getexchangerate","id":"fbc5ef70-c1e6-4e99-98be-62e52d549a97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getexchangerate\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/","urlObject":{"protocol":"http","path":["api","currency","ksh",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"fbc5ef70-c1e6-4e99-98be-62e52d549a97"},{"name":"getminimumallowance","id":"65d826e1-05a0-4985-a434-cf702cf43b70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getminimumallowance\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/","urlObject":{"protocol":"http","path":["api","currency","ksh",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"65d826e1-05a0-4985-a434-cf702cf43b70"},{"name":"getmaximumallowance","id":"326b2f99-c702-49e2-bef8-fe7ba7404175","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getmaximumallowance\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/","urlObject":{"protocol":"http","path":["api","currency","ksh",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"326b2f99-c702-49e2-bef8-fe7ba7404175"},{"name":"getallowance","id":"6e8d776a-baa4-45a4-bc97-07a5888326f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowance\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/","urlObject":{"protocol":"http","path":["api","currency","ksh",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6e8d776a-baa4-45a4-bc97-07a5888326f9"},{"name":"gettransactionfeefixed","id":"03f3bab1-a167-4c66-86e8-80ddb8769231","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettransactionfeefixed\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/","urlObject":{"protocol":"http","path":["api","currency","ksh",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"03f3bab1-a167-4c66-86e8-80ddb8769231"},{"name":"gettransactionfeepercentage","id":"40e77810-7b6f-4ac2-9763-bc499fd83a5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettransactionfeepercentage\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/","urlObject":{"protocol":"http","path":["api","currency","ksh",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"40e77810-7b6f-4ac2-9763-bc499fd83a5d"},{"name":"gettransactionfee","id":"872d983e-7b84-4737-ae4c-746cc83d11a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettransactionfee\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/","urlObject":{"protocol":"http","path":["api","currency","ksh",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"872d983e-7b84-4737-ae4c-746cc83d11a9"},{"name":"getcommissionaddress","id":"0c0e617b-9b69-4307-b123-c438d9477594","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcommissionaddress\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/","urlObject":{"protocol":"http","path":["api","currency","ksh",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"0c0e617b-9b69-4307-b123-c438d9477594"},{"name":"getcommissionpercentage","id":"577bf44d-6f78-4d85-a2fd-c291db01b7ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcommissionpercentage\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/","urlObject":{"protocol":"http","path":["api","currency","ksh",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"577bf44d-6f78-4d85-a2fd-c291db01b7ae"},{"name":"gettorobuyfeefixed","id":"f35970da-0808-458a-add9-65a2a1dc55ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettorobuyfeefixed\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/","urlObject":{"protocol":"http","path":["api","currency","ksh",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f35970da-0808-458a-add9-65a2a1dc55ca"},{"name":"gettorobuyfeepercentage","id":"f7ab92b5-307f-4156-835a-b44c3574a177","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettorobuyfeepercentage\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/","urlObject":{"protocol":"http","path":["api","currency","ksh",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f7ab92b5-307f-4156-835a-b44c3574a177"},{"name":"gettorobuyfee","id":"055604cd-2fb4-4ec0-8073-2d9978940548","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettorobuyfee\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/","urlObject":{"protocol":"http","path":["api","currency","ksh",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"055604cd-2fb4-4ec0-8073-2d9978940548"},{"name":"gettorosellfeefixed","id":"4a92968f-b4fa-4a06-a9fa-69be22dfa867","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettorosellfeefixed\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/","urlObject":{"protocol":"http","path":["api","currency","ksh",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4a92968f-b4fa-4a06-a9fa-69be22dfa867"},{"name":"gettorosellfeepercentage","id":"55164601-ea24-4e34-8d43-7b91f03c5848","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettorosellfeepercentage\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/","urlObject":{"protocol":"http","path":["api","currency","ksh",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"55164601-ea24-4e34-8d43-7b91f03c5848"},{"name":"gettorosellfee","id":"717b8dad-fa05-43b9-ba3f-f32805e69dda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettorosellfee\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/","urlObject":{"protocol":"http","path":["api","currency","ksh",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"717b8dad-fa05-43b9-ba3f-f32805e69dda"},{"name":"getcurrencyimportfeefixed","id":"560aa5a3-136d-4d91-95fa-6e1c0b4b65a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcurrencyimportfeefixed\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/","urlObject":{"protocol":"http","path":["api","currency","ksh",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"560aa5a3-136d-4d91-95fa-6e1c0b4b65a5"},{"name":"getcurrencyimportfeepercentage","id":"3a0b0496-00e4-44b2-9cb7-60c00c6ba540","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcurrencyimportfeepercentage\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/","urlObject":{"protocol":"http","path":["api","currency","ksh",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"3a0b0496-00e4-44b2-9cb7-60c00c6ba540"},{"name":"getcurrencyimportfee","id":"771121a7-e22d-42a3-a19a-7bd5287041df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcurrencyimportfee\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/","urlObject":{"protocol":"http","path":["api","currency","ksh",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"771121a7-e22d-42a3-a19a-7bd5287041df"},{"name":"getcurrencyexportfeefixed","id":"64b88a89-3380-4889-ad26-8d7cd0489fbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcurrencyexportfeefixed\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/","urlObject":{"protocol":"http","path":["api","currency","ksh",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"64b88a89-3380-4889-ad26-8d7cd0489fbd"},{"name":"getcurrencyexportfeepercentage","id":"ee6505db-1c0d-41ab-b4bc-69c4671c4e09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcurrencyexportfeepercentage\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/","urlObject":{"protocol":"http","path":["api","currency","ksh",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ee6505db-1c0d-41ab-b4bc-69c4671c4e09"},{"name":"getcurrencyexportfee","id":"0c9ea50a-e4d2-4cf3-99db-b1bff75aca1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcurrencyexportfee\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/","urlObject":{"protocol":"http","path":["api","currency","ksh",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"0c9ea50a-e4d2-4cf3-99db-b1bff75aca1e"},{"name":"getreserve","id":"10d3a701-eb7c-437a-85ad-7b76037012fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getreserve\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/","urlObject":{"protocol":"http","path":["api","currency","ksh",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"10d3a701-eb7c-437a-85ad-7b76037012fd"},{"name":"gettoller","id":"0f04989e-e9c5-4da1-bd19-b6f2bc1707d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettoller\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/","urlObject":{"protocol":"http","path":["api","currency","ksh",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"0f04989e-e9c5-4da1-bd19-b6f2bc1707d7"},{"name":"gettotalcap","id":"47a687c6-ceaa-482a-9fdd-cf89684e0e88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettotalcap\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/","urlObject":{"protocol":"http","path":["api","currency","ksh",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"47a687c6-ceaa-482a-9fdd-cf89684e0e88"},{"name":"gettotalreserving","id":"488dccae-0d96-4aed-9389-6dc42a25cc86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettotalreserving\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/","urlObject":{"protocol":"http","path":["api","currency","ksh",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"488dccae-0d96-4aed-9389-6dc42a25cc86"},{"name":"gettotalcirculating","id":"d217157c-45f2-482c-bfb7-973e41e8b959","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettotalcirculating\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/","urlObject":{"protocol":"http","path":["api","currency","ksh",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d217157c-45f2-482c-bfb7-973e41e8b959"},{"name":"isenrolled","id":"ab2bea1c-3816-40fa-afb7-398649fd2a10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isenrolled\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/","urlObject":{"protocol":"http","path":["api","currency","ksh",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ab2bea1c-3816-40fa-afb7-398649fd2a10"},{"name":"isfrozen","id":"8f0c2332-b718-4dcf-bfec-991d8b232ef1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isfrozen\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/","urlObject":{"protocol":"http","path":["api","currency","ksh",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"8f0c2332-b718-4dcf-bfec-991d8b232ef1"},{"name":"getallowselfenroll","id":"a2644500-bd6c-4134-bed9-f0d4d1991c3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselfenroll\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/","urlObject":{"protocol":"http","path":["api","currency","ksh",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a2644500-bd6c-4134-bed9-f0d4d1991c3f"},{"name":"getallowselftransactionfee","id":"85434977-fcc0-4be4-8391-a2a6fd3797eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselftransactionfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/","urlObject":{"protocol":"http","path":["api","currency","ksh",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"85434977-fcc0-4be4-8391-a2a6fd3797eb"},{"name":"getselftransactionfeefixed","id":"74f2fb88-de82-4fee-8681-ac86c6280df5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftransactionfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/","urlObject":{"protocol":"http","path":["api","currency","ksh",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"74f2fb88-de82-4fee-8681-ac86c6280df5"},{"name":"getselftransactionfeepercentage","id":"eddc32fd-608f-4a44-8a38-84850a295d85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftransactionfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/","urlObject":{"protocol":"http","path":["api","currency","ksh",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"eddc32fd-608f-4a44-8a38-84850a295d85"},{"name":"getselftransactionfee","id":"47386f2e-2cce-4b49-8a79-b58ef7cd8515","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftransactionfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/","urlObject":{"protocol":"http","path":["api","currency","ksh",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"47386f2e-2cce-4b49-8a79-b58ef7cd8515"},{"name":"getallowselfallowance","id":"63da816f-19d4-42af-8888-490b9a2e12fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselfallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}]  }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/","urlObject":{"protocol":"http","path":["api","currency","ksh",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"63da816f-19d4-42af-8888-490b9a2e12fa"},{"name":"getselfminimumallowance","id":"3b962369-9194-4317-8b9f-8a499de302fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfminimumallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}]  }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/","urlObject":{"protocol":"http","path":["api","currency","ksh",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"3b962369-9194-4317-8b9f-8a499de302fc"},{"name":"getselfmaximumallowance","id":"3c954fb2-e49c-4d30-9e4d-e98f0de772bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfmaximumallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}]  }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/","urlObject":{"protocol":"http","path":["api","currency","ksh",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"3c954fb2-e49c-4d30-9e4d-e98f0de772bf"},{"name":"getselfallowance","id":"93444853-5317-467b-9b7f-6aa5f53bfa2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}]  }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/","urlObject":{"protocol":"http","path":["api","currency","ksh",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"93444853-5317-467b-9b7f-6aa5f53bfa2d"},{"name":"getallowselftorobuyfee","id":"3f5f47b3-0369-4ba6-ab70-5feb65c183d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselftorobuyfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/","urlObject":{"protocol":"http","path":["api","currency","ksh",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"3f5f47b3-0369-4ba6-ab70-5feb65c183d5"},{"name":"getselftorobuyfeefixed","id":"3f2241f2-b7ea-4751-ac62-9798f407d285","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftorobuyfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/","urlObject":{"protocol":"http","path":["api","currency","ksh",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"3f2241f2-b7ea-4751-ac62-9798f407d285"},{"name":"getselftorobuyfeepercentage","id":"d2703c84-c2eb-4259-95cb-b7539cad702c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftorobuyfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/","urlObject":{"protocol":"http","path":["api","currency","ksh",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d2703c84-c2eb-4259-95cb-b7539cad702c"},{"name":"getselftorobuyfee","id":"5c7ba0e4-b798-4590-909b-5869d0aab498","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftorobuyfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/","urlObject":{"protocol":"http","path":["api","currency","ksh",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5c7ba0e4-b798-4590-909b-5869d0aab498"},{"name":"getallowselftorosellfee","id":"29cb8cef-3271-48f5-bd5c-7dcb03dfc71c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselftorosellfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/","urlObject":{"protocol":"http","path":["api","currency","ksh",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"29cb8cef-3271-48f5-bd5c-7dcb03dfc71c"},{"name":"getselftorosellfeefixed","id":"acc757fb-879a-4e77-8b8a-7fb698df4af3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftorosellfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/","urlObject":{"protocol":"http","path":["api","currency","ksh",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"acc757fb-879a-4e77-8b8a-7fb698df4af3"},{"name":"getselftorosellfeepercentage","id":"b224e8eb-22e2-41fe-a79e-25b6e5051947","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftorosellfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/","urlObject":{"protocol":"http","path":["api","currency","ksh",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b224e8eb-22e2-41fe-a79e-25b6e5051947"},{"name":"getselftorosellfee","id":"f531bf10-f304-43f3-be2a-9dcb43e56bb9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftorosellfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/","urlObject":{"protocol":"http","path":["api","currency","ksh",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f531bf10-f304-43f3-be2a-9dcb43e56bb9"},{"name":"getallowselfcurrencyimportfee","id":"9dd01d73-ac5e-4c9c-a541-febdece960b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselfcurrencyimportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/","urlObject":{"protocol":"http","path":["api","currency","ksh",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"9dd01d73-ac5e-4c9c-a541-febdece960b6"},{"name":"getselfcurrencyimportfeefixed","id":"c90f3161-f4b4-4cdd-bdf1-fc5d45c46e9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfcurrencyimportfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/","urlObject":{"protocol":"http","path":["api","currency","ksh",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c90f3161-f4b4-4cdd-bdf1-fc5d45c46e9f"},{"name":"getselfcurrencyimportfeepercentage","id":"5ec0609d-1bf6-4161-8160-1f7b9d3ee6e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfcurrencyimportfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/","urlObject":{"protocol":"http","path":["api","currency","ksh",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5ec0609d-1bf6-4161-8160-1f7b9d3ee6e8"},{"name":"getselfcurrencyimportfee","id":"a2270688-3893-41cf-b8aa-5d7626a9bf48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfcurrencyimportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/","urlObject":{"protocol":"http","path":["api","currency","ksh",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a2270688-3893-41cf-b8aa-5d7626a9bf48"},{"name":"getallowselfcurrencyexportfee","id":"940b1929-da9b-441c-9fe3-2f77fcd12a03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselfcurrencyexportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/","urlObject":{"protocol":"http","path":["api","currency","ksh",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"940b1929-da9b-441c-9fe3-2f77fcd12a03"},{"name":"getselfcurrencyexportfeefixed","id":"6e562737-e29d-4a5a-8702-9881df22bc20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfcurrencyexportfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/","urlObject":{"protocol":"http","path":["api","currency","ksh",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6e562737-e29d-4a5a-8702-9881df22bc20"},{"name":"getselfcurrencyexportfeepercentage","id":"c08c4ba4-48e2-4c12-80e1-e840a5b1006f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfcurrencyexportfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/","urlObject":{"protocol":"http","path":["api","currency","ksh",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c08c4ba4-48e2-4c12-80e1-e840a5b1006f"},{"name":"getselfcurrencyexportfee","id":"1de8cfa3-d5ae-4383-a392-462f21a40ce7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfcurrencyexportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/","urlObject":{"protocol":"http","path":["api","currency","ksh",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1de8cfa3-d5ae-4383-a392-462f21a40ce7"},{"name":"istransferon","id":"76a5798e-f5e7-4f14-a8ae-b617a7367635","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"istransferon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/","urlObject":{"protocol":"http","path":["api","currency","ksh",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"76a5798e-f5e7-4f14-a8ae-b617a7367635"},{"name":"isbuyon","id":"ee64b048-a629-479a-8307-d40a790a5b3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isbuyon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/","urlObject":{"protocol":"http","path":["api","currency","ksh",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ee64b048-a629-479a-8307-d40a790a5b3b"},{"name":"issellon","id":"3acaf934-1769-40cf-bb09-3c532877d545","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"issellon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/","urlObject":{"protocol":"http","path":["api","currency","ksh",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"3acaf934-1769-40cf-bb09-3c532877d545"},{"name":"isimporton","id":"f1924e51-1c61-4e94-802b-3c6131276c2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isimporton\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/","urlObject":{"protocol":"http","path":["api","currency","ksh",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f1924e51-1c61-4e94-802b-3c6131276c2e"},{"name":"isexporton","id":"dcbe4336-9bc1-4da0-9330-e011c102d8f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isexporton\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/","urlObject":{"protocol":"http","path":["api","currency","ksh",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"dcbe4336-9bc1-4da0-9330-e011c102d8f3"}],"id":"0ac935f5-d347-4aa0-975b-8f0466647754","_postman_id":"0ac935f5-d347-4aa0-975b-8f0466647754","description":""},{"name":"/ow","item":[{"name":"initkshcurrency","id":"a8925995-8836-4b2e-a56a-08ccca2002fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"initkshcurrency\", \"params\":[{\"name\":\"owner\", \"value\":\"0x43F78b342084e370f10e0Cd07d56d95c1728C9D4\"}, {\"name\":\"ownerpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ow","urlObject":{"protocol":"http","path":["api","currency","ksh","ow"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a8925995-8836-4b2e-a56a-08ccca2002fc"},{"name":"initkshcurrency","id":"d44eeb3d-a388-4ca1-b003-0d59b2accb8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"initkshcurrency\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ow","urlObject":{"protocol":"http","path":["api","currency","ksh","ow"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d44eeb3d-a388-4ca1-b003-0d59b2accb8b"},{"name":"setreserve","id":"1e3206fc-420f-4763-8f95-c7eebdf78045","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setreserve\", \"params\":[{\"name\":\"owner\", \"value\":\"0x43F78b342084e370f10e0Cd07d56d95c1728C9D4\"}, {\"name\":\"ownerpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ow","urlObject":{"protocol":"http","path":["api","currency","ksh","ow"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1e3206fc-420f-4763-8f95-c7eebdf78045"},{"name":"setreserve","id":"7e3fceab-536d-421c-8910-f9765768014b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setreserve\", \"params\":[{\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ow","urlObject":{"protocol":"http","path":["api","currency","ksh","ow"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7e3fceab-536d-421c-8910-f9765768014b"}],"id":"ad2b8346-297c-49e5-8929-6c55d07c372c","_postman_id":"ad2b8346-297c-49e5-8929-6c55d07c372c","description":""},{"name":"/sa","item":[{"name":"setexchangerate","id":"f6200708-0429-4c7e-8e81-abb8ca526009","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setexchangerate\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"1.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f6200708-0429-4c7e-8e81-abb8ca526009"},{"name":"setexchangerate","id":"81df0323-4f2a-4a03-a62d-65472249cef3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setexchangerate\", \"params\":[ {\"name\":\"val\", \"value\":\"1.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"81df0323-4f2a-4a03-a62d-65472249cef3"},{"name":"setminimumallowance","id":"1369c06b-7f48-43b9-b425-64baa4f5b703","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setminimumallowance\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"0.1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1369c06b-7f48-43b9-b425-64baa4f5b703"},{"name":"setminimumallowance","id":"4005d69d-d8be-4d41-9662-1161b435d864","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setminimumallowance\", \"params\":[{\"name\":\"val\", \"value\":\"0.1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4005d69d-d8be-4d41-9662-1161b435d864"},{"name":"setmaximumallowance","id":"60e9f42a-85c4-47e8-95a9-81704142e2bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setmaximumallowance\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"10000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"60e9f42a-85c4-47e8-95a9-81704142e2bd"},{"name":"setmaximumallowance","id":"314ce64a-5301-4f05-b090-dcf9edbcfcb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setmaximumallowance\", \"params\":[{\"name\":\"val\", \"value\":\"10000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"314ce64a-5301-4f05-b090-dcf9edbcfcb1"},{"name":"setallowance","id":"a30ba772-e603-455c-b8bf-086b50f2c466","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setallowance\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"min\", \"value\":\"0.1\"}, {\"name\":\"max\", \"value\":\"10000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a30ba772-e603-455c-b8bf-086b50f2c466"},{"name":"setallowance","id":"388c9606-a704-47f6-99f2-382f77bba077","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setallowance\", \"params\":[{\"name\":\"min\", \"value\":\"0.1\"}, {\"name\":\"max\", \"value\":\"10000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"388c9606-a704-47f6-99f2-382f77bba077"},{"name":"settransactionfeefixed","id":"fad2f7eb-dc7e-4adc-b840-cf1177b62707","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransactionfeefixed\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"0.02\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"fad2f7eb-dc7e-4adc-b840-cf1177b62707"},{"name":"settransactionfeefixed","id":"5f59eb81-960f-4dc0-8abb-4cff152de694","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setminimumallowance\", \"params\":[{\"name\":\"val\", \"value\":\"0.1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5f59eb81-960f-4dc0-8abb-4cff152de694"},{"name":"settransactionfeepercentage","id":"4c63f47c-e844-4071-a70c-a96a625b0b53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransactionfeepercentage\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4c63f47c-e844-4071-a70c-a96a625b0b53"},{"name":"settransactionfeepercentage","id":"7c342410-6d13-4563-b322-3c6c863009e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransactionfeepercentage\", \"params\":[{\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7c342410-6d13-4563-b322-3c6c863009e5"},{"name":"settransactionfee","id":"b18e1a6f-5517-4aff-af18-763d9e8ca35c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransactionfee\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b18e1a6f-5517-4aff-af18-763d9e8ca35c"},{"name":"settransactionfee","id":"fcfefa5d-1edf-402b-a366-ff8a43ff0751","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransactionfee\", \"params\":[{\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"fcfefa5d-1edf-402b-a366-ff8a43ff0751"},{"name":"settoller","id":"57949a3c-5068-4a2b-8cd7-e8a5a84ae11d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settoller\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"57949a3c-5068-4a2b-8cd7-e8a5a84ae11d"},{"name":"settoller","id":"07269a06-41a9-4833-a4e4-2fb1a6674bef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settoller\", \"params\":[{\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"07269a06-41a9-4833-a4e4-2fb1a6674bef"},{"name":"setcommissionaddress","id":"ca8ac2b9-3354-4857-8ab8-cd9047cee275","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcommissionaddress\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ca8ac2b9-3354-4857-8ab8-cd9047cee275"},{"name":"setcommissionaddress","id":"bdab587f-8a85-4d7c-b224-d9a4dba22d72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcommissionaddress\", \"params\":[{\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"bdab587f-8a85-4d7c-b224-d9a4dba22d72"},{"name":"setcommissionpercentage","id":"3a974e37-dae7-4e1a-b557-26516ce3f2d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcommissionpercentage\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"3a974e37-dae7-4e1a-b557-26516ce3f2d8"},{"name":"setcommissionpercentage","id":"7e60d402-9dc2-4ea3-8884-3a18edb2e61c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcommissionpercentage\", \"params\":[{\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7e60d402-9dc2-4ea3-8884-3a18edb2e61c"},{"name":"setcommission","id":"7f3eb403-61cd-4e93-8f3b-10a1597bdd5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcommission\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"percentage\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7f3eb403-61cd-4e93-8f3b-10a1597bdd5a"},{"name":"setcommission","id":"4aa0b5a3-bacd-4be0-a01a-51799c7c4bfa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcommission\", \"params\":[{\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"percentage\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4aa0b5a3-bacd-4be0-a01a-51799c7c4bfa"},{"name":"settorobuyfeefixed","id":"7596fd42-49c9-4da4-ac0d-9a1406ac7b7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorobuyfeefixed\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7596fd42-49c9-4da4-ac0d-9a1406ac7b7f"},{"name":"settorobuyfeefixed","id":"1cdc1d26-4b5b-424c-adab-71456dbb573b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorobuyfeefixed\", \"params\":[ {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1cdc1d26-4b5b-424c-adab-71456dbb573b"},{"name":"settorobuyfeepercentage","id":"4e96128f-2293-44d2-b6b3-e88acf6a21f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorobuyfeepercentage\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4e96128f-2293-44d2-b6b3-e88acf6a21f6"},{"name":"settorobuyfeepercentage","id":"adbe2472-b309-4ba6-9b02-3c69bb546994","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorobuyfeepercentage\", \"params\":[ {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"adbe2472-b309-4ba6-9b02-3c69bb546994"},{"name":"settorobuyfee","id":"5a53193b-0be9-48f1-b1d0-f296ce0d5483","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorobuyfee\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"fixed\", \"value\":\"0.0\"}, {\"name\":\"percentage\", \"value\":\"0.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5a53193b-0be9-48f1-b1d0-f296ce0d5483"},{"name":"settorobuyfee","id":"45063f1d-ba36-46cf-8b35-a4ec6a3b5e07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorobuyfee\", \"params\":[ {\"name\":\"fixed\", \"value\":\"0.0\"}, {\"name\":\"percentage\", \"value\":\"0.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"45063f1d-ba36-46cf-8b35-a4ec6a3b5e07"},{"name":"settorosellfeefixed","id":"4ca55254-f02f-4ec7-954f-e94ee8bb7570","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorosellfeefixed\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4ca55254-f02f-4ec7-954f-e94ee8bb7570"},{"name":"settorosellfeefixed","id":"d71c177e-5cda-43e4-89a0-b8de40ffdb79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorosellfeefixed\", \"params\":[ {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d71c177e-5cda-43e4-89a0-b8de40ffdb79"},{"name":"settorosellfeepercentage","id":"c5c4f8b5-bb24-4522-9122-ef8dae16aec0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorosellfeepercentage\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c5c4f8b5-bb24-4522-9122-ef8dae16aec0"},{"name":"settorosellfeepercentage","id":"a3994acb-270d-4056-b976-ed94d75de2ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorosellfeepercentage\", \"params\":[ {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a3994acb-270d-4056-b976-ed94d75de2ae"},{"name":"settorosellfee","id":"2c662eb0-2522-4c17-95d3-a74799b57ec8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorosellfee\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"fixed\", \"value\":\"0.0\"}, {\"name\":\"percentage\", \"value\":\"0.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"2c662eb0-2522-4c17-95d3-a74799b57ec8"},{"name":"settorosellfee","id":"7cc3e0e6-064c-4143-85b1-8a8b74a67775","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorosellfee\", \"params\":[ {\"name\":\"fixed\", \"value\":\"0.0\"}, {\"name\":\"percentage\", \"value\":\"0.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7cc3e0e6-064c-4143-85b1-8a8b74a67775"},{"name":"setcurrencyimportfeefixed","id":"3280224f-88f8-4769-a280-9c49853b15bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyimportfeefixed\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"3280224f-88f8-4769-a280-9c49853b15bd"},{"name":"setcurrencyimportfeefixed","id":"d5355898-2b77-4171-bfc6-99d57ebffd7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyimportfeefixed\", \"params\":[ {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d5355898-2b77-4171-bfc6-99d57ebffd7c"},{"name":"setcurrencyimportfeepercentage","id":"474a180a-62d6-40b7-8928-7afa5affaf1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyimportfeepercentage\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"474a180a-62d6-40b7-8928-7afa5affaf1c"},{"name":"setcurrencyimportfeepercentage","id":"c639f7c3-4210-4450-8b59-2721afa9e7dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyimportfeepercentage\", \"params\":[ {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c639f7c3-4210-4450-8b59-2721afa9e7dc"},{"name":"setcurrencyimportfee","id":"1c87e5f6-eb36-4cfe-828b-b61fb094341e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyimportfee\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"fixed\", \"value\":\"0.0\"}, {\"name\":\"percentage\", \"value\":\"0.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1c87e5f6-eb36-4cfe-828b-b61fb094341e"},{"name":"setcurrencyimportfee","id":"ce7f6d62-2d10-42f3-8a99-13d27cc3bf51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyimportfee\", \"params\":[ {\"name\":\"fixed\", \"value\":\"0.0\"}, {\"name\":\"percentage\", \"value\":\"0.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ce7f6d62-2d10-42f3-8a99-13d27cc3bf51"},{"name":"setcurrencyexportfeefixed","id":"f835639e-c172-403b-990a-af4103bfa1bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyexportfeefixed\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f835639e-c172-403b-990a-af4103bfa1bf"},{"name":"setcurrencyexportfeefixed","id":"3139cdb7-5d06-40f3-a1b0-b007018a0674","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyexportfeefixed\", \"params\":[ {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"3139cdb7-5d06-40f3-a1b0-b007018a0674"},{"name":"setcurrencyexportfeepercentage","id":"a7eb3277-aa1a-47fa-a63f-65844f0dbf95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyexportfeepercentage\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a7eb3277-aa1a-47fa-a63f-65844f0dbf95"},{"name":"setcurrencyexportfeepercentage","id":"614722c1-d31f-4285-8537-f0f79890e999","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyexportfeepercentage\", \"params\":[ {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"614722c1-d31f-4285-8537-f0f79890e999"},{"name":"setcurrencyexportfee","id":"a299ba6e-91c2-4528-8eee-8016614ed7c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyexportfee\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"fixed\", \"value\":\"0.0\"}, {\"name\":\"percentage\", \"value\":\"0.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a299ba6e-91c2-4528-8eee-8016614ed7c9"},{"name":"setcurrencyexportfee","id":"39347a14-1368-460b-b644-7c4284620021","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyexportfee\", \"params\":[ {\"name\":\"fixed\", \"value\":\"0.0\"}, {\"name\":\"percentage\", \"value\":\"0.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"39347a14-1368-460b-b644-7c4284620021"},{"name":"allowselfenroll","id":"c3bba085-f572-418b-9a6c-0726c3e10be7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfenroll\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c3bba085-f572-418b-9a6c-0726c3e10be7"},{"name":"allowselfenroll","id":"35bd7248-07bb-4a48-a12e-75e07a69383b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfenroll\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"35bd7248-07bb-4a48-a12e-75e07a69383b"},{"name":"disallowselfenroll","id":"fd64a5c3-ea83-44d1-960a-6b84313a70ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfenroll\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"fd64a5c3-ea83-44d1-960a-6b84313a70ba"},{"name":"disallowselfenroll","id":"2bb3d6dc-cace-421c-938e-fca98636c3d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfenroll\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"2bb3d6dc-cace-421c-938e-fca98636c3d8"},{"name":"settransferon","id":"06f16d53-eaae-4347-ab7f-c4e2b97a6632","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransferon\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"06f16d53-eaae-4347-ab7f-c4e2b97a6632"},{"name":"settransferon","id":"cf575232-57d8-455c-8f0c-c4c5c5a20ba9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransferon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"cf575232-57d8-455c-8f0c-c4c5c5a20ba9"},{"name":"settransferoff","id":"e3a3652d-4637-4b69-b09c-2c26efb35b34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransferoff\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e3a3652d-4637-4b69-b09c-2c26efb35b34"},{"name":"settransferoff","id":"922af405-65ba-47b9-b9d5-77d11da520e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransferoff\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"922af405-65ba-47b9-b9d5-77d11da520e0"},{"name":"setbuyon","id":"27fc097f-f7a3-43b1-8f84-68f306d2a05c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setbuyon\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"27fc097f-f7a3-43b1-8f84-68f306d2a05c"},{"name":"setbuyon","id":"16698e6e-00f7-4e9a-9ede-6c9897daedd6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setbuyon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"16698e6e-00f7-4e9a-9ede-6c9897daedd6"},{"name":"setbuyoff","id":"24bc90e0-8d3b-4ab6-97df-8929fb9e80d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setbuyoff\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"24bc90e0-8d3b-4ab6-97df-8929fb9e80d5"},{"name":"setbuyoff","id":"5fa0d373-48d2-4ad4-92f7-a4f1ccaf9f6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setbuyoff\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5fa0d373-48d2-4ad4-92f7-a4f1ccaf9f6a"},{"name":"setsellon","id":"4a38a550-e4a8-4cfa-be93-845aa243594f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setsellon\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4a38a550-e4a8-4cfa-be93-845aa243594f"},{"name":"setsellon","id":"08267356-4641-4cc3-ac29-50117478421f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setsellon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"08267356-4641-4cc3-ac29-50117478421f"},{"name":"setselloff","id":"8b220f2f-f4a3-43b5-9679-eae9cc89001c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselloff\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"8b220f2f-f4a3-43b5-9679-eae9cc89001c"},{"name":"setselloff","id":"7c6565b8-10f6-4861-ab5a-d1807246e6a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselloff\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7c6565b8-10f6-4861-ab5a-d1807246e6a9"},{"name":"setimporton","id":"6df499b6-79c7-4091-bb2c-0c2c4d2155d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setimporton\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6df499b6-79c7-4091-bb2c-0c2c4d2155d1"},{"name":"setimporton","id":"954e7866-802d-459e-8d55-25d87c2c19a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setimporton\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"954e7866-802d-459e-8d55-25d87c2c19a1"},{"name":"setimportoff","id":"8c87c08b-a21c-4c73-936e-8a4be224642f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setimportoff\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"8c87c08b-a21c-4c73-936e-8a4be224642f"},{"name":"setimportoff","id":"d886b3f9-3dd7-485c-beb3-0ce96d2fc39e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setimportoff\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d886b3f9-3dd7-485c-beb3-0ce96d2fc39e"},{"name":"setexporton","id":"32d9e009-9214-4ddc-b556-1245bd87b71d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setexporton\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"32d9e009-9214-4ddc-b556-1245bd87b71d"},{"name":"setexporton","id":"a8f07d3a-357b-4b39-bcbb-03b5f981f0fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setexporton\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a8f07d3a-357b-4b39-bcbb-03b5f981f0fa"},{"name":"setexportoff","id":"7314761b-b5bc-4394-b65a-4bd116ca44ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setexportoff\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7314761b-b5bc-4394-b65a-4bd116ca44ff"},{"name":"setexportoff","id":"bfb94142-46d8-4b2f-8126-5f0709e06140","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setexportoff\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"bfb94142-46d8-4b2f-8126-5f0709e06140"},{"name":"importreserve","id":"6df73a63-3081-4970-b581-2c7b37693f51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"importreserve\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"100\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6df73a63-3081-4970-b581-2c7b37693f51"},{"name":"importreserve","id":"fd50c7e8-c8b4-4a95-92bf-3fe319d05f4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"importreserve\", \"params\":[{\"name\":\"val\", \"value\":\"100\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"fd50c7e8-c8b4-4a95-92bf-3fe319d05f4d"},{"name":"exportreserve","id":"5bca2b81-69cd-4cbc-ab47-9ab0eda66eb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"exportreserve\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"20\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5bca2b81-69cd-4cbc-ab47-9ab0eda66eb8"},{"name":"exportreserve","id":"ca686554-c3c9-4ff8-9657-3de5880e6772","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"exportreserve\", \"params\":[{\"name\":\"val\", \"value\":\"20\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ca686554-c3c9-4ff8-9657-3de5880e6772"},{"name":"transferfromreserve","id":"4e6f2f7f-b505-4ee8-9686-7a3cc14e7a16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"transferfromreserve\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"20\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4e6f2f7f-b505-4ee8-9686-7a3cc14e7a16"},{"name":"transferfromreserve","id":"45c93b8f-4dda-40cc-b536-58997682264b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"transferfromreserve\", \"params\":[ {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"20\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"45c93b8f-4dda-40cc-b536-58997682264b"},{"name":"transfertoreserve","id":"e598813d-5459-4677-a3c2-d76c27488bef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"transfertoreserve\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e598813d-5459-4677-a3c2-d76c27488bef"},{"name":"transfertoreserve","id":"d4087a73-eb41-45a9-b98b-4e2bb2cf8b72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"transfertoreserve\", \"params\":[ {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d4087a73-eb41-45a9-b98b-4e2bb2cf8b72"},{"name":"reservebuytoro","id":"28fdd64a-5a9c-4515-b889-6cbddb46cfc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"reservebuytoro\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"28fdd64a-5a9c-4515-b889-6cbddb46cfc8"},{"name":"reservebuytoro","id":"c6b9751f-f94a-40f9-92fb-b94e8b19685c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"reservebuytoro\", \"params\":[{\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c6b9751f-f94a-40f9-92fb-b94e8b19685c"},{"name":"calculatereservebuyresult","id":"03b55578-f826-4b86-9de7-533331b6c015","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"calculatereservebuyresult\", \"params\":[{\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"03b55578-f826-4b86-9de7-533331b6c015"},{"name":"reserveselltoro","id":"382af5b3-9112-4977-b329-f6a6a62453ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"reserveselltoro\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"382af5b3-9112-4977-b329-f6a6a62453ce"},{"name":"reserveselltoro","id":"813d21c1-c115-43d7-bb6a-cb412187debe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"reserveselltoro\", \"params\":[{\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"813d21c1-c115-43d7-bb6a-cb412187debe"},{"name":"calculatereservesellresult","id":"07adbafc-c956-4844-a89f-f037da0cf849","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"calculatereservesellresult\", \"params\":[{\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/sa","urlObject":{"protocol":"http","path":["api","currency","ksh","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"07adbafc-c956-4844-a89f-f037da0cf849"}],"id":"5e53856c-ad51-452c-9a22-6c1e4a114bcd","_postman_id":"5e53856c-ad51-452c-9a22-6c1e4a114bcd","description":""},{"name":"/cl","item":[{"name":"transfer","id":"4f1cd1fb-8460-4854-901e-32c595799d1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"transfer\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"clientpwd\", \"value\":\"toronet\"}, {\"name\":\"to\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/cl","urlObject":{"protocol":"http","path":["api","currency","ksh","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4f1cd1fb-8460-4854-901e-32c595799d1c"},{"name":"transfer","id":"10bdd6d1-de8d-4266-adbc-4885ec27a65a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"transfer\", \"params\":[{\"name\":\"to\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/cl","urlObject":{"protocol":"http","path":["api","currency","ksh","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"10bdd6d1-de8d-4266-adbc-4885ec27a65a"},{"name":"calculatetxfee","id":"d6c5d235-7890-495f-a2d1-763eeaedfd24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"calculatetxfee\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/cl","urlObject":{"protocol":"http","path":["api","currency","ksh","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d6c5d235-7890-495f-a2d1-763eeaedfd24"},{"name":"buytoro","id":"83f795db-1494-43a8-832b-5c16b0c6cda3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"buytoro\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"clientpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/cl","urlObject":{"protocol":"http","path":["api","currency","ksh","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"83f795db-1494-43a8-832b-5c16b0c6cda3"},{"name":"buytoro","id":"a6b9cd0f-a3b9-4ef0-afc4-a544cadd1802","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"buytoro\", \"params\":[{\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/cl","urlObject":{"protocol":"http","path":["api","currency","ksh","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a6b9cd0f-a3b9-4ef0-afc4-a544cadd1802"},{"name":"calculatebuyfee","id":"010e9cf8-c40f-48a5-b914-1189bc42e508","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"calculatebuyfee\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/cl","urlObject":{"protocol":"http","path":["api","currency","ksh","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"010e9cf8-c40f-48a5-b914-1189bc42e508"},{"name":"calculatebuyresult","id":"6bc3b586-2c04-4ff1-ad7a-b43992a89a70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"calculatebuyresult\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/cl","urlObject":{"protocol":"http","path":["api","currency","ksh","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6bc3b586-2c04-4ff1-ad7a-b43992a89a70"},{"name":"selltoro","id":"1aef65fa-5f56-454b-8a59-b955b5996783","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"selltoro\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"clientpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/cl","urlObject":{"protocol":"http","path":["api","currency","ksh","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1aef65fa-5f56-454b-8a59-b955b5996783"},{"name":"selltoro","id":"5b9f89ef-9c9b-45b2-94e1-837e674b38c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"selltoro\", \"params\":[{\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/cl","urlObject":{"protocol":"http","path":["api","currency","ksh","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5b9f89ef-9c9b-45b2-94e1-837e674b38c4"},{"name":"calculatesellfee","id":"2a5818f5-1ff6-41ac-8ac4-fba6017415cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"calculatesellfee\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/cl","urlObject":{"protocol":"http","path":["api","currency","ksh","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"2a5818f5-1ff6-41ac-8ac4-fba6017415cb"},{"name":"calculatesellresult","id":"9eb2c739-8ed6-49d2-95a6-02580a69566f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"calculatesellresult\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/cl","urlObject":{"protocol":"http","path":["api","currency","ksh","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"9eb2c739-8ed6-49d2-95a6-02580a69566f"}],"id":"7f8656ba-a527-4a53-a4ca-bbb6ea950955","_postman_id":"7f8656ba-a527-4a53-a4ca-bbb6ea950955","description":""},{"name":"/ad","item":[{"name":"enrollcurrencyaccount","id":"6b7218aa-550b-4649-8ebb-a175575026dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"enrollcurrencyaccount\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6b7218aa-550b-4649-8ebb-a175575026dd"},{"name":"enrollcurrencyaccount","id":"4590bee8-7c7b-426a-9646-d87714fa46cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"enrollcurrencyaccount\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4590bee8-7c7b-426a-9646-d87714fa46cf"},{"name":"disenrollcurrencyaccount","id":"dfaf487b-d68e-4bd7-9e48-933300702b66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disenrollcurrencyaccount\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"dfaf487b-d68e-4bd7-9e48-933300702b66"},{"name":"disenrollcurrencyaccount","id":"1b8aa173-8cc5-4727-8070-0c0e0aee5292","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disenrollcurrencyaccount\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1b8aa173-8cc5-4727-8070-0c0e0aee5292"},{"name":"freezecurrencyaccount","id":"b945f510-6f33-4676-8d4c-46e44b784c24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"freezecurrencyaccount\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b945f510-6f33-4676-8d4c-46e44b784c24"},{"name":"freezecurrencyaccount","id":"c8e70133-df11-4586-9083-360f539cfb5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"freezecurrencyaccount\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c8e70133-df11-4586-9083-360f539cfb5b"},{"name":"unfreezecurrencyaccount","id":"7d74b7d8-10e2-4f68-88a9-258c49f3fea8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"unfreezecurrencyaccount\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7d74b7d8-10e2-4f68-88a9-258c49f3fea8"},{"name":"unfreezecurrencyaccount","id":"d7063981-9c53-4ee6-9b50-7bc60f3ed482","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"unfreezecurrencyaccount\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d7063981-9c53-4ee6-9b50-7bc60f3ed482"},{"name":"allowselfallowance","id":"450c068c-b649-45db-b4be-41f9eb0c052a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfallowance\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"450c068c-b649-45db-b4be-41f9eb0c052a"},{"name":"allowselfallowance","id":"5cc78685-3344-4e82-84aa-00107ecca44b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfallowance\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5cc78685-3344-4e82-84aa-00107ecca44b"},{"name":"disallowselfallowance","id":"d678c97b-a6df-47e2-aedb-a0ea774bf3fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfallowance\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d678c97b-a6df-47e2-aedb-a0ea774bf3fe"},{"name":"disallowselfallowance","id":"9dd2f788-944b-4386-904f-baeb7a57421c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"9dd2f788-944b-4386-904f-baeb7a57421c"},{"name":"setselfminimumallowance","id":"ca2e63b4-d9ef-4b71-9e78-ce0be94fb36b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfminimumallowance\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ca2e63b4-d9ef-4b71-9e78-ce0be94fb36b"},{"name":"setselfminimumallowance","id":"fee9ad6a-e419-4d96-984d-9f50052abbc9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfminimumallowance\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"fee9ad6a-e419-4d96-984d-9f50052abbc9"},{"name":"setselfmaximumallowance","id":"063a5211-662c-4bcf-9315-d98a20bb48ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfmaximumallowance\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"20000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"063a5211-662c-4bcf-9315-d98a20bb48ee"},{"name":"setselfmaximumallowance","id":"a12e9133-27cc-4d8f-bfd7-64013a21e037","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfmaximumallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"20000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a12e9133-27cc-4d8f-bfd7-64013a21e037"},{"name":"setselfallowance","id":"0ef6e66d-bd63-412c-b17c-37037519f7eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfallowance\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"min\", \"value\":\"0.1\"}, {\"name\":\"max\", \"value\":\"10000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"0ef6e66d-bd63-412c-b17c-37037519f7eb"},{"name":"setselfallowance","id":"e68ba32b-1c36-4190-9e93-d67146b85029","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"min\", \"value\":\"0.1\"}, {\"name\":\"max\", \"value\":\"10000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e68ba32b-1c36-4190-9e93-d67146b85029"},{"name":"allowselftransactionfee","id":"d9040c98-2e10-439d-b918-702e5827b84d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselftransactionfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d9040c98-2e10-439d-b918-702e5827b84d"},{"name":"allowselftransactionfee","id":"c4639c8b-c252-435f-bf18-32badc7e9972","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselftransactionfee\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c4639c8b-c252-435f-bf18-32badc7e9972"},{"name":"disallowselftransactionfee","id":"c33efc88-f55f-4dcd-9ff0-123c838f44e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselftransactionfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c33efc88-f55f-4dcd-9ff0-123c838f44e5"},{"name":"disallowselftransactionfee","id":"53433ddb-c4d0-409b-a463-9fdf94b2b1ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselftransactionfee\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"53433ddb-c4d0-409b-a463-9fdf94b2b1ff"},{"name":"setselftransactionfeefixed","id":"067cd789-13c2-4324-a397-b3eac69dbb76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftransactionfeefixed\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"067cd789-13c2-4324-a397-b3eac69dbb76"},{"name":"setselftransactionfeefixed","id":"541a445b-45d0-4518-9d9b-8ecfed187a71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftransactionfeefixed\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"541a445b-45d0-4518-9d9b-8ecfed187a71"},{"name":"setselftransactionfeepercentage","id":"57607205-dd32-4544-996e-8d12bc77584d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftransactionfeepercentage\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"57607205-dd32-4544-996e-8d12bc77584d"},{"name":"setselftransactionfeepercentage","id":"55bb9c8c-d7c9-4157-8c05-0189803892ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftransactionfeepercentage\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"55bb9c8c-d7c9-4157-8c05-0189803892ce"},{"name":"setselftransactionfee","id":"49b4fc85-7446-400f-91cd-4c7355a99a6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftransactionfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"49b4fc85-7446-400f-91cd-4c7355a99a6f"},{"name":"setselftransactionfee","id":"7c3d8446-15b1-435b-9ed5-197215285992","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftransactionfee\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7c3d8446-15b1-435b-9ed5-197215285992"},{"name":"allowselftorobuyfee","id":"a6ee5f76-9e96-4ba6-8c7f-b4a6328c20f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselftorobuyfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a6ee5f76-9e96-4ba6-8c7f-b4a6328c20f8"},{"name":"allowselftorobuyfee","id":"4311961d-ce2d-4f7b-babc-10c6f4135831","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselftorobuyfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4311961d-ce2d-4f7b-babc-10c6f4135831"},{"name":"disallowselftorobuyfee","id":"9447e732-8ecb-4d7a-807f-7b2073d5833a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselftorobuyfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"9447e732-8ecb-4d7a-807f-7b2073d5833a"},{"name":"disallowselftorobuyfee","id":"393fbc22-45f4-4b96-8d5c-31ff4549e834","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselftorobuyfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"393fbc22-45f4-4b96-8d5c-31ff4549e834"},{"name":"setselftorobuyfeefixed","id":"b8e6c768-b4b9-4ece-b8ce-ea90f92d20b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorobuyfeefixed\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b8e6c768-b4b9-4ece-b8ce-ea90f92d20b9"},{"name":"setselftorobuyfeefixed","id":"ae88ea09-9cfe-49f1-8d07-4b1d71581c8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorobuyfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ae88ea09-9cfe-49f1-8d07-4b1d71581c8e"},{"name":"setselftorobuyfeepercentage","id":"08dc57d2-9470-488e-9607-3e3d1592a685","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorobuyfeepercentage\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"08dc57d2-9470-488e-9607-3e3d1592a685"},{"name":"setselftorobuyfeepercentage","id":"b279519e-94a0-4c38-bbdc-eca4c01f5778","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorobuyfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b279519e-94a0-4c38-bbdc-eca4c01f5778"},{"name":"setselftorobuyfee","id":"d2e2fed6-2da6-4894-8933-3a90c33000c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorobuyfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d2e2fed6-2da6-4894-8933-3a90c33000c7"},{"name":"setselftorobuyfee","id":"2d619821-3150-4b2d-9a72-00423013b0ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorobuyfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"2d619821-3150-4b2d-9a72-00423013b0ae"},{"name":"allowselftorosellfee","id":"6d943acb-2d46-4bbf-9b04-49c95fc55ed6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselftorosellfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6d943acb-2d46-4bbf-9b04-49c95fc55ed6"},{"name":"allowselftorosellfee","id":"8a4b042b-2f3f-4382-997b-b5484ff46831","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselftorosellfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"8a4b042b-2f3f-4382-997b-b5484ff46831"},{"name":"disallowselftorosellfee","id":"02832cc7-07ce-4950-8f43-647f09ae9a46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselftorosellfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"02832cc7-07ce-4950-8f43-647f09ae9a46"},{"name":"disallowselftorosellfee","id":"dad7a1c8-8443-4fd6-a394-fea0c776a46b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselftorosellfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"dad7a1c8-8443-4fd6-a394-fea0c776a46b"},{"name":"setselftorosellfeefixed","id":"0ea98c17-75c4-4550-8b2b-b2e9e37fc4ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorosellfeefixed\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"0ea98c17-75c4-4550-8b2b-b2e9e37fc4ff"},{"name":"setselftorosellfeefixed","id":"68b83721-d8e8-478e-858f-db1a182198fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorosellfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"68b83721-d8e8-478e-858f-db1a182198fd"},{"name":"setselftorosellfeepercentage","id":"3f4071c2-36c9-4c94-92c3-2ebbff5e8b0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorosellfeepercentage\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"3f4071c2-36c9-4c94-92c3-2ebbff5e8b0d"},{"name":"setselftorosellfeepercentage","id":"43f25c96-10c9-4473-abde-06e76961a926","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorosellfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"43f25c96-10c9-4473-abde-06e76961a926"},{"name":"setselftorosellfee","id":"f730344e-df4d-419b-8ca7-b2a5854d66d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorosellfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f730344e-df4d-419b-8ca7-b2a5854d66d2"},{"name":"setselftorosellfee","id":"6af60af1-0211-471a-be4d-1a3e195339a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorosellfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6af60af1-0211-471a-be4d-1a3e195339a0"},{"name":"allowselfcurrencyimportfee","id":"0e655af1-acb7-485e-81a2-0d404247172e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfcurrencyimportfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"0e655af1-acb7-485e-81a2-0d404247172e"},{"name":"allowselfcurrencyimportfee","id":"dcc4bf8a-9f4f-46e8-803f-46a733f11c15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfcurrencyimportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"dcc4bf8a-9f4f-46e8-803f-46a733f11c15"},{"name":"disallowselfcurrencyimportfee","id":"b90d2c4a-8ac4-4962-9868-ccdeac861bfc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfcurrencyimportfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b90d2c4a-8ac4-4962-9868-ccdeac861bfc"},{"name":"disallowselfcurrencyimportfee","id":"880040a4-4971-423a-bf14-b074c2d8583d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfcurrencyimportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"880040a4-4971-423a-bf14-b074c2d8583d"},{"name":"setselfcurrencyimportfeefixed","id":"e824171b-b979-4b91-951d-2c8ceac43a1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyimportfeefixed\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e824171b-b979-4b91-951d-2c8ceac43a1d"},{"name":"setselfcurrencyimportfeefixed","id":"350d3c1a-9b82-444c-a8aa-e4f7c4e7b390","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyimportfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"350d3c1a-9b82-444c-a8aa-e4f7c4e7b390"},{"name":"setselfcurrencyimportfeepercentage","id":"fbda3134-f62a-4b59-85eb-83b140097a31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyimportfeepercentage\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"fbda3134-f62a-4b59-85eb-83b140097a31"},{"name":"setselfcurrencyimportfeepercentage","id":"76e53fdf-408b-47af-8001-a314bb8b7ef4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyimportfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"76e53fdf-408b-47af-8001-a314bb8b7ef4"},{"name":"setselfcurrencyimportfee","id":"a1a3a194-01d7-48dd-b8d6-25370399b2b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyimportfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a1a3a194-01d7-48dd-b8d6-25370399b2b5"},{"name":"setselfcurrencyimportfee","id":"cd9fef44-a3e5-4ec9-a2ff-2f51fdb5ffe3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyimportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"cd9fef44-a3e5-4ec9-a2ff-2f51fdb5ffe3"},{"name":"allowselfcurrencyexportfee","id":"338a4451-58f8-430e-b622-3ee788f5bcd0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfcurrencyexportfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"338a4451-58f8-430e-b622-3ee788f5bcd0"},{"name":"allowselfcurrencyexportfee","id":"71b40347-6d34-43db-bb75-bec24cd2626d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfcurrencyexportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"71b40347-6d34-43db-bb75-bec24cd2626d"},{"name":"disallowselfcurrencyexportfee","id":"23b44bf4-7e3e-48f5-afe9-07be436cd7e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfcurrencyexportfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"23b44bf4-7e3e-48f5-afe9-07be436cd7e1"},{"name":"disallowselfcurrencyexportfee","id":"c3f417e1-f5fe-41d8-99ed-eeb5be90df7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfcurrencyexportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c3f417e1-f5fe-41d8-99ed-eeb5be90df7d"},{"name":"setselfcurrencyexportfeefixed","id":"233cfd73-0e34-4edf-9ce3-a90b18d18e82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyexportfeefixed\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"233cfd73-0e34-4edf-9ce3-a90b18d18e82"},{"name":"setselfcurrencyexportfeefixed","id":"807455b6-f544-44fa-865b-0b19dad87c98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyexportfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"807455b6-f544-44fa-865b-0b19dad87c98"},{"name":"setselfcurrencyexportfeepercentage","id":"e83bbd64-145b-483e-adbb-2aa73303131f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyexportfeepercentage\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e83bbd64-145b-483e-adbb-2aa73303131f"},{"name":"setselfcurrencyexportfeepercentage","id":"04160215-9633-47f8-9933-6515ca547212","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyexportfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"04160215-9633-47f8-9933-6515ca547212"},{"name":"setselfcurrencyexportfee","id":"81adf7cf-e5e2-44ee-9e8d-2a36366a4bc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyexportfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"81adf7cf-e5e2-44ee-9e8d-2a36366a4bc4"},{"name":"setselfcurrencyexportfee","id":"ac2232d2-890a-4aca-b33e-eef4a670228a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyexportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ac2232d2-890a-4aca-b33e-eef4a670228a"},{"name":"admintransfer","id":"f2656377-47c9-4818-a405-2b74a0e997ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admintransfer\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"from\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"to\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f2656377-47c9-4818-a405-2b74a0e997ec"},{"name":"admintransfer","id":"fe8a46c2-bd45-4624-a62c-0aa9ffa2617e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admintransfer\", \"params\":[{\"name\":\"from\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"to\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"fe8a46c2-bd45-4624-a62c-0aa9ffa2617e"},{"name":"admintransferwithcustomfee","id":"82abe3ac-e835-4272-9c74-4a2f8094848d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admintransferwithcustomfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"from\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"to\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"1\"}, {\"name\":\"fee\", \"value\":\"0.02\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"82abe3ac-e835-4272-9c74-4a2f8094848d"},{"name":"admintransferwithcustomfee","id":"5597f12a-a865-4033-a40b-eda47e9637db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admintransferwithcustomfee\", \"params\":[{\"name\":\"from\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"to\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"1\"}, {\"name\":\"fee\", \"value\":\"0.02\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5597f12a-a865-4033-a40b-eda47e9637db"},{"name":"admincalculatetxfee","id":"d831611c-42ca-46a8-869a-f7177379cd6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculatetxfee\", \"params\":[{\"name\":\"from\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"1\"} ] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d831611c-42ca-46a8-869a-f7177379cd6e"},{"name":"importcurrency","id":"2a35ac0e-4257-42a4-88df-748a6d648d40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"importcurrency\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"200\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"2a35ac0e-4257-42a4-88df-748a6d648d40"},{"name":"importcurrency","id":"bb0c0725-8591-4978-9baa-e7fee2553c6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"importcurrency\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"200\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"bb0c0725-8591-4978-9baa-e7fee2553c6c"},{"name":"importcurrencywithcustomfee","id":"92bbaaf9-2ae7-446b-a1ad-5770532004d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"importcurrencywithcustomfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"200\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"92bbaaf9-2ae7-446b-a1ad-5770532004d8"},{"name":"importcurrencywithcustomfee","id":"ca149a82-9b5a-41cb-a37e-2406cd52e94f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"importcurrencywithcustomfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"200\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ca149a82-9b5a-41cb-a37e-2406cd52e94f"},{"name":"admincalculateimportfee","id":"6cbbd5b1-2729-4f13-bd3b-f334d856746d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculateimportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"1\"} ] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6cbbd5b1-2729-4f13-bd3b-f334d856746d"},{"name":"exportcurrency","id":"f15ec922-4345-4567-a77e-70d587cf183c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"exportcurrency\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"200\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f15ec922-4345-4567-a77e-70d587cf183c"},{"name":"exportcurrency","id":"fe7db86a-10e5-420a-af45-80498b917a79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"exportcurrency\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"200\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"fe7db86a-10e5-420a-af45-80498b917a79"},{"name":"exportcurrencywithcustomfee","id":"3004f6ef-19c1-42d3-ba99-4972f1fede4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"exportcurrencywithcustomfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"100\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"3004f6ef-19c1-42d3-ba99-4972f1fede4d"},{"name":"exportcurrencywithcustomfee","id":"03918cd9-49a7-48d4-a39f-f268b99ecbd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"exportcurrencywithcustomfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"100\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"03918cd9-49a7-48d4-a39f-f268b99ecbd9"},{"name":"admincalculateexportfee","id":"13b0816e-e3ab-4322-887b-579cc532c3cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculateexportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"1\"} ] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"13b0816e-e3ab-4322-887b-579cc532c3cd"},{"name":"adminbuytoro","id":"d07b1e69-5cdc-494a-9b67-d5baaa5c0984","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminbuytoro\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"50\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d07b1e69-5cdc-494a-9b67-d5baaa5c0984"},{"name":"adminbuytoro","id":"3379a284-ed6b-4504-aef0-1e718493f83e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminbuytoro\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"50\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"3379a284-ed6b-4504-aef0-1e718493f83e"},{"name":"admincalculatebuyfee","id":"6d2d9f86-84d0-45d5-b8a1-ceb8a0bbed8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculatebuyfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"50\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6d2d9f86-84d0-45d5-b8a1-ceb8a0bbed8a"},{"name":"admincalculatebuyresult","id":"f978cbd6-3f00-4fd1-a727-533450ecb00b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculatebuyresult\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"50\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f978cbd6-3f00-4fd1-a727-533450ecb00b"},{"name":"adminbuytorowithcustomfee","id":"484e57df-b146-40e8-903d-292c47f79614","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminbuytorowithcustomfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"5\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"484e57df-b146-40e8-903d-292c47f79614"},{"name":"adminbuytorowithcustomfee","id":"343d5449-abf6-4f01-96ed-567b1613c0ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminbuytorowithcustomfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"5\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"343d5449-abf6-4f01-96ed-567b1613c0ed"},{"name":"admincalculatebuyresultwithcustomfee","id":"da5f1189-7277-4b56-9e65-bbc8e26986a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculatebuyresultwithcustomfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"5\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"da5f1189-7277-4b56-9e65-bbc8e26986a0"},{"name":"adminselltoro","id":"04291fc6-fe29-4e56-871c-6abe006e8691","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminselltoro\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"50\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"04291fc6-fe29-4e56-871c-6abe006e8691"},{"name":"adminselltoro","id":"bd9ff722-10c8-4963-8f64-fd6b6695f1e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminselltoro\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"50\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"bd9ff722-10c8-4963-8f64-fd6b6695f1e6"},{"name":"admincalculatesellfee","id":"69aa3c43-3380-420d-90dc-f5292e41d85d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculatesellfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"50\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"69aa3c43-3380-420d-90dc-f5292e41d85d"},{"name":"admincalculatesellresult","id":"0b4bc7a9-a978-449b-9338-1a291fc8f351","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculatesellresult\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"50\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"0b4bc7a9-a978-449b-9338-1a291fc8f351"},{"name":"adminselltorowithcustomfee","id":"b7c1b92c-8850-4e44-9289-3f6826a8738c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminselltorowithcustomfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"5\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b7c1b92c-8850-4e44-9289-3f6826a8738c"},{"name":"adminselltorowithcustomfee","id":"908ff6d1-b631-4f6f-8d0f-cd8041dc8cf3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminselltorowithcustomfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"5\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"908ff6d1-b631-4f6f-8d0f-cd8041dc8cf3"},{"name":"admincalculatesellresultwithcustomfee","id":"91aca45e-be20-4dc7-99db-fd09a5d0fa90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculatesellresultwithcustomfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"5\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/ksh/ad","urlObject":{"protocol":"http","path":["api","currency","ksh","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"91aca45e-be20-4dc7-99db-fd09a5d0fa90"}],"id":"220f5737-2d8a-41f4-a21b-570030338223","_postman_id":"220f5737-2d8a-41f4-a21b-570030338223","description":""}],"id":"778aff1c-68c2-4995-8fe1-03ef539f4394","_postman_id":"778aff1c-68c2-4995-8fe1-03ef539f4394","description":""},{"name":"/zar","item":[{"name":"/","item":[{"name":"getbalance","id":"51372316-8ff0-4a9b-98ae-4c34d53c1d82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getbalance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/","urlObject":{"protocol":"http","path":["api","currency","zar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"51372316-8ff0-4a9b-98ae-4c34d53c1d82"},{"name":"getname","id":"0a897133-5381-4890-a45a-5b6742690e48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getname\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/","urlObject":{"protocol":"http","path":["api","currency","zar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"0a897133-5381-4890-a45a-5b6742690e48"},{"name":"getsymbol","id":"5d0a0563-7999-4e3b-812a-e512cc5bd308","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getsymbol\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/","urlObject":{"protocol":"http","path":["api","currency","zar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5d0a0563-7999-4e3b-812a-e512cc5bd308"},{"name":"getdecimal","id":"0614c3c4-737f-478a-b06b-ce453ba34ab9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getdecimal\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/","urlObject":{"protocol":"http","path":["api","currency","zar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"0614c3c4-737f-478a-b06b-ce453ba34ab9"},{"name":"getexchangerate","id":"22cde818-d8c8-41c7-995b-20614016a23e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getexchangerate\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/","urlObject":{"protocol":"http","path":["api","currency","zar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"22cde818-d8c8-41c7-995b-20614016a23e"},{"name":"getminimumallowance","id":"2fd1702b-42f3-4c93-8a44-d5d4c2942d8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getminimumallowance\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/","urlObject":{"protocol":"http","path":["api","currency","zar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"2fd1702b-42f3-4c93-8a44-d5d4c2942d8c"},{"name":"getmaximumallowance","id":"6dc00ad5-f926-4cda-8444-17fa34424cfc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getmaximumallowance\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/","urlObject":{"protocol":"http","path":["api","currency","zar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6dc00ad5-f926-4cda-8444-17fa34424cfc"},{"name":"getallowance","id":"dfe136c7-3291-436e-bf8d-055fa5823ea1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowance\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/","urlObject":{"protocol":"http","path":["api","currency","zar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"dfe136c7-3291-436e-bf8d-055fa5823ea1"},{"name":"gettransactionfeefixed","id":"dd3d4301-83b7-49c2-b50e-907132bc41f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettransactionfeefixed\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/","urlObject":{"protocol":"http","path":["api","currency","zar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"dd3d4301-83b7-49c2-b50e-907132bc41f8"},{"name":"gettransactionfeepercentage","id":"63d6aac1-5b9e-426a-b818-a0281ad6dd65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettransactionfeepercentage\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/","urlObject":{"protocol":"http","path":["api","currency","zar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"63d6aac1-5b9e-426a-b818-a0281ad6dd65"},{"name":"gettransactionfee","id":"4fce22a7-59f4-4ff8-8397-0939822c023e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettransactionfee\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/","urlObject":{"protocol":"http","path":["api","currency","zar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4fce22a7-59f4-4ff8-8397-0939822c023e"},{"name":"getcommissionaddress","id":"01957300-727a-47e8-a4d4-ca706b7b248a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcommissionaddress\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/","urlObject":{"protocol":"http","path":["api","currency","zar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"01957300-727a-47e8-a4d4-ca706b7b248a"},{"name":"getcommissionpercentage","id":"7ebdeb29-ded1-45dd-9e44-d7fa0247b1c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcommissionpercentage\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/","urlObject":{"protocol":"http","path":["api","currency","zar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7ebdeb29-ded1-45dd-9e44-d7fa0247b1c9"},{"name":"gettorobuyfeefixed","id":"7db7cb98-1314-4f8d-a26d-60e60e061628","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettorobuyfeefixed\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/","urlObject":{"protocol":"http","path":["api","currency","zar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7db7cb98-1314-4f8d-a26d-60e60e061628"},{"name":"gettorobuyfeepercentage","id":"016c3417-2f1a-4a64-87e6-be8cbfe08879","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettorobuyfeepercentage\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/","urlObject":{"protocol":"http","path":["api","currency","zar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"016c3417-2f1a-4a64-87e6-be8cbfe08879"},{"name":"gettorobuyfee","id":"19163c94-fccc-478f-a595-74afe26709f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettorobuyfee\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/","urlObject":{"protocol":"http","path":["api","currency","zar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"19163c94-fccc-478f-a595-74afe26709f4"},{"name":"gettorosellfeefixed","id":"425cf204-4f64-4940-ae18-309098ba439c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettorosellfeefixed\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/","urlObject":{"protocol":"http","path":["api","currency","zar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"425cf204-4f64-4940-ae18-309098ba439c"},{"name":"gettorosellfeepercentage","id":"aff168aa-5098-4a5c-9e7e-ac03ed866538","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettorosellfeepercentage\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/","urlObject":{"protocol":"http","path":["api","currency","zar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"aff168aa-5098-4a5c-9e7e-ac03ed866538"},{"name":"gettorosellfee","id":"21a57c58-6155-44bd-ba73-f7ff17f1a7b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettorosellfee\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/","urlObject":{"protocol":"http","path":["api","currency","zar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"21a57c58-6155-44bd-ba73-f7ff17f1a7b6"},{"name":"getcurrencyimportfeefixed","id":"f6aa9f60-d93c-4bff-86c3-9678b14d6272","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcurrencyimportfeefixed\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/","urlObject":{"protocol":"http","path":["api","currency","zar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f6aa9f60-d93c-4bff-86c3-9678b14d6272"},{"name":"getcurrencyimportfeepercentage","id":"052f5c3a-7311-4ab7-b89d-dc2a3563e800","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcurrencyimportfeepercentage\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/","urlObject":{"protocol":"http","path":["api","currency","zar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"052f5c3a-7311-4ab7-b89d-dc2a3563e800"},{"name":"getcurrencyimportfee","id":"5f20f729-9b2a-4291-951d-518608539a26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcurrencyimportfee\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/","urlObject":{"protocol":"http","path":["api","currency","zar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5f20f729-9b2a-4291-951d-518608539a26"},{"name":"getcurrencyexportfeefixed","id":"eb91a39b-1c94-462d-a462-71d1d6af35fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcurrencyexportfeefixed\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/","urlObject":{"protocol":"http","path":["api","currency","zar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"eb91a39b-1c94-462d-a462-71d1d6af35fb"},{"name":"getcurrencyexportfeepercentage","id":"d25d91eb-a74e-49ad-9d8d-d36946513560","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcurrencyexportfeepercentage\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/","urlObject":{"protocol":"http","path":["api","currency","zar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d25d91eb-a74e-49ad-9d8d-d36946513560"},{"name":"getcurrencyexportfee","id":"dc0c0965-0aea-46c9-a74a-da3277369555","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcurrencyexportfee\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/","urlObject":{"protocol":"http","path":["api","currency","zar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"dc0c0965-0aea-46c9-a74a-da3277369555"},{"name":"getreserve","id":"06d26b5b-9545-4410-ba55-d8f3cba083d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getreserve\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/","urlObject":{"protocol":"http","path":["api","currency","zar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"06d26b5b-9545-4410-ba55-d8f3cba083d7"},{"name":"gettoller","id":"a8361ed4-541b-472a-9b22-15c0a12c914b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettoller\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/","urlObject":{"protocol":"http","path":["api","currency","zar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a8361ed4-541b-472a-9b22-15c0a12c914b"},{"name":"gettotalcap","id":"9efa4221-bb0c-428d-968d-2bc901a285b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettotalcap\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/","urlObject":{"protocol":"http","path":["api","currency","zar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"9efa4221-bb0c-428d-968d-2bc901a285b4"},{"name":"gettotalreserving","id":"19904b40-0fd0-4dcb-9379-27def054ebfb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettotalreserving\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/","urlObject":{"protocol":"http","path":["api","currency","zar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"19904b40-0fd0-4dcb-9379-27def054ebfb"},{"name":"gettotalcirculating","id":"59718404-1eb1-4927-bdd4-8df687f46f1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettotalcirculating\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/","urlObject":{"protocol":"http","path":["api","currency","zar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"59718404-1eb1-4927-bdd4-8df687f46f1b"},{"name":"isenrolled","id":"3c5e8c71-9c79-48aa-8805-2733c1901dde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isenrolled\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/","urlObject":{"protocol":"http","path":["api","currency","zar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"3c5e8c71-9c79-48aa-8805-2733c1901dde"},{"name":"isfrozen","id":"64a9c6f1-4287-4c95-bf99-e9c2e158e8d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isfrozen\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/","urlObject":{"protocol":"http","path":["api","currency","zar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"64a9c6f1-4287-4c95-bf99-e9c2e158e8d1"},{"name":"getallowselfenroll","id":"3eb5a9c3-b6bf-4ac4-8408-4b4d5ce360dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselfenroll\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/","urlObject":{"protocol":"http","path":["api","currency","zar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"3eb5a9c3-b6bf-4ac4-8408-4b4d5ce360dd"},{"name":"getallowselftransactionfee","id":"aec0ad49-5b93-4aee-9fd5-de0a39447ddb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselftransactionfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/","urlObject":{"protocol":"http","path":["api","currency","zar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"aec0ad49-5b93-4aee-9fd5-de0a39447ddb"},{"name":"getselftransactionfeefixed","id":"be00014b-85b2-4e1d-97c0-21356c2cee83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftransactionfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/","urlObject":{"protocol":"http","path":["api","currency","zar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"be00014b-85b2-4e1d-97c0-21356c2cee83"},{"name":"getselftransactionfeepercentage","id":"ca480d8b-185c-427d-aa18-69cf0997ad43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftransactionfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/","urlObject":{"protocol":"http","path":["api","currency","zar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ca480d8b-185c-427d-aa18-69cf0997ad43"},{"name":"getselftransactionfee","id":"be2dc9d8-dd5b-4fcb-b1e4-33ceb6a912fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftransactionfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/","urlObject":{"protocol":"http","path":["api","currency","zar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"be2dc9d8-dd5b-4fcb-b1e4-33ceb6a912fc"},{"name":"getallowselfallowance","id":"48862a68-eaf5-4dfe-965b-b01f18dc78d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselfallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}]  }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/","urlObject":{"protocol":"http","path":["api","currency","zar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"48862a68-eaf5-4dfe-965b-b01f18dc78d9"},{"name":"getselfminimumallowance","id":"a7e957bf-c5eb-49b3-a9d2-6a61ed15a524","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfminimumallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}]  }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/","urlObject":{"protocol":"http","path":["api","currency","zar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a7e957bf-c5eb-49b3-a9d2-6a61ed15a524"},{"name":"getselfmaximumallowance","id":"1b3a6f26-f7e7-4299-825a-93431c116ccd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfmaximumallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}]  }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/","urlObject":{"protocol":"http","path":["api","currency","zar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1b3a6f26-f7e7-4299-825a-93431c116ccd"},{"name":"getselfallowance","id":"6134f2fb-c26a-441a-95bc-6d5bb004e5f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}]  }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/","urlObject":{"protocol":"http","path":["api","currency","zar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6134f2fb-c26a-441a-95bc-6d5bb004e5f4"},{"name":"getallowselftorobuyfee","id":"cb50dbe4-7973-459b-a9d8-452d14009f1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselftorobuyfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/","urlObject":{"protocol":"http","path":["api","currency","zar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"cb50dbe4-7973-459b-a9d8-452d14009f1e"},{"name":"getselftorobuyfeefixed","id":"8f7ec11d-d9f0-4d5e-b7fe-e1243b9ea54b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftorobuyfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/","urlObject":{"protocol":"http","path":["api","currency","zar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"8f7ec11d-d9f0-4d5e-b7fe-e1243b9ea54b"},{"name":"getselftorobuyfeepercentage","id":"2b73e7b9-83cb-44e4-91c7-e506619dac26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftorobuyfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/","urlObject":{"protocol":"http","path":["api","currency","zar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"2b73e7b9-83cb-44e4-91c7-e506619dac26"},{"name":"getselftorobuyfee","id":"fef54349-a122-40d9-99c8-280ea5ef2f0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftorobuyfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/","urlObject":{"protocol":"http","path":["api","currency","zar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"fef54349-a122-40d9-99c8-280ea5ef2f0e"},{"name":"getallowselftorosellfee","id":"30201a71-26d8-4b12-92ad-b1585f0c3734","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselftorosellfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/","urlObject":{"protocol":"http","path":["api","currency","zar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"30201a71-26d8-4b12-92ad-b1585f0c3734"},{"name":"getselftorosellfeefixed","id":"d0a98dae-3b59-4358-8734-2c29bcd5e0c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftorosellfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/","urlObject":{"protocol":"http","path":["api","currency","zar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d0a98dae-3b59-4358-8734-2c29bcd5e0c0"},{"name":"getselftorosellfeepercentage","id":"4056a461-756c-47fe-a921-303d432d1fd8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftorosellfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/","urlObject":{"protocol":"http","path":["api","currency","zar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4056a461-756c-47fe-a921-303d432d1fd8"},{"name":"getselftorosellfee","id":"6052d1b3-2994-4f66-8283-99fa7648c34d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftorosellfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/","urlObject":{"protocol":"http","path":["api","currency","zar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6052d1b3-2994-4f66-8283-99fa7648c34d"},{"name":"getallowselfcurrencyimportfee","id":"7e6a5f3c-c259-46a6-88a5-87affd66e8a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselfcurrencyimportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/","urlObject":{"protocol":"http","path":["api","currency","zar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7e6a5f3c-c259-46a6-88a5-87affd66e8a1"},{"name":"getselfcurrencyimportfeefixed","id":"39ec3c7e-0235-4e37-8bd4-2facf35f413a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfcurrencyimportfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/","urlObject":{"protocol":"http","path":["api","currency","zar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"39ec3c7e-0235-4e37-8bd4-2facf35f413a"},{"name":"getselfcurrencyimportfeepercentage","id":"b3593b69-6877-46a7-a83c-17ef465bb74f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfcurrencyimportfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/","urlObject":{"protocol":"http","path":["api","currency","zar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b3593b69-6877-46a7-a83c-17ef465bb74f"},{"name":"getselfcurrencyimportfee","id":"5956bff7-046d-4456-99b1-465bc0f04c29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfcurrencyimportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/","urlObject":{"protocol":"http","path":["api","currency","zar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5956bff7-046d-4456-99b1-465bc0f04c29"},{"name":"getallowselfcurrencyexportfee","id":"7d35468c-92a9-4c03-abff-ac3d11ecebaa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselfcurrencyexportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/","urlObject":{"protocol":"http","path":["api","currency","zar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7d35468c-92a9-4c03-abff-ac3d11ecebaa"},{"name":"getselfcurrencyexportfeefixed","id":"bdfee40e-7194-4b14-a501-07df5d7f3a97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfcurrencyexportfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/","urlObject":{"protocol":"http","path":["api","currency","zar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"bdfee40e-7194-4b14-a501-07df5d7f3a97"},{"name":"getselfcurrencyexportfeepercentage","id":"13466813-1936-4971-9a25-bfaac6473c07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfcurrencyexportfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/","urlObject":{"protocol":"http","path":["api","currency","zar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"13466813-1936-4971-9a25-bfaac6473c07"},{"name":"getselfcurrencyexportfee","id":"9524eccc-c998-4112-bb68-af433e851ba5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfcurrencyexportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/","urlObject":{"protocol":"http","path":["api","currency","zar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"9524eccc-c998-4112-bb68-af433e851ba5"},{"name":"istransferon","id":"95342354-e6b6-4447-890a-f4a499f3e4fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"istransferon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/","urlObject":{"protocol":"http","path":["api","currency","zar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"95342354-e6b6-4447-890a-f4a499f3e4fb"},{"name":"isbuyon","id":"5183c5b1-bcc6-4212-993d-4b18f6ace050","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isbuyon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/","urlObject":{"protocol":"http","path":["api","currency","zar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5183c5b1-bcc6-4212-993d-4b18f6ace050"},{"name":"issellon","id":"d3444f0f-5986-48f7-936b-9918cde50d1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"issellon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/","urlObject":{"protocol":"http","path":["api","currency","zar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d3444f0f-5986-48f7-936b-9918cde50d1e"},{"name":"isimporton","id":"ec252375-fcab-4626-a908-414fd1810f87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isimporton\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/","urlObject":{"protocol":"http","path":["api","currency","zar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ec252375-fcab-4626-a908-414fd1810f87"},{"name":"isexporton","id":"fc2884d3-4c8b-4a3b-8075-4e4f20ee2f94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isexporton\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/","urlObject":{"protocol":"http","path":["api","currency","zar",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"fc2884d3-4c8b-4a3b-8075-4e4f20ee2f94"}],"id":"525dbea1-4725-4d7a-9341-9cc5ddd185aa","_postman_id":"525dbea1-4725-4d7a-9341-9cc5ddd185aa","description":""},{"name":"/ow","item":[{"name":"initzarcurrency","id":"e68a319f-a8d9-4d42-9d03-f077d78a5970","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"initzarcurrency\", \"params\":[{\"name\":\"owner\", \"value\":\"0x43F78b342084e370f10e0Cd07d56d95c1728C9D4\"}, {\"name\":\"ownerpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ow","urlObject":{"protocol":"http","path":["api","currency","zar","ow"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e68a319f-a8d9-4d42-9d03-f077d78a5970"},{"name":"initzarcurrency","id":"a06a97fc-31ed-459e-8cac-fab55c336912","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"initzarcurrency\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ow","urlObject":{"protocol":"http","path":["api","currency","zar","ow"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a06a97fc-31ed-459e-8cac-fab55c336912"},{"name":"setreserve","id":"8dcc6b24-0aaf-44ab-b101-55487b01bc09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setreserve\", \"params\":[{\"name\":\"owner\", \"value\":\"0x43F78b342084e370f10e0Cd07d56d95c1728C9D4\"}, {\"name\":\"ownerpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ow","urlObject":{"protocol":"http","path":["api","currency","zar","ow"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"8dcc6b24-0aaf-44ab-b101-55487b01bc09"},{"name":"setreserve","id":"e8efd4f6-bda6-431f-8a58-1da9650cde44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setreserve\", \"params\":[{\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ow","urlObject":{"protocol":"http","path":["api","currency","zar","ow"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e8efd4f6-bda6-431f-8a58-1da9650cde44"}],"id":"584a0e85-d242-4ff4-b7fd-66208038acff","_postman_id":"584a0e85-d242-4ff4-b7fd-66208038acff","description":""},{"name":"/sa","item":[{"name":"setexchangerate","id":"c326b340-896d-4cc0-a7d2-c328a19ad3fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setexchangerate\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"1.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c326b340-896d-4cc0-a7d2-c328a19ad3fe"},{"name":"setexchangerate","id":"f0c2e10d-3456-4005-87d3-70c4de162494","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setexchangerate\", \"params\":[ {\"name\":\"val\", \"value\":\"1.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f0c2e10d-3456-4005-87d3-70c4de162494"},{"name":"setminimumallowance","id":"2109eaba-416e-4ad0-92db-d4623af2d0f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setminimumallowance\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"0.1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"2109eaba-416e-4ad0-92db-d4623af2d0f0"},{"name":"setminimumallowance","id":"a0838b11-ac56-43b3-92f9-d71c49c81437","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setminimumallowance\", \"params\":[{\"name\":\"val\", \"value\":\"0.1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a0838b11-ac56-43b3-92f9-d71c49c81437"},{"name":"setmaximumallowance","id":"c6bf0121-b8b1-4016-8bdc-fe6685f7a4cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setmaximumallowance\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"10000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c6bf0121-b8b1-4016-8bdc-fe6685f7a4cd"},{"name":"setmaximumallowance","id":"0460b3e2-81bb-4f16-bd0f-ac0f4b40adfd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setmaximumallowance\", \"params\":[{\"name\":\"val\", \"value\":\"10000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"0460b3e2-81bb-4f16-bd0f-ac0f4b40adfd"},{"name":"setallowance","id":"e61e0257-7438-4d01-8d8b-262459de2db3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setallowance\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"min\", \"value\":\"0.1\"}, {\"name\":\"max\", \"value\":\"10000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e61e0257-7438-4d01-8d8b-262459de2db3"},{"name":"setallowance","id":"1ead2a96-9212-4c49-82c3-da63836d7da0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setallowance\", \"params\":[{\"name\":\"min\", \"value\":\"0.1\"}, {\"name\":\"max\", \"value\":\"10000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1ead2a96-9212-4c49-82c3-da63836d7da0"},{"name":"settransactionfeefixed","id":"914ebf42-8bcc-4e85-8812-da3bdf1e311d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransactionfeefixed\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"0.02\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"914ebf42-8bcc-4e85-8812-da3bdf1e311d"},{"name":"settransactionfeefixed","id":"7cc77eb3-8199-4cb7-a942-65ac34850385","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setminimumallowance\", \"params\":[{\"name\":\"val\", \"value\":\"0.1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7cc77eb3-8199-4cb7-a942-65ac34850385"},{"name":"settransactionfeepercentage","id":"5f683aa5-77fb-44bf-ba3d-6f8ffac235eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransactionfeepercentage\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5f683aa5-77fb-44bf-ba3d-6f8ffac235eb"},{"name":"settransactionfeepercentage","id":"475e7055-cb4c-4ea5-819c-e8b659564200","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransactionfeepercentage\", \"params\":[{\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"475e7055-cb4c-4ea5-819c-e8b659564200"},{"name":"settransactionfee","id":"31b37383-947b-4732-8365-ba1c2bf5ca23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransactionfee\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"31b37383-947b-4732-8365-ba1c2bf5ca23"},{"name":"settransactionfee","id":"c5f9eb72-d515-4fd0-afb2-36827f816b5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransactionfee\", \"params\":[{\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c5f9eb72-d515-4fd0-afb2-36827f816b5d"},{"name":"settoller","id":"ada89c7f-b422-4f4c-90c5-cfed2b97ef3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settoller\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ada89c7f-b422-4f4c-90c5-cfed2b97ef3d"},{"name":"settoller","id":"43eb0585-9b77-4121-8a2c-c67143be28f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settoller\", \"params\":[{\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"43eb0585-9b77-4121-8a2c-c67143be28f1"},{"name":"setcommissionaddress","id":"580ecbe1-7a0e-451d-a793-e8e3325cda4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcommissionaddress\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"580ecbe1-7a0e-451d-a793-e8e3325cda4d"},{"name":"setcommissionaddress","id":"0bf16b6c-b234-40fd-b2bf-4a5d76e3e76e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcommissionaddress\", \"params\":[{\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"0bf16b6c-b234-40fd-b2bf-4a5d76e3e76e"},{"name":"setcommissionpercentage","id":"d9c09033-403c-4e52-b5b0-6bba1a1b3e94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcommissionpercentage\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d9c09033-403c-4e52-b5b0-6bba1a1b3e94"},{"name":"setcommissionpercentage","id":"94d1c61f-3bf8-4771-b573-efd45bd1d291","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcommissionpercentage\", \"params\":[{\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"94d1c61f-3bf8-4771-b573-efd45bd1d291"},{"name":"setcommission","id":"ef41b46c-2c1c-4893-904a-8ec6d7c7626a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcommission\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"percentage\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ef41b46c-2c1c-4893-904a-8ec6d7c7626a"},{"name":"setcommission","id":"4e2c93d5-410c-4a1d-a1e9-02ef411fd759","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcommission\", \"params\":[{\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"percentage\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4e2c93d5-410c-4a1d-a1e9-02ef411fd759"},{"name":"settorobuyfeefixed","id":"6a117d8a-c60b-47f4-9c48-95077b0f4606","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorobuyfeefixed\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6a117d8a-c60b-47f4-9c48-95077b0f4606"},{"name":"settorobuyfeefixed","id":"7a06d19f-6d75-4d86-b32a-aa507b904184","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorobuyfeefixed\", \"params\":[ {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7a06d19f-6d75-4d86-b32a-aa507b904184"},{"name":"settorobuyfeepercentage","id":"5b572f7c-7d32-4883-bb03-e98f6b70e638","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorobuyfeepercentage\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5b572f7c-7d32-4883-bb03-e98f6b70e638"},{"name":"settorobuyfeepercentage","id":"58deb65e-1077-4580-a05d-941c89abda33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorobuyfeepercentage\", \"params\":[ {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"58deb65e-1077-4580-a05d-941c89abda33"},{"name":"settorobuyfee","id":"f5e04514-1589-4411-878a-f50ac51ae67b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorobuyfee\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"fixed\", \"value\":\"0.0\"}, {\"name\":\"percentage\", \"value\":\"0.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f5e04514-1589-4411-878a-f50ac51ae67b"},{"name":"settorobuyfee","id":"28dafd2a-aade-43a8-ac84-54f4d00ba8a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorobuyfee\", \"params\":[ {\"name\":\"fixed\", \"value\":\"0.0\"}, {\"name\":\"percentage\", \"value\":\"0.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"28dafd2a-aade-43a8-ac84-54f4d00ba8a9"},{"name":"settorosellfeefixed","id":"1faf4b4d-f18f-4bb5-8d8a-d1882218bd09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorosellfeefixed\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1faf4b4d-f18f-4bb5-8d8a-d1882218bd09"},{"name":"settorosellfeefixed","id":"10738ecf-c5f2-494c-af1f-35ad3fc582b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorosellfeefixed\", \"params\":[ {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"10738ecf-c5f2-494c-af1f-35ad3fc582b7"},{"name":"settorosellfeepercentage","id":"f45d6216-0237-405d-83e6-c37e02fad738","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorosellfeepercentage\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f45d6216-0237-405d-83e6-c37e02fad738"},{"name":"settorosellfeepercentage","id":"fd1a364a-972c-4eed-9feb-5f3b9de1c95b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorosellfeepercentage\", \"params\":[ {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"fd1a364a-972c-4eed-9feb-5f3b9de1c95b"},{"name":"settorosellfee","id":"dfdd1ff2-ac4d-4d84-963f-186e310e5d29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorosellfee\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"fixed\", \"value\":\"0.0\"}, {\"name\":\"percentage\", \"value\":\"0.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"dfdd1ff2-ac4d-4d84-963f-186e310e5d29"},{"name":"settorosellfee","id":"86290548-ad95-4a2b-ac06-b5401cb1487a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorosellfee\", \"params\":[ {\"name\":\"fixed\", \"value\":\"0.0\"}, {\"name\":\"percentage\", \"value\":\"0.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"86290548-ad95-4a2b-ac06-b5401cb1487a"},{"name":"setcurrencyimportfeefixed","id":"bb428772-8c78-4c11-8fd1-1e00ef2ee24b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyimportfeefixed\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"bb428772-8c78-4c11-8fd1-1e00ef2ee24b"},{"name":"setcurrencyimportfeefixed","id":"00009caf-b0b4-43ab-b788-a7dc9bf6f53d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyimportfeefixed\", \"params\":[ {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"00009caf-b0b4-43ab-b788-a7dc9bf6f53d"},{"name":"setcurrencyimportfeepercentage","id":"c5567189-4001-4524-a0c6-2cf5bfb1176a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyimportfeepercentage\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c5567189-4001-4524-a0c6-2cf5bfb1176a"},{"name":"setcurrencyimportfeepercentage","id":"50238a9e-1e92-4cb5-aafc-5ba4f5eb5dcd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyimportfeepercentage\", \"params\":[ {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"50238a9e-1e92-4cb5-aafc-5ba4f5eb5dcd"},{"name":"setcurrencyimportfee","id":"2e50f7fc-bdec-45b5-81fe-a0275f89f314","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyimportfee\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"fixed\", \"value\":\"0.0\"}, {\"name\":\"percentage\", \"value\":\"0.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"2e50f7fc-bdec-45b5-81fe-a0275f89f314"},{"name":"setcurrencyimportfee","id":"a44163f4-cd0f-468b-ad6f-c88c5448001c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyimportfee\", \"params\":[ {\"name\":\"fixed\", \"value\":\"0.0\"}, {\"name\":\"percentage\", \"value\":\"0.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a44163f4-cd0f-468b-ad6f-c88c5448001c"},{"name":"setcurrencyexportfeefixed","id":"21d2cfd8-6d32-4869-841c-2edb9bf5f568","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyexportfeefixed\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"21d2cfd8-6d32-4869-841c-2edb9bf5f568"},{"name":"setcurrencyexportfeefixed","id":"b6d37bb3-4d1d-47f1-957d-5e8e9087fb8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyexportfeefixed\", \"params\":[ {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b6d37bb3-4d1d-47f1-957d-5e8e9087fb8d"},{"name":"setcurrencyexportfeepercentage","id":"d90542d4-94e4-4308-ac35-ca3bc3f4c212","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyexportfeepercentage\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d90542d4-94e4-4308-ac35-ca3bc3f4c212"},{"name":"setcurrencyexportfeepercentage","id":"22a59118-ec89-4762-b534-db216db862fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyexportfeepercentage\", \"params\":[ {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"22a59118-ec89-4762-b534-db216db862fd"},{"name":"setcurrencyexportfee","id":"e96e28d2-d709-4cf7-9523-d75351217243","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyexportfee\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"fixed\", \"value\":\"0.0\"}, {\"name\":\"percentage\", \"value\":\"0.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e96e28d2-d709-4cf7-9523-d75351217243"},{"name":"setcurrencyexportfee","id":"480bbbde-4b44-4ffa-aa48-c45f469e14ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcurrencyexportfee\", \"params\":[ {\"name\":\"fixed\", \"value\":\"0.0\"}, {\"name\":\"percentage\", \"value\":\"0.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"480bbbde-4b44-4ffa-aa48-c45f469e14ec"},{"name":"allowselfenroll","id":"c684b83b-5779-4ff0-9468-50608d790f93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfenroll\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c684b83b-5779-4ff0-9468-50608d790f93"},{"name":"allowselfenroll","id":"5724595c-b630-427b-a80c-43b5d857b905","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfenroll\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5724595c-b630-427b-a80c-43b5d857b905"},{"name":"disallowselfenroll","id":"5a6a8bd0-415c-44b1-ba51-85e46a54e3c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfenroll\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5a6a8bd0-415c-44b1-ba51-85e46a54e3c4"},{"name":"disallowselfenroll","id":"e74788c5-6077-4f6c-a6ee-deeb52bc18ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfenroll\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e74788c5-6077-4f6c-a6ee-deeb52bc18ce"},{"name":"settransferon","id":"20d8d33b-28df-4830-9e86-ac6619a45818","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransferon\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"20d8d33b-28df-4830-9e86-ac6619a45818"},{"name":"settransferon","id":"489e6b22-bb91-4fc5-9802-6d123e0def6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransferon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"489e6b22-bb91-4fc5-9802-6d123e0def6a"},{"name":"settransferoff","id":"1f717918-1db2-4515-b185-0be960f4dde2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransferoff\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1f717918-1db2-4515-b185-0be960f4dde2"},{"name":"settransferoff","id":"749b5685-ea08-4a61-8090-a79d2c40d597","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransferoff\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"749b5685-ea08-4a61-8090-a79d2c40d597"},{"name":"setbuyon","id":"d6c425ac-0148-403f-a17a-d2b52108f4d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setbuyon\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d6c425ac-0148-403f-a17a-d2b52108f4d1"},{"name":"setbuyon","id":"6b57c1f2-675a-4126-af44-c6bb894d738c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setbuyon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6b57c1f2-675a-4126-af44-c6bb894d738c"},{"name":"setbuyoff","id":"d58a8a03-3518-409d-905d-c3f8e5d4a660","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setbuyoff\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d58a8a03-3518-409d-905d-c3f8e5d4a660"},{"name":"setbuyoff","id":"2e5e6762-2e1b-4d97-b681-408c7044e91b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setbuyoff\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"2e5e6762-2e1b-4d97-b681-408c7044e91b"},{"name":"setsellon","id":"c7404316-5ada-4c5d-9904-c5bf833777dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setsellon\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c7404316-5ada-4c5d-9904-c5bf833777dd"},{"name":"setsellon","id":"f0db4c09-0ddf-46e1-a30b-d6cad0167751","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setsellon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f0db4c09-0ddf-46e1-a30b-d6cad0167751"},{"name":"setselloff","id":"d3fb8914-f3c6-44d0-ade4-0c419d4e779f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselloff\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d3fb8914-f3c6-44d0-ade4-0c419d4e779f"},{"name":"setselloff","id":"8842011e-dfd4-44e2-9f50-1cd498f6fccc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselloff\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"8842011e-dfd4-44e2-9f50-1cd498f6fccc"},{"name":"setimporton","id":"3660effb-5020-4b01-a8bd-7a05d58eeb51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setimporton\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"3660effb-5020-4b01-a8bd-7a05d58eeb51"},{"name":"setimporton","id":"ec41ece1-228a-4079-8112-9bc9c5b52874","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setimporton\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ec41ece1-228a-4079-8112-9bc9c5b52874"},{"name":"setimportoff","id":"de419102-9129-4bbf-9aba-fdbe57127421","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setimportoff\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"de419102-9129-4bbf-9aba-fdbe57127421"},{"name":"setimportoff","id":"13a51b2d-9dbf-499b-b6b0-3162d1d5f15e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setimportoff\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"13a51b2d-9dbf-499b-b6b0-3162d1d5f15e"},{"name":"setexporton","id":"44454332-b03f-429a-a548-b6d253daf31f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setexporton\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"44454332-b03f-429a-a548-b6d253daf31f"},{"name":"setexporton","id":"c177f164-b500-4dc9-a76c-e5d10bdea3c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setexporton\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c177f164-b500-4dc9-a76c-e5d10bdea3c4"},{"name":"setexportoff","id":"8ba52376-2984-417c-88a1-d3662d4df8f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setexportoff\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"8ba52376-2984-417c-88a1-d3662d4df8f4"},{"name":"setexportoff","id":"c9305f07-f232-4aba-83f9-17bdaf4a0c95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setexportoff\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c9305f07-f232-4aba-83f9-17bdaf4a0c95"},{"name":"importreserve","id":"65f6792e-3ad4-498d-b37d-5e8b02e50b41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"importreserve\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"100\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"65f6792e-3ad4-498d-b37d-5e8b02e50b41"},{"name":"importreserve","id":"461fe8f7-861b-42a3-96e8-c288a2b45d14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"importreserve\", \"params\":[{\"name\":\"val\", \"value\":\"100\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"461fe8f7-861b-42a3-96e8-c288a2b45d14"},{"name":"exportreserve","id":"21cc46f3-8843-4d42-b10a-bd41d312b087","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"exportreserve\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"20\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"21cc46f3-8843-4d42-b10a-bd41d312b087"},{"name":"exportreserve","id":"1386ccc9-1ea6-4b1f-928b-b1b0ac88f019","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"exportreserve\", \"params\":[{\"name\":\"val\", \"value\":\"20\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1386ccc9-1ea6-4b1f-928b-b1b0ac88f019"},{"name":"transferfromreserve","id":"8b407410-b2e6-4e06-92cb-58853cc1b50f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"transferfromreserve\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"20\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"8b407410-b2e6-4e06-92cb-58853cc1b50f"},{"name":"transferfromreserve","id":"8d51f9af-117f-4787-84df-7bcde5e59446","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"transferfromreserve\", \"params\":[ {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"20\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"8d51f9af-117f-4787-84df-7bcde5e59446"},{"name":"transfertoreserve","id":"4c28086e-84d4-417f-8625-c7f0ba70c32b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"transfertoreserve\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4c28086e-84d4-417f-8625-c7f0ba70c32b"},{"name":"transfertoreserve","id":"92ffb8ac-746a-4108-b807-ad254ac712d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"transfertoreserve\", \"params\":[ {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"92ffb8ac-746a-4108-b807-ad254ac712d4"},{"name":"reservebuytoro","id":"bbc770a9-e254-414e-a469-2d90c67a0552","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"reservebuytoro\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"bbc770a9-e254-414e-a469-2d90c67a0552"},{"name":"reservebuytoro","id":"6406f629-1c49-4f73-9864-cd8a3c31918d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"reservebuytoro\", \"params\":[{\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6406f629-1c49-4f73-9864-cd8a3c31918d"},{"name":"calculatereservebuyresult","id":"8baa6b30-cdbb-4a23-8b69-99e389187199","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"calculatereservebuyresult\", \"params\":[{\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"8baa6b30-cdbb-4a23-8b69-99e389187199"},{"name":"reserveselltoro","id":"1f258a93-93d7-4d82-8214-833fecdd1195","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"reserveselltoro\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1f258a93-93d7-4d82-8214-833fecdd1195"},{"name":"reserveselltoro","id":"5bdbc039-1328-47af-958c-0346ef928be9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"reserveselltoro\", \"params\":[{\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5bdbc039-1328-47af-958c-0346ef928be9"},{"name":"calculatereservesellresult","id":"c6cc656c-6fe8-4257-9da4-6cad6889a212","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"calculatereservesellresult\", \"params\":[{\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/sa","urlObject":{"protocol":"http","path":["api","currency","zar","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c6cc656c-6fe8-4257-9da4-6cad6889a212"}],"id":"22344e88-e046-4fb1-81de-5b402dd442fc","_postman_id":"22344e88-e046-4fb1-81de-5b402dd442fc","description":""},{"name":"/cl","item":[{"name":"transfer","id":"b1fdf9d7-c72b-42dd-823e-67978f8126fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"transfer\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"clientpwd\", \"value\":\"toronet\"}, {\"name\":\"to\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/cl","urlObject":{"protocol":"http","path":["api","currency","zar","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b1fdf9d7-c72b-42dd-823e-67978f8126fa"},{"name":"transfer","id":"713b3dd4-8666-4c38-934d-85727167844b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"transfer\", \"params\":[{\"name\":\"to\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/cl","urlObject":{"protocol":"http","path":["api","currency","zar","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"713b3dd4-8666-4c38-934d-85727167844b"},{"name":"calculatetxfee","id":"8951b693-964c-4182-8c96-7bf2093816d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"calculatetxfee\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/cl","urlObject":{"protocol":"http","path":["api","currency","zar","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"8951b693-964c-4182-8c96-7bf2093816d7"},{"name":"buytoro","id":"da144af2-2930-45ce-b804-c7d2c579e34c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"buytoro\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"clientpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/cl","urlObject":{"protocol":"http","path":["api","currency","zar","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"da144af2-2930-45ce-b804-c7d2c579e34c"},{"name":"buytoro","id":"f48a9a0e-a2ad-45c6-94ba-41f1ba2b0696","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"buytoro\", \"params\":[{\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/cl","urlObject":{"protocol":"http","path":["api","currency","zar","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f48a9a0e-a2ad-45c6-94ba-41f1ba2b0696"},{"name":"calculatebuyfee","id":"0350fb9c-ec4e-4e6f-9bab-7ec5eb07e5da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"calculatebuyfee\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/cl","urlObject":{"protocol":"http","path":["api","currency","zar","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"0350fb9c-ec4e-4e6f-9bab-7ec5eb07e5da"},{"name":"calculatebuyresult","id":"cd3bb1e9-2a40-4964-a411-d2f8f3636b2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"calculatebuyresult\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/cl","urlObject":{"protocol":"http","path":["api","currency","zar","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"cd3bb1e9-2a40-4964-a411-d2f8f3636b2b"},{"name":"selltoro","id":"44caaec1-0769-46de-95d7-44fbd341ba2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"selltoro\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"clientpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/cl","urlObject":{"protocol":"http","path":["api","currency","zar","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"44caaec1-0769-46de-95d7-44fbd341ba2d"},{"name":"selltoro","id":"4b7a723c-3d22-48ce-a6e3-66fed09d9b05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"selltoro\", \"params\":[{\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/cl","urlObject":{"protocol":"http","path":["api","currency","zar","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4b7a723c-3d22-48ce-a6e3-66fed09d9b05"},{"name":"calculatesellfee","id":"fde8ef8f-5552-4028-8938-e9c85e20cefc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"calculatesellfee\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/cl","urlObject":{"protocol":"http","path":["api","currency","zar","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"fde8ef8f-5552-4028-8938-e9c85e20cefc"},{"name":"calculatesellresult","id":"64bd65eb-bd01-4087-a78d-2127bf96e6cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"calculatesellresult\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/cl","urlObject":{"protocol":"http","path":["api","currency","zar","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"64bd65eb-bd01-4087-a78d-2127bf96e6cf"}],"id":"13224dab-b42b-4136-a8a6-db876b630a1a","_postman_id":"13224dab-b42b-4136-a8a6-db876b630a1a","description":""},{"name":"/ad","item":[{"name":"enrollcurrencyaccount","id":"358a2678-1d7d-4254-a819-e6d5f774e40a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"enrollcurrencyaccount\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"358a2678-1d7d-4254-a819-e6d5f774e40a"},{"name":"enrollcurrencyaccount","id":"16eafead-d1bf-4e9a-a26f-c66a8a86b273","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"enrollcurrencyaccount\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"16eafead-d1bf-4e9a-a26f-c66a8a86b273"},{"name":"disenrollcurrencyaccount","id":"c48c319f-1e11-415f-a4c1-e0107c072c41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disenrollcurrencyaccount\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c48c319f-1e11-415f-a4c1-e0107c072c41"},{"name":"disenrollcurrencyaccount","id":"46d14cac-9132-4dbb-842e-2b365d7db9cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disenrollcurrencyaccount\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"46d14cac-9132-4dbb-842e-2b365d7db9cd"},{"name":"freezecurrencyaccount","id":"41c6e295-653f-4924-a0a5-b1c789f7b54e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"freezecurrencyaccount\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"41c6e295-653f-4924-a0a5-b1c789f7b54e"},{"name":"freezecurrencyaccount","id":"afd36cdb-e6b2-4db9-a5dd-0f6ad96859f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"freezecurrencyaccount\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"afd36cdb-e6b2-4db9-a5dd-0f6ad96859f2"},{"name":"unfreezecurrencyaccount","id":"1f1e67c3-b60b-4242-a789-718ca67d7f64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"unfreezecurrencyaccount\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1f1e67c3-b60b-4242-a789-718ca67d7f64"},{"name":"unfreezecurrencyaccount","id":"ddc214ed-a37f-4d25-ad37-6f3fa8b3ee3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"unfreezecurrencyaccount\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ddc214ed-a37f-4d25-ad37-6f3fa8b3ee3d"},{"name":"allowselfallowance","id":"81458f3b-2983-4a12-abe2-55aaf793dbad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfallowance\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"81458f3b-2983-4a12-abe2-55aaf793dbad"},{"name":"allowselfallowance","id":"13071657-bce5-40ea-acf7-750dec76bb8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfallowance\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"13071657-bce5-40ea-acf7-750dec76bb8b"},{"name":"disallowselfallowance","id":"e529992d-3f58-4a4a-9152-0a1daff2af6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfallowance\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e529992d-3f58-4a4a-9152-0a1daff2af6c"},{"name":"disallowselfallowance","id":"a2a7652d-c3ed-431a-ae33-c05200cae12f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a2a7652d-c3ed-431a-ae33-c05200cae12f"},{"name":"setselfminimumallowance","id":"a4e0704d-a680-4885-ae87-b7e26cdb2909","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfminimumallowance\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a4e0704d-a680-4885-ae87-b7e26cdb2909"},{"name":"setselfminimumallowance","id":"98945d44-4953-4426-93b5-cba46ef826b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfminimumallowance\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"98945d44-4953-4426-93b5-cba46ef826b7"},{"name":"setselfmaximumallowance","id":"5855c01f-404b-499c-84df-16ff48467d85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfmaximumallowance\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"20000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5855c01f-404b-499c-84df-16ff48467d85"},{"name":"setselfmaximumallowance","id":"fb5f96a8-bbf7-446c-84b1-634ccbae0ec2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfmaximumallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"20000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"fb5f96a8-bbf7-446c-84b1-634ccbae0ec2"},{"name":"setselfallowance","id":"32c22633-f0a6-4e3b-be39-21b9ede40041","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfallowance\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"min\", \"value\":\"0.1\"}, {\"name\":\"max\", \"value\":\"10000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"32c22633-f0a6-4e3b-be39-21b9ede40041"},{"name":"setselfallowance","id":"7363bd3f-7aff-4949-a620-30bbd1e623dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"min\", \"value\":\"0.1\"}, {\"name\":\"max\", \"value\":\"10000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7363bd3f-7aff-4949-a620-30bbd1e623dd"},{"name":"allowselftransactionfee","id":"f0eb53cb-ea18-4b88-906c-017f432821bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselftransactionfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f0eb53cb-ea18-4b88-906c-017f432821bf"},{"name":"allowselftransactionfee","id":"df3091ed-3f42-4e0f-a1fe-d9ddc5d1684b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselftransactionfee\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"df3091ed-3f42-4e0f-a1fe-d9ddc5d1684b"},{"name":"disallowselftransactionfee","id":"d7faaa17-3c8c-4008-8216-cf943803b3bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselftransactionfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d7faaa17-3c8c-4008-8216-cf943803b3bb"},{"name":"disallowselftransactionfee","id":"01b60715-57eb-49a3-b72d-05ea3d3be4fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselftransactionfee\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"01b60715-57eb-49a3-b72d-05ea3d3be4fc"},{"name":"setselftransactionfeefixed","id":"70c15a8d-e90a-4ce6-96bd-a761185f6ebd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftransactionfeefixed\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"70c15a8d-e90a-4ce6-96bd-a761185f6ebd"},{"name":"setselftransactionfeefixed","id":"a234720b-d625-4243-a710-6c538f792980","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftransactionfeefixed\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a234720b-d625-4243-a710-6c538f792980"},{"name":"setselftransactionfeepercentage","id":"71133b18-98f4-492d-9114-46dd918dd13c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftransactionfeepercentage\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"71133b18-98f4-492d-9114-46dd918dd13c"},{"name":"setselftransactionfeepercentage","id":"ccf4f76a-51db-43e3-b41f-174701b87e98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftransactionfeepercentage\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ccf4f76a-51db-43e3-b41f-174701b87e98"},{"name":"setselftransactionfee","id":"5c12ff90-e8c3-4f4b-a35d-6c7bcd18797b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftransactionfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5c12ff90-e8c3-4f4b-a35d-6c7bcd18797b"},{"name":"setselftransactionfee","id":"e5d90726-97cb-4713-855d-f317f995728f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftransactionfee\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e5d90726-97cb-4713-855d-f317f995728f"},{"name":"allowselftorobuyfee","id":"9c81ba41-97fa-41d0-af0e-0385e0fb836e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselftorobuyfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"9c81ba41-97fa-41d0-af0e-0385e0fb836e"},{"name":"allowselftorobuyfee","id":"130bd609-55b1-465b-85d7-58fe159226bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselftorobuyfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"130bd609-55b1-465b-85d7-58fe159226bd"},{"name":"disallowselftorobuyfee","id":"1d7e595f-64e4-42ae-954a-27739227c659","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselftorobuyfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1d7e595f-64e4-42ae-954a-27739227c659"},{"name":"disallowselftorobuyfee","id":"5c985aa0-44c6-4a92-a476-d685dbef382f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselftorobuyfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5c985aa0-44c6-4a92-a476-d685dbef382f"},{"name":"setselftorobuyfeefixed","id":"0cc41cd4-cda9-4343-a42b-e4b84afd8bf3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorobuyfeefixed\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"0cc41cd4-cda9-4343-a42b-e4b84afd8bf3"},{"name":"setselftorobuyfeefixed","id":"a6f697ad-09e9-44bd-8d0d-fb761761ac5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorobuyfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a6f697ad-09e9-44bd-8d0d-fb761761ac5e"},{"name":"setselftorobuyfeepercentage","id":"e7269f68-8ead-4d61-bc49-cfc9d3e2d249","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorobuyfeepercentage\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e7269f68-8ead-4d61-bc49-cfc9d3e2d249"},{"name":"setselftorobuyfeepercentage","id":"195c2838-d418-4eeb-9829-2a2314428178","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorobuyfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"195c2838-d418-4eeb-9829-2a2314428178"},{"name":"setselftorobuyfee","id":"17239a36-986d-4ce3-ad17-5566cd9252cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorobuyfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"17239a36-986d-4ce3-ad17-5566cd9252cc"},{"name":"setselftorobuyfee","id":"6e7be209-3f5f-406a-8011-a80963c7a88d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorobuyfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6e7be209-3f5f-406a-8011-a80963c7a88d"},{"name":"allowselftorosellfee","id":"256eeced-85f2-4930-b8d0-8a38a04cdab0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselftorosellfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"256eeced-85f2-4930-b8d0-8a38a04cdab0"},{"name":"allowselftorosellfee","id":"49a3244e-4963-414b-bb76-a089ee099b1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselftorosellfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"49a3244e-4963-414b-bb76-a089ee099b1c"},{"name":"disallowselftorosellfee","id":"3e47dc18-06cc-453a-85a8-77594a024a1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselftorosellfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"3e47dc18-06cc-453a-85a8-77594a024a1d"},{"name":"disallowselftorosellfee","id":"20f727dd-e036-460d-b1e9-073dae98dc02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselftorosellfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"20f727dd-e036-460d-b1e9-073dae98dc02"},{"name":"setselftorosellfeefixed","id":"ab47b0ad-f32e-4b82-a1b3-3f94eb3ade09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorosellfeefixed\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ab47b0ad-f32e-4b82-a1b3-3f94eb3ade09"},{"name":"setselftorosellfeefixed","id":"fe6a0f42-a99c-4ca3-9685-2ec305a96093","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorosellfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"fe6a0f42-a99c-4ca3-9685-2ec305a96093"},{"name":"setselftorosellfeepercentage","id":"a80d397a-a829-494b-94d7-707cb7e290d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorosellfeepercentage\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a80d397a-a829-494b-94d7-707cb7e290d1"},{"name":"setselftorosellfeepercentage","id":"9200bb2d-8b07-4495-a88c-acfb38e67815","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorosellfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"9200bb2d-8b07-4495-a88c-acfb38e67815"},{"name":"setselftorosellfee","id":"c42f1c97-f86d-4020-a19d-19ee068e75b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorosellfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c42f1c97-f86d-4020-a19d-19ee068e75b9"},{"name":"setselftorosellfee","id":"4da690b3-94c7-41ae-9bcb-f4b1ef4b0fa8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorosellfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4da690b3-94c7-41ae-9bcb-f4b1ef4b0fa8"},{"name":"allowselfcurrencyimportfee","id":"8b407354-a597-4214-9549-97b20136daed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfcurrencyimportfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"8b407354-a597-4214-9549-97b20136daed"},{"name":"allowselfcurrencyimportfee","id":"27b3cfe0-de0c-4f1b-9287-14f7506bfbb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfcurrencyimportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"27b3cfe0-de0c-4f1b-9287-14f7506bfbb8"},{"name":"disallowselfcurrencyimportfee","id":"df42c263-64a5-4eec-b52c-ba1901a07620","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfcurrencyimportfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"df42c263-64a5-4eec-b52c-ba1901a07620"},{"name":"disallowselfcurrencyimportfee","id":"e1036ac2-292a-4229-b616-59ca98e34c41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfcurrencyimportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e1036ac2-292a-4229-b616-59ca98e34c41"},{"name":"setselfcurrencyimportfeefixed","id":"bc38c33a-ee46-46f5-9740-fe4110f64d64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyimportfeefixed\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"bc38c33a-ee46-46f5-9740-fe4110f64d64"},{"name":"setselfcurrencyimportfeefixed","id":"bd28b220-9b9b-4395-ae9f-d0600fd26ab2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyimportfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"bd28b220-9b9b-4395-ae9f-d0600fd26ab2"},{"name":"setselfcurrencyimportfeepercentage","id":"0c5195cb-673a-4f42-890f-8ce9cd24ff87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyimportfeepercentage\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"0c5195cb-673a-4f42-890f-8ce9cd24ff87"},{"name":"setselfcurrencyimportfeepercentage","id":"7f100969-623e-4b88-910c-9126678cd045","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyimportfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7f100969-623e-4b88-910c-9126678cd045"},{"name":"setselfcurrencyimportfee","id":"157ce472-79fe-4648-959e-379bafd8e3a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyimportfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"157ce472-79fe-4648-959e-379bafd8e3a9"},{"name":"setselfcurrencyimportfee","id":"f3904cf9-45fc-4336-804e-5a137ab57ed6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyimportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f3904cf9-45fc-4336-804e-5a137ab57ed6"},{"name":"allowselfcurrencyexportfee","id":"b4c6eed2-d62f-45cb-8548-ad53d4f1eb4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfcurrencyexportfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b4c6eed2-d62f-45cb-8548-ad53d4f1eb4e"},{"name":"allowselfcurrencyexportfee","id":"6b292b6b-3d32-49c9-959e-6c905454ab12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfcurrencyexportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6b292b6b-3d32-49c9-959e-6c905454ab12"},{"name":"disallowselfcurrencyexportfee","id":"9b8a9381-12e9-4403-a331-5c15c6c8e3b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfcurrencyexportfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"9b8a9381-12e9-4403-a331-5c15c6c8e3b1"},{"name":"disallowselfcurrencyexportfee","id":"56845336-c91c-4b80-8968-47cb0f8375ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfcurrencyexportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"56845336-c91c-4b80-8968-47cb0f8375ff"},{"name":"setselfcurrencyexportfeefixed","id":"d4ba78d2-9f64-4987-bfa1-4dcc866129d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyexportfeefixed\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d4ba78d2-9f64-4987-bfa1-4dcc866129d2"},{"name":"setselfcurrencyexportfeefixed","id":"e0d5bc34-5619-4fc8-b92f-50d326c4a683","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyexportfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e0d5bc34-5619-4fc8-b92f-50d326c4a683"},{"name":"setselfcurrencyexportfeepercentage","id":"5a0c4453-cd24-4ab3-bb30-6f37f20d163e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyexportfeepercentage\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5a0c4453-cd24-4ab3-bb30-6f37f20d163e"},{"name":"setselfcurrencyexportfeepercentage","id":"e9c97ce1-a4db-4a07-b675-e0eb8a55cef3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyexportfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e9c97ce1-a4db-4a07-b675-e0eb8a55cef3"},{"name":"setselfcurrencyexportfee","id":"144caa17-52b3-4adf-b432-35e272189f2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyexportfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"144caa17-52b3-4adf-b432-35e272189f2d"},{"name":"setselfcurrencyexportfee","id":"1fe05b0d-841f-43ba-ab0d-c3d49e6cd2d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcurrencyexportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1fe05b0d-841f-43ba-ab0d-c3d49e6cd2d6"},{"name":"admintransfer","id":"4359b93e-0d03-4122-b18f-488ec31a7228","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admintransfer\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"from\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"to\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4359b93e-0d03-4122-b18f-488ec31a7228"},{"name":"admintransfer","id":"4028031e-6709-4bbd-b5e4-b88be8513de7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admintransfer\", \"params\":[{\"name\":\"from\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"to\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4028031e-6709-4bbd-b5e4-b88be8513de7"},{"name":"admintransferwithcustomfee","id":"b213e5b1-e342-4559-a02c-2d2f164bd4f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admintransferwithcustomfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"from\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"to\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"1\"}, {\"name\":\"fee\", \"value\":\"0.02\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b213e5b1-e342-4559-a02c-2d2f164bd4f6"},{"name":"admintransferwithcustomfee","id":"f079cc34-72ac-4148-ba47-7ba5adf63ab3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admintransferwithcustomfee\", \"params\":[{\"name\":\"from\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"to\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"1\"}, {\"name\":\"fee\", \"value\":\"0.02\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f079cc34-72ac-4148-ba47-7ba5adf63ab3"},{"name":"admincalculatetxfee","id":"3b279ab6-3c55-4ec0-b995-4cae0aa8d5fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculatetxfee\", \"params\":[{\"name\":\"from\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"1\"} ] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"3b279ab6-3c55-4ec0-b995-4cae0aa8d5fe"},{"name":"importcurrency","id":"6cf6771f-392d-41c1-ac82-21390aad5a3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"importcurrency\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"200\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6cf6771f-392d-41c1-ac82-21390aad5a3f"},{"name":"importcurrency","id":"ec961ea3-604b-43e9-91c9-6021d7ec3eaf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"importcurrency\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"200\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ec961ea3-604b-43e9-91c9-6021d7ec3eaf"},{"name":"importcurrencywithcustomfee","id":"d41cbd27-d83f-4574-b6b6-d2356fe2e2e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"importcurrencywithcustomfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"200\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d41cbd27-d83f-4574-b6b6-d2356fe2e2e9"},{"name":"importcurrencywithcustomfee","id":"8d245d65-a521-4ee9-9e68-64824ca88aa0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"importcurrencywithcustomfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"200\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"8d245d65-a521-4ee9-9e68-64824ca88aa0"},{"name":"admincalculateimportfee","id":"bdb74fb1-2ee0-4583-8a84-d890731503c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculateimportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"1\"} ] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"bdb74fb1-2ee0-4583-8a84-d890731503c4"},{"name":"exportcurrency","id":"487e5ecc-b610-4d8a-8098-2a30c48b74e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"exportcurrency\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"200\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"487e5ecc-b610-4d8a-8098-2a30c48b74e4"},{"name":"exportcurrency","id":"34a1f7dc-ee28-49e8-982b-319307651c0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"exportcurrency\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"200\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"34a1f7dc-ee28-49e8-982b-319307651c0e"},{"name":"exportcurrencywithcustomfee","id":"c45fd1e0-4905-4df2-b666-2e49ae3cdb3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"exportcurrencywithcustomfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"100\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c45fd1e0-4905-4df2-b666-2e49ae3cdb3f"},{"name":"exportcurrencywithcustomfee","id":"73910264-3370-49b3-90df-27992a56e346","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"exportcurrencywithcustomfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"100\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"73910264-3370-49b3-90df-27992a56e346"},{"name":"admincalculateexportfee","id":"b85a4fd6-06f2-42ee-990b-c5cc94570101","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculateexportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"1\"} ] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b85a4fd6-06f2-42ee-990b-c5cc94570101"},{"name":"adminbuytoro","id":"f02a5b4b-5991-4a68-8b79-9301d6573894","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminbuytoro\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"50\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f02a5b4b-5991-4a68-8b79-9301d6573894"},{"name":"adminbuytoro","id":"b5b0c8fe-29d2-46d1-adfc-03e829b84a38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminbuytoro\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"50\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b5b0c8fe-29d2-46d1-adfc-03e829b84a38"},{"name":"admincalculatebuyfee","id":"c9d90cbd-4eff-429d-b367-eb3208547e70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculatebuyfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"50\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c9d90cbd-4eff-429d-b367-eb3208547e70"},{"name":"admincalculatebuyresult","id":"3dd616d3-091c-4d9d-87a9-df9f114c96fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculatebuyresult\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"50\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"3dd616d3-091c-4d9d-87a9-df9f114c96fe"},{"name":"adminbuytorowithcustomfee","id":"e3cd884b-51db-4e8c-8978-b1a7200abb72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminbuytorowithcustomfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"5\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e3cd884b-51db-4e8c-8978-b1a7200abb72"},{"name":"adminbuytorowithcustomfee","id":"28c76f97-df19-4ff8-b945-904859a91b1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminbuytorowithcustomfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"5\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"28c76f97-df19-4ff8-b945-904859a91b1f"},{"name":"admincalculatebuyresultwithcustomfee","id":"2ba2b97a-596a-457e-8708-0a01faf1e507","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculatebuyresultwithcustomfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"5\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"2ba2b97a-596a-457e-8708-0a01faf1e507"},{"name":"adminselltoro","id":"185821f7-763c-4a40-b714-f63544622d76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminselltoro\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"50\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"185821f7-763c-4a40-b714-f63544622d76"},{"name":"adminselltoro","id":"658186bd-54ea-4332-a188-48ae0d895f38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminselltoro\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"50\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"658186bd-54ea-4332-a188-48ae0d895f38"},{"name":"admincalculatesellfee","id":"c98fae5b-3be2-4da2-9599-45804f59fc43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculatesellfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"50\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c98fae5b-3be2-4da2-9599-45804f59fc43"},{"name":"admincalculatesellresult","id":"623937cf-836b-4cd2-aaac-d6ecfb2849b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculatesellresult\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"50\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"623937cf-836b-4cd2-aaac-d6ecfb2849b9"},{"name":"adminselltorowithcustomfee","id":"68ebb29f-a2a7-452d-8467-70e80e663cad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminselltorowithcustomfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"5\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"68ebb29f-a2a7-452d-8467-70e80e663cad"},{"name":"adminselltorowithcustomfee","id":"25d6a4a9-3598-4471-8f14-38bf3d8dd909","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminselltorowithcustomfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"5\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"25d6a4a9-3598-4471-8f14-38bf3d8dd909"},{"name":"admincalculatesellresultwithcustomfee","id":"04dc8d4f-59bb-415e-955f-c8a6972674c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculatesellresultwithcustomfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"5\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/currency/zar/ad","urlObject":{"protocol":"http","path":["api","currency","zar","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"04dc8d4f-59bb-415e-955f-c8a6972674c6"}],"id":"5dc27fd9-d938-492e-b9ab-6632349e8454","_postman_id":"5dc27fd9-d938-492e-b9ab-6632349e8454","description":""}],"id":"c2497a72-88a7-4660-ab7f-e4f148cc4aad","_postman_id":"c2497a72-88a7-4660-ab7f-e4f148cc4aad","description":""}],"id":"09420483-6422-47b6-a76c-9ff8adbc85be","_postman_id":"09420483-6422-47b6-a76c-9ff8adbc85be","description":""},{"name":"/crypto","item":[{"name":"/eth","item":[{"name":"/","item":[{"name":"getbalance","id":"d576512a-66eb-4634-ac79-961e32c315f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getbalance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"32dc6dd0-17d4-42df-9744-c6eacadc37db","name":"getbalance","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getbalance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:49:15 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"109"},{"key":"ETag","value":"W/\"6d-HfS7juKfCqktDPEcC0cpRgfkpuI\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"balance\": \"0\",\n    \"message\": \"eth balance for '0x314ef41554dc423c88836dcdce55b3f61d1804b1' is '0'\"\n}"}],"_postman_id":"d576512a-66eb-4634-ac79-961e32c315f8"},{"name":"getname","id":"a210da23-a3c7-4ffd-9227-ac9fec0dd4e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getname\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a210da23-a3c7-4ffd-9227-ac9fec0dd4e0"},{"name":"getsymbol","id":"904258f8-518d-453f-a9aa-174a92bcdbb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getsymbol\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"904258f8-518d-453f-a9aa-174a92bcdbb2"},{"name":"getdecimal","id":"3523589f-4d36-4573-b579-9061f10341ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getdecimal\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"3523589f-4d36-4573-b579-9061f10341ce"},{"name":"getexchangerate","id":"0440897e-8a60-4c31-b9a2-899b9e677db9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getexchangerate\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"0440897e-8a60-4c31-b9a2-899b9e677db9"},{"name":"getminimumallowance","id":"537b1530-76e9-485d-8591-bbda5bfa75b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getminimumallowance\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"537b1530-76e9-485d-8591-bbda5bfa75b9"},{"name":"getmaximumallowance","id":"42d5612b-70cf-49b7-bffd-50e1ee8946aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getmaximumallowance\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"413663ff-d592-4cb3-abf9-bacd895cd894","name":"getmaximumallowance","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getmaximumallowance\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 30 May 2023 12:58:21 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"244"},{"key":"ETag","value":"W/\"f4-J+EKTiQM2uPEjv+BuHm87KCjJwk\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"maximumallowance\": \"115792089237316195423570985008687907853269984665640564039457.584007913129639935\",\n    \"message\": \"eth maximum transfer allowance is '115792089237316195423570985008687907853269984665640564039457.584007913129639935'\"\n}"}],"_postman_id":"42d5612b-70cf-49b7-bffd-50e1ee8946aa"},{"name":"getallowance","id":"875f4f56-281f-4ad3-9bde-3b89ecca36d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowance\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"875f4f56-281f-4ad3-9bde-3b89ecca36d8"},{"name":"gettransactionfeefixed","id":"8a50f8ee-c6c2-4192-863e-2640042749da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettransactionfeefixed\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"8a50f8ee-c6c2-4192-863e-2640042749da"},{"name":"gettransactionfeepercentage","id":"d7ed5a14-de71-49b6-a555-599101886223","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettransactionfeepercentage\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d7ed5a14-de71-49b6-a555-599101886223"},{"name":"gettransactionfee","id":"a0c111c5-32dd-4701-802b-6781eafa5f8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettransactionfee\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a0c111c5-32dd-4701-802b-6781eafa5f8a"},{"name":"getcommissionaddress","id":"d81b6b08-bda9-4ed4-8139-7ad262e9aa10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcommissionaddress\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d81b6b08-bda9-4ed4-8139-7ad262e9aa10"},{"name":"getcommissionpercentage","id":"b54fedb5-164c-4a35-b645-aa3026866477","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcommissionpercentage\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b54fedb5-164c-4a35-b645-aa3026866477"},{"name":"gettorobuyfeefixed","id":"50cec381-e9f9-4e85-96bc-7d711f2131aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettorobuyfeefixed\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"50cec381-e9f9-4e85-96bc-7d711f2131aa"},{"name":"gettorobuyfeepercentage","id":"423e0c52-d0af-4f80-a349-63632cc10355","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettorobuyfeepercentage\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"423e0c52-d0af-4f80-a349-63632cc10355"},{"name":"gettorobuyfee","id":"2ef1bad7-83d5-49b3-b6e4-7fe973dfeb2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettorobuyfee\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"2ef1bad7-83d5-49b3-b6e4-7fe973dfeb2e"},{"name":"gettorosellfeefixed","id":"2f902b6b-b7e8-4e9d-8298-f7ef309de14e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettorosellfeefixed\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"2f902b6b-b7e8-4e9d-8298-f7ef309de14e"},{"name":"gettorosellfeepercentage","id":"1dcb22f2-681c-48a2-b191-cd9b4b0a78b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettorosellfeepercentage\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1dcb22f2-681c-48a2-b191-cd9b4b0a78b1"},{"name":"gettorosellfee","id":"901895b3-7612-40d0-9cfb-12e56dce2e29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettorosellfee\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"901895b3-7612-40d0-9cfb-12e56dce2e29"},{"name":"getcryptoimportfeefixed","id":"35661d97-aeec-4eb5-888b-24508dd49135","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcryptoimportfeefixed\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"35661d97-aeec-4eb5-888b-24508dd49135"},{"name":"getcryptoimportfeepercentage","id":"3bf225df-cf7e-42c1-986d-321d22b48703","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcryptoimportfeepercentage\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"3bf225df-cf7e-42c1-986d-321d22b48703"},{"name":"getcryptoimportfee","id":"0a624fc9-6655-45b9-8156-bbbcf3764034","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcryptoimportfee\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"0a624fc9-6655-45b9-8156-bbbcf3764034"},{"name":"getcryptoexportfeefixed","id":"ab04c056-7523-48a5-8341-811c94c72b18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcryptoexportfeefixed\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ab04c056-7523-48a5-8341-811c94c72b18"},{"name":"getcryptoexportfeepercentage","id":"f1a7bfba-fbb1-470b-a18a-573441db7f90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcryptoexportfeepercentage\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f1a7bfba-fbb1-470b-a18a-573441db7f90"},{"name":"getcryptoexportfee","id":"f8469ba7-2178-4380-a068-d058f7ff2d7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcryptoexportfee\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f8469ba7-2178-4380-a068-d058f7ff2d7c"},{"name":"getreserve","id":"5855aae7-11af-412a-85f1-18d8acecb758","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getreserve\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5855aae7-11af-412a-85f1-18d8acecb758"},{"name":"gettoller","id":"a32933a2-1182-4e71-90f6-94baab24ea42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettoller\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a32933a2-1182-4e71-90f6-94baab24ea42"},{"name":"gettotalcap","id":"b576525f-11fc-4b1b-9c8c-a48d5d2b82b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettotalcap\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b576525f-11fc-4b1b-9c8c-a48d5d2b82b3"},{"name":"gettotalreserving","id":"d5529734-a6fe-4270-ac9a-a1de0dff73f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettotalreserving\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d5529734-a6fe-4270-ac9a-a1de0dff73f7"},{"name":"gettotalcirculating","id":"b34c3124-f6ce-4554-b876-1e404846c71c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettotalcirculating\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b34c3124-f6ce-4554-b876-1e404846c71c"},{"name":"isenrolled","id":"ad3ab9b0-f44c-4ca4-ad66-b2886a68e24f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isenrolled\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ad3ab9b0-f44c-4ca4-ad66-b2886a68e24f"},{"name":"isfrozen","id":"4c565adc-88af-45d9-b767-580e8ecc40af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isfrozen\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4c565adc-88af-45d9-b767-580e8ecc40af"},{"name":"getallowselfenroll","id":"2665ec34-a84f-462d-bb6a-88fe4b43bcb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselfenroll\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"2665ec34-a84f-462d-bb6a-88fe4b43bcb1"},{"name":"getallowselftransactionfee","id":"98a60a14-84f5-4fb1-8d41-5461d3441aac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselftransactionfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"98a60a14-84f5-4fb1-8d41-5461d3441aac"},{"name":"getselftransactionfeefixed","id":"d9be4b7c-17fa-4893-9125-e32cbe6bf89b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftransactionfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d9be4b7c-17fa-4893-9125-e32cbe6bf89b"},{"name":"getselftransactionfeepercentage","id":"5422c405-6975-46ab-98a6-560525ab0e4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftransactionfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5422c405-6975-46ab-98a6-560525ab0e4f"},{"name":"getselftransactionfee","id":"db41bd9f-2e3d-437a-8767-3757c6fe8dea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftransactionfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"db41bd9f-2e3d-437a-8767-3757c6fe8dea"},{"name":"getallowselfallowance","id":"90fdbca6-c19f-4198-9dc9-bf4ca82a02a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselfallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}]  }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"90fdbca6-c19f-4198-9dc9-bf4ca82a02a5"},{"name":"getselfminimumallowance","id":"acfd69dc-4879-4fbb-98e9-4c609ade3daa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfminimumallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}]  }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"acfd69dc-4879-4fbb-98e9-4c609ade3daa"},{"name":"getselfmaximumallowance","id":"ac75f426-57d8-41d2-9da0-92f70afda178","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfmaximumallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}]  }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ac75f426-57d8-41d2-9da0-92f70afda178"},{"name":"getselfallowance","id":"59a63b2f-618e-41d5-a70c-baaf6f74c66c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}]  }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"59a63b2f-618e-41d5-a70c-baaf6f74c66c"},{"name":"getallowselftorobuyfee","id":"8b6bae09-b5c7-4e5b-a935-e8f2dd52cbad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselftorobuyfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"8b6bae09-b5c7-4e5b-a935-e8f2dd52cbad"},{"name":"getselftorobuyfeefixed","id":"a4fd7383-b913-4df4-9bcb-0009ee5a7300","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftorobuyfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a4fd7383-b913-4df4-9bcb-0009ee5a7300"},{"name":"getselftorobuyfeepercentage","id":"21bc0d3b-59a0-4919-8996-8842a11d6b37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftorobuyfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"21bc0d3b-59a0-4919-8996-8842a11d6b37"},{"name":"getselftorobuyfee","id":"a917b14e-74da-45c0-8846-cce33487dbd5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftorobuyfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a917b14e-74da-45c0-8846-cce33487dbd5"},{"name":"getallowselftorosellfee","id":"367e7f8b-e876-4caa-9638-61102bbe14bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselftorosellfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"367e7f8b-e876-4caa-9638-61102bbe14bf"},{"name":"getselftorosellfeefixed","id":"e2684fdd-148c-457f-8667-43886924c2da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftorosellfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e2684fdd-148c-457f-8667-43886924c2da"},{"name":"getselftorosellfeepercentage","id":"fd66cf76-9877-40eb-9e59-26e09cccbcc9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftorosellfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"fd66cf76-9877-40eb-9e59-26e09cccbcc9"},{"name":"getselftorosellfee","id":"50a5ee5a-98e7-4c45-8318-2ec7b07255d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselftorosellfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"50a5ee5a-98e7-4c45-8318-2ec7b07255d4"},{"name":"getallowselfcryptoimportfee","id":"4d898dae-79df-4f40-bb43-e818f1abd165","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselfcryptoimportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4d898dae-79df-4f40-bb43-e818f1abd165"},{"name":"getselfcryptoimportfeefixed","id":"d9ee70df-49a6-48df-92e1-f1f3129c77d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfcryptoimportfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d9ee70df-49a6-48df-92e1-f1f3129c77d8"},{"name":"getselfcryptoimportfeepercentage","id":"3903e2d5-b842-49f4-b730-6e3d7d3dff25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfcryptoimportfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"3903e2d5-b842-49f4-b730-6e3d7d3dff25"},{"name":"getselfcryptoimportfee","id":"25af8b79-f67b-4ddc-a179-55302469d6ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfcryptoimportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"25af8b79-f67b-4ddc-a179-55302469d6ad"},{"name":"getallowselfcryptoexportfee","id":"b47b50f1-388a-420f-a7c5-af3f96fc0a15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getallowselfcryptoexportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b47b50f1-388a-420f-a7c5-af3f96fc0a15"},{"name":"getselfcryptoexportfeefixed","id":"5abe84e0-b83e-4e04-a669-f9a03fb17f71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfcryptoexportfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5abe84e0-b83e-4e04-a669-f9a03fb17f71"},{"name":"getselfcryptoexportfeepercentage","id":"56e7a3ff-d1aa-4dd2-a85d-f116feef4f8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfcryptoexportfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"56e7a3ff-d1aa-4dd2-a85d-f116feef4f8a"},{"name":"getselfcryptoexportfee","id":"7f076967-99ac-4a64-8ec3-3a98d9d0337a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getselfcryptoexportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7f076967-99ac-4a64-8ec3-3a98d9d0337a"},{"name":"istransferon","id":"5622dacd-fe53-4ebf-965c-375d90d09d0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"istransferon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5622dacd-fe53-4ebf-965c-375d90d09d0b"},{"name":"isbuyon","id":"aa8b9f18-d221-4e29-8ae2-7bcccee0f9a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isbuyon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"aa8b9f18-d221-4e29-8ae2-7bcccee0f9a1"},{"name":"issellon","id":"ed328b29-1d0a-40ea-8bb3-e622be846c43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"issellon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ed328b29-1d0a-40ea-8bb3-e622be846c43"},{"name":"isimporton","id":"073422fe-a237-46f3-b46d-2f0fff9ff5d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isimporton\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"073422fe-a237-46f3-b46d-2f0fff9ff5d2"},{"name":"isexporton","id":"36b070fe-9573-4208-87f2-cfc9ca27ba3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isexporton\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"36b070fe-9573-4208-87f2-cfc9ca27ba3c"},{"name":"hasextlink","id":"b8a330fd-c385-4fa2-9caf-bc61ed7f93d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"hasextlink\", \"params\":[{\"name\":\"toro\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"crypto\", \"value\":\"0x34b92ef3509dcdac0e7fc58f247299ba67f3a22b\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b8a330fd-c385-4fa2-9caf-bc61ed7f93d1"},{"name":"getnumberofextlink","id":"8538d227-8753-4861-9366-4f9911488640","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getnumberofextlink\", \"params\":[{\"name\":\"toro\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"8538d227-8753-4861-9366-4f9911488640"},{"name":"getextlinkindex","id":"cbae05c8-7e62-46cc-a6b7-f85ee63b2ae2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getextlinkindex\", \"params\":[{\"name\":\"toro\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"crypto\", \"value\":\"0x34b92ef3509dcdac0e7fc58f247299ba67f3a22b\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"cbae05c8-7e62-46cc-a6b7-f85ee63b2ae2"},{"name":"getextlinkbyindex","id":"5c07742e-2275-48d5-812c-9868fa6c0814","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getextlinkbyindex\", \"params\":[{\"name\":\"toro\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"index\", \"value\":0}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5c07742e-2275-48d5-812c-9868fa6c0814"},{"name":"iscryptoextlinked","id":"417451cc-af68-44a7-b73b-14987b6a0651","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"iscryptoextlinked\", \"params\":[{\"name\":\"crypto\", \"value\":\"0x34b92ef3509dcdac0e7fc58f247299ba67f3a22b\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"417451cc-af68-44a7-b73b-14987b6a0651"},{"name":"getcryptoextlinked","id":"5de8fbbd-0545-4cd1-acea-1d7eaacd69a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getcryptoextlinked\", \"params\":[{\"name\":\"crypto\", \"value\":\"0x34b92ef3509dcdac0e7fc58f247299ba67f3a22b\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/","urlObject":{"protocol":"http","path":["api","crypto","eth",""],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5de8fbbd-0545-4cd1-acea-1d7eaacd69a1"}],"id":"4ab9c9a4-7e07-4347-a05b-5e27bb43ec37","_postman_id":"4ab9c9a4-7e07-4347-a05b-5e27bb43ec37","description":""},{"name":"/ow","item":[{"name":"initethcrypto","id":"ecb3ee86-7b6e-4a40-bfbf-a5835df5fbaa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"initethcrypto\", \"params\":[{\"name\":\"owner\", \"value\":\"0x43F78b342084e370f10e0Cd07d56d95c1728C9D4\"}, {\"name\":\"ownerpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ow","urlObject":{"protocol":"http","path":["api","crypto","eth","ow"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ecb3ee86-7b6e-4a40-bfbf-a5835df5fbaa"},{"name":"initethcrypto","id":"d40ea65a-3ac3-4cbc-8517-aaeb30acd58a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"initethcrypto\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ow","urlObject":{"protocol":"http","path":["api","crypto","eth","ow"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d40ea65a-3ac3-4cbc-8517-aaeb30acd58a"},{"name":"setreserve","id":"89bce948-5b23-4db4-9d61-44d4768052ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setreserve\", \"params\":[{\"name\":\"owner\", \"value\":\"0x43F78b342084e370f10e0Cd07d56d95c1728C9D4\"}, {\"name\":\"ownerpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ow","urlObject":{"protocol":"http","path":["api","crypto","eth","ow"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"89bce948-5b23-4db4-9d61-44d4768052ea"},{"name":"setreserve","id":"ef11967e-273c-4472-8876-67322b75229f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setreserve\", \"params\":[{\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ow","urlObject":{"protocol":"http","path":["api","crypto","eth","ow"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ef11967e-273c-4472-8876-67322b75229f"}],"id":"94508589-f1aa-4aed-b95b-233e89c86c1a","_postman_id":"94508589-f1aa-4aed-b95b-233e89c86c1a","description":""},{"name":"/sa","item":[{"name":"setexchangerate","id":"494af1e1-e8ba-4b51-a863-fa5feef090ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setexchangerate\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"1.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"494af1e1-e8ba-4b51-a863-fa5feef090ab"},{"name":"setexchangerate","id":"80b59458-29b4-4005-88ae-b64e7faa7358","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setexchangerate\", \"params\":[ {\"name\":\"val\", \"value\":\"1.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"80b59458-29b4-4005-88ae-b64e7faa7358"},{"name":"setminimumallowance","id":"2c5fb3a2-79f1-49c8-bed0-5d82c863b727","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setminimumallowance\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"0.1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"2c5fb3a2-79f1-49c8-bed0-5d82c863b727"},{"name":"setminimumallowance","id":"398d9e70-def8-4dba-b6b6-9da9649324c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setminimumallowance\", \"params\":[{\"name\":\"val\", \"value\":\"0.1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"398d9e70-def8-4dba-b6b6-9da9649324c2"},{"name":"setmaximumallowance","id":"6376b9fb-014e-4762-8e17-d71871ab9554","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setmaximumallowance\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"10000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6376b9fb-014e-4762-8e17-d71871ab9554"},{"name":"setmaximumallowance","id":"72b899cb-a1b4-4e29-ada6-189600cb594b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setmaximumallowance\", \"params\":[{\"name\":\"val\", \"value\":\"10000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"72b899cb-a1b4-4e29-ada6-189600cb594b"},{"name":"setallowance","id":"be66e249-d8fa-43d0-8377-c78910ecc46d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setallowance\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"min\", \"value\":\"0.1\"}, {\"name\":\"max\", \"value\":\"10000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"be66e249-d8fa-43d0-8377-c78910ecc46d"},{"name":"setallowance","id":"655fc9f6-27a4-4775-abf9-90c857e596ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setallowance\", \"params\":[{\"name\":\"min\", \"value\":\"0.1\"}, {\"name\":\"max\", \"value\":\"10000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"655fc9f6-27a4-4775-abf9-90c857e596ce"},{"name":"settransactionfeefixed","id":"0098f678-3c62-43b9-9393-0e3e942a86f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransactionfeefixed\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"0.02\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"0098f678-3c62-43b9-9393-0e3e942a86f5"},{"name":"settransactionfeefixed","id":"8712ce5b-5099-482d-9930-394e887bdf8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setminimumallowance\", \"params\":[{\"name\":\"val\", \"value\":\"0.1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"8712ce5b-5099-482d-9930-394e887bdf8b"},{"name":"settransactionfeepercentage","id":"d39d2ef0-8072-4fad-9abe-28088edb8800","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransactionfeepercentage\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d39d2ef0-8072-4fad-9abe-28088edb8800"},{"name":"settransactionfeepercentage","id":"6a600f49-961a-4819-bc4e-424cd4714ff0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransactionfeepercentage\", \"params\":[{\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6a600f49-961a-4819-bc4e-424cd4714ff0"},{"name":"settransactionfee","id":"a15c0589-dd1c-4200-9799-9ab2a7ef9055","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransactionfee\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a15c0589-dd1c-4200-9799-9ab2a7ef9055"},{"name":"settransactionfee","id":"6ed13cc2-29a8-44aa-8704-607cfb03da4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransactionfee\", \"params\":[{\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6ed13cc2-29a8-44aa-8704-607cfb03da4c"},{"name":"settoller","id":"c9a04a5f-098d-4336-a49b-bc98d72416fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settoller\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c9a04a5f-098d-4336-a49b-bc98d72416fd"},{"name":"settoller","id":"1e65888a-ac2d-415d-ae94-fb574fbc2fbb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settoller\", \"params\":[{\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1e65888a-ac2d-415d-ae94-fb574fbc2fbb"},{"name":"setcommissionaddress","id":"30a6d3a8-4c39-46ef-9300-5ea02b06fa09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcommissionaddress\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"30a6d3a8-4c39-46ef-9300-5ea02b06fa09"},{"name":"setcommissionaddress","id":"4a7ee287-79f6-4818-85e6-b4e4712646aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcommissionaddress\", \"params\":[{\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4a7ee287-79f6-4818-85e6-b4e4712646aa"},{"name":"setcommissionpercentage","id":"0ef1570b-030c-4d3f-9e72-a168ce97774f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcommissionpercentage\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"0ef1570b-030c-4d3f-9e72-a168ce97774f"},{"name":"setcommissionpercentage","id":"d99d3f0e-1cfd-4a75-8a8a-141cd3628aea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcommissionpercentage\", \"params\":[{\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d99d3f0e-1cfd-4a75-8a8a-141cd3628aea"},{"name":"setcommission","id":"1433f0c2-3110-4f1f-953e-7801bed87627","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcommission\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"percentage\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1433f0c2-3110-4f1f-953e-7801bed87627"},{"name":"setcommission","id":"824bf724-2fd9-4a90-b978-f3c04f651189","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcommission\", \"params\":[{\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"percentage\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"824bf724-2fd9-4a90-b978-f3c04f651189"},{"name":"settorobuyfeefixed","id":"d6d88a27-cee8-41eb-a104-9f84ad9d7a9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorobuyfeefixed\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d6d88a27-cee8-41eb-a104-9f84ad9d7a9c"},{"name":"settorobuyfeefixed","id":"07333968-d883-4040-b69a-1cb7aeba8566","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorobuyfeefixed\", \"params\":[ {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"07333968-d883-4040-b69a-1cb7aeba8566"},{"name":"settorobuyfeepercentage","id":"0b3e0c78-6ad4-4e01-8580-4dbff2e31d8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorobuyfeepercentage\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"0b3e0c78-6ad4-4e01-8580-4dbff2e31d8c"},{"name":"settorobuyfeepercentage","id":"b7b77bd2-10aa-4e49-8ad3-a2f4ee71205d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorobuyfeepercentage\", \"params\":[ {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b7b77bd2-10aa-4e49-8ad3-a2f4ee71205d"},{"name":"settorobuyfee","id":"cc94127c-2214-4476-b0b7-8a45a7d9b830","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorobuyfee\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"fixed\", \"value\":\"0.0\"}, {\"name\":\"percentage\", \"value\":\"0.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"cc94127c-2214-4476-b0b7-8a45a7d9b830"},{"name":"settorobuyfee","id":"d49d6b41-6249-4d65-a69f-43b7eb31dd94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorobuyfee\", \"params\":[ {\"name\":\"fixed\", \"value\":\"0.0\"}, {\"name\":\"percentage\", \"value\":\"0.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d49d6b41-6249-4d65-a69f-43b7eb31dd94"},{"name":"settorosellfeefixed","id":"f213c4be-5cc3-4d4e-a006-b52a4f438e82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorosellfeefixed\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f213c4be-5cc3-4d4e-a006-b52a4f438e82"},{"name":"settorosellfeefixed","id":"d6388a0b-68f7-405a-9b48-980dbe32b95d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorosellfeefixed\", \"params\":[ {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d6388a0b-68f7-405a-9b48-980dbe32b95d"},{"name":"settorosellfeepercentage","id":"f451283f-5eea-4d02-a83a-a4e49e292507","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorosellfeepercentage\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f451283f-5eea-4d02-a83a-a4e49e292507"},{"name":"settorosellfeepercentage","id":"fbda0b4a-3f79-41e3-b6fb-0a895ca51786","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorosellfeepercentage\", \"params\":[ {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"fbda0b4a-3f79-41e3-b6fb-0a895ca51786"},{"name":"settorosellfee","id":"6d21946d-e01e-42e3-8229-e225317ee391","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorosellfee\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"fixed\", \"value\":\"0.0\"}, {\"name\":\"percentage\", \"value\":\"0.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6d21946d-e01e-42e3-8229-e225317ee391"},{"name":"settorosellfee","id":"7710fd0e-554f-4929-97b9-fee88a444450","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settorosellfee\", \"params\":[ {\"name\":\"fixed\", \"value\":\"0.0\"}, {\"name\":\"percentage\", \"value\":\"0.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7710fd0e-554f-4929-97b9-fee88a444450"},{"name":"setcryptoimportfeefixed","id":"81a048c9-0e5a-40b4-80b7-e5f25c91d9ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcryptoimportfeefixed\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"81a048c9-0e5a-40b4-80b7-e5f25c91d9ae"},{"name":"setcryptoimportfeefixed","id":"bab61355-8358-448a-be8d-a8d089bd8787","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcryptoimportfeefixed\", \"params\":[ {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"bab61355-8358-448a-be8d-a8d089bd8787"},{"name":"setcryptoimportfeepercentage","id":"1801a8e7-a1fd-488c-b758-ab85f772b449","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcryptoimportfeepercentage\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1801a8e7-a1fd-488c-b758-ab85f772b449"},{"name":"setcryptoimportfeepercentage","id":"7e55ef94-d85d-4e73-8330-f23fdf39edb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcryptoimportfeepercentage\", \"params\":[ {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7e55ef94-d85d-4e73-8330-f23fdf39edb8"},{"name":"setcryptoimportfee","id":"38c8364d-f02f-41c9-ac93-8d2775a37742","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcryptoimportfee\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"fixed\", \"value\":\"0.0\"}, {\"name\":\"percentage\", \"value\":\"0.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"38c8364d-f02f-41c9-ac93-8d2775a37742"},{"name":"setcryptoimportfee","id":"ea13d293-15f4-43f1-86fe-5c35902debeb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcryptoimportfee\", \"params\":[ {\"name\":\"fixed\", \"value\":\"0.0\"}, {\"name\":\"percentage\", \"value\":\"0.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ea13d293-15f4-43f1-86fe-5c35902debeb"},{"name":"setcryptoexportfeefixed","id":"e37eee2a-ec10-4833-a81e-f9b294098c08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcryptoexportfeefixed\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e37eee2a-ec10-4833-a81e-f9b294098c08"},{"name":"setcryptoexportfeefixed","id":"2393ba1e-1bd2-4d54-b231-0a7bb4076161","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcryptoexportfeefixed\", \"params\":[ {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"2393ba1e-1bd2-4d54-b231-0a7bb4076161"},{"name":"setcryptoexportfeepercentage","id":"6e5c7f81-dda6-446b-862b-8dbbe159a8a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcryptoexportfeepercentage\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6e5c7f81-dda6-446b-862b-8dbbe159a8a4"},{"name":"setcryptoexportfeepercentage","id":"51c6aa50-9ee5-4082-b58c-711dd399c6b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcryptoexportfeepercentage\", \"params\":[ {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"51c6aa50-9ee5-4082-b58c-711dd399c6b4"},{"name":"setcryptoexportfee","id":"f884efe3-4622-4848-b262-ca09e5b7ea99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcryptoexportfee\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"fixed\", \"value\":\"0.0\"}, {\"name\":\"percentage\", \"value\":\"0.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f884efe3-4622-4848-b262-ca09e5b7ea99"},{"name":"setcryptoexportfee","id":"72eb1461-903d-4b55-aa7e-2979853134c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setcryptoexportfee\", \"params\":[ {\"name\":\"fixed\", \"value\":\"0.0\"}, {\"name\":\"percentage\", \"value\":\"0.0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"72eb1461-903d-4b55-aa7e-2979853134c2"},{"name":"allowselfenroll","id":"d8b67a86-347f-49f9-b612-4ed8c2247b00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfenroll\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d8b67a86-347f-49f9-b612-4ed8c2247b00"},{"name":"allowselfenroll","id":"36271bbf-5937-4d12-864c-43f4029e73ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfenroll\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"36271bbf-5937-4d12-864c-43f4029e73ac"},{"name":"disallowselfenroll","id":"ca397335-b62b-4caa-b59d-5254f2f77cab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfenroll\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ca397335-b62b-4caa-b59d-5254f2f77cab"},{"name":"disallowselfenroll","id":"cbb18ed8-1d99-42f3-96f6-80d0bb12f60d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfenroll\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"cbb18ed8-1d99-42f3-96f6-80d0bb12f60d"},{"name":"settransferon","id":"d9d75b2b-b9ea-4261-85e5-2771bf1be7da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransferon\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d9d75b2b-b9ea-4261-85e5-2771bf1be7da"},{"name":"settransferon","id":"fa34e423-c53a-462b-81b9-1996601016f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransferon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"fa34e423-c53a-462b-81b9-1996601016f0"},{"name":"settransferoff","id":"b870bcd6-02f2-452d-a198-3869398e3c6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransferoff\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b870bcd6-02f2-452d-a198-3869398e3c6a"},{"name":"settransferoff","id":"fdccb6f1-71d4-4203-99dd-c34b51742b03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"settransferoff\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"fdccb6f1-71d4-4203-99dd-c34b51742b03"},{"name":"setbuyon","id":"08554419-27db-4d69-82b8-6a9cdd6e5911","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setbuyon\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"08554419-27db-4d69-82b8-6a9cdd6e5911"},{"name":"setbuyon","id":"22f6bdd4-0f92-4bac-bc36-c05b19ba85e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setbuyon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"22f6bdd4-0f92-4bac-bc36-c05b19ba85e9"},{"name":"setbuyoff","id":"9a51372e-fe3b-4bd5-961d-a738b4487ba5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setbuyoff\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"9a51372e-fe3b-4bd5-961d-a738b4487ba5"},{"name":"setbuyoff","id":"5aee1fae-87a4-4555-890a-dd9dbf03919e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setbuyoff\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5aee1fae-87a4-4555-890a-dd9dbf03919e"},{"name":"setsellon","id":"6c46d37c-bf7f-4fa0-8fa0-19701668574b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setsellon\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6c46d37c-bf7f-4fa0-8fa0-19701668574b"},{"name":"setsellon","id":"2c0dbb02-c80a-44d0-812d-4db1a91b5e18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setsellon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"2c0dbb02-c80a-44d0-812d-4db1a91b5e18"},{"name":"setselloff","id":"22b2c301-9ea5-4935-b7fb-89e1a69da741","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselloff\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"22b2c301-9ea5-4935-b7fb-89e1a69da741"},{"name":"setselloff","id":"b9ddf969-f62a-43dd-84eb-a6b689244ef4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselloff\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b9ddf969-f62a-43dd-84eb-a6b689244ef4"},{"name":"setimporton","id":"f390047d-914e-4591-af6f-e35ea9800351","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setimporton\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f390047d-914e-4591-af6f-e35ea9800351"},{"name":"setimporton","id":"5e751f7d-10d8-4212-8d10-e69ab8d520c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setimporton\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5e751f7d-10d8-4212-8d10-e69ab8d520c5"},{"name":"setimportoff","id":"568d83bc-06e2-4081-8d3c-7cf94a1404a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setimportoff\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"568d83bc-06e2-4081-8d3c-7cf94a1404a2"},{"name":"setimportoff","id":"ab102fa7-eab3-4349-b6a3-9d99ee24d98c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setimportoff\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ab102fa7-eab3-4349-b6a3-9d99ee24d98c"},{"name":"setexporton","id":"f01e0178-9bad-4ebf-9f24-46307144ba9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setexporton\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f01e0178-9bad-4ebf-9f24-46307144ba9d"},{"name":"setexporton","id":"08914ff9-d69d-464f-aa72-c781f86acab4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setexporton\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"08914ff9-d69d-464f-aa72-c781f86acab4"},{"name":"setexportoff","id":"83476d1d-cbec-418c-b449-e300b00554b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setexportoff\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"83476d1d-cbec-418c-b449-e300b00554b8"},{"name":"setexportoff","id":"2a8fe451-4775-48ca-99ee-e3b1a6c2180d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setexportoff\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"2a8fe451-4775-48ca-99ee-e3b1a6c2180d"},{"name":"importreserve","id":"c8e855e0-bc68-43b1-957a-a207ea289c55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"importreserve\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"100\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c8e855e0-bc68-43b1-957a-a207ea289c55"},{"name":"importreserve","id":"42bc510e-4487-49d4-a5e4-86b9acc05694","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"importreserve\", \"params\":[{\"name\":\"val\", \"value\":\"100\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"42bc510e-4487-49d4-a5e4-86b9acc05694"},{"name":"exportreserve","id":"c839ce4f-1b5d-4992-bd5c-c5c0b0ac9e61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"exportreserve\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"20\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c839ce4f-1b5d-4992-bd5c-c5c0b0ac9e61"},{"name":"exportreserve","id":"0e957a1f-6239-4a2e-b5b5-8edc4b593eaf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"exportreserve\", \"params\":[{\"name\":\"val\", \"value\":\"20\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"0e957a1f-6239-4a2e-b5b5-8edc4b593eaf"},{"name":"transferfromreserve","id":"9dd2bf8a-df77-4780-a3f1-2ea2b93fe877","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"transferfromreserve\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"20\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"9dd2bf8a-df77-4780-a3f1-2ea2b93fe877"},{"name":"transferfromreserve","id":"306fdee6-b6fb-4c4f-801e-4970aae2a099","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"transferfromreserve\", \"params\":[ {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"20\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"306fdee6-b6fb-4c4f-801e-4970aae2a099"},{"name":"transfertoreserve","id":"24ce0c20-5809-435f-90ea-fd2255328124","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"transfertoreserve\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"24ce0c20-5809-435f-90ea-fd2255328124"},{"name":"transfertoreserve","id":"feb7f7ab-e175-4373-9c91-256debc25835","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"transfertoreserve\", \"params\":[ {\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"feb7f7ab-e175-4373-9c91-256debc25835"},{"name":"reservebuytoro","id":"1cd392a0-334a-4d66-b6e8-d445f0afcada","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"reservebuytoro\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1cd392a0-334a-4d66-b6e8-d445f0afcada"},{"name":"reservebuytoro","id":"fbdffb1a-2f2f-4a21-a457-a12e80327273","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"reservebuytoro\", \"params\":[{\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"fbdffb1a-2f2f-4a21-a457-a12e80327273"},{"name":"calculatereservebuyresult","id":"5d18c058-a020-447d-93fc-3f8b2d567dd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"calculatereservebuyresult\", \"params\":[{\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5d18c058-a020-447d-93fc-3f8b2d567dd9"},{"name":"reserveselltoro","id":"79825f92-6958-4cca-a63a-8730b43631ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"reserveselltoro\", \"params\":[{\"name\":\"superadmin\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}, {\"name\":\"superadminpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"79825f92-6958-4cca-a63a-8730b43631ce"},{"name":"reserveselltoro","id":"b7d6c2c6-60a3-4900-b7bc-701d81cb2ace","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"reserveselltoro\", \"params\":[{\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b7d6c2c6-60a3-4900-b7bc-701d81cb2ace"},{"name":"calculatereservesellresult","id":"ff47b3e5-28c1-4f08-a193-7d3f5e8d6595","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"calculatereservesellresult\", \"params\":[{\"name\":\"val\", \"value\":\"5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/sa","urlObject":{"protocol":"http","path":["api","crypto","eth","sa"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ff47b3e5-28c1-4f08-a193-7d3f5e8d6595"}],"id":"a6e3fa3f-f2cc-4862-87ff-83b0d312eeaa","_postman_id":"a6e3fa3f-f2cc-4862-87ff-83b0d312eeaa","description":""},{"name":"/cl","item":[{"name":"transfer","id":"cf6cc960-00d1-47d5-a1b9-6263eec93abd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"transfer\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"clientpwd\", \"value\":\"toronet\"}, {\"name\":\"to\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/cl","urlObject":{"protocol":"http","path":["api","crypto","eth","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"cf6cc960-00d1-47d5-a1b9-6263eec93abd"},{"name":"transfer","id":"2272d0fc-aa95-4355-a698-5b225fc70b13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"transfer\", \"params\":[{\"name\":\"to\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/cl","urlObject":{"protocol":"http","path":["api","crypto","eth","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"2272d0fc-aa95-4355-a698-5b225fc70b13"},{"name":"calculatetxfee","id":"f6e6592d-01dd-4efd-a66c-04dff6b1b341","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"calculatetxfee\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/cl","urlObject":{"protocol":"http","path":["api","crypto","eth","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f6e6592d-01dd-4efd-a66c-04dff6b1b341"},{"name":"buytoro","id":"8609d8f1-a03f-4d07-9bf4-637ff5adca96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"buytoro\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"clientpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/cl","urlObject":{"protocol":"http","path":["api","crypto","eth","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"8609d8f1-a03f-4d07-9bf4-637ff5adca96"},{"name":"buytoro","id":"a8f70795-a6d0-4ebb-a940-e818796876e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"buytoro\", \"params\":[{\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/cl","urlObject":{"protocol":"http","path":["api","crypto","eth","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a8f70795-a6d0-4ebb-a940-e818796876e7"},{"name":"calculatebuyfee","id":"26abf451-32cc-4e8f-aa02-634c0dbf9def","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"calculatebuyfee\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/cl","urlObject":{"protocol":"http","path":["api","crypto","eth","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"26abf451-32cc-4e8f-aa02-634c0dbf9def"},{"name":"calculatebuyresult","id":"4014ab9d-b2b8-4507-a752-5cd68b360e86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"calculatebuyresult\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/cl","urlObject":{"protocol":"http","path":["api","crypto","eth","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4014ab9d-b2b8-4507-a752-5cd68b360e86"},{"name":"selltoro","id":"c24dcb89-d8fc-467f-b32d-6a30346434fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"selltoro\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"clientpwd\", \"value\":\"toronet\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/cl","urlObject":{"protocol":"http","path":["api","crypto","eth","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c24dcb89-d8fc-467f-b32d-6a30346434fe"},{"name":"selltoro","id":"e8d6bcd4-1467-45f2-9ebb-b2b97d67bf9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"selltoro\", \"params\":[{\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/cl","urlObject":{"protocol":"http","path":["api","crypto","eth","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e8d6bcd4-1467-45f2-9ebb-b2b97d67bf9c"},{"name":"calculatesellfee","id":"fce63d73-5939-4d77-83d5-1365d208c168","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"calculatesellfee\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/cl","urlObject":{"protocol":"http","path":["api","crypto","eth","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"fce63d73-5939-4d77-83d5-1365d208c168"},{"name":"calculatesellresult","id":"0703ffa6-bac4-4273-a38a-764c5139db80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"calculatesellresult\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/cl","urlObject":{"protocol":"http","path":["api","crypto","eth","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"0703ffa6-bac4-4273-a38a-764c5139db80"},{"name":"addextlink","id":"c89f0008-f002-4a78-842a-0d47f6eae221","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"addextlink\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"clientpwd\", \"value\":\"toronet\"}, {\"name\":\"crypto\", \"value\":\"0x34b92ef3509dcdac0e7fc58f247299ba67f3a22b\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/cl","urlObject":{"protocol":"http","path":["api","crypto","eth","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c89f0008-f002-4a78-842a-0d47f6eae221"},{"name":"addextlink","id":"2b25ff77-37a0-4879-92c9-3e891fa813fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"addextlink\", \"params\":[{\"name\":\"crypto\", \"value\":\"0x34b92ef3509dcdac0e7fc58f247299ba67f3a22b\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/cl","urlObject":{"protocol":"http","path":["api","crypto","eth","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"2b25ff77-37a0-4879-92c9-3e891fa813fd"},{"name":"removeextlink","id":"adc2efdc-7d0c-4b82-8f78-a3c850188fb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"removeextlink\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"clientpwd\", \"value\":\"toronet\"}, {\"name\":\"crypto\", \"value\":\"0x34b92ef3509dcdac0e7fc58f247299ba67f3a22b\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/cl","urlObject":{"protocol":"http","path":["api","crypto","eth","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"adc2efdc-7d0c-4b82-8f78-a3c850188fb6"},{"name":"removeextlink","id":"7fbc837e-7203-41ac-98ba-8056431bbec3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"removeextlink\", \"params\":[{\"name\":\"crypto\", \"value\":\"0x34b92ef3509dcdac0e7fc58f247299ba67f3a22b\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/cl","urlObject":{"protocol":"http","path":["api","crypto","eth","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7fbc837e-7203-41ac-98ba-8056431bbec3"},{"name":"calculateimportfee","id":"30cfbb70-a726-41ae-9f6d-a260f9645dcd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"calculateimportfee\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/cl","urlObject":{"protocol":"http","path":["api","crypto","eth","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"30cfbb70-a726-41ae-9f6d-a260f9645dcd"},{"name":"calculateexportfee","id":"fee91ba8-ac65-42ed-8941-3476d9a5d3de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"calculateexportfee\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/cl","urlObject":{"protocol":"http","path":["api","crypto","eth","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"fee91ba8-ac65-42ed-8941-3476d9a5d3de"},{"name":"withdrawcrypto","id":"8b1e01de-5841-468a-ad6f-168cd02e312f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"withdrawcrypto\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"clientpwd\", \"value\":\"toronet\"}, {\"name\":\"crypto\", \"value\":\"0x34b92ef3509dcdac0e7fc58f247299ba67f3a22b\"}, {\"name\":\"val\", \"value\":\"0.1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/cl","urlObject":{"protocol":"http","path":["api","crypto","eth","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"8b1e01de-5841-468a-ad6f-168cd02e312f"},{"name":"withdrawcrypto","id":"8d0a3bc2-f899-4f3c-ae5a-30fc66ac27ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"withdrawcrypto\", \"params\":[{\"name\":\"crypto\", \"value\":\"0x34b92ef3509dcdac0e7fc58f247299ba67f3a22b\"}, {\"name\":\"val\", \"value\":\"0.1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/cl","urlObject":{"protocol":"http","path":["api","crypto","eth","cl"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"8d0a3bc2-f899-4f3c-ae5a-30fc66ac27ef"}],"id":"4bf1263b-d2a8-4491-b433-cf24df1bca1d","_postman_id":"4bf1263b-d2a8-4491-b433-cf24df1bca1d","description":""},{"name":"/ad","item":[{"name":"enrollcryptoaccount","id":"ca17833d-45ef-404d-8fee-8bfde9e50e49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"enrollcryptoaccount\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ca17833d-45ef-404d-8fee-8bfde9e50e49"},{"name":"enrollcryptoaccount","id":"727d9430-57fe-4cd4-bf1b-6660fca57b78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"enrollcryptoaccount\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"727d9430-57fe-4cd4-bf1b-6660fca57b78"},{"name":"disenrollcryptoaccount","id":"31101328-4c72-4553-8603-114705826a83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disenrollcryptoaccount\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"31101328-4c72-4553-8603-114705826a83"},{"name":"disenrollcryptoaccount","id":"8cb47c3c-a27f-4cb4-8c21-c35fcd8cf5a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disenrollcryptoaccount\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"8cb47c3c-a27f-4cb4-8c21-c35fcd8cf5a0"},{"name":"freezecryptoaccount","id":"60ebf92d-eefd-4175-8928-c5009c29fc2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"freezecryptoaccount\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"60ebf92d-eefd-4175-8928-c5009c29fc2f"},{"name":"freezecryptoaccount","id":"932d8ede-4b64-4c90-b592-76f242ce2d12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"freezecryptoaccount\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"932d8ede-4b64-4c90-b592-76f242ce2d12"},{"name":"unfreezecryptoaccount","id":"31b2a691-698d-40d8-ba4a-e93fbd34633f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"unfreezecryptoaccount\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"31b2a691-698d-40d8-ba4a-e93fbd34633f"},{"name":"unfreezecryptoaccount","id":"3e9abf7f-de22-4f5a-9c9d-36a29f337705","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"unfreezecryptoaccount\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"3e9abf7f-de22-4f5a-9c9d-36a29f337705"},{"name":"allowselfallowance","id":"dbbcfc76-3e2f-4696-88c7-d68a9a3fb8b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfallowance\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"dbbcfc76-3e2f-4696-88c7-d68a9a3fb8b4"},{"name":"allowselfallowance","id":"9ddb1c7e-a188-4fc4-a604-7eaabf0cfca2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfallowance\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"9ddb1c7e-a188-4fc4-a604-7eaabf0cfca2"},{"name":"disallowselfallowance","id":"7cd827b4-b39d-4786-ac36-b97c6eaa35a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfallowance\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7cd827b4-b39d-4786-ac36-b97c6eaa35a4"},{"name":"disallowselfallowance","id":"1d90e062-155d-44e1-9e56-5fe66c190749","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1d90e062-155d-44e1-9e56-5fe66c190749"},{"name":"setselfminimumallowance","id":"91bd8ff5-ac52-4aac-a8ae-6ffcf0399678","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfminimumallowance\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"91bd8ff5-ac52-4aac-a8ae-6ffcf0399678"},{"name":"setselfminimumallowance","id":"e4b5c8f5-fd9e-4b37-b502-0cdec2cbd20b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfminimumallowance\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e4b5c8f5-fd9e-4b37-b502-0cdec2cbd20b"},{"name":"setselfmaximumallowance","id":"b5997bf1-a0bb-4a66-9ed5-dfb760d57f96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfmaximumallowance\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"20000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b5997bf1-a0bb-4a66-9ed5-dfb760d57f96"},{"name":"setselfmaximumallowance","id":"b27d500e-feaf-4e65-ac8f-397a8e5d34c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfmaximumallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"20000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b27d500e-feaf-4e65-ac8f-397a8e5d34c6"},{"name":"setselfallowance","id":"c747f6ff-5803-4d11-a587-76e42b5d74aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfallowance\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"min\", \"value\":\"0.1\"}, {\"name\":\"max\", \"value\":\"10000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c747f6ff-5803-4d11-a587-76e42b5d74aa"},{"name":"setselfallowance","id":"df43cf31-fadb-4559-83b9-1f2e32caf949","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfallowance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"min\", \"value\":\"0.1\"}, {\"name\":\"max\", \"value\":\"10000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"df43cf31-fadb-4559-83b9-1f2e32caf949"},{"name":"allowselftransactionfee","id":"df79ae45-6d78-4fea-aae4-17db3d1c2565","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselftransactionfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"df79ae45-6d78-4fea-aae4-17db3d1c2565"},{"name":"allowselftransactionfee","id":"e98cc627-908e-46e2-96f4-3be429ee9f98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselftransactionfee\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e98cc627-908e-46e2-96f4-3be429ee9f98"},{"name":"disallowselftransactionfee","id":"a2c1300c-c70e-41cd-a36f-6b00acf7e09c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselftransactionfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a2c1300c-c70e-41cd-a36f-6b00acf7e09c"},{"name":"disallowselftransactionfee","id":"542de0fd-0845-4cc7-9b62-89e305b3080f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselftransactionfee\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"542de0fd-0845-4cc7-9b62-89e305b3080f"},{"name":"setselftransactionfeefixed","id":"c6b45379-d950-4471-af80-b5a5812d8249","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftransactionfeefixed\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c6b45379-d950-4471-af80-b5a5812d8249"},{"name":"setselftransactionfeefixed","id":"3489f65b-a20c-4d78-aab5-59d310ef9ea4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftransactionfeefixed\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"3489f65b-a20c-4d78-aab5-59d310ef9ea4"},{"name":"setselftransactionfeepercentage","id":"59256096-c0e3-4924-83e5-d55e5e6e2c0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftransactionfeepercentage\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"59256096-c0e3-4924-83e5-d55e5e6e2c0d"},{"name":"setselftransactionfeepercentage","id":"68d8a94e-be69-4c26-b250-388a64101ddc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftransactionfeepercentage\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"68d8a94e-be69-4c26-b250-388a64101ddc"},{"name":"setselftransactionfee","id":"5d596cc5-0236-45df-9847-faa1e1a17cdf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftransactionfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5d596cc5-0236-45df-9847-faa1e1a17cdf"},{"name":"setselftransactionfee","id":"37f7e024-a7e2-4f52-9a24-59973f183de3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftransactionfee\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"37f7e024-a7e2-4f52-9a24-59973f183de3"},{"name":"allowselftorobuyfee","id":"f9e86a5f-d375-488b-bb9b-290c181ac4e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselftorobuyfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f9e86a5f-d375-488b-bb9b-290c181ac4e3"},{"name":"allowselftorobuyfee","id":"a5d24e6d-71c7-445a-98c7-9765666e7c00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselftorobuyfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a5d24e6d-71c7-445a-98c7-9765666e7c00"},{"name":"disallowselftorobuyfee","id":"c0e25f9e-d84f-434a-a429-d3511e9a6cf5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselftorobuyfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c0e25f9e-d84f-434a-a429-d3511e9a6cf5"},{"name":"disallowselftorobuyfee","id":"646bbee9-15ad-4bda-9e51-8a508d15dd2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselftorobuyfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"646bbee9-15ad-4bda-9e51-8a508d15dd2f"},{"name":"setselftorobuyfeefixed","id":"caacb64e-e604-4072-a50e-f9e2be85bd2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorobuyfeefixed\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"caacb64e-e604-4072-a50e-f9e2be85bd2f"},{"name":"setselftorobuyfeefixed","id":"46b8999d-7505-474c-a225-b91ab745a6d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorobuyfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"46b8999d-7505-474c-a225-b91ab745a6d2"},{"name":"setselftorobuyfeepercentage","id":"ea4f3436-0284-46de-8183-4dde09343cf5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorobuyfeepercentage\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ea4f3436-0284-46de-8183-4dde09343cf5"},{"name":"setselftorobuyfeepercentage","id":"c7c309af-9c2f-4330-a627-879f3f0fec4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorobuyfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c7c309af-9c2f-4330-a627-879f3f0fec4b"},{"name":"setselftorobuyfee","id":"56a717c2-dcc1-4f22-87ac-92379aeb3547","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorobuyfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"56a717c2-dcc1-4f22-87ac-92379aeb3547"},{"name":"setselftorobuyfee","id":"c06a9ca7-f0a3-443f-8362-b5d8259b693e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorobuyfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c06a9ca7-f0a3-443f-8362-b5d8259b693e"},{"name":"allowselftorosellfee","id":"e92ccb92-54fc-43ca-9d44-fd40aad39e52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselftorosellfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e92ccb92-54fc-43ca-9d44-fd40aad39e52"},{"name":"allowselftorosellfee","id":"c976934b-f2c1-4811-8a79-3cda10211679","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselftorosellfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c976934b-f2c1-4811-8a79-3cda10211679"},{"name":"disallowselftorosellfee","id":"aa10461e-bbf6-4f14-bfa3-0faf83dfb100","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselftorosellfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"aa10461e-bbf6-4f14-bfa3-0faf83dfb100"},{"name":"disallowselftorosellfee","id":"27a12aba-4082-4e86-b27c-0d7221f95a7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselftorosellfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"27a12aba-4082-4e86-b27c-0d7221f95a7d"},{"name":"setselftorosellfeefixed","id":"5e55c399-d151-497b-9853-2b783a385afd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorosellfeefixed\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5e55c399-d151-497b-9853-2b783a385afd"},{"name":"setselftorosellfeefixed","id":"89c4e4ba-1fb4-4fa9-8181-35e3654ec5d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorosellfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"89c4e4ba-1fb4-4fa9-8181-35e3654ec5d5"},{"name":"setselftorosellfeepercentage","id":"e4fe958e-eb72-41ef-908b-5c26e32c6f4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorosellfeepercentage\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e4fe958e-eb72-41ef-908b-5c26e32c6f4b"},{"name":"setselftorosellfeepercentage","id":"7ce8fbc6-6b85-4549-84f2-1b363a43e4b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorosellfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7ce8fbc6-6b85-4549-84f2-1b363a43e4b0"},{"name":"setselftorosellfee","id":"545d8c1b-9bcf-49c6-b449-42a6c96b0398","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorosellfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"545d8c1b-9bcf-49c6-b449-42a6c96b0398"},{"name":"setselftorosellfee","id":"8e933e22-9042-447b-981a-0101a2a2fe88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselftorosellfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"8e933e22-9042-447b-981a-0101a2a2fe88"},{"name":"allowselfcryptoimportfee","id":"ef5dbaa2-b532-4076-99d0-6fef66179941","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfcryptoimportfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ef5dbaa2-b532-4076-99d0-6fef66179941"},{"name":"allowselfcryptoimportfee","id":"cd846e12-95aa-4687-b2ec-305641aec2ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfcryptoimportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"cd846e12-95aa-4687-b2ec-305641aec2ed"},{"name":"disallowselfcryptoimportfee","id":"7c8e63ef-1eb2-43c9-9900-5a51139905ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfcryptoimportfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7c8e63ef-1eb2-43c9-9900-5a51139905ed"},{"name":"disallowselfcryptoimportfee","id":"49775436-9cf2-47c3-8158-ee02046693f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfcryptoimportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"49775436-9cf2-47c3-8158-ee02046693f2"},{"name":"setselfcryptoimportfeefixed","id":"9fd9552d-0d4c-4fb6-ab07-b1854df3b04a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcryptoimportfeefixed\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"9fd9552d-0d4c-4fb6-ab07-b1854df3b04a"},{"name":"setselfcryptoimportfeefixed","id":"f885469d-9399-4c1e-836c-135f19c52b2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcryptoimportfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f885469d-9399-4c1e-836c-135f19c52b2e"},{"name":"setselfcryptoimportfeepercentage","id":"6e3b2e21-49b4-440f-9183-03671c5cb179","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcryptoimportfeepercentage\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6e3b2e21-49b4-440f-9183-03671c5cb179"},{"name":"setselfcryptoimportfeepercentage","id":"5f6a36a7-1385-4a3d-938a-a96cbfa7099b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcryptoimportfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5f6a36a7-1385-4a3d-938a-a96cbfa7099b"},{"name":"setselfcryptoimportfee","id":"f4a32964-992e-4881-a1be-8ced04188df0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcryptoimportfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f4a32964-992e-4881-a1be-8ced04188df0"},{"name":"setselfcryptoimportfee","id":"63e16343-846a-4764-aeee-652ecb02ae27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcryptoimportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"63e16343-846a-4764-aeee-652ecb02ae27"},{"name":"allowselfcryptoexportfee","id":"d37f77f3-c274-4c9d-b94c-eecad892ca64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfcryptoexportfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d37f77f3-c274-4c9d-b94c-eecad892ca64"},{"name":"allowselfcryptoexportfee","id":"10bd3edf-0fd2-43e6-99d7-87b119648c6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"allowselfcryptoexportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"10bd3edf-0fd2-43e6-99d7-87b119648c6a"},{"name":"disallowselfcryptoexportfee","id":"18683812-a85c-4087-8d0b-83ca6b7630b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfcryptoexportfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"18683812-a85c-4087-8d0b-83ca6b7630b2"},{"name":"disallowselfcryptoexportfee","id":"c92101e0-13aa-40ea-8b14-aa11dee5acd0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"disallowselfcryptoexportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c92101e0-13aa-40ea-8b14-aa11dee5acd0"},{"name":"setselfcryptoexportfeefixed","id":"18318ff6-6815-461f-853f-6e4bb134eea7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcryptoexportfeefixed\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"18318ff6-6815-461f-853f-6e4bb134eea7"},{"name":"setselfcryptoexportfeefixed","id":"5a6c4e71-ab0b-40fe-afda-2bcea341bdc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcryptoexportfeefixed\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"0.2\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5a6c4e71-ab0b-40fe-afda-2bcea341bdc2"},{"name":"setselfcryptoexportfeepercentage","id":"216a65ec-8364-4903-b68e-e1dfac9caa33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcryptoexportfeepercentage\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"216a65ec-8364-4903-b68e-e1dfac9caa33"},{"name":"setselfcryptoexportfeepercentage","id":"52b7b38b-102f-47c1-a655-afe65d64d5ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcryptoexportfeepercentage\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"52b7b38b-102f-47c1-a655-afe65d64d5ac"},{"name":"setselfcryptoexportfee","id":"2880dcd6-f7ab-4b89-98ea-565641d43872","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcryptoexportfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"2880dcd6-f7ab-4b89-98ea-565641d43872"},{"name":"setselfcryptoexportfee","id":"d3cc7403-c309-424c-9ca2-97ee059fcada","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"setselfcryptoexportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"fixed\", \"value\":\"0.01\"}, {\"name\":\"percentage\", \"value\":\"2.5\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d3cc7403-c309-424c-9ca2-97ee059fcada"},{"name":"admintransfer","id":"56ccfb52-dbdf-40f5-b659-19b749a0ed6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admintransfer\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"from\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"to\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"56ccfb52-dbdf-40f5-b659-19b749a0ed6b"},{"name":"admintransfer","id":"9a1e14b6-0b55-4b59-8c8e-acfe3d9221db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admintransfer\", \"params\":[{\"name\":\"from\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"to\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"9a1e14b6-0b55-4b59-8c8e-acfe3d9221db"},{"name":"admintransferwithcustomfee","id":"3b26902a-9ae0-4dec-8e84-1801a56bb85a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admintransferwithcustomfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"from\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"to\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"1\"}, {\"name\":\"fee\", \"value\":\"0.02\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"3b26902a-9ae0-4dec-8e84-1801a56bb85a"},{"name":"admintransferwithcustomfee","id":"f648837b-544f-4669-a969-2252d7fe658b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admintransferwithcustomfee\", \"params\":[{\"name\":\"from\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"to\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"1\"}, {\"name\":\"fee\", \"value\":\"0.02\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f648837b-544f-4669-a969-2252d7fe658b"},{"name":"admincalculatetxfee","id":"c79829d4-b590-481c-ad1d-9edbad811e38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculatetxfee\", \"params\":[{\"name\":\"from\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"1\"} ] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c79829d4-b590-481c-ad1d-9edbad811e38"},{"name":"importcrypto","id":"59e54b46-95a1-47e2-8562-17dd573691bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"importcrypto\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"200\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"59e54b46-95a1-47e2-8562-17dd573691bb"},{"name":"importcrypto","id":"512f0aea-4c69-4c67-be84-d8d1e9c79f74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"importcrypto\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"200\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"512f0aea-4c69-4c67-be84-d8d1e9c79f74"},{"name":"importcryptowithcustomfee","id":"92c8efab-01cb-4da7-88c3-9c5e87d4c525","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"importcryptowithcustomfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"200\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"92c8efab-01cb-4da7-88c3-9c5e87d4c525"},{"name":"importcryptowithcustomfee","id":"c8f42167-1f3b-4ad4-96f1-d156a971840b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"importcryptowithcustomfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"200\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c8f42167-1f3b-4ad4-96f1-d156a971840b"},{"name":"admincalculateimportfee","id":"56b20094-1288-4ad5-bb55-36f51b3777bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculateimportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"1\"} ] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"56b20094-1288-4ad5-bb55-36f51b3777bb"},{"name":"exportcrypto","id":"a6105606-ba8e-411c-9cbe-a5db040fc3c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"exportcrypto\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"200\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a6105606-ba8e-411c-9cbe-a5db040fc3c1"},{"name":"exportcrypto","id":"39753f4b-757a-40a3-b15e-4cf69882c7ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"exportcrypto\", \"params\":[ {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"200\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"39753f4b-757a-40a3-b15e-4cf69882c7ab"},{"name":"exportcryptowithcustomfee","id":"2d8e4afe-b374-49df-9174-4ca4940768c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"exportcryptowithcustomfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"100\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"2d8e4afe-b374-49df-9174-4ca4940768c6"},{"name":"exportcryptowithcustomfee","id":"382217f0-ecff-4f13-bff3-34ad9ea03592","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"exportcryptowithcustomfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"100\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"382217f0-ecff-4f13-bff3-34ad9ea03592"},{"name":"admincalculateexportfee","id":"1f0d489a-4924-41d5-870c-01bd6a59379f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculateexportfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"val\", \"value\":\"1\"} ] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1f0d489a-4924-41d5-870c-01bd6a59379f"},{"name":"adminbuytoro","id":"a9e85d16-20b2-4b91-ba29-e0ff3f0f59ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminbuytoro\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"50\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a9e85d16-20b2-4b91-ba29-e0ff3f0f59ac"},{"name":"adminbuytoro","id":"d763afe3-96bf-4430-be31-2b58c3bc09fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminbuytoro\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"50\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d763afe3-96bf-4430-be31-2b58c3bc09fb"},{"name":"admincalculatebuyfee","id":"55834f7f-6b79-4420-aee3-7c3ceb43c008","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculatebuyfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"50\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"55834f7f-6b79-4420-aee3-7c3ceb43c008"},{"name":"admincalculatebuyresult","id":"c4806fcc-e8f4-479f-8234-e96626c7d39a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculatebuyresult\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"50\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c4806fcc-e8f4-479f-8234-e96626c7d39a"},{"name":"adminbuytorowithcustomfee","id":"b2589669-8854-40a8-8d2a-929ef4e33f40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminbuytorowithcustomfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"5\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b2589669-8854-40a8-8d2a-929ef4e33f40"},{"name":"adminbuytorowithcustomfee","id":"810ec613-e535-4465-9394-7deea62b0b4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminbuytorowithcustomfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"5\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"810ec613-e535-4465-9394-7deea62b0b4e"},{"name":"admincalculatebuyresultwithcustomfee","id":"306f94d4-6a50-4c50-ab1e-d5f7977a6c07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculatebuyresultwithcustomfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"5\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"306f94d4-6a50-4c50-ab1e-d5f7977a6c07"},{"name":"adminselltoro","id":"46bd33ee-2a9e-4207-82bc-b29c1eebcc6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminselltoro\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"50\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"46bd33ee-2a9e-4207-82bc-b29c1eebcc6a"},{"name":"adminselltoro","id":"99a0de23-a66e-417b-94d2-784364186461","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminselltoro\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"50\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"99a0de23-a66e-417b-94d2-784364186461"},{"name":"admincalculatesellfee","id":"4b4c2e34-6911-4868-85ba-4637215808c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculatesellfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"50\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4b4c2e34-6911-4868-85ba-4637215808c0"},{"name":"admincalculatesellresult","id":"68d71603-6bda-4c9c-bcaf-27a264880081","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculatesellresult\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"50\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"68d71603-6bda-4c9c-bcaf-27a264880081"},{"name":"adminselltorowithcustomfee","id":"c109daff-50a6-45b1-bcdf-5a77b36c8772","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminselltorowithcustomfee\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"5\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c109daff-50a6-45b1-bcdf-5a77b36c8772"},{"name":"adminselltorowithcustomfee","id":"3981ec69-a801-4846-b1cc-8db66a771090","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminselltorowithcustomfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"5\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"3981ec69-a801-4846-b1cc-8db66a771090"},{"name":"admincalculatesellresultwithcustomfee","id":"aaae921f-059d-4f36-8492-35da8168d161","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"admincalculatesellresultwithcustomfee\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"5\"}, {\"name\":\"fee\", \"value\":\"0\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"aaae921f-059d-4f36-8492-35da8168d161"},{"name":"adminaddextlink","id":"6a63c81b-f742-4348-9acb-89184c0ae435","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminaddextlink\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"toro\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"crypto\", \"value\":\"0x34b92ef3509dcdac0e7fc58f247299ba67f3a22b\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6a63c81b-f742-4348-9acb-89184c0ae435"},{"name":"adminaddextlink","id":"89c759ca-20db-43ce-aaf7-40bc25f78f0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminaddextlink\", \"params\":[{\"name\":\"toro\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"crypto\", \"value\":\"0x34b92ef3509dcdac0e7fc58f247299ba67f3a22b\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"89c759ca-20db-43ce-aaf7-40bc25f78f0d"},{"name":"adminremoveextlink","id":"28bf4984-77ee-4cf7-b05f-c353f3f3a9d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminremoveextlink\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"toro\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"crypto\", \"value\":\"0x34b92ef3509dcdac0e7fc58f247299ba67f3a22b\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"28bf4984-77ee-4cf7-b05f-c353f3f3a9d6"},{"name":"adminremoveextlink","id":"f1b22db0-1bcf-41cc-a4be-9353d95b160f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminremoveextlink\", \"params\":[{\"name\":\"toro\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"crypto\", \"value\":\"0x34b92ef3509dcdac0e7fc58f247299ba67f3a22b\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f1b22db0-1bcf-41cc-a4be-9353d95b160f"},{"name":"adminremoveallextlinks","id":"a0a58c78-ed62-4e27-bbbb-3bd0b827f298","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminremoveallextlinks\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"toro\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a0a58c78-ed62-4e27-bbbb-3bd0b827f298"},{"name":"adminremoveallextlinks","id":"9f81f858-9c15-4999-a12b-9b3849a515b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminremoveallextlinks\", \"params\":[{\"name\":\"toro\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"9f81f858-9c15-4999-a12b-9b3849a515b1"},{"name":"adminwithdrawcrypto","id":"bda5d513-2a55-4dca-8f80-6a0690f42e49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminwithdrawcrypto\", \"params\":[{\"name\":\"admin\", \"value\":\"0xea45bcd1b04233f9240c01d52f773b832704fed0\"}, {\"name\":\"adminpwd\", \"value\":\"toronet\"}, {\"name\":\"toro\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"crypto\", \"value\":\"0x34b92ef3509dcdac0e7fc58f247299ba67f3a22b\"}, {\"name\":\"val\", \"value\":\"0.1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"bda5d513-2a55-4dca-8f80-6a0690f42e49"},{"name":"adminwithdrawcrypto","id":"d394d9ef-fe2e-4522-a634-9f4e9dd6cd78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"adminwithdrawcrypto\", \"params\":[{\"name\":\"toro\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"crypto\", \"value\":\"0x34b92ef3509dcdac0e7fc58f247299ba67f3a22b\"}, {\"name\":\"val\", \"value\":\"0.1\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/crypto/eth/ad","urlObject":{"protocol":"http","path":["api","crypto","eth","ad"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d394d9ef-fe2e-4522-a634-9f4e9dd6cd78"}],"id":"230389a8-48b3-4cfc-a0c5-70ca0b0d6326","_postman_id":"230389a8-48b3-4cfc-a0c5-70ca0b0d6326","description":""}],"id":"397f9b27-1091-42e9-acf1-8af847b55474","_postman_id":"397f9b27-1091-42e9-acf1-8af847b55474","description":""}],"id":"c69eac31-ce83-4bef-a997-70684629cc03","_postman_id":"c69eac31-ce83-4bef-a997-70684629cc03","description":""},{"name":"/util","item":[{"name":"isaddress","id":"b31d8a83-95d4-4bac-9b57-f42777fd9226","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isaddress\", \"params\":[{\"name\":\"addr\", \"value\":\"0xe77f22bd8cf51dac31bcf76986df12a0faae5f29\"}] }\r\n","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/util","urlObject":{"protocol":"http","path":["api","util"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"2d837519-83ee-47c3-9b23-891c30f4e681","name":"isaddress","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isaddress\", \"params\":[{\"name\":\"addr\", \"value\":\"0xe77f22bd8cf51dac31bcf76986df12a0faae5f29\"}] }\r\n","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/util"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:53:29 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"67"},{"key":"ETag","value":"W/\"43-QnrO3Bp9dsEYlFng38lX8lfGkWY\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"addr\": \"0xe77f22bd8cf51dac31bcf76986df12a0faae5f29\"\n}"}],"_postman_id":"b31d8a83-95d4-4bac-9b57-f42777fd9226"},{"name":"gettransactioncount","id":"7ab7eea4-ea09-4abc-a849-dfdc8322b2e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettransactioncount\", \"params\":[{\"name\":\"addr\", \"value\":\"0x43F78b342084e370f10e0Cd07d56d95c1728C9D4\"}] }\r\n","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/util","urlObject":{"protocol":"http","path":["api","util"],"host":["testnet","toronet","org"],"query":[{"disabled":true,"key":"op","value":"isaddress"},{"disabled":true,"key":"params","value":"{\"name\":\"addr\", \"value\":\"0xe77f22bd8cf51dac31bcf76986df12a0faae5f29\"}"},{"disabled":true,"key":"params","value":"{}"}],"variable":[]}},"response":[{"id":"84f24220-3430-49a2-8a68-55d2fa990ef0","name":"gettransactioncount","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettransactioncount\", \"params\":[{\"name\":\"addr\", \"value\":\"0x43F78b342084e370f10e0Cd07d56d95c1728C9D4\"}] }\r\n","options":{"raw":{"language":"json"}}},"url":{"raw":"http://testnet.toronet.org/api/util","protocol":"http","host":["testnet","toronet","org"],"path":["api","util"],"query":[{"key":"op","value":"isaddress","disabled":true},{"key":"params","value":"{\"name\":\"addr\", \"value\":\"0xe77f22bd8cf51dac31bcf76986df12a0faae5f29\"}","disabled":true},{"key":"params","value":"{}","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:53:41 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"117"},{"key":"ETag","value":"W/\"75-QirOzzESb92cLgtnxBnCO7hAmkA\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"count\": 1110,\n    \"message\": \"transaction count for '0x43F78b342084e370f10e0Cd07d56d95c1728C9D4' is '1110'\"\n}"}],"_postman_id":"7ab7eea4-ea09-4abc-a849-dfdc8322b2e4"}],"id":"5c97f677-4f83-4968-a69d-bf9dc0a35dc9","_postman_id":"5c97f677-4f83-4968-a69d-bf9dc0a35dc9","description":""},{"name":"/raw","item":[{"name":"sendrawdata","id":"63c2df88-a8a2-4233-b8c6-36be97210bf8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"sendrawdata\", \"params\":[{\"name\":\"rawdata\", \"value\":\"0xf86a82016e808401c9c3809406626113766eecef541e022ec0a3a439ede078f580849e7810108301a885a057d0100005eb629a2c3ba053e935066de9860314d7963a16f992756be5dea5d4a072ec34b89099025a489378b0de08f5a69b52e43f93bbd6c49cc0bd2984fbd659\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/raw","urlObject":{"protocol":"http","path":["api","raw"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"63c2df88-a8a2-4233-b8c6-36be97210bf8"}],"id":"e5e03c51-e381-4e69-96ef-d813aa86e036","_postman_id":"e5e03c51-e381-4e69-96ef-d813aa86e036","description":""},{"name":"/query","item":[{"name":"getaddrrole","id":"5da7462c-7512-41b9-a8b1-7b2f4e30bde9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getaddrrole\", \"params\":[{\"name\":\"addr\", \"value\":\"0x43F78b342084e370f10e0Cd07d56d95c1728C9D4\"}] }\r\n","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/query","urlObject":{"protocol":"http","path":["api","query"],"host":["testnet","toronet","org"],"query":[{"disabled":true,"key":"op","value":"isaddress"},{"disabled":true,"key":"params","value":"{\"name\":\"addr\", \"value\":\"0xe77f22bd8cf51dac31bcf76986df12a0faae5f29\"}"},{"disabled":true,"key":"params","value":"{}"}],"variable":[]}},"response":[{"id":"99322d46-ede6-4a18-9e62-c130a4d7d3ea","name":"getaddrrole","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getaddrrole\", \"params\":[{\"name\":\"addr\", \"value\":\"0x43F78b342084e370f10e0Cd07d56d95c1728C9D4\"}] }\r\n","options":{"raw":{"language":"json"}}},"url":{"raw":"http://testnet.toronet.org/api/query","protocol":"http","host":["testnet","toronet","org"],"path":["api","query"],"query":[{"key":"op","value":"isaddress","disabled":true},{"key":"params","value":"{\"name\":\"addr\", \"value\":\"0xe77f22bd8cf51dac31bcf76986df12a0faae5f29\"}","disabled":true},{"key":"params","value":"{}","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:54:10 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"108"},{"key":"ETag","value":"W/\"6c-DnMKACsBOkoPDBq0RVlewCqvBys\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"role\": \"client\",\n    \"message\": \"role of '0x43F78b342084e370f10e0Cd07d56d95c1728C9D4' is 'client'\"\n}"}],"_postman_id":"5da7462c-7512-41b9-a8b1-7b2f4e30bde9"},{"name":"getaddrbalance","id":"3ffb87a6-096a-466e-bb08-90bec03ef574","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getaddrbalance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x43F78b342084e370f10e0Cd07d56d95c1728C9D4\"}] }\r\n","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/query","urlObject":{"protocol":"http","path":["api","query"],"host":["testnet","toronet","org"],"query":[{"disabled":true,"key":"op","value":"isaddress"},{"disabled":true,"key":"params","value":"{\"name\":\"addr\", \"value\":\"0xe77f22bd8cf51dac31bcf76986df12a0faae5f29\"}"},{"disabled":true,"key":"params","value":"{}"}],"variable":[]}},"response":[{"id":"6350e097-2862-4c30-9c9e-3b4c0fb9f6c2","name":"getaddrbalance","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getaddrbalance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x43F78b342084e370f10e0Cd07d56d95c1728C9D4\"}] }\r\n","options":{"raw":{"language":"json"}}},"url":{"raw":"http://testnet.toronet.org/api/query","protocol":"http","host":["testnet","toronet","org"],"path":["api","query"],"query":[{"key":"op","value":"isaddress","disabled":true},{"key":"params","value":"{\"name\":\"addr\", \"value\":\"0xe77f22bd8cf51dac31bcf76986df12a0faae5f29\"}","disabled":true},{"key":"params","value":"{}","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:54:18 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"438"},{"key":"ETag","value":"W/\"1b6-MwyxvO2zqTuZJKFchnvh6DSqOgo\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_toro\": true,\n    \"bal_toro\": \"0\",\n    \"is_eth\": true,\n    \"bal_eth\": \"0\",\n    \"is_dollar\": true,\n    \"bal_dollar\": \"0\",\n    \"is_naira\": true,\n    \"bal_naira\": \"0\",\n    \"is_euro\": true,\n    \"bal_euro\": \"0\",\n    \"is_pound\": true,\n    \"bal_pound\": \"0\",\n    \"is_egp\": true,\n    \"bal_egp\": \"0\",\n    \"is_ksh\": true,\n    \"bal_ksh\": \"0\",\n    \"is_zar\": true,\n    \"bal_zar\": \"0\",\n    \"is_espees\": true,\n    \"bal_espees\": \"0\",\n    \"is_plast\": true,\n    \"bal_plast\": \"0\",\n    \"result\": true,\n    \"message\": \"address '0x43F78b342084e370f10e0Cd07d56d95c1728C9D4' balances are obtained\"\n}"},{"id":"63ebcf57-2aa7-474c-8f19-6547d458f3e5","name":"getaddrbalance","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getaddrbalance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x406da6bc653bd40a722de0a258bd270c2d24cbb5\"}] }\r\n","options":{"raw":{"language":"json"}}},"url":{"raw":"http://testnet.toronet.org/api/query","protocol":"http","host":["testnet","toronet","org"],"path":["api","query"],"query":[{"key":"op","value":"isaddress","disabled":true},{"key":"params","value":"{\"name\":\"addr\", \"value\":\"0xe77f22bd8cf51dac31bcf76986df12a0faae5f29\"}","disabled":true},{"key":"params","value":"{}","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 12 Jul 2023 13:17:17 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"440"},{"key":"ETag","value":"W/\"1b8-t48ONNro+NPCx/+tVufpha9YqHw\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_toro\": true,\n    \"bal_toro\": \"220\",\n    \"is_eth\": true,\n    \"bal_eth\": \"0\",\n    \"is_dollar\": true,\n    \"bal_dollar\": \"0\",\n    \"is_naira\": true,\n    \"bal_naira\": \"0\",\n    \"is_euro\": true,\n    \"bal_euro\": \"0\",\n    \"is_pound\": true,\n    \"bal_pound\": \"0\",\n    \"is_egp\": true,\n    \"bal_egp\": \"0\",\n    \"is_ksh\": true,\n    \"bal_ksh\": \"0\",\n    \"is_zar\": true,\n    \"bal_zar\": \"0\",\n    \"is_espees\": true,\n    \"bal_espees\": \"0\",\n    \"is_plast\": true,\n    \"bal_plast\": \"0\",\n    \"result\": true,\n    \"message\": \"address '0x406da6bc653bd40a722de0a258bd270c2d24cbb5' balances are obtained\"\n}"}],"_postman_id":"3ffb87a6-096a-466e-bb08-90bec03ef574"},{"name":"getblock","id":"168cd2fb-6ac1-411f-ad21-77c023f475f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getblock\", \"params\":[{\"name\":\"number\", \"value\":\"500000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/query","urlObject":{"protocol":"http","path":["api","query"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"71d48cfb-a453-4b91-bbde-f772ab120692","name":"getblock","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getblock\", \"params\":[{\"name\":\"number\", \"value\":\"500000\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/query"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:54:29 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"771"},{"key":"ETag","value":"W/\"303-cA8Qx5+YVvM6FLxUweoHh9pHYzE\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"data\": {\n        \"BK_Number\": 500000,\n        \"BK_Hash\": \"0x7368af915c7a5bbaf9216a8f7417e610445e423bfdebd7c8944eae695ee1b9ce\",\n        \"BK_ParentHash\": \"0x5ae6a7da83d105b7427ddc0777e9d570760b657ea3793c472981d6e8ef855a34\",\n        \"BK_Timestamp\": 1628703854,\n        \"BK_Size\": 610,\n        \"BK_ExtraData\": \"0xd883010a03846765746888676f312e31352e37856c696e757800000000000000\",\n        \"BK_StateRoot\": \"0x0a45d1d0125e5ad7e2f41347c994ca1f7ba58b8f8929686fc3d913de59b60b19\",\n        \"BK_TransactionsRoot\": \"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421\",\n        \"BK_ReceiptsRoot\": \"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421\",\n        \"BK_Transactions\": \"[]\",\n        \"BK_Sealer\": \"0x3c909d0b3eb5672f9654ab1554f9bfdaec3cea4e\",\n        \"BK_Time\": \"2021-08-11T17:44:14.000Z\",\n        \"BK_Note\": null\n    },\n    \"message\": \"block # '500000' has been queried\"\n}"}],"_postman_id":"168cd2fb-6ac1-411f-ad21-77c023f475f6"},{"name":"gettransaction","id":"55b96cd0-26e5-400c-8eb4-27af5ae15937","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettransaction\", \"params\":[{\"name\":\"hash\", \"value\":\"0x68b2d21bb370afc271406cfb684f2ff138c62cb8c563dd7aee472ca5d638f49a\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/query","urlObject":{"protocol":"http","path":["api","query"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"003a7198-5e04-49f1-947f-414926dcfce0","name":"gettransaction","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettransaction\", \"params\":[{\"name\":\"hash\", \"value\":\"0x68b2d21bb370afc271406cfb684f2ff138c62cb8c563dd7aee472ca5d638f49a\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/query"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:54:37 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"721"},{"key":"ETag","value":"W/\"2d1-VaIz4PBlF7lVIcSVyVhaUrjpwlg\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"data\": {\n        \"TX_Hash\": \"0x68b2d21bb370afc271406cfb684f2ff138c62cb8c563dd7aee472ca5d638f49a\",\n        \"TX_BlockHash\": \"0xad388b9325733b013468fdac869e03a5934f0430c3f4d3115ff42b3d8a538442\",\n        \"TX_BlockNumber\": 364797,\n        \"TX_From\": \"0x3bD6cA1DC2B1895EC521693454Da419d24dBc488\",\n        \"TX_To\": \"0xb162f390dDc3F106c00D22267a6f61683F975D21\",\n        \"TX_Input\": \"0x992aa69800000000000000000000000038771a427d2690b1f56aa036ed78fefaedd38306000000000000000000000000000000000000000000000000016345785d8a0000ede56192d533ce113061e49215696588b579bd5c05926b6668cd1a8c304b922f\",\n        \"TX_TransactionIndex\": 2,\n        \"TX_Time\": \"2021-08-03T21:57:19.000Z\",\n        \"TX_Note\": null\n    },\n    \"message\": \"transaction '0x68b2d21bb370afc271406cfb684f2ff138c62cb8c563dd7aee472ca5d638f49a' has been queried\"\n}"}],"_postman_id":"55b96cd0-26e5-400c-8eb4-27af5ae15937"},{"name":"getexchangerates","id":"11054918-6ed8-4bd5-82f2-cea72de055ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getexchangerates\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/query","urlObject":{"protocol":"http","path":["api","query"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"9a3df077-ad9e-4af9-baa0-59055c8ffe77","name":"getexchangerates","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getexchangerates\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"https://www.toronet.org/api/query"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 25 Jul 2024 10:12:45 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"368"},{"key":"ETag","value":"W/\"170-RQawtraDXigHe84kjMEM1T6nyEs\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"rate_eth\": \"3171.51999999999998181\",\n    \"rate_dollar\": \"1\",\n    \"rate_naira\": \"0.000642838776\",\n    \"rate_euro\": \"1.08512199999999992\",\n    \"rate_pound\": \"1.289498483078572066\",\n    \"rate_egp\": \"0.020686749952516376\",\n    \"rate_ksh\": \"0.007518795273259083\",\n    \"rate_zar\": \"0.054047616723251722\",\n    \"rate_espees\": \"1\",\n    \"rate_plast\": \"0.001\",\n    \"rate_auth\": \"2.9\",\n    \"result\": true,\n    \"message\": \"exchange rates are obtained\"\n}"}],"_postman_id":"11054918-6ed8-4bd5-82f2-cea72de055ab"},{"name":"gettransactionreceipt","id":"d8047c8b-cb40-4e2c-ad77-28388d6857a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettransactionreceipt\", \"params\":[{\"name\":\"hash\", \"value\":\"0x68b2d21bb370afc271406cfb684f2ff138c62cb8c563dd7aee472ca5d638f49a\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/query","urlObject":{"protocol":"http","path":["api","query"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"bc583292-cbe5-4152-92a6-6e6bd87ac446","name":"gettransactionreceipt","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettransactionreceipt\", \"params\":[{\"name\":\"hash\", \"value\":\"0x68b2d21bb370afc271406cfb684f2ff138c62cb8c563dd7aee472ca5d638f49a\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/query"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:54:47 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1276"},{"key":"ETag","value":"W/\"4fc-7Wc0Y7WYPDmF9/W97OfP68/HtOQ\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"data\": {\n        \"TR_TransactionHash\": \"0x68b2d21bb370afc271406cfb684f2ff138c62cb8c563dd7aee472ca5d638f49a\",\n        \"TR_TransactionIndex\": 2,\n        \"TR_BlockHash\": \"0xad388b9325733b013468fdac869e03a5934f0430c3f4d3115ff42b3d8a538442\",\n        \"TR_BlockNumber\": 364797,\n        \"TR_ContractAddress\": \"null\",\n        \"TR_From\": \"0x3bd6ca1dc2b1895ec521693454da419d24dbc488\",\n        \"TR_To\": \"0xb162f390ddc3f106c00d22267a6f61683f975d21\",\n        \"TR_Logs\": \"[{\\\"address\\\":\\\"0xb162f390dDc3F106c00D22267a6f61683F975D21\\\",\\\"topics\\\":[\\\"0x7c432702927567cb4f62fd367a3037864c5e7aa7e47772296e4cb7c4d30442fa\\\"],\\\"data\\\":\\\"0x00000000000000000000000038771a427d2690b1f56aa036ed78fefaedd38306000000000000000000000000000000000000000000000000016345785d8a0000ede56192d533ce113061e49215696588b579bd5c05926b6668cd1a8c304b922f0000000000000000000000000000000000000000000000000000000000000000\\\",\\\"blockNumber\\\":364797,\\\"transactionHash\\\":\\\"0x68b2d21bb370afc271406cfb684f2ff138c62cb8c563dd7aee472ca5d638f49a\\\",\\\"transactionIndex\\\":2,\\\"blockHash\\\":\\\"0xad388b9325733b013468fdac869e03a5934f0430c3f4d3115ff42b3d8a538442\\\",\\\"logIndex\\\":2,\\\"removed\\\":false,\\\"id\\\":\\\"log_1965d7fa\\\"}]\",\n        \"TR_Status\": 1,\n        \"TR_Time\": \"2021-08-03T21:57:19.000Z\",\n        \"TR_Note\": null\n    },\n    \"message\": \"transaction receipt '0x68b2d21bb370afc271406cfb684f2ff138c62cb8c563dd7aee472ca5d638f49a' has been queried\"\n}"}],"_postman_id":"d8047c8b-cb40-4e2c-ad77-28388d6857a7"},{"name":"getevent","id":"1219b1ee-5ba7-4cc7-80d0-f7cf905e3059","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getevent\", \"params\":[{\"name\":\"hash\", \"value\":\"0x68b2d21bb370afc271406cfb684f2ff138c62cb8c563dd7aee472ca5d638f49a\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/query","urlObject":{"protocol":"http","path":["api","query"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"d89520fc-197f-4aa7-8fea-91eeb48eade3","name":"getevent","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getevent\", \"params\":[{\"name\":\"hash\", \"value\":\"0x68b2d21bb370afc271406cfb684f2ff138c62cb8c563dd7aee472ca5d638f49a\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/query"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:55:24 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"44"},{"key":"ETag","value":"W/\"2c-/mSF8LBeXdbMSwU1knoD++G1CpU\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": false,\n    \"message\": \"no result found\"\n}"}],"_postman_id":"1219b1ee-5ba7-4cc7-80d0-f7cf905e3059"},{"name":"getblocks","id":"f90c49cb-b0c8-4114-a0a7-bca9f7cfb27a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getblocks\", \"params\":[{\"name\":\"count\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/query","urlObject":{"protocol":"http","path":["api","query"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"13cf648a-5416-4785-8edf-380becf45101","name":"getblocks","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getblocks\", \"params\":[{\"name\":\"count\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/query"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:55:34 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"7126"},{"key":"ETag","value":"W/\"1bd6-fMh1TkpMn56yy2U9ZtA9wRew42I\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"data\": [\n        {\n            \"BK_Number\": 11661481,\n            \"BK_Hash\": \"0x2bb73d77b42e627edaea657c3e182571143260264dc5ee8248198d5ddefa5a41\",\n            \"BK_ParentHash\": \"0xcc3dc27e91856b7f5d599b111638329035375730452cc896ed6e7f4488f9021d\",\n            \"BK_Timestamp\": 1684745733,\n            \"BK_Size\": 610,\n            \"BK_ExtraData\": \"0xd883010a03846765746888676f312e31352e37856c696e757800000000000000\",\n            \"BK_StateRoot\": \"0xe11b3e49a106e64218d2bd9a6d4623ab5094cdfcfa6455f995435bbe39cbb8d5\",\n            \"BK_TransactionsRoot\": \"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421\",\n            \"BK_ReceiptsRoot\": \"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421\",\n            \"BK_Transactions\": \"[]\",\n            \"BK_Sealer\": \"0x3bd6ca1dc2b1895ec521693454da419d24dbc488\",\n            \"BK_Time\": \"2023-05-22T08:55:33.000Z\",\n            \"BK_Note\": null\n        },\n        {\n            \"BK_Number\": 11661480,\n            \"BK_Hash\": \"0xcc3dc27e91856b7f5d599b111638329035375730452cc896ed6e7f4488f9021d\",\n            \"BK_ParentHash\": \"0x05dfb0731ca54c8ca5961e63a4df5003be0eab42852e850d40965530464cd038\",\n            \"BK_Timestamp\": 1684745728,\n            \"BK_Size\": 610,\n            \"BK_ExtraData\": \"0xd883010a03846765746888676f312e31352e37856c696e757800000000000000\",\n            \"BK_StateRoot\": \"0xe11b3e49a106e64218d2bd9a6d4623ab5094cdfcfa6455f995435bbe39cbb8d5\",\n            \"BK_TransactionsRoot\": \"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421\",\n            \"BK_ReceiptsRoot\": \"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421\",\n            \"BK_Transactions\": \"[]\",\n            \"BK_Sealer\": \"0x38771a427d2690b1f56aa036ed78fefaedd38306\",\n            \"BK_Time\": \"2023-05-22T08:55:28.000Z\",\n            \"BK_Note\": null\n        },\n        {\n            \"BK_Number\": 11661479,\n            \"BK_Hash\": \"0x05dfb0731ca54c8ca5961e63a4df5003be0eab42852e850d40965530464cd038\",\n            \"BK_ParentHash\": \"0x21a58f25c8a610069eaeed46dc8e8e013ff60b3eb162e58184dd44bd220630c7\",\n            \"BK_Timestamp\": 1684745723,\n            \"BK_Size\": 610,\n            \"BK_ExtraData\": \"0xd883010a03846765746888676f312e31352e37856c696e757800000000000000\",\n            \"BK_StateRoot\": \"0xe11b3e49a106e64218d2bd9a6d4623ab5094cdfcfa6455f995435bbe39cbb8d5\",\n            \"BK_TransactionsRoot\": \"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421\",\n            \"BK_ReceiptsRoot\": \"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421\",\n            \"BK_Transactions\": \"[]\",\n            \"BK_Sealer\": \"0x3c909d0b3eb5672f9654ab1554f9bfdaec3cea4e\",\n            \"BK_Time\": \"2023-05-22T08:55:23.000Z\",\n            \"BK_Note\": null\n        },\n        {\n            \"BK_Number\": 11661478,\n            \"BK_Hash\": \"0x21a58f25c8a610069eaeed46dc8e8e013ff60b3eb162e58184dd44bd220630c7\",\n            \"BK_ParentHash\": \"0xbaa951d31300f32b73c9060703107e6b31847fe934d30d11ae2b0845957a69c5\",\n            \"BK_Timestamp\": 1684745718,\n            \"BK_Size\": 610,\n            \"BK_ExtraData\": \"0xd883010a03846765746888676f312e31352e37856c696e757800000000000000\",\n            \"BK_StateRoot\": \"0xe11b3e49a106e64218d2bd9a6d4623ab5094cdfcfa6455f995435bbe39cbb8d5\",\n            \"BK_TransactionsRoot\": \"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421\",\n            \"BK_ReceiptsRoot\": \"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421\",\n            \"BK_Transactions\": \"[]\",\n            \"BK_Sealer\": \"0x3bd6ca1dc2b1895ec521693454da419d24dbc488\",\n            \"BK_Time\": \"2023-05-22T08:55:18.000Z\",\n            \"BK_Note\": null\n        },\n        {\n            \"BK_Number\": 11661477,\n            \"BK_Hash\": \"0xbaa951d31300f32b73c9060703107e6b31847fe934d30d11ae2b0845957a69c5\",\n            \"BK_ParentHash\": \"0x05a71063aa12a1aafd2c0ffae9918f3a2c762f833e8d19784738479feb672958\",\n            \"BK_Timestamp\": 1684745713,\n            \"BK_Size\": 610,\n            \"BK_ExtraData\": \"0xd883010a03846765746888676f312e31352e37856c696e757800000000000000\",\n            \"BK_StateRoot\": \"0xe11b3e49a106e64218d2bd9a6d4623ab5094cdfcfa6455f995435bbe39cbb8d5\",\n            \"BK_TransactionsRoot\": \"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421\",\n            \"BK_ReceiptsRoot\": \"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421\",\n            \"BK_Transactions\": \"[]\",\n            \"BK_Sealer\": \"0x38771a427d2690b1f56aa036ed78fefaedd38306\",\n            \"BK_Time\": \"2023-05-22T08:55:13.000Z\",\n            \"BK_Note\": null\n        },\n        {\n            \"BK_Number\": 11661476,\n            \"BK_Hash\": \"0x05a71063aa12a1aafd2c0ffae9918f3a2c762f833e8d19784738479feb672958\",\n            \"BK_ParentHash\": \"0xda3b126ca18d9eadc4e730cec88aaf91bc50d748a05175919e736965ae72d75f\",\n            \"BK_Timestamp\": 1684745708,\n            \"BK_Size\": 610,\n            \"BK_ExtraData\": \"0xd883010a03846765746888676f312e31352e37856c696e757800000000000000\",\n            \"BK_StateRoot\": \"0xe11b3e49a106e64218d2bd9a6d4623ab5094cdfcfa6455f995435bbe39cbb8d5\",\n            \"BK_TransactionsRoot\": \"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421\",\n            \"BK_ReceiptsRoot\": \"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421\",\n            \"BK_Transactions\": \"[]\",\n            \"BK_Sealer\": \"0x3c909d0b3eb5672f9654ab1554f9bfdaec3cea4e\",\n            \"BK_Time\": \"2023-05-22T08:55:08.000Z\",\n            \"BK_Note\": null\n        },\n        {\n            \"BK_Number\": 11661475,\n            \"BK_Hash\": \"0xda3b126ca18d9eadc4e730cec88aaf91bc50d748a05175919e736965ae72d75f\",\n            \"BK_ParentHash\": \"0xa624285ee51b2a98037c4c52bd24b8ad8424ef51c6bb5e82071e0c1666124892\",\n            \"BK_Timestamp\": 1684745703,\n            \"BK_Size\": 610,\n            \"BK_ExtraData\": \"0xd883010a03846765746888676f312e31352e37856c696e757800000000000000\",\n            \"BK_StateRoot\": \"0xe11b3e49a106e64218d2bd9a6d4623ab5094cdfcfa6455f995435bbe39cbb8d5\",\n            \"BK_TransactionsRoot\": \"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421\",\n            \"BK_ReceiptsRoot\": \"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421\",\n            \"BK_Transactions\": \"[]\",\n            \"BK_Sealer\": \"0x3bd6ca1dc2b1895ec521693454da419d24dbc488\",\n            \"BK_Time\": \"2023-05-22T08:55:03.000Z\",\n            \"BK_Note\": null\n        },\n        {\n            \"BK_Number\": 11661474,\n            \"BK_Hash\": \"0xa624285ee51b2a98037c4c52bd24b8ad8424ef51c6bb5e82071e0c1666124892\",\n            \"BK_ParentHash\": \"0xe4f5a66fea06e6bd4d3de7254c74985cd8c63216b1673bb07da3a675b01899bc\",\n            \"BK_Timestamp\": 1684745698,\n            \"BK_Size\": 610,\n            \"BK_ExtraData\": \"0xd883010a03846765746888676f312e31352e37856c696e757800000000000000\",\n            \"BK_StateRoot\": \"0xe11b3e49a106e64218d2bd9a6d4623ab5094cdfcfa6455f995435bbe39cbb8d5\",\n            \"BK_TransactionsRoot\": \"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421\",\n            \"BK_ReceiptsRoot\": \"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421\",\n            \"BK_Transactions\": \"[]\",\n            \"BK_Sealer\": \"0x38771a427d2690b1f56aa036ed78fefaedd38306\",\n            \"BK_Time\": \"2023-05-22T08:54:58.000Z\",\n            \"BK_Note\": null\n        },\n        {\n            \"BK_Number\": 11661473,\n            \"BK_Hash\": \"0xe4f5a66fea06e6bd4d3de7254c74985cd8c63216b1673bb07da3a675b01899bc\",\n            \"BK_ParentHash\": \"0x2ed253319890be83ecb3fd3406db91ecde7d101899d1271ef2934403007a94dc\",\n            \"BK_Timestamp\": 1684745693,\n            \"BK_Size\": 610,\n            \"BK_ExtraData\": \"0xd883010a03846765746888676f312e31352e37856c696e757800000000000000\",\n            \"BK_StateRoot\": \"0xe11b3e49a106e64218d2bd9a6d4623ab5094cdfcfa6455f995435bbe39cbb8d5\",\n            \"BK_TransactionsRoot\": \"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421\",\n            \"BK_ReceiptsRoot\": \"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421\",\n            \"BK_Transactions\": \"[]\",\n            \"BK_Sealer\": \"0x3c909d0b3eb5672f9654ab1554f9bfdaec3cea4e\",\n            \"BK_Time\": \"2023-05-22T08:54:53.000Z\",\n            \"BK_Note\": null\n        },\n        {\n            \"BK_Number\": 11661472,\n            \"BK_Hash\": \"0x2ed253319890be83ecb3fd3406db91ecde7d101899d1271ef2934403007a94dc\",\n            \"BK_ParentHash\": \"0x3ff8ec971a4841a99b8fd1f1bc942c6e52c0a04a3c39a35fb246ca930b4c86ab\",\n            \"BK_Timestamp\": 1684745688,\n            \"BK_Size\": 610,\n            \"BK_ExtraData\": \"0xd883010a03846765746888676f312e31352e37856c696e757800000000000000\",\n            \"BK_StateRoot\": \"0xe11b3e49a106e64218d2bd9a6d4623ab5094cdfcfa6455f995435bbe39cbb8d5\",\n            \"BK_TransactionsRoot\": \"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421\",\n            \"BK_ReceiptsRoot\": \"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421\",\n            \"BK_Transactions\": \"[]\",\n            \"BK_Sealer\": \"0x3bd6ca1dc2b1895ec521693454da419d24dbc488\",\n            \"BK_Time\": \"2023-05-22T08:54:48.000Z\",\n            \"BK_Note\": null\n        }\n    ],\n    \"message\": \"top '1' to '10' blocks has been queried\"\n}"}],"_postman_id":"f90c49cb-b0c8-4114-a0a7-bca9f7cfb27a"},{"name":"gettransactions","id":"6a4e43a5-1269-4ce2-8831-59f5f39b261e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettransactions\", \"params\":[{\"name\":\"count\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/query","urlObject":{"protocol":"http","path":["api","query"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"8668e92c-af1a-4ee3-8dbd-ded2fa8574af","name":"gettransactions","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettransactions\", \"params\":[{\"name\":\"count\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/query"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:56:10 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3307"},{"key":"ETag","value":"W/\"ceb-ygD/w52InpMJDdjIkH52Dma1jq4\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"data\": [\n        {\n            \"EV_Hash\": \"0xfcb4b05578a63db7b6dd59c5962b5d1f2e15a498164f64a12ced30a9a4e4bc5f\",\n            \"EV_Contract\": \"toroclientContract\",\n            \"EV_Event\": \"Transfer\",\n            \"EV_From\": \"0x14CB1BB93155794E9caC24a8d8B8c04E52814661\",\n            \"EV_To\": \"0xE918d6D2B12D6D9378eDc32073B4ba119926F05F\",\n            \"EV_Value\": 5.34,\n            \"EV_Value2\": 0,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2023-05-20T18:17:42.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0xbe0cde272826a5e6c83034437bbdee648c01176376f8b499c4445eb12b384a3b\",\n            \"EV_Contract\": \"toroclientContract\",\n            \"EV_Event\": \"Transfer\",\n            \"EV_From\": \"0x14CB1BB93155794E9caC24a8d8B8c04E52814661\",\n            \"EV_To\": \"0x6cc8AE50E927b0fBbB3322c313D9F753Be052c24\",\n            \"EV_Value\": 267,\n            \"EV_Value2\": 0,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2023-05-20T18:17:37.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0x881153052f7b87440431d5c8a619047891d56b617ef63b4877be90a3bf5c691e\",\n            \"EV_Contract\": \"toroclientContract\",\n            \"EV_Event\": \"Transfer\",\n            \"EV_From\": \"0x8031cEdB692eFBBE17F1298801b931C8dc68Ef1e\",\n            \"EV_To\": \"0xE918d6D2B12D6D9378eDc32073B4ba119926F05F\",\n            \"EV_Value\": 5,\n            \"EV_Value2\": 0,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2023-05-20T18:07:12.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0xd4e8a68606aee60330e765fec8df66b2f527425314992ce5d7106e360c19f65b\",\n            \"EV_Contract\": \"toroclientContract\",\n            \"EV_Event\": \"Transfer\",\n            \"EV_From\": \"0x8031cEdB692eFBBE17F1298801b931C8dc68Ef1e\",\n            \"EV_To\": \"0x14CB1BB93155794E9caC24a8d8B8c04E52814661\",\n            \"EV_Value\": 250,\n            \"EV_Value2\": 0,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2023-05-20T18:07:07.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0x6f56c5ca2faaab7c518602ebf76ae7167b6bd95bfd96a99b2c271a840ff7e718\",\n            \"EV_Contract\": \"toroclientContract\",\n            \"EV_Event\": \"Transfer\",\n            \"EV_From\": \"0x8031cEdB692eFBBE17F1298801b931C8dc68Ef1e\",\n            \"EV_To\": \"0xE918d6D2B12D6D9378eDc32073B4ba119926F05F\",\n            \"EV_Value\": 5,\n            \"EV_Value2\": 0,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2023-05-20T18:04:42.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0x2aba8ee85d07e21ea693fca4bc970bade98cd8ed7a1e3b700d1cf1ced5f56295\",\n            \"EV_Contract\": \"toroclientContract\",\n            \"EV_Event\": \"Transfer\",\n            \"EV_From\": \"0x8031cEdB692eFBBE17F1298801b931C8dc68Ef1e\",\n            \"EV_To\": \"0x14CB1BB93155794E9caC24a8d8B8c04E52814661\",\n            \"EV_Value\": 250,\n            \"EV_Value2\": 0,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2023-05-20T18:04:37.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0x50f2a202ea3173119155b734dfc208b7aa114334a78c066f747b63a464ff7a61\",\n            \"EV_Contract\": \"toroclientContract\",\n            \"EV_Event\": \"Transfer\",\n            \"EV_From\": \"0x8031cEdB692eFBBE17F1298801b931C8dc68Ef1e\",\n            \"EV_To\": \"0xE918d6D2B12D6D9378eDc32073B4ba119926F05F\",\n            \"EV_Value\": 1,\n            \"EV_Value2\": 0,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2023-05-18T18:43:01.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0x10a350ebe56383fa752abab9092e496933ec7a5f5205401251f04afaa4876cb3\",\n            \"EV_Contract\": \"toroclientContract\",\n            \"EV_Event\": \"Transfer\",\n            \"EV_From\": \"0x8031cEdB692eFBBE17F1298801b931C8dc68Ef1e\",\n            \"EV_To\": \"0xfe54230291C1d906052eC303998f7526209613aA\",\n            \"EV_Value\": 50,\n            \"EV_Value2\": 0,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2023-05-18T18:42:56.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0x1945cbb0ef252edcd22acd875d303b1b1aac0f75b2c926519272875f2b1eeefd\",\n            \"EV_Contract\": \"toroclientContract\",\n            \"EV_Event\": \"Transfer\",\n            \"EV_From\": \"0xfe54230291C1d906052eC303998f7526209613aA\",\n            \"EV_To\": \"0xE918d6D2B12D6D9378eDc32073B4ba119926F05F\",\n            \"EV_Value\": 19.8,\n            \"EV_Value2\": 0,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2023-05-18T18:04:11.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0x15cec8055df6bd8d6ab75416bed377c4f58af229f232b1d6220e35897028e931\",\n            \"EV_Contract\": \"toroclientContract\",\n            \"EV_Event\": \"Transfer\",\n            \"EV_From\": \"0xfe54230291C1d906052eC303998f7526209613aA\",\n            \"EV_To\": \"0x8031cEdB692eFBBE17F1298801b931C8dc68Ef1e\",\n            \"EV_Value\": 990,\n            \"EV_Value2\": 0,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2023-05-18T18:04:06.000Z\"\n        }\n    ],\n    \"message\": \"top '1' to '10' transactions has been queried\"\n}"}],"_postman_id":"6a4e43a5-1269-4ce2-8831-59f5f39b261e"},{"name":"getaddrtransactions","id":"e6ba9358-8577-41d6-869a-91037ab022c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getaddrtransactions\", \"params\":[{\"name\":\"addr\", \"value\":\"0x38771a427D2690b1F56aa036eD78fEFaEDd38306\"}, {\"name\":\"count\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/query","urlObject":{"protocol":"http","path":["api","query"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"bf2f49a9-7574-4c6e-a67f-06ae5b5e9940","name":"getaddrtransactions","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getaddrtransactions\", \"params\":[{\"name\":\"addr\", \"value\":\"0x38771a427D2690b1F56aa036eD78fEFaEDd38306\"}, {\"name\":\"count\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/query"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:56:21 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"132"},{"key":"ETag","value":"W/\"84-9EdX4lckkcKUAPRwb+JS26ck6Vk\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"data\": [],\n    \"message\": \"top '1' to '10' transactions for '0x38771a427D2690b1F56aa036eD78fEFaEDd38306' has been queried\"\n}"}],"_postman_id":"e6ba9358-8577-41d6-869a-91037ab022c0"},{"name":"gettransactions_toro","id":"7e3ff6f1-0f0a-4331-ba35-170a3c25e742","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettransactions_toro\", \"params\":[{\"name\":\"count\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/query","urlObject":{"protocol":"http","path":["api","query"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"ff0f895d-c25a-4aa1-bc0c-daac1a3d0ddd","name":"gettransactions_toro","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettransactions_toro\", \"params\":[{\"name\":\"count\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/query"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:56:34 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3312"},{"key":"ETag","value":"W/\"cf0-06Xp9Wp/pJ5yd2JY8pvmPHqsWA0\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"data\": [\n        {\n            \"EV_Hash\": \"0xfcb4b05578a63db7b6dd59c5962b5d1f2e15a498164f64a12ced30a9a4e4bc5f\",\n            \"EV_Contract\": \"toroclientContract\",\n            \"EV_Event\": \"Transfer\",\n            \"EV_From\": \"0x14CB1BB93155794E9caC24a8d8B8c04E52814661\",\n            \"EV_To\": \"0xE918d6D2B12D6D9378eDc32073B4ba119926F05F\",\n            \"EV_Value\": 5.34,\n            \"EV_Value2\": 0,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2023-05-20T18:17:42.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0xbe0cde272826a5e6c83034437bbdee648c01176376f8b499c4445eb12b384a3b\",\n            \"EV_Contract\": \"toroclientContract\",\n            \"EV_Event\": \"Transfer\",\n            \"EV_From\": \"0x14CB1BB93155794E9caC24a8d8B8c04E52814661\",\n            \"EV_To\": \"0x6cc8AE50E927b0fBbB3322c313D9F753Be052c24\",\n            \"EV_Value\": 267,\n            \"EV_Value2\": 0,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2023-05-20T18:17:37.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0x881153052f7b87440431d5c8a619047891d56b617ef63b4877be90a3bf5c691e\",\n            \"EV_Contract\": \"toroclientContract\",\n            \"EV_Event\": \"Transfer\",\n            \"EV_From\": \"0x8031cEdB692eFBBE17F1298801b931C8dc68Ef1e\",\n            \"EV_To\": \"0xE918d6D2B12D6D9378eDc32073B4ba119926F05F\",\n            \"EV_Value\": 5,\n            \"EV_Value2\": 0,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2023-05-20T18:07:12.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0xd4e8a68606aee60330e765fec8df66b2f527425314992ce5d7106e360c19f65b\",\n            \"EV_Contract\": \"toroclientContract\",\n            \"EV_Event\": \"Transfer\",\n            \"EV_From\": \"0x8031cEdB692eFBBE17F1298801b931C8dc68Ef1e\",\n            \"EV_To\": \"0x14CB1BB93155794E9caC24a8d8B8c04E52814661\",\n            \"EV_Value\": 250,\n            \"EV_Value2\": 0,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2023-05-20T18:07:07.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0x6f56c5ca2faaab7c518602ebf76ae7167b6bd95bfd96a99b2c271a840ff7e718\",\n            \"EV_Contract\": \"toroclientContract\",\n            \"EV_Event\": \"Transfer\",\n            \"EV_From\": \"0x8031cEdB692eFBBE17F1298801b931C8dc68Ef1e\",\n            \"EV_To\": \"0xE918d6D2B12D6D9378eDc32073B4ba119926F05F\",\n            \"EV_Value\": 5,\n            \"EV_Value2\": 0,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2023-05-20T18:04:42.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0x2aba8ee85d07e21ea693fca4bc970bade98cd8ed7a1e3b700d1cf1ced5f56295\",\n            \"EV_Contract\": \"toroclientContract\",\n            \"EV_Event\": \"Transfer\",\n            \"EV_From\": \"0x8031cEdB692eFBBE17F1298801b931C8dc68Ef1e\",\n            \"EV_To\": \"0x14CB1BB93155794E9caC24a8d8B8c04E52814661\",\n            \"EV_Value\": 250,\n            \"EV_Value2\": 0,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2023-05-20T18:04:37.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0x50f2a202ea3173119155b734dfc208b7aa114334a78c066f747b63a464ff7a61\",\n            \"EV_Contract\": \"toroclientContract\",\n            \"EV_Event\": \"Transfer\",\n            \"EV_From\": \"0x8031cEdB692eFBBE17F1298801b931C8dc68Ef1e\",\n            \"EV_To\": \"0xE918d6D2B12D6D9378eDc32073B4ba119926F05F\",\n            \"EV_Value\": 1,\n            \"EV_Value2\": 0,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2023-05-18T18:43:01.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0x10a350ebe56383fa752abab9092e496933ec7a5f5205401251f04afaa4876cb3\",\n            \"EV_Contract\": \"toroclientContract\",\n            \"EV_Event\": \"Transfer\",\n            \"EV_From\": \"0x8031cEdB692eFBBE17F1298801b931C8dc68Ef1e\",\n            \"EV_To\": \"0xfe54230291C1d906052eC303998f7526209613aA\",\n            \"EV_Value\": 50,\n            \"EV_Value2\": 0,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2023-05-18T18:42:56.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0x1945cbb0ef252edcd22acd875d303b1b1aac0f75b2c926519272875f2b1eeefd\",\n            \"EV_Contract\": \"toroclientContract\",\n            \"EV_Event\": \"Transfer\",\n            \"EV_From\": \"0xfe54230291C1d906052eC303998f7526209613aA\",\n            \"EV_To\": \"0xE918d6D2B12D6D9378eDc32073B4ba119926F05F\",\n            \"EV_Value\": 19.8,\n            \"EV_Value2\": 0,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2023-05-18T18:04:11.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0x15cec8055df6bd8d6ab75416bed377c4f58af229f232b1d6220e35897028e931\",\n            \"EV_Contract\": \"toroclientContract\",\n            \"EV_Event\": \"Transfer\",\n            \"EV_From\": \"0xfe54230291C1d906052eC303998f7526209613aA\",\n            \"EV_To\": \"0x8031cEdB692eFBBE17F1298801b931C8dc68Ef1e\",\n            \"EV_Value\": 990,\n            \"EV_Value2\": 0,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2023-05-18T18:04:06.000Z\"\n        }\n    ],\n    \"message\": \"top '1' to '10' toro transactions has been queried\"\n}"}],"_postman_id":"7e3ff6f1-0f0a-4331-ba35-170a3c25e742"},{"name":"getaddrtransactions_toro","id":"10b33436-c14d-4f38-bfc3-77a141c1ca01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getaddrtransactions_toro\", \"params\":[{\"name\":\"addr\", \"value\":\"0xc65c1cc9b4bcab2cf9f4d98f5016b0f63cfe69fc\"}, {\"name\":\"count\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/query","urlObject":{"protocol":"http","path":["api","query"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"32dc247b-f5e0-467d-bc7f-afcfc1b39d28","name":"getaddrtransactions_toro","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getaddrtransactions_toro\", \"params\":[{\"name\":\"addr\", \"value\":\"0xc65c1cc9b4bcab2cf9f4d98f5016b0f63cfe69fc\"}, {\"name\":\"count\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/query"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:56:43 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"137"},{"key":"ETag","value":"W/\"89-fPqC+i8d2cclSSPzDYjh0qD/RAc\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"data\": [],\n    \"message\": \"top '1' to '10' toro transactions for '0xc65c1cc9b4bcab2cf9f4d98f5016b0f63cfe69fc' has been queried\"\n}"}],"_postman_id":"10b33436-c14d-4f38-bfc3-77a141c1ca01"},{"name":"gettransactions_dollar","id":"6471fb00-517d-4045-a190-e7bfe917dfe1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettransactions_dollar\", \"params\":[{\"name\":\"count\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/query","urlObject":{"protocol":"http","path":["api","query"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"17af31bf-055c-4418-ba1a-082ba578b775","name":"gettransactions_dollar","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettransactions_dollar\", \"params\":[{\"name\":\"count\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/query"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:56:51 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3107"},{"key":"ETag","value":"W/\"c23-4kxpX34+tfjK2UUluObSrT9nW1c\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"data\": [\n        {\n            \"EV_Hash\": \"0xa5c415f612f1db09b5d92316f5277b0938b1f33db002a6dc191d36ec9c598443\",\n            \"EV_Contract\": \"dollarsuperadminContract\",\n            \"EV_Event\": \"ReserveBuyToro\",\n            \"EV_From\": \"0xa2c9c9d192F574Ef94327F05b623664b4135bDAf\",\n            \"EV_To\": \"0x02c810e0324bEc4735ab01E97a6eA524c78aAfD9\",\n            \"EV_Value\": 10000,\n            \"EV_Value2\": 10000,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2023-03-11T16:40:54.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0xb6de9bcb2bbda5f55a324e2c2724cf993237a682adcc606295c47672f1d09d36\",\n            \"EV_Contract\": \"dollarsuperadminContract\",\n            \"EV_Event\": \"ReserveSellToro\",\n            \"EV_From\": \"0x02c810e0324bEc4735ab01E97a6eA524c78aAfD9\",\n            \"EV_To\": \"0xa2c9c9d192F574Ef94327F05b623664b4135bDAf\",\n            \"EV_Value\": 5000,\n            \"EV_Value2\": 5000,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2023-03-11T16:39:34.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0xda2398ba48b508d3a965cf8eb1d6c827ddfb1b5a213946c56b491ea880e1f453\",\n            \"EV_Contract\": \"dollarsuperadminContract\",\n            \"EV_Event\": \"ImportReserve\",\n            \"EV_From\": \"null\",\n            \"EV_To\": \"0xa2c9c9d192F574Ef94327F05b623664b4135bDAf\",\n            \"EV_Value\": 5000,\n            \"EV_Value2\": 0,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2023-03-11T16:37:14.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0x6c8f968bc8069ff39f01be4603bbcd6064ef27d1ff3a55c2dbf69a9a6a5fc3bf\",\n            \"EV_Contract\": \"dollarclientContract\",\n            \"EV_Event\": \"BuyToro\",\n            \"EV_From\": \"0x1b91e124BFca3906ad8a598162eecC5D3a9bfc48\",\n            \"EV_To\": \"NULL\",\n            \"EV_Value\": 950,\n            \"EV_Value2\": 950,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2022-07-07T12:29:48.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0xb73263df4f28a0975745b91836a77ecc13e0d5dc250359eebfe7266ebc7ba96c\",\n            \"EV_Contract\": \"dollarclientContract\",\n            \"EV_Event\": \"BuyToro\",\n            \"EV_From\": \"0x4C2D94dB4364830cF5936214BFc5dEf3D618F10f\",\n            \"EV_To\": \"NULL\",\n            \"EV_Value\": 20,\n            \"EV_Value2\": 20,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2022-06-08T10:23:45.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0x8504a07ecc4f58c9e12f2da6080e6a61feb687dc523f8416d0ad7ef5424987fe\",\n            \"EV_Contract\": \"dollaradminContract\",\n            \"EV_Event\": \"ImportCurrency\",\n            \"EV_From\": \"null\",\n            \"EV_To\": \"0x4C2D94dB4364830cF5936214BFc5dEf3D618F10f\",\n            \"EV_Value\": 21,\n            \"EV_Value2\": 0,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2022-06-08T10:22:00.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0x0c3506fa402c27798579afdfa8256793769a80810b3f23299f88b30b69fd3d9b\",\n            \"EV_Contract\": \"dollarclientContract\",\n            \"EV_Event\": \"Transfer\",\n            \"EV_From\": \"0x1b91e124BFca3906ad8a598162eecC5D3a9bfc48\",\n            \"EV_To\": \"0xB17Ff94313477a133377cA7eEb8B24BF5d809D3B\",\n            \"EV_Value\": 1,\n            \"EV_Value2\": 0,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2022-06-02T09:09:05.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0x5c52f76b0284794571b5b75d5648c710746e5e3376e84295fa77e144e993ff89\",\n            \"EV_Contract\": \"dollarclientContract\",\n            \"EV_Event\": \"BuyToro\",\n            \"EV_From\": \"0x1b91e124BFca3906ad8a598162eecC5D3a9bfc48\",\n            \"EV_To\": \"NULL\",\n            \"EV_Value\": 1,\n            \"EV_Value2\": 1,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2022-06-02T00:08:00.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0x7a3a7ac81604f9c076d469594949609d861e8d294abce354a651578473437abe\",\n            \"EV_Contract\": \"dollarclientContract\",\n            \"EV_Event\": \"BuyToro\",\n            \"EV_From\": \"0x1b91e124BFca3906ad8a598162eecC5D3a9bfc48\",\n            \"EV_To\": \"NULL\",\n            \"EV_Value\": 2,\n            \"EV_Value2\": 2,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2022-05-30T20:03:04.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0x432b7d2ee9c9658568263732a969b58fe2e89441af76279c136c38c4c508178c\",\n            \"EV_Contract\": \"dollarclientContract\",\n            \"EV_Event\": \"BuyToro\",\n            \"EV_From\": \"0x1b91e124BFca3906ad8a598162eecC5D3a9bfc48\",\n            \"EV_To\": \"NULL\",\n            \"EV_Value\": 2,\n            \"EV_Value2\": 2,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2022-05-30T20:01:59.000Z\"\n        }\n    ],\n    \"message\": \"top '1' to '10' dollar transactions has been queried\"\n}"}],"_postman_id":"6471fb00-517d-4045-a190-e7bfe917dfe1"},{"name":"getaddrtransactions_dollar","id":"1d584922-6659-42be-b0c4-d3cabcc4b6cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getaddrtransactions_dollar\", \"params\":[{\"name\":\"addr\", \"value\":\"0x38771a427D2690b1F56aa036eD78fEFaEDd38306\"}, {\"name\":\"count\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/query","urlObject":{"protocol":"http","path":["api","query"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"20c04dba-ba4a-43a0-a468-cb78399dc359","name":"getaddrtransactions_dollar","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getaddrtransactions_dollar\", \"params\":[{\"name\":\"addr\", \"value\":\"0x38771a427D2690b1F56aa036eD78fEFaEDd38306\"}, {\"name\":\"count\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/query"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:56:58 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"139"},{"key":"ETag","value":"W/\"8b-wbmU9EakrlEoIkBjJvs6qY4Qm4w\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"data\": [],\n    \"message\": \"top '1' to '10' dollar transactions for '0x38771a427D2690b1F56aa036eD78fEFaEDd38306' has been queried\"\n}"}],"_postman_id":"1d584922-6659-42be-b0c4-d3cabcc4b6cc"},{"name":"gettransactions_naira","id":"bb9ac1f5-8c37-4e05-8823-9325914c1008","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettransactions_naira\", \"params\":[{\"name\":\"count\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/query","urlObject":{"protocol":"http","path":["api","query"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"813cac32-c864-491b-a5de-f3f10c74c184","name":"gettransactions_naira","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettransactions_naira\", \"params\":[{\"name\":\"count\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/query"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:57:05 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3132"},{"key":"ETag","value":"W/\"c3c-wJl8YABEmYPIhCVcYo1UD+GfdFk\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"data\": [\n        {\n            \"EV_Hash\": \"0xdaf39f2eb71bd6c2e11ae6514bb6e1a7d11d6cd9081cd6fa1dedfb2fef693b82\",\n            \"EV_Contract\": \"nairaadminContract\",\n            \"EV_Event\": \"AdminTransferWithCustomFee\",\n            \"EV_From\": \"0x1b91e124BFca3906ad8a598162eecC5D3a9bfc48\",\n            \"EV_To\": \"0xb5Ab96B0D6cb446287103b08557f178A602019e2\",\n            \"EV_Value\": 2,\n            \"EV_Value2\": 0,\n            \"EV_Fee\": 0.02,\n            \"EV_Time\": \"2023-03-08T03:24:08.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0x8c5315e21b870f6fadbebde1e2cd9eb028866bb27cbecf35a0d068aaa921687d\",\n            \"EV_Contract\": \"nairaadminContract\",\n            \"EV_Event\": \"AdminTransferWithCustomFee\",\n            \"EV_From\": \"0x1b91e124BFca3906ad8a598162eecC5D3a9bfc48\",\n            \"EV_To\": \"0xb5Ab96B0D6cb446287103b08557f178A602019e2\",\n            \"EV_Value\": 1,\n            \"EV_Value2\": 0,\n            \"EV_Fee\": 0.02,\n            \"EV_Time\": \"2023-03-08T03:20:37.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0x4a6d884484455641bf871a5e9f0fed2856343a7bc0078195fd4ea925471643ca\",\n            \"EV_Contract\": \"nairaadminContract\",\n            \"EV_Event\": \"AdminBuyTororWithCustomFee\",\n            \"EV_From\": \"0x169c2591F67311dB199b924Dff9E98eE028ba7ED\",\n            \"EV_To\": \"NULL\",\n            \"EV_Value\": 432.37,\n            \"EV_Value2\": 1,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2022-10-03T11:31:27.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0x2a22f4ebd01139a9854452fab19b2ea85599341db2fc82ec38e52a8b8e22a9dc\",\n            \"EV_Contract\": \"nairaclientContract\",\n            \"EV_Event\": \"SellToro\",\n            \"EV_From\": \"NULL\",\n            \"EV_To\": \"0xc6d693863887d3AaAe89B6bAeB4f7bD7EeF37772\",\n            \"EV_Value\": 45,\n            \"EV_Value2\": 18686.7,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2022-07-08T10:25:13.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0xf91eaafad48cc06dbefc1c577b595d058eb57411f6ef85fcb879989baf7e19fb\",\n            \"EV_Contract\": \"nairaclientContract\",\n            \"EV_Event\": \"BuyToro\",\n            \"EV_From\": \"0x1b91e124BFca3906ad8a598162eecC5D3a9bfc48\",\n            \"EV_To\": \"NULL\",\n            \"EV_Value\": 1,\n            \"EV_Value2\": 0.00240877,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2022-06-02T09:10:05.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0x2f321a1da434befa65fb730eb0b70ee5a79c4a24df02db79b3f1a1ecf0a9547a\",\n            \"EV_Contract\": \"nairaclientContract\",\n            \"EV_Event\": \"SellToro\",\n            \"EV_From\": \"NULL\",\n            \"EV_To\": \"0x1b91e124BFca3906ad8a598162eecC5D3a9bfc48\",\n            \"EV_Value\": 1,\n            \"EV_Value2\": 415.15,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2022-06-02T09:09:35.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0x57eccf1ff1da7d60c2e0218c1e0d570169bd519610d4b6a727c21e9d0f366c37\",\n            \"EV_Contract\": \"nairaclientContract\",\n            \"EV_Event\": \"SellToro\",\n            \"EV_From\": \"NULL\",\n            \"EV_To\": \"0x1b91e124BFca3906ad8a598162eecC5D3a9bfc48\",\n            \"EV_Value\": 1,\n            \"EV_Value2\": 415.12,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2022-05-22T22:44:42.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0x5cb5f0ce636aae157f1ee7d80316343b2a5f0f3d7b39487354f524d4e6a96a47\",\n            \"EV_Contract\": \"nairasuperadminContract\",\n            \"EV_Event\": \"ImportReserve\",\n            \"EV_From\": \"null\",\n            \"EV_To\": \"0xB18d59Ca4895c3bB189E20aA8d6626F537ff5EB3\",\n            \"EV_Value\": 10000,\n            \"EV_Value2\": 0,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2022-05-22T22:40:07.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0xa3d68652f1150cbc4eece056c80937ff00d48b2a9030c239237c5eaf5851d2f4\",\n            \"EV_Contract\": \"nairaadminContract\",\n            \"EV_Event\": \"ImportCurrency\",\n            \"EV_From\": \"null\",\n            \"EV_To\": \"0x1b91e124BFca3906ad8a598162eecC5D3a9bfc48\",\n            \"EV_Value\": 10,\n            \"EV_Value2\": 0,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2022-05-22T22:36:17.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0xedabe0b27cef45f347f9cba3888e501e8aa3d95ecaba51a6290b3a790cdd83a5\",\n            \"EV_Contract\": \"nairaadminContract\",\n            \"EV_Event\": \"AdminSellToroWithCustomFee\",\n            \"EV_From\": \"NULL\",\n            \"EV_To\": \"0xAa43361717ee67c0Fc509b101ee98f68738A60C9\",\n            \"EV_Value\": 1,\n            \"EV_Value2\": 415.24,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2022-05-18T15:35:20.000Z\"\n        }\n    ],\n    \"message\": \"top '1' to '10' naira transactions has been queried\"\n}"}],"_postman_id":"bb9ac1f5-8c37-4e05-8823-9325914c1008"},{"name":"getaddrtransactions_naira","id":"bd3258b5-e5d7-4443-86fb-627bc11bd7eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getaddrtransactions_naira\", \"params\":[{\"name\":\"addr\", \"value\":\"0x38771a427D2690b1F56aa036eD78fEFaEDd38306\"}, {\"name\":\"count\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/query","urlObject":{"protocol":"http","path":["api","query"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"e06b9aed-d0dd-4f35-bb80-71ad4584323b","name":"getaddrtransactions_naira","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getaddrtransactions_naira\", \"params\":[{\"name\":\"addr\", \"value\":\"0x38771a427D2690b1F56aa036eD78fEFaEDd38306\"}, {\"name\":\"count\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/query"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:57:12 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"138"},{"key":"ETag","value":"W/\"8a-4V448+spUaH5E8T21NbbHNGhYao\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"data\": [],\n    \"message\": \"top '1' to '10' naira transactions for '0x38771a427D2690b1F56aa036eD78fEFaEDd38306' has been queried\"\n}"}],"_postman_id":"bd3258b5-e5d7-4443-86fb-627bc11bd7eb"},{"name":"gettransactions_euro","id":"4447f647-a4eb-4af8-84c4-f460eec55d53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettransactions_euro\", \"params\":[{\"name\":\"count\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/query","urlObject":{"protocol":"http","path":["api","query"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"a58c4177-1631-4198-9461-bd831d742678","name":"gettransactions_euro","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettransactions_euro\", \"params\":[{\"name\":\"count\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/query"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:57:18 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"961"},{"key":"ETag","value":"W/\"3c1-vmqN/1VbsYqpBOm5HlZwIRjqhAE\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"data\": [\n        {\n            \"EV_Hash\": \"0x3fb3bb8c567e91b46f2e74283290c61f34d7374600b464094286ca9f6319ac20\",\n            \"EV_Contract\": \"euroclientContract\",\n            \"EV_Event\": \"SellToro\",\n            \"EV_From\": \"NULL\",\n            \"EV_To\": \"0x1b91e124BFca3906ad8a598162eecC5D3a9bfc48\",\n            \"EV_Value\": 1,\n            \"EV_Value2\": 0.94675,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2022-05-22T22:46:22.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0x8ed32f7a5a999df5a2a7b5abd1c244b442d31d2770a2132c18cc3941c2734aa3\",\n            \"EV_Contract\": \"eurosuperadminContract\",\n            \"EV_Event\": \"ImportReserve\",\n            \"EV_From\": \"null\",\n            \"EV_To\": \"0x8B07881fcbe9e9f8C0117e17331bE5fC349f78bD\",\n            \"EV_Value\": 10000,\n            \"EV_Value2\": 0,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2022-05-22T22:40:52.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0xbe9a6db41552753193efe58e765c60b05a7399f61c8eaf64b1da0bcbbdb493e4\",\n            \"EV_Contract\": \"euroadminContract\",\n            \"EV_Event\": \"ImportCurrency\",\n            \"EV_From\": \"null\",\n            \"EV_To\": \"0x1b91e124BFca3906ad8a598162eecC5D3a9bfc48\",\n            \"EV_Value\": 10,\n            \"EV_Value2\": 0,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2022-05-22T22:37:17.000Z\"\n        }\n    ],\n    \"message\": \"top '1' to '10' euro transactions has been queried\"\n}"}],"_postman_id":"4447f647-a4eb-4af8-84c4-f460eec55d53"},{"name":"getaddrtransactions_euro","id":"d148be69-3028-4c0d-a5d4-ae9ee892f8a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getaddrtransactions_euro\", \"params\":[{\"name\":\"addr\", \"value\":\"0x38771a427D2690b1F56aa036eD78fEFaEDd38306\"}, {\"name\":\"count\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/query","urlObject":{"protocol":"http","path":["api","query"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"cde17432-f116-46ba-b7fc-7bc73cb555bc","name":"getaddrtransactions_euro","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getaddrtransactions_euro\", \"params\":[{\"name\":\"addr\", \"value\":\"0x38771a427D2690b1F56aa036eD78fEFaEDd38306\"}, {\"name\":\"count\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/query"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:57:26 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"137"},{"key":"ETag","value":"W/\"89-Sa7/H3/0wUCdZvk6HBYJz2e0poc\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"data\": [],\n    \"message\": \"top '1' to '10' euro transactions for '0x38771a427D2690b1F56aa036eD78fEFaEDd38306' has been queried\"\n}"}],"_postman_id":"d148be69-3028-4c0d-a5d4-ae9ee892f8a7"},{"name":"gettransactions_pound","id":"95b7673b-2537-485a-9664-f4ff7538f4b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettransactions_pound\", \"params\":[{\"name\":\"count\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/query","urlObject":{"protocol":"http","path":["api","query"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"a9b93530-be20-429f-8b96-3c05b1cf02e9","name":"gettransactions_pound","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettransactions_pound\", \"params\":[{\"name\":\"count\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/query"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:57:33 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"965"},{"key":"ETag","value":"W/\"3c5-DXUoA7RbWLncVPpjTo554y91Vp0\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"data\": [\n        {\n            \"EV_Hash\": \"0x8e1388432c1d72c1f897a0d7c198ca35cd82730492a342dee8a9505ec6231584\",\n            \"EV_Contract\": \"poundclientContract\",\n            \"EV_Event\": \"SellToro\",\n            \"EV_From\": \"NULL\",\n            \"EV_To\": \"0x1b91e124BFca3906ad8a598162eecC5D3a9bfc48\",\n            \"EV_Value\": 1,\n            \"EV_Value2\": 0.800737,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2022-05-22T22:46:07.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0xec870ae2d9e945273e8ef82cf1ee5e0cf70e2f4cacf500fbe9074a592d1704ee\",\n            \"EV_Contract\": \"poundsuperadminContract\",\n            \"EV_Event\": \"ImportReserve\",\n            \"EV_From\": \"null\",\n            \"EV_To\": \"0xdB7b3d62f4B777511d5e315980232a67381e3bAd\",\n            \"EV_Value\": 1000,\n            \"EV_Value2\": 0,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2022-05-22T22:41:32.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0x734d7aa5a51af70ff926f638e399918d7c5c1704b29848474c750c230cb663ba\",\n            \"EV_Contract\": \"poundadminContract\",\n            \"EV_Event\": \"ImportCurrency\",\n            \"EV_From\": \"null\",\n            \"EV_To\": \"0x1b91e124BFca3906ad8a598162eecC5D3a9bfc48\",\n            \"EV_Value\": 10,\n            \"EV_Value2\": 0,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2022-05-22T22:37:02.000Z\"\n        }\n    ],\n    \"message\": \"top '1' to '10' pound transactions has been queried\"\n}"}],"_postman_id":"95b7673b-2537-485a-9664-f4ff7538f4b2"},{"name":"getaddrtransactions_pound","id":"8762e893-e970-4a28-a4f3-89e8c8206cde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getaddrtransactions_pound\", \"params\":[{\"name\":\"addr\", \"value\":\"0x38771a427D2690b1F56aa036eD78fEFaEDd38306\"}, {\"name\":\"count\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/query","urlObject":{"protocol":"http","path":["api","query"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"ab8370ef-5bbf-4ff7-858e-1ea60cbffab3","name":"getaddrtransactions_pound","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getaddrtransactions_pound\", \"params\":[{\"name\":\"addr\", \"value\":\"0x38771a427D2690b1F56aa036eD78fEFaEDd38306\"}, {\"name\":\"count\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/query"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:57:40 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"138"},{"key":"ETag","value":"W/\"8a-Imghncu8kAvd4s7cCrasuuhKxx4\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"data\": [],\n    \"message\": \"top '1' to '10' pound transactions for '0x38771a427D2690b1F56aa036eD78fEFaEDd38306' has been queried\"\n}"}],"_postman_id":"8762e893-e970-4a28-a4f3-89e8c8206cde"},{"name":"gettransactions_egp","id":"794ffde5-78fe-450c-9749-6a2ab3d1cd95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettransactions_egp\", \"params\":[{\"name\":\"count\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/query","urlObject":{"protocol":"http","path":["api","query"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"1f981fc0-4c1c-4aab-8c97-53e90e8d2eec","name":"gettransactions_egp","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettransactions_egp\", \"params\":[{\"name\":\"count\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/query"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:57:53 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2691"},{"key":"ETag","value":"W/\"a83-4+bcrH6IfgetfqBM1Oz1wlK29FM\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"data\": [\n        {\n            \"EV_Hash\": \"0x30c836c7dcd19e8d0e13761fd1068649eb47c46b814c88e6b65b65fe9a5fdc9b\",\n            \"EV_Contract\": \"egpclientContract\",\n            \"EV_Event\": \"BuyToro\",\n            \"EV_From\": \"0x920e4A8aA49E0B63f0fDa29501EAbcE0f27002Cc\",\n            \"EV_To\": \"NULL\",\n            \"EV_Value\": 400,\n            \"EV_Value2\": 21.2083,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2022-07-08T10:36:48.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0x6c15b1bd77bcd6c6f569f07a3ecb8b7bcaf25d9fcb9c6c9af8a3a6900a1c119e\",\n            \"EV_Contract\": \"egpclientContract\",\n            \"EV_Event\": \"BuyToro\",\n            \"EV_From\": \"0x920e4A8aA49E0B63f0fDa29501EAbcE0f27002Cc\",\n            \"EV_To\": \"NULL\",\n            \"EV_Value\": 500,\n            \"EV_Value2\": 26.5104,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2022-07-08T10:19:18.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0x0732dd1d8abc839bb8040e191d4444a2e69fc34f3b5312dc812b685c9ae721dd\",\n            \"EV_Contract\": \"egpclientContract\",\n            \"EV_Event\": \"SellToro\",\n            \"EV_From\": \"NULL\",\n            \"EV_To\": \"0x920e4A8aA49E0B63f0fDa29501EAbcE0f27002Cc\",\n            \"EV_Value\": 50,\n            \"EV_Value2\": 944.03,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2022-07-06T12:59:55.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0xb5ec1d17d98227c4b8531bd0ebe0923f8d09c71e6888771a506508aa6633eaa8\",\n            \"EV_Contract\": \"egpclientContract\",\n            \"EV_Event\": \"SellToro\",\n            \"EV_From\": \"NULL\",\n            \"EV_To\": \"0x1b91e124BFca3906ad8a598162eecC5D3a9bfc48\",\n            \"EV_Value\": 1,\n            \"EV_Value2\": 18.2632,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2022-05-22T22:46:37.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0x5b9e4e90f48229954bf0e9d529a0f9a4dea5937eae077477052396465667ec9e\",\n            \"EV_Contract\": \"egpclientContract\",\n            \"EV_Event\": \"SellToro\",\n            \"EV_From\": \"NULL\",\n            \"EV_To\": \"0x1b91e124BFca3906ad8a598162eecC5D3a9bfc48\",\n            \"EV_Value\": 1,\n            \"EV_Value2\": 18.2632,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2022-05-22T22:42:37.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0x5274c6580cd6a3726064f091d6a0c54978faf105348b025a809c176871767859\",\n            \"EV_Contract\": \"egpclientContract\",\n            \"EV_Event\": \"SellToro\",\n            \"EV_From\": \"NULL\",\n            \"EV_To\": \"0x1b91e124BFca3906ad8a598162eecC5D3a9bfc48\",\n            \"EV_Value\": 1,\n            \"EV_Value2\": 18.2632,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2022-05-22T22:41:57.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0xd3812f9eeb8c2ae0378ed6fa7143d9fd3b5956fca3d35a5e552947e3a85d3654\",\n            \"EV_Contract\": \"egpsuperadminContract\",\n            \"EV_Event\": \"ImportReserve\",\n            \"EV_From\": \"null\",\n            \"EV_To\": \"0x79f91162034fc300090f36dE574fFA877Db8690E\",\n            \"EV_Value\": 1000,\n            \"EV_Value2\": 0,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2022-05-22T22:39:42.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0x3f0cd804141e58cd8364270bbfad21ded588e8158a1b66fb346bced9384e29ea\",\n            \"EV_Contract\": \"egpsuperadminContract\",\n            \"EV_Event\": \"ImportReserve\",\n            \"EV_From\": \"null\",\n            \"EV_To\": \"0x79f91162034fc300090f36dE574fFA877Db8690E\",\n            \"EV_Value\": 100,\n            \"EV_Value2\": 0,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2022-05-22T22:39:32.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0x49f5eb7dd6abdfdeebc0fac4f97aca85743ed0d58cd87f9e2080cc8f1106d3a8\",\n            \"EV_Contract\": \"egpadminContract\",\n            \"EV_Event\": \"ImportCurrency\",\n            \"EV_From\": \"null\",\n            \"EV_To\": \"0x1b91e124BFca3906ad8a598162eecC5D3a9bfc48\",\n            \"EV_Value\": 10,\n            \"EV_Value2\": 0,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2022-05-22T22:37:32.000Z\"\n        }\n    ],\n    \"message\": \"top '1' to '10' egp transactions has been queried\"\n}"}],"_postman_id":"794ffde5-78fe-450c-9749-6a2ab3d1cd95"},{"name":"getaddrtransactions_egp","id":"aef6d7ff-4a30-433c-9b21-600b0f7e4d0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getaddrtransactions_egp\", \"params\":[{\"name\":\"addr\", \"value\":\"0x38771a427D2690b1F56aa036eD78fEFaEDd38306\"}, {\"name\":\"count\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/query","urlObject":{"protocol":"http","path":["api","query"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"592e1484-2524-4547-a280-47485c8f4187","name":"getaddrtransactions_egp","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getaddrtransactions_egp\", \"params\":[{\"name\":\"addr\", \"value\":\"0x38771a427D2690b1F56aa036eD78fEFaEDd38306\"}, {\"name\":\"count\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/query"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:58:00 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"136"},{"key":"ETag","value":"W/\"88-3iqHQo89/7Fc+TJ1kffU46mUbJ4\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"data\": [],\n    \"message\": \"top '1' to '10' egp transactions for '0x38771a427D2690b1F56aa036eD78fEFaEDd38306' has been queried\"\n}"}],"_postman_id":"aef6d7ff-4a30-433c-9b21-600b0f7e4d0d"},{"name":"gettransactions_ksh","id":"e11d5ad3-a1bc-47d7-9242-4051ef65bf55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettransactions_ksh\", \"params\":[{\"name\":\"count\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/query","urlObject":{"protocol":"http","path":["api","query"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"01cebb32-36c6-4000-8756-600c432c7aa8","name":"gettransactions_ksh","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettransactions_ksh\", \"params\":[{\"name\":\"count\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/query"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:58:09 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"957"},{"key":"ETag","value":"W/\"3bd-ntYlqkzX8ToWaiUgSEiAERTAxVw\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"data\": [\n        {\n            \"EV_Hash\": \"0x3b18e73f9f0b3ca695057611d24afb721cde115b6b1b2b5f8b4f11a43064cd4e\",\n            \"EV_Contract\": \"kshclientContract\",\n            \"EV_Event\": \"SellToro\",\n            \"EV_From\": \"NULL\",\n            \"EV_To\": \"0x1b91e124BFca3906ad8a598162eecC5D3a9bfc48\",\n            \"EV_Value\": 1,\n            \"EV_Value2\": 116.506,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2022-05-22T22:45:07.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0x186e36498c9a2ce182a207c13f73f447e5e20eccb9c8982cf792fca510183a9d\",\n            \"EV_Contract\": \"kshsuperadminContract\",\n            \"EV_Event\": \"ImportReserve\",\n            \"EV_From\": \"null\",\n            \"EV_To\": \"0xE41cda11231d85c341403d89fC8776c6207EcC70\",\n            \"EV_Value\": 10000,\n            \"EV_Value2\": 0,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2022-05-22T22:39:57.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0x63369b108c8a1506efc54a65658b58e5192c0677c7f7768c53a5deed8384f344\",\n            \"EV_Contract\": \"kshadminContract\",\n            \"EV_Event\": \"ImportCurrency\",\n            \"EV_From\": \"null\",\n            \"EV_To\": \"0x1b91e124BFca3906ad8a598162eecC5D3a9bfc48\",\n            \"EV_Value\": 10,\n            \"EV_Value2\": 0,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2022-05-22T22:36:42.000Z\"\n        }\n    ],\n    \"message\": \"top '1' to '10' ksh transactions has been queried\"\n}"}],"_postman_id":"e11d5ad3-a1bc-47d7-9242-4051ef65bf55"},{"name":"getaddrtransactions_ksh","id":"76c656eb-2545-4a0b-a722-ab7cfbe5bdba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getaddrtransactions_ksh\", \"params\":[{\"name\":\"addr\", \"value\":\"0x38771a427D2690b1F56aa036eD78fEFaEDd38306\"}, {\"name\":\"count\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/query","urlObject":{"protocol":"http","path":["api","query"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"a4cab6c5-fd7e-4c1c-a481-378f82c7ab72","name":"getaddrtransactions_ksh","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getaddrtransactions_ksh\", \"params\":[{\"name\":\"addr\", \"value\":\"0x38771a427D2690b1F56aa036eD78fEFaEDd38306\"}, {\"name\":\"count\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/query"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:58:18 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"136"},{"key":"ETag","value":"W/\"88-wd3RNk5nMGijh9OIa6pfiUtubY0\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"data\": [],\n    \"message\": \"top '1' to '10' ksh transactions for '0x38771a427D2690b1F56aa036eD78fEFaEDd38306' has been queried\"\n}"}],"_postman_id":"76c656eb-2545-4a0b-a722-ab7cfbe5bdba"},{"name":"gettransactions_zar","id":"1b52ebae-068f-49d9-aec8-1d6adea53d06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettransactions_zar\", \"params\":[{\"name\":\"count\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/query","urlObject":{"protocol":"http","path":["api","query"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"8f8f42c8-6540-451e-9ddf-420ae9283999","name":"gettransactions_zar","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettransactions_zar\", \"params\":[{\"name\":\"count\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/query"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:58:26 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"957"},{"key":"ETag","value":"W/\"3bd-Mt7CKv0hrb473ZwLHSTrcl6X0JM\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"data\": [\n        {\n            \"EV_Hash\": \"0x7b0df73c57138e5cc90dbd43c5fb1074340c68199c63e41ecf8809686a4c1853\",\n            \"EV_Contract\": \"zarclientContract\",\n            \"EV_Event\": \"SellToro\",\n            \"EV_From\": \"NULL\",\n            \"EV_To\": \"0x1b91e124BFca3906ad8a598162eecC5D3a9bfc48\",\n            \"EV_Value\": 1,\n            \"EV_Value2\": 15.8987,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2022-05-22T22:44:22.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0xc7799362e94968357f5fdb6ca48c2bd49eb4be0552d34b2165b319f35ac0819b\",\n            \"EV_Contract\": \"zarsuperadminContract\",\n            \"EV_Event\": \"ImportReserve\",\n            \"EV_From\": \"null\",\n            \"EV_To\": \"0xC63e734f7956131A56282761ba424BaE19b204c0\",\n            \"EV_Value\": 10000,\n            \"EV_Value2\": 0,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2022-05-22T22:40:17.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0xb5e8474c6b4e61173dbe0d6d62e4c187fac11765cca18f35eeac2a2b596b9639\",\n            \"EV_Contract\": \"zaradminContract\",\n            \"EV_Event\": \"ImportCurrency\",\n            \"EV_From\": \"null\",\n            \"EV_To\": \"0x1b91e124BFca3906ad8a598162eecC5D3a9bfc48\",\n            \"EV_Value\": 10,\n            \"EV_Value2\": 0,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2022-05-22T22:36:02.000Z\"\n        }\n    ],\n    \"message\": \"top '1' to '10' zar transactions has been queried\"\n}"}],"_postman_id":"1b52ebae-068f-49d9-aec8-1d6adea53d06"},{"name":"getaddrtransactions_zar","id":"3153bd1d-0fe7-466c-97ce-ccbb5e22ef8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getaddrtransactions_zar\", \"params\":[{\"name\":\"addr\", \"value\":\"0x38771a427D2690b1F56aa036eD78fEFaEDd38306\"}, {\"name\":\"count\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/query","urlObject":{"protocol":"http","path":["api","query"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"20970d89-5284-4ae0-a11b-c7318390676f","name":"getaddrtransactions_zar","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getaddrtransactions_zar\", \"params\":[{\"name\":\"addr\", \"value\":\"0x38771a427D2690b1F56aa036eD78fEFaEDd38306\"}, {\"name\":\"count\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/query"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:58:34 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"136"},{"key":"ETag","value":"W/\"88-90hIiC9vnc01UupkXSY1Kx2RLMg\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"data\": [],\n    \"message\": \"top '1' to '10' zar transactions for '0x38771a427D2690b1F56aa036eD78fEFaEDd38306' has been queried\"\n}"}],"_postman_id":"3153bd1d-0fe7-466c-97ce-ccbb5e22ef8b"},{"name":"gettransactions_eth","id":"3de2475f-6cf1-49bc-899e-581e1d9086b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettransactions_eth\", \"params\":[{\"name\":\"count\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/query","urlObject":{"protocol":"http","path":["api","query"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"3f63e630-0890-4c81-b67e-740e3fdb8e28","name":"gettransactions_eth","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"gettransactions_eth\", \"params\":[{\"name\":\"count\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/query"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:58:55 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2993"},{"key":"ETag","value":"W/\"bb1-IZj1S4wevtA/hra4J3uo1eNrXPA\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"data\": [\n        {\n            \"EV_Hash\": \"0xecd81a34166d57115fc965b9d547f84a1b2d734de97ad2a9b8edcaa0bc5e9762\",\n            \"EV_Contract\": \"ethclientContract\",\n            \"EV_Event\": \"SellToro\",\n            \"EV_From\": \"NULL\",\n            \"EV_To\": \"0x1b91e124BFca3906ad8a598162eecC5D3a9bfc48\",\n            \"EV_Value\": 13.5348,\n            \"EV_Value2\": 0.0100001,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2022-07-17T04:02:28.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0xecc9eeeb1ad01acb9a8fbbf9e5a8a4e98651b22ca2177f1c256a872e4dc5071b\",\n            \"EV_Contract\": \"ethclientContract\",\n            \"EV_Event\": \"BuyToro\",\n            \"EV_From\": \"0x1b91e124BFca3906ad8a598162eecC5D3a9bfc48\",\n            \"EV_To\": \"NULL\",\n            \"EV_Value\": 0.01,\n            \"EV_Value2\": 13.5347,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2022-07-17T04:01:18.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0x7603a369c88121fc10fa110093e67117d097b607c29321b4f5a3f1957ef97a90\",\n            \"EV_Contract\": \"ethadminContract\",\n            \"EV_Event\": \"DepositCrypto\",\n            \"EV_From\": \"null\",\n            \"EV_To\": \"0x1b91e124BFca3906ad8a598162eecC5D3a9bfc48\",\n            \"EV_Value\": 0.1,\n            \"EV_Value2\": 0,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2022-07-08T15:20:23.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0xad3bfc3f46fc7f6dfc41f6725f639f984aa471ba5b5dfb6669cd903e7371e9f4\",\n            \"EV_Contract\": \"ethclientContract\",\n            \"EV_Event\": \"SellToro\",\n            \"EV_From\": \"NULL\",\n            \"EV_To\": \"0x920e4A8aA49E0B63f0fDa29501EAbcE0f27002Cc\",\n            \"EV_Value\": 50,\n            \"EV_Value2\": 0.0402998,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2022-07-08T10:39:38.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0xe80211ccb5abfb9d757b1b69bf0d9a704f0236840d3a23d3a38b8be897fe4bfb\",\n            \"EV_Contract\": \"ethclientContract\",\n            \"EV_Event\": \"BuyToro\",\n            \"EV_From\": \"0x1b91e124BFca3906ad8a598162eecC5D3a9bfc48\",\n            \"EV_To\": \"NULL\",\n            \"EV_Value\": 1,\n            \"EV_Value2\": 1185.01,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2022-07-07T12:31:18.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0xf966f745d2c767c0dd4dc6b922c3e393e6fed55f3cf3edcc65370e222188471e\",\n            \"EV_Contract\": \"ethclientContract\",\n            \"EV_Event\": \"SellToro\",\n            \"EV_From\": \"NULL\",\n            \"EV_To\": \"0x1b91e124BFca3906ad8a598162eecC5D3a9bfc48\",\n            \"EV_Value\": 1200,\n            \"EV_Value2\": 1.01265,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2022-07-07T12:30:33.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0x9097f5b2224e064a14dc4b2639ddc46c042635f353b2901ea09e0ba56f90fb19\",\n            \"EV_Contract\": \"ethclientContract\",\n            \"EV_Event\": \"SellToro\",\n            \"EV_From\": \"NULL\",\n            \"EV_To\": \"0x920e4A8aA49E0B63f0fDa29501EAbcE0f27002Cc\",\n            \"EV_Value\": 120,\n            \"EV_Value2\": 0.105585,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2022-07-06T12:57:30.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0x390c97f82360915fcf474ba16d01754109bf0719861065a4a7f6ebc4ffe643b0\",\n            \"EV_Contract\": \"ethclientContract\",\n            \"EV_Event\": \"WithdrawCrypto\",\n            \"EV_From\": \"0x1b91e124BFca3906ad8a598162eecC5D3a9bfc48\",\n            \"EV_To\": \"null\",\n            \"EV_Value\": 0.01,\n            \"EV_Value2\": 0,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2022-06-02T09:25:35.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0xf30dc581e437a907f11b3679e8d6525bb210a166dcdec30dc113200727db94a0\",\n            \"EV_Contract\": \"ethclientContract\",\n            \"EV_Event\": \"WithdrawCrypto\",\n            \"EV_From\": \"0x1b91e124BFca3906ad8a598162eecC5D3a9bfc48\",\n            \"EV_To\": \"null\",\n            \"EV_Value\": 0.05,\n            \"EV_Value2\": 0,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2022-06-02T09:22:40.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0xb11835708496e1e83f3be0d4397cd210484e18035db0169414957acc502481bd\",\n            \"EV_Contract\": \"ethclientContract\",\n            \"EV_Event\": \"WithdrawCrypto\",\n            \"EV_From\": \"0x1b91e124BFca3906ad8a598162eecC5D3a9bfc48\",\n            \"EV_To\": \"null\",\n            \"EV_Value\": 0.01,\n            \"EV_Value2\": 0,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2022-05-28T04:22:07.000Z\"\n        }\n    ],\n    \"message\": \"top '1' to '10' eth transactions has been queried\"\n}"}],"_postman_id":"3de2475f-6cf1-49bc-899e-581e1d9086b6"},{"name":"getaddrtransactions_eth","id":"d6a045da-c06c-4038-8d53-e1c49ae59afe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getaddrtransactions_eth\", \"params\":[{\"name\":\"addr\", \"value\":\"0x38771a427D2690b1F56aa036eD78fEFaEDd38306\"}, {\"name\":\"count\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/query","urlObject":{"protocol":"http","path":["api","query"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"87c08bed-5324-43d6-b9f7-2778a0a7383d","name":"getaddrtransactions_eth","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getaddrtransactions_eth\", \"params\":[{\"name\":\"addr\", \"value\":\"0x38771a427D2690b1F56aa036eD78fEFaEDd38306\"}, {\"name\":\"count\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/query"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 08:59:09 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"136"},{"key":"ETag","value":"W/\"88-wAyDX3hEwQPx8UoGd91Uy065aSk\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"data\": [],\n    \"message\": \"top '1' to '10' eth transactions for '0x38771a427D2690b1F56aa036eD78fEFaEDd38306' has been queried\"\n}"}],"_postman_id":"d6a045da-c06c-4038-8d53-e1c49ae59afe"},{"name":"getaddrtransactions_range","id":"81f8861e-8958-49a2-a542-e015aadccba7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getaddrtransactions_range\", //onchain tokens\r\n\"params\":[{\"name\":\"addr\", \"value\":\"0x2e6e558780c9adc9ae5a9dad2066e56f98d3b18a\"}, \r\n{\"name\":\"count\", \"value\":\"10\"},\r\n{\"name\":\"start\", \"value\":\"1\"},\r\n{\"name\":\"startdate\", \"value\":\"2023-08-01\"}, \r\n{\"name\":\"enddate\", \"value\":\"2024-11-18\"},\r\n{\"name\":\"token\", \"value\":\"toro\"}] //optional. omit for all\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/query","urlObject":{"path":["api","query"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"bee182a1-b85d-45bd-ae8b-2a362c247606","name":"getaddrtransactions_range","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getaddrtransactions_range\", //onchain tokens\r\n\"params\":[{\"name\":\"addr\", \"value\":\"0x2e6e558780c9adc9ae5a9dad2066e56f98d3b18a\"}, \r\n{\"name\":\"count\", \"value\":\"10\"},\r\n{\"name\":\"start\", \"value\":\"1\"},\r\n{\"name\":\"startdate\", \"value\":\"2023-08-01\"}, \r\n{\"name\":\"enddate\", \"value\":\"2024-11-18\"},\r\n{\"name\":\"token\", \"value\":\"toro\"}] //optional. omit for all\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.toronet.org/api/query"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 20 Feb 2024 08:55:59 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3483"},{"key":"ETag","value":"W/\"d9b-CU6nrDCyQQF5GCI1w7qNV4dt864\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"data\": [\n        {\n            \"EV_Hash\": \"0xe2a7d993696f6fcff9af099714195f2ab0fab9ea6bc2f39eb3138871bbc83b39\",\n            \"EV_Contract\": \"toroclientContract\",\n            \"EV_Event\": \"Transfer\",\n            \"EV_From\": \"0x2e6e558780C9Adc9aE5a9DAD2066e56F98D3b18a\",\n            \"EV_To\": \"0xcf255f478Cba53164640905BBf2402fEF75Da4Dd\",\n            \"EV_Value\": 10,\n            \"EV_Value2\": 0,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2024-02-03T13:13:49.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0x7d5dafd3c0925a046f2e4b381af80deac70589c1f8456b10ba50aabbd687c856\",\n            \"EV_Contract\": \"toroclientContract\",\n            \"EV_Event\": \"Transfer\",\n            \"EV_From\": \"0xeE5AE7Ae29343Fe2085125Bf6d9CF11242e4a391\",\n            \"EV_To\": \"0x2e6e558780C9Adc9aE5a9DAD2066e56F98D3b18a\",\n            \"EV_Value\": 16,\n            \"EV_Value2\": 0,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2024-02-03T13:08:39.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0xd341089257d338c73b889e8db422e8272fe71294a0bc81c5150f22233f416c7f\",\n            \"EV_Contract\": \"toroclientContract\",\n            \"EV_Event\": \"Transfer\",\n            \"EV_From\": \"0xcf255f478Cba53164640905BBf2402fEF75Da4Dd\",\n            \"EV_To\": \"0x2e6e558780C9Adc9aE5a9DAD2066e56F98D3b18a\",\n            \"EV_Value\": 6,\n            \"EV_Value2\": 0,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2024-02-03T10:52:04.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0x56dee41c5d937514e04373eb4959b2363d5e6ced44295e424ecb1cf9480b2a05\",\n            \"EV_Contract\": \"toroclientContract\",\n            \"EV_Event\": \"Transfer\",\n            \"EV_From\": \"0xcf255f478Cba53164640905BBf2402fEF75Da4Dd\",\n            \"EV_To\": \"0x2e6e558780C9Adc9aE5a9DAD2066e56F98D3b18a\",\n            \"EV_Value\": 8,\n            \"EV_Value2\": 0,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2024-02-03T10:42:24.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0xb406f320f42bb3311e4a2efba5d8116f3b81382b55f36962e550d49052ddd3d9\",\n            \"EV_Contract\": \"toroclientContract\",\n            \"EV_Event\": \"Transfer\",\n            \"EV_From\": \"0xcf255f478Cba53164640905BBf2402fEF75Da4Dd\",\n            \"EV_To\": \"0x2e6e558780C9Adc9aE5a9DAD2066e56F98D3b18a\",\n            \"EV_Value\": 2,\n            \"EV_Value2\": 0,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2024-02-03T10:42:09.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0x5dce999b4888dc87a7d1c5de3e438eafd2a07be17d7e9e2955be941ca508ab76\",\n            \"EV_Contract\": \"toroclientContract\",\n            \"EV_Event\": \"Transfer\",\n            \"EV_From\": \"0x2e6e558780C9Adc9aE5a9DAD2066e56F98D3b18a\",\n            \"EV_To\": \"0xcf255f478Cba53164640905BBf2402fEF75Da4Dd\",\n            \"EV_Value\": 10,\n            \"EV_Value2\": 0,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2024-02-02T23:57:29.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0x67549eca83e1432124b2dc81238701992b87a09a9d5514834007a3bd634a3201\",\n            \"EV_Contract\": \"toroclientContract\",\n            \"EV_Event\": \"Transfer\",\n            \"EV_From\": \"0xeE5AE7Ae29343Fe2085125Bf6d9CF11242e4a391\",\n            \"EV_To\": \"0x2e6e558780C9Adc9aE5a9DAD2066e56F98D3b18a\",\n            \"EV_Value\": 16,\n            \"EV_Value2\": 0,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2024-02-02T23:11:29.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0x195a96329b763fdaf495d6c034b2291f187074c3b94973024fcca934e20aa352\",\n            \"EV_Contract\": \"toroclientContract\",\n            \"EV_Event\": \"Transfer\",\n            \"EV_From\": \"0x28ae5E2e258EEfF52f7D84114B6c7eAd05eA8976\",\n            \"EV_To\": \"0x2e6e558780C9Adc9aE5a9DAD2066e56F98D3b18a\",\n            \"EV_Value\": 5,\n            \"EV_Value2\": 0,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2023-08-14T04:41:34.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0xb6cfa4f13017de0ac6abb1f94582f5e14e05109463a51e97bf5d638eee80d330\",\n            \"EV_Contract\": \"toroclientContract\",\n            \"EV_Event\": \"Transfer\",\n            \"EV_From\": \"0x28ae5E2e258EEfF52f7D84114B6c7eAd05eA8976\",\n            \"EV_To\": \"0x2e6e558780C9Adc9aE5a9DAD2066e56F98D3b18a\",\n            \"EV_Value\": 1,\n            \"EV_Value2\": 0,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2023-08-14T00:47:18.000Z\"\n        },\n        {\n            \"EV_Hash\": \"0x05704856de99a962e514bef9a7bfe10716c910bcdbdfa8b6cccf83dd4cda7ef2\",\n            \"EV_Contract\": \"toroclientContract\",\n            \"EV_Event\": \"Transfer\",\n            \"EV_From\": \"0xcf255f478Cba53164640905BBf2402fEF75Da4Dd\",\n            \"EV_To\": \"0x2e6e558780C9Adc9aE5a9DAD2066e56F98D3b18a\",\n            \"EV_Value\": 10,\n            \"EV_Value2\": 0,\n            \"EV_Fee\": 0,\n            \"EV_Time\": \"2023-08-06T15:36:49.000Z\"\n        }\n    ],\n    \"message\": \"count of transactions from 'Tue Aug 01 2023 00:00:00 GMT+0000 (Coordinated Universal Time)' to 'Mon Nov 18 2024 00:00:00 GMT+0000 (Coordinated Universal Time)' has been queried for address 0x2e6e558780c9adc9ae5a9dad2066e56f98d3b18a\"\n}"}],"_postman_id":"81f8861e-8958-49a2-a542-e015aadccba7"},{"name":"getaddrtransactions_auth","id":"2a0b6a81-6011-4b45-a0d4-8e64793395aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getaddrtransactions\", \"params\":[{\"name\":\"addr\", \"value\":\"0x38771a427D2690b1F56aa036eD78fEFaEDd38306\"}, {\"name\":\"count\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"http://testnet.toronet.org/api/query","urlObject":{"protocol":"http","path":["api","query"],"host":["testnet","toronet","org"],"query":[],"variable":[]}},"response":[{"id":"4931cf2e-f517-41d8-b806-d388ce85d216","name":"getaddrtransactions","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getaddrtransactions_auth\", \"params\":[{\"name\":\"addr\", \"value\":\"0x38771a427D2690b1F56aa036eD78fEFaEDd38306\"}, {\"name\":\"count\", \"value\":\"10\"}] }","options":{"raw":{"language":"json"}}},"url":"https://toronet.org/api/query"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 09 Mar 2024 16:59:37 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"137"},{"key":"ETag","value":"W/\"89-wBx+nGgkW21DwQFS9unjKZTCqNo\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"data\": [],\n    \"message\": \"top '1' to '10' auth transactions for '0x38771a427D2690b1F56aa036eD78fEFaEDd38306' has been queried\"\n}"}],"_postman_id":"2a0b6a81-6011-4b45-a0d4-8e64793395aa"}],"id":"0f37e578-c7eb-448d-ae97-0a2de7deb825","_postman_id":"0f37e578-c7eb-448d-ae97-0a2de7deb825","description":""},{"name":"/payment","item":[{"name":"paymentinitialize","id":"f7c68940-3397-480e-9c12-3d6156261003","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"adminpwd","value":"toronet","type":"text"},{"key":"admin","value":"0x3390828680c68860402093efe8675d78a3bc2520","type":"text"}],"body":{"mode":"raw","raw":"{\r\n        \"op\": \"paymentinitialize\",\r\n        \"params\": [\r\n            {\r\n                \"name\": \"address\",\r\n                \"value\": \"0x9a49200ad64867ad398902f41e90f306d1adbfb8\"\r\n            },\r\n            {\r\n                \"name\": \"token\",\r\n                \"value\": \"NGN\"\r\n            },\r\n            {\r\n                \"name\": \"currency\",\r\n                \"value\": \"NGN\"\r\n            },\r\n            {\r\n                \"name\": \"amount\",\r\n                \"value\": \"10000\"\r\n            },\r\n            {\r\n                \"name\": \"success_url\",\r\n                \"value\": \"\"\r\n            },\r\n            {\r\n                \"name\": \"cancel_url\",\r\n                \"value\": \"\"\r\n            },\r\n            {\r\n                \"name\": \"paymenttype\",\r\n                \"value\": \"bank\"\r\n            },\r\n            {\r\n                \"name\": \"passthrough\",\r\n                \"value\": \"0\"\r\n            },\r\n            {\r\n                \"name\": \"commissionrate\",\r\n                \"value\": \"0\"\r\n            },\r\n            {\r\n                \"name\": \"exchange\",\r\n                \"value\": \"1\"\r\n            },\r\n            {\r\n                \"name\": \"payername\",\r\n                \"value\": \"Jon Doe\"\r\n            },\r\n            {\r\n                \"name\": \"payeraddress\",\r\n                \"value\": \"Lekki gardens phase \"\r\n            },\r\n            {\r\n                \"name\": \"payercity\",\r\n                \"value\": \"Lagos\"\r\n            },\r\n            {\r\n                \"name\": \"payerstate\",\r\n                \"value\": \"Lagos\"\r\n            },\r\n            {\r\n                \"name\": \"payercountry\",\r\n                \"value\": \"NG\"\r\n            },\r\n            {\r\n                \"name\": \"payerzipcode\",\r\n                \"value\": \"null\"\r\n            },\r\n            {\r\n                \"name\": \"payerphone\",\r\n                \"value\": \"2348135064965\"\r\n            },\r\n            {\r\n                \"name\": \"reusewallet\",\r\n                \"value\": \"1\"\r\n            },\r\n            {\r\n                \"name\": \"description\",\r\n                \"value\": \"\"\r\n            },\r\n            {\r\n                \"name\": \"reference\",\r\n                \"value\": \"\"\r\n            }\r\n        ]\r\n    }","options":{"raw":{"language":"json"}}},"url":"/api/payment/toro/","description":"<p>This call is used to process a token deposit for your customer.</p>\n","urlObject":{"path":["api","payment","toro",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"f7c68940-3397-480e-9c12-3d6156261003"},{"name":"recordfiattransaction","id":"01fc8ee5-d0ad-49ce-b63a-7a30ddfc3eda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"admin","value":"0x6b03eea493cfeab887f40969e40b069bb334f632","type":"text"},{"key":"adminpwd","value":"password","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"op\": \"recordfiattransaction\",\r\n    \"params\": [\r\n        {\r\n            \"name\": \"currency\",\r\n            \"value\": \"NGN\" //current options are USD, EUR, NGN - defaut\r\n        },\r\n        {\r\n            \"name\": \"txid\",\r\n            \"value\": \"8900564571\"\r\n        },\r\n        //paymenttype is required if you are recording an asynchronous transactions such as bank transfer (or ach), wire transfer.\r\n        {\r\n            \"name\": \"paymenttype\",\r\n            \"value\": \"bank\" //options are card, bank, wire.\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/payment/toro/","urlObject":{"path":["api","payment","toro",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"01fc8ee5-d0ad-49ce-b63a-7a30ddfc3eda"},{"name":"getfiattransactions_byaddress_range","id":"75c8215a-5c2c-4011-83a7-58b742853230","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"admin","value":"0x6b03eea493cfeab887f40969e40b069bb334f632","type":"text"},{"key":"adminpwd","value":"password","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"op\": \"getfiattransactions_address_range\",\r\n    \"params\": [\r\n        {\r\n            \"name\": \"addr\",\r\n            \"value\": \"0xbd5B12909291434b17D785AD0a00b8A6Da9b9ac5\"\r\n        },        \r\n        {\r\n            \"name\": \"startdate\",\r\n            \"value\": \"2022-08-01\"\r\n        },\r\n        {\r\n            \"name\": \"enddate\",\r\n            \"value\": \"2024-11-18\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/payment/toro/","urlObject":{"path":["api","payment","toro",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"75c8215a-5c2c-4011-83a7-58b742853230"},{"name":"getfiattransactions_recorder_daterange","id":"2760c67c-d680-4883-9a1a-fda361844117","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"admin","value":"0x6b03eea493cfeab887f40969e40b069bb334f632","type":"text"},{"key":"adminpwd","value":"toronet","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"op\": \"getfiattransactions_recorder_range\",\r\n    \"params\": [\r\n        {\r\n            \"name\": \"addr\",\r\n            \"value\": \"0x6b03eea493cfeab887f40969e40b069bb334f632\"\r\n        },        \r\n        {\r\n            \"name\": \"startdate\",\r\n            \"value\": \"2022-08-01\"\r\n        },\r\n        {\r\n            \"name\": \"enddate\",\r\n            \"value\": \"2024-11-18\"\r\n        },\r\n        {\r\n            \"name\": \"currency\", //optional. defaults to all if not provided\r\n            \"value\": \"ngn\" //these are added so user can total by currency if needed\r\n        },\r\n        {\r\n            \"name\": \"token\", //optional. defaults to all if not provided\r\n            \"value\": \"toro\" //these are added so user can total by currency if needed\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/payment/toro/","urlObject":{"path":["api","payment","toro",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"2760c67c-d680-4883-9a1a-fda361844117"},{"name":"getfiattransactions_bytxid","id":"69ce3840-6877-429b-bdce-a2ee6a048cde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"admin","value":"0x6b03eea493cfeab887f40969e40b069bb334f632","type":"text"},{"key":"adminpwd","value":"toronet","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"op\": \"getfiattransactions_txid\",\r\n    \"params\": [\r\n        {\r\n            \"name\": \"txid\",\r\n            \"value\": \"cs_live_a1owRMKpPhMJKptXJGnOXAP0GAkIdGZSJvU5VAYwPNBuQbAse5xBZHqNmC\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/payment/toro/","urlObject":{"path":["api","payment","toro",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"69ce3840-6877-429b-bdce-a2ee6a048cde"},{"name":"generatevirtualwallet","id":"886ff8da-f3e3-4e36-83a4-8c5f7c5bf52b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"adminpwd","value":"xxx@","type":"text"},{"key":"admin","value":"0x6b03eea493cfeab887f40969e40b069bb334f632","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"op\": \"generatevirtualwallet\",\r\n    \"params\": [\r\n        {\r\n            \"name\": \"address\",\r\n            \"value\": \"0x2e6e558780c9adc9ae5a9dad2066e56f98d3b18a\" //wallet address\r\n        },\r\n        {\r\n            \"name\": \"payername\",\r\n            \"value\": \"Account Holder\" //name of the account holder\r\n        },        \r\n        {\r\n            \"name\": \"currency\",\r\n            \"value\": \"NGN\" //current options are USD, EUR, NGN - default\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/payment/toro/","urlObject":{"path":["api","payment","toro",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"886ff8da-f3e3-4e36-83a4-8c5f7c5bf52b"},{"name":"getvirtualwallet","id":"66d1aac6-fc5f-421f-a959-37bba7f3e872","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"adminpwd","value":"toronet"},{"key":"admin","value":"0x6b03eea493cfeab887f40969e40b069bb334f632"}],"body":{"mode":"raw","raw":"{\r\n    \"op\": \"retrievevirtualwallet\",\r\n    \"params\": [\r\n        {\r\n            \"name\": \"virtualwallet\",\r\n            \"value\": \"8900610225\" //blockchain address\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/payment/","urlObject":{"path":["api","payment",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"66d1aac6-fc5f-421f-a959-37bba7f3e872"},{"name":"getvirtualwalletbyaddress","id":"45e95dc7-0bfe-44ea-89b9-f82c721c8d8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"adminpwd","value":"password"},{"key":"admin","value":"0x6b03eea493cfeab887f40969e40b069bb334f632"}],"body":{"mode":"raw","raw":"{\r\n    \"op\": \"getvirtualwalletbyaddress\",\r\n    \"params\": [\r\n        {\r\n            \"name\": \"address\",\r\n            \"value\": \"0x2e6e558780c9adc9ae5a9dad2066e56f98d3b13b\" //blockchain address\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/payment/","urlObject":{"path":["api","payment",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"45e95dc7-0bfe-44ea-89b9-f82c721c8d8f"},{"name":"updatevirtualwallettransactions","id":"02e59fdf-51de-451b-aa49-b03bb04acff7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"adminpwd","value":"password"},{"key":"admin","value":"0x6b03eea493cfeab887f40969e40b069bb334f632"}],"body":{"mode":"raw","raw":"{\r\n    \"op\": \"updatevirtualwallettransactions\",\r\n    \"params\": [\r\n        {\r\n            \"name\": \"walletaddress\",\r\n            \"value\": \"8900569019\" //blockchain address\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/payment/","urlObject":{"path":["api","payment",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"02e59fdf-51de-451b-aa49-b03bb04acff7"}],"id":"f12582f3-e2c9-4516-9f66-0e443ef1dce9","_postman_id":"f12582f3-e2c9-4516-9f66-0e443ef1dce9","description":""},{"name":"/withdrawal","item":[{"name":"getfiatwithdrawal_bytxid Mainnet","id":"7b5debff-e286-42c0-bce5-7171cdace7ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"op\": \"getfiatwithdrawals_txid\",\r\n    \"params\": [\r\n        {\r\n            \"name\": \"admin\",\r\n            \"value\": \"0x6b03eea493cfeab887f40969e40b069bb334f632\"\r\n        },\r\n        {\r\n            \"name\": \"adminpwd\",\r\n            \"value\": \"password\"\r\n        },\r\n        {\r\n            \"name\": \"txid\",\r\n            \"value\": \"1c69cfd4-2e9f-416d-a67f-83f0f656ca6c\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/payment/toro/","description":"<p>This call checks the status of a requested withdrawal using its txid.</p>\n<p>a. Response</p>\n<p>The response will include the info on the withdrawal, without the withdrawal account’s password which is not saved.The response will include the status, date and time processed, and the fee.</p>\n","urlObject":{"path":["api","payment","toro",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"7b5debff-e286-42c0-bce5-7171cdace7ca"},{"name":"recordfiatwithdrawal","id":"46c69c26-0244-4294-8e55-6dc319fd37c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"admin","value":"0x13e5d0a24a4c85217cc0e6736425b77d07aeccf1"},{"key":"adminpwd","value":"password"}],"body":{"mode":"raw","raw":"{\r\n    \"op\": \"recordfiatwithdrawal\",\r\n    \"params\": [\r\n        {\r\n            \"name\": \"addr\",\r\n            \"value\": \"0x3b180531f70076aa13663c616d1cba153be8efbd\"\r\n        },\r\n        {\r\n            \"name\": \"pwd\",\r\n            \"value\": \"password\"\r\n        },\r\n        {\r\n            \"name\": \"currency\",\r\n            \"value\": \"USD\"\r\n        },\r\n        {\r\n            \"name\": \"token\",\r\n            \"value\": \"toro\"\r\n        },\r\n        {\r\n            \"name\": \"payername\",\r\n            \"value\": \"Zab Alabs\"\r\n        },\r\n        {\r\n            \"name\": \"payeremail\",\r\n            \"value\": \"email@gmail.com\"\r\n        },\r\n        {\r\n            \"name\": \"payeraddress\",\r\n            \"value\": \"10 Peachtree Rd\"\r\n        },\r\n        {\r\n            \"name\": \"payercity\",\r\n            \"value\": \"Pear St\"\r\n        },\r\n        {\r\n            \"name\": \"payerstate\",\r\n            \"value\": \"DE\"\r\n        },\r\n        {\r\n            \"name\": \"payercountry\",\r\n            \"value\": \"US\"\r\n        },\r\n        {\r\n            \"name\": \"payerzipcode\",\r\n            \"value\": \"19801\"\r\n        },\r\n        {\r\n            \"name\": \"payerphone\",\r\n            \"value\": \"6313003000\"\r\n        },\r\n        {\r\n            \"name\": \"description\",\r\n            \"value\": \"ToroUSD Exchange\"\r\n        },\r\n        {\r\n            \"name\": \"amount\",\r\n            \"value\": \"1\"\r\n        },\r\n        {\r\n            \"name\": \"accounttype\",\r\n            \"value\": \"ach\"\r\n        },\r\n        {\r\n            \"name\": \"bankname\",\r\n            \"value\": \"chase\"\r\n        },\r\n        {\r\n            \"name\": \"routingno\",\r\n            \"value\": \"021000021\"\r\n        },\r\n        {\r\n            \"name\": \"accountno\",\r\n            \"value\": \"000333000\"\r\n        },\r\n        {\r\n            \"name\": \"expirydate\",\r\n            \"value\": \"optional\"\r\n        },\r\n        {\r\n            \"name\": \"accountname\",\r\n            \"value\": \"Zad Alabs\"\r\n        },\r\n        {\r\n            \"name\": \"recipientstate\",\r\n            \"value\": \"NY\"\r\n        },\r\n        {\r\n            \"name\": \"recipientzip\",\r\n            \"value\": \"11776\"\r\n        },\r\n        {\r\n            \"name\": \"recipientphone\",\r\n            \"value\": \"6314133000\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/payment/toro/","description":"<p>This call requests processing of fiat withdrawals. For card payments, this would usually be</p>\n<p>processed and will reflect almost instantaneously. For bank accounts, which are terms ach or</p>\n<p>automated clearing house, these take about 1 business days. In order to gracefully</p>\n<p>accommodate chargebacks that will not encumber ourselves and our projects, Toronet will</p>\n<p>process both within 2 days.</p>\n<p>At this time only Toros can be withdrawn for dollars with this call, and only ACH is supported</p>\n<p>based on what was requested and approved.</p>\n<p>The call has the following parts:</p>\n<p>a. Endpoint: <a href=\"https://www.toronet.org/api/payment/toro/\">https://www.toronet.org/api/payment/toro/</a></p>\n<p>b. Input. The input is a name value pair and have the following crucial parts:</p>\n<p>i. txid – this is a unique GUID you provide for your transaction</p>\n<p>ii. admin – this is the address containing your reserves. This needs to be whitelisted and is your signature for this call</p>\n<p>iii. addr – this is the user address that is withdrawing Toros</p>\n<p>iv. pwd – password of the user</p>\n<p>v. currency – USD for now</p>\n<p>vi. token – Toros for now</p>\n<p>vii. payer info – payer name, address, city, state, and email as appropriate.</p>\n<p>viii. amount - The amount the user wants to withdraw</p>\n<p>ix. accountType – only ACH for now</p>\n<p>x. bankName – the recipient’s bank name. This will be a US bank</p>\n<p>account. Left as empty string for card type</p>\n<p>xi. routingNo – routing no. left as empty string for card type</p>\n<p>xii. accountNo – account number</p>\n<p>xiii. accountName – name on the bank account – this will be verified</p>\n<p>xiv. expiryDate – if a card, the card’s expiry date or left as empty string for ach</p>\n<p>xv. Recipient info – state, zip, phone. this will be for the associated bank account</p>\n","urlObject":{"path":["api","payment","toro",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"46c69c26-0244-4294-8e55-6dc319fd37c0"},{"name":"verifybankaccountname_ngn","id":"3efed5cd-562d-42f6-983a-2c0dcd4d7a91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"admin","value":"0x6b03eea493cfeab887f40969e40b069bb334f632","type":"text"},{"key":"adminpwd","value":"password","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"op\": \"verifybankaccountname_ngn\",\r\n    \"params\": [\r\n        {\r\n            \"name\": \"destinationInstitutionCode\",\r\n            \"value\": \"000013\" //destinationInstitutionCode\r\n        },\r\n        {\r\n            \"name\": \"accountNumber\",\r\n            \"value\": \"0125226043\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/payment/toro/","urlObject":{"path":["api","payment","toro",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"3efed5cd-562d-42f6-983a-2c0dcd4d7a91"},{"name":"getfiatwithdrawals_address_range","id":"243a7586-836e-4c16-9719-c3f90430f64a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"admin","value":"0x6b03eea493cfeab887f40969e40b069bb334f632","type":"text"},{"key":"adminpwd","value":"password","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"op\": \"getfiatwithdrawals_address_range\",\r\n    \"params\": [\r\n        {\r\n            \"name\": \"addr\",\r\n            \"value\": \"0xbd5B12909291434b17D785AD0a00b8A6Da9b9ac5\"\r\n        },        \r\n        {\r\n            \"name\": \"startdate\",\r\n            \"value\": \"2022-08-01\"\r\n        },\r\n        {\r\n            \"name\": \"enddate\",\r\n            \"value\": \"2024-11-18\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/payment/toro/","urlObject":{"path":["api","payment","toro",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"243a7586-836e-4c16-9719-c3f90430f64a"},{"name":"getbanklist_ngn","id":"1f53b6ca-14d3-4a7b-82ce-106c120a88e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"admin","value":"0x6b03eea493cfeab887f40969e40b069bb334f632","type":"text"},{"key":"adminpwd","value":"password","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"op\": \"getbanklist_ngn\",\r\n    \"params\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/payment/toro/","urlObject":{"path":["api","payment","toro",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"1f53b6ca-14d3-4a7b-82ce-106c120a88e5"},{"name":"getbanklist_usd","id":"2ce67473-827a-4006-98d1-1b1204a20311","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"admin","value":"0x6b03eea493cfeab887f40969e40b069bb334f632","type":"text"},{"key":"adminpwd","value":"password","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"op\": \"getbanklist_usd\",\r\n    \"params\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/payment/toro/","urlObject":{"path":["api","payment","toro",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"2ce67473-827a-4006-98d1-1b1204a20311"},{"name":"getfiattransactions_bytxid","id":"f4c46b22-668e-457b-949a-23e6cd2aed71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"admin","value":"0x6b03eea493cfeab887f40969e40b069bb334f632","type":"text"},{"key":"adminpwd","value":"password","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"op\": \"getfiattransactions_txid\",\r\n    \"params\": [\r\n        {\r\n            \"name\": \"txid\",\r\n            \"value\": \"cs_live_a1owRMKpPhMJKptXJGnOXAP0GAkIdGZSJvU5VAYwPNBuQbAse5xBZHqNmC\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/payment/toro/","urlObject":{"path":["api","payment","toro",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"f4c46b22-668e-457b-949a-23e6cd2aed71"},{"name":"getfiatwithdrawals_recorder_range","id":"8366bbd9-00ac-4f88-857c-e900f69dee62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"adminpwd","value":"toronet","type":"text"},{"key":"admin","value":"0x6b03eea493cfeab887f40969e40b069bb334f632","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"op\": \"getfiatwithdrawals_recorder_range\",\r\n    \"params\": [\r\n        {\r\n            \"name\": \"addr\",\r\n            \"value\": \"0x6b03eea493cfeab887f40969e40b069bb334f632\"\r\n        },        \r\n        {\r\n            \"name\": \"startdate\",\r\n            \"value\": \"2022-08-01\"\r\n        },\r\n        {\r\n            \"name\": \"enddate\",\r\n            \"value\": \"2024-11-18\"\r\n        },\r\n        {\r\n            \"name\": \"currency\", //optional. defaults to all if not provided\r\n            \"value\": \"ngn\" //these are added so user can total by currency if needed\r\n        },\r\n        {\r\n            \"name\": \"token\", //optional. defaults to all if not provided\r\n            \"value\": \"ngn\" //these are added so user can total by currency if needed\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/payment/toro/","urlObject":{"path":["api","payment","toro",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"8366bbd9-00ac-4f88-857c-e900f69dee62"}],"id":"e0ce7cdb-3e7e-45e8-88cc-4095b0509f8f","_postman_id":"e0ce7cdb-3e7e-45e8-88cc-4095b0509f8f","description":""},{"name":"/project","item":[{"name":"getproject","id":"3d3c81d1-0828-468d-83f6-945dd10d14e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"admin","value":"0x6b03eea493cfeab887f40969e40b069bb334f632"},{"key":"adminpwd","value":"password"}],"body":{"mode":"raw","raw":"{\r\n    \"op\": \"getproject\",\r\n    \"params\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"https://restapi.connectw.com/api/payment/","urlObject":{"protocol":"https","path":["api","payment",""],"host":["restapi","connectw","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3d3c81d1-0828-468d-83f6-945dd10d14e0"}],"id":"fe42f3f3-36b8-41df-b256-847219542f81","_postman_id":"fe42f3f3-36b8-41df-b256-847219542f81","description":""},{"name":"/kyc","item":[{"name":"check_kyc_ngn","id":"6533d4e3-0e6e-4035-b441-ca6fe85e28eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"admin","value":"0x6b03eea493cfeab887f40969e40b069bb334f632","type":"text"},{"key":"adminpwd","value":"toronet","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"op\": \"check_kyc\",\r\n    \"params\": [\r\n        {\r\n            \"name\": \"currency\",\r\n            \"value\": \"NGN\" //current options are NGN\r\n        },\r\n        {\r\n            \"name\": \"bvn\",\r\n            \"value\": \"22435749000\"\r\n        },\r\n        {\r\n            \"name\": \"firstName\",\r\n            \"value\": \"Smithe\"\r\n        },\r\n        {\r\n            \"name\": \"lastName\",\r\n            \"value\": \"Alan\"\r\n        },\r\n        {\r\n            \"name\": \"middleName\",\r\n            \"value\": \"\"\r\n        },\r\n        {\r\n            \"name\": \"phoneNumber\",\r\n            \"value\": \"08173637148\"\r\n        },\r\n        {\r\n            \"name\": \"dob\",\r\n            \"value\": \"28-APR-1952\" // DD-MMM-YYYY format is requireed\r\n        },\r\n        {\r\n            \"name\": \"address\",\r\n            \"value\": \"0x1862156c9d80a8ff00a89662acee978b58760e91\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/payment/toro/","urlObject":{"path":["api","payment","toro",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"6533d4e3-0e6e-4035-b441-ca6fe85e28eb"}],"id":"e3848b44-bb04-419f-81a0-fca6e5f1cfa1","_postman_id":"e3848b44-bb04-419f-81a0-fca6e5f1cfa1","description":""},{"name":"/payment_crypto","item":[{"name":"paymentinitialize","id":"7ca121b6-c49d-4395-bfb4-acb12fe21331","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"adminpwd","value":"toronet","type":"text"},{"key":"admin","value":"0x6b03eea493cfeab887f40969e40b069bb334f632","type":"text"}],"body":{"mode":"raw","raw":"{\r\n        \"op\": \"paymentinitialize\",\r\n        \"params\": [\r\n            {\r\n                \"name\": \"address\",\r\n                \"value\": \"0x487B6838e2043369a62Ff3995AEAb1F634691896\"\r\n            },\r\n            {\r\n                \"name\": \"token\",\r\n                \"value\": \"TORO\"\r\n            },\r\n            {\r\n                \"name\": \"currency\",\r\n                \"value\": \"USDTBSC\"\r\n            },\r\n            {\r\n                \"name\": \"amount\",\r\n                \"value\": \"1\"\r\n            },\r\n            {\r\n                \"name\": \"success_url\",\r\n                \"value\": \"\"\r\n            },\r\n            {\r\n                \"name\": \"cancel_url\",\r\n                \"value\": \"\"\r\n            },\r\n            {\r\n                \"name\": \"paymenttype\",\r\n                \"value\": \"crypto\"\r\n            },\r\n            {\r\n                \"name\": \"passthrough\",\r\n                \"value\": \"0\"\r\n            },\r\n            {\r\n                \"name\": \"commissionrate\",\r\n                \"value\": \"0\"\r\n            },\r\n            {\r\n                \"name\": \"exchange\",\r\n                \"value\": \"1\"\r\n            },\r\n            {\r\n                \"name\": \"payername\",\r\n                \"value\": \"Jon Doe\"\r\n            },\r\n            {\r\n                \"name\": \"payeraddress\",\r\n                \"value\": \"Lekki gardens phase \"\r\n            },\r\n            {\r\n                \"name\": \"payercity\",\r\n                \"value\": \"Lagos\"\r\n            },\r\n            {\r\n                \"name\": \"payerstate\",\r\n                \"value\": \"Lagos\"\r\n            },\r\n            {\r\n                \"name\": \"payercountry\",\r\n                \"value\": \"NG\"\r\n            },\r\n            {\r\n                \"name\": \"payerzipcode\",\r\n                \"value\": \"null\"\r\n            },\r\n            {\r\n                \"name\": \"payerphone\",\r\n                \"value\": \"2348135064965\"\r\n            },\r\n            {\r\n                \"name\": \"reusewallet\",\r\n                \"value\": \"1\"\r\n            },\r\n            {\r\n                \"name\": \"description\",\r\n                \"value\": \"\"\r\n            },\r\n            {\r\n                \"name\": \"reference\",\r\n                \"value\": \"\"\r\n            }\r\n        ]\r\n    }","options":{"raw":{"language":"json"}}},"url":"/api/payment/toro/","urlObject":{"path":["api","payment","toro",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"7ca121b6-c49d-4395-bfb4-acb12fe21331"},{"name":"recordfiattransaction","id":"951bb1d5-4ffd-4678-8bbd-d451b21c8bde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"admin","value":"0x6b03eea493cfeab887f40969e40b069bb334f632","type":"text"},{"key":"adminpwd","value":"password","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"op\": \"recordpayment\",\r\n    \"params\": [\r\n        {\r\n            \"name\": \"currency\",\r\n            \"value\": \"USDTBSC\" //current options are USD, EUR, NGN - defaut\r\n        },\r\n        {\r\n            \"name\": \"txid\",\r\n            \"value\": \"0x7d52b8e3513f25ab7d2d00dfab839f5ff15ab40d_5e9b585efcc49663\"\r\n        },\r\n        {\r\n            \"name\": \"checkouttype\",\r\n            \"value\": \"paymentintent\"\r\n        },\r\n        {\r\n            \"name\": \"paymenttype\",\r\n            \"value\": \"crypto\" //options are card, bank or ach, wire. if omitted the lowest fee is default\r\n        },\r\n        {\r\n            \"name\": \"reusewallet\",\r\n            \"value\": \"1\" //default or ommitted is set as 0, 1 ureuses virtual wallets\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/payment/toro/","urlObject":{"path":["api","payment","toro",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"951bb1d5-4ffd-4678-8bbd-d451b21c8bde"},{"name":"updateproject","id":"828a8f30-094b-467f-adb3-95eed7af7efc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"adminpwd","value":"toronet","type":"text"},{"key":"admin","value":"0x6b03eea493cfeab887f40969e40b069bb334f632","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"op\": \"updateproject\",\r\n    \"params\": [\r\n        {\r\n            \"name\": \"projectaddress\",\r\n            \"value\": \"0x0ca0b83fd81d726f52c266bb617a14a4ec80214a\" //blockchain address\r\n        },\r\n        {\r\n            \"name\": \"acceptcryptopayments\",\r\n            \"value\": \"1\" // optional. default 0, 1-can accept crypto payments\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/payment/toro/","urlObject":{"path":["api","payment","toro",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"828a8f30-094b-467f-adb3-95eed7af7efc"},{"name":"getbsc_balance","id":"01aec37b-3347-412e-8723-23592d287e15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"adminpwd","value":"toronet","type":"text"},{"key":"admin","value":"0x6b03eea493cfeab887f40969e40b069bb334f632","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"op\": \"getbsc_balance\",\r\n    \"params\": [\r\n        {\r\n            \"name\": \"address\",\r\n            \"value\": \"0xa32afcc2f75746c5ce4d8998adaad4f0526f567a\" //blockchain address\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/payment/toro/","urlObject":{"path":["api","payment","toro",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"01aec37b-3347-412e-8723-23592d287e15"},{"name":"getbsc_token_balance","id":"9f634ca4-53d1-4fbe-ac8e-e0f3a27f3ba0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"adminpwd","value":"toronet","type":"text"},{"key":"admin","value":"0x6b03eea493cfeab887f40969e40b069bb334f632","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"op\": \"getbsc_token_balance\",\r\n    \"params\": [\r\n        {\r\n            \"name\": \"address\",\r\n            \"value\": \"0xa32afcc2f75746c5ce4d8998adaad4f0526f567a\" //blockchain address\r\n        },\r\n        {\r\n            \"name\": \"contractaddress\",\r\n            \"value\": \"0x55d398326f99059ff775485246999027b3197955\" //blockchain address\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/payment/toro/","urlObject":{"path":["api","payment","toro",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"9f634ca4-53d1-4fbe-ac8e-e0f3a27f3ba0"},{"name":"getbsc_latest_block","id":"080245f2-cc87-456c-96a1-d824222d4628","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"adminpwd","value":"toronet","type":"text"},{"key":"admin","value":"0x6b03eea493cfeab887f40969e40b069bb334f632","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"op\": \"getbsc_latest_block\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/payment/toro/","urlObject":{"path":["api","payment","toro",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"080245f2-cc87-456c-96a1-d824222d4628"},{"name":"getbsc_latest_block_old","id":"ced6d417-8d08-4ff0-9ce4-7044eb52416d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"adminpwd","value":"toronet","type":"text"},{"key":"admin","value":"0x6b03eea493cfeab887f40969e40b069bb334f632","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"op\": \"getbsc_latest_block\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/payment/toro/","urlObject":{"path":["api","payment","toro",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"ced6d417-8d08-4ff0-9ce4-7044eb52416d"},{"name":"getbsc_token_transactions","id":"bd8789c5-fc99-4e82-8208-874f37c4cd39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"adminpwd","value":"toronet","type":"text"},{"key":"admin","value":"0x6b03eea493cfeab887f40969e40b069bb334f632","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"op\": \"getbsc_token_transactions\",\r\n    \"params\": [\r\n        {\r\n            \"name\": \"address\",\r\n            \"value\": \"0xF426a8d0A94bf039A35CEE66dBf0227A7a12D11e\" //blockchain address\r\n        },\r\n                {\r\n            \"name\": \"type\",\r\n            \"value\": \"tokentx\" //txlist, tokentx\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/payment/toro/","urlObject":{"path":["api","payment","toro",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"bd8789c5-fc99-4e82-8208-874f37c4cd39"},{"name":"getbsc_transaction","id":"ae754b5b-d00e-4fe1-a0b7-798594724950","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"adminpwd","value":"toronet","type":"text"},{"key":"admin","value":"0x6b03eea493cfeab887f40969e40b069bb334f632","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"op\": \"getbsc_transaction\",\r\n    \"params\": [\r\n        {\r\n            \"name\": \"hash\",\r\n            \"value\":\"0xbe203b6c918806c5900d437d9b574b9d0ca24dc3a6a36c62cd9d40057f0c2bd5\" //transaction hash\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/payment/toro/","urlObject":{"path":["api","payment","toro",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"ae754b5b-d00e-4fe1-a0b7-798594724950"},{"name":"geteth_balance","id":"eaf72701-1feb-4511-945c-9b6e775a2dea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"adminpwd","value":"toronet","type":"text"},{"key":"admin","value":"0x6b03eea493cfeab887f40969e40b069bb334f632","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"op\": \"geteth_balance\",\r\n    \"params\": [\r\n        {\r\n            \"name\": \"address\",\r\n            \"value\": \"0x2e6e558780c9adc9ae5a9dad2066e56f98d3b18a\" //blockchain address\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/payment/toro/","urlObject":{"path":["api","payment","toro",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"eaf72701-1feb-4511-945c-9b6e775a2dea"},{"name":"geteth_token_balance","id":"d4c6e696-9408-4fca-acf3-6affcf2073be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"adminpwd","value":"toronet","type":"text"},{"key":"admin","value":"0x6b03eea493cfeab887f40969e40b069bb334f632","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"op\": \"geteth_token_balance\",\r\n    \"params\": [\r\n        {\r\n            \"name\": \"address\",\r\n            \"value\": \"0x487B6838e2043369a62Ff3995AEAb1F634691896\" //blockchain address\r\n        },\r\n        {\r\n            \"name\": \"contractaddress\",\r\n            \"value\": \"0xdac17f958d2ee523a2206206994597c13d831ec7\" //blockchain address\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/payment/toro/","urlObject":{"path":["api","payment","toro",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"d4c6e696-9408-4fca-acf3-6affcf2073be"},{"name":"geteth_latest_block","id":"54b260e6-e255-4419-93a5-0d8a9c3fed7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"adminpwd","value":"toronet","type":"text"},{"key":"admin","value":"0x6b03eea493cfeab887f40969e40b069bb334f632","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"op\": \"getbsc_latest_block\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/payment/toro/","urlObject":{"path":["api","payment","toro",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"54b260e6-e255-4419-93a5-0d8a9c3fed7a"},{"name":"geteth_latest_block_old","id":"2c6a1990-b8c6-4f1c-9af6-3a0e12f7cda1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"adminpwd","value":"toronet","type":"text"},{"key":"admin","value":"0x6b03eea493cfeab887f40969e40b069bb334f632","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"op\": \"geteth_latest_block_old\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/payment/toro/","urlObject":{"path":["api","payment","toro",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"2c6a1990-b8c6-4f1c-9af6-3a0e12f7cda1"},{"name":"geteth_token_transactions","id":"31487f4f-b9ea-4948-89ab-aa0bf5432c15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"adminpwd","value":"toronet","type":"text"},{"key":"admin","value":"0x6b03eea493cfeab887f40969e40b069bb334f632","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"op\": \"geteth_token_transactions\",\r\n    \"params\": [\r\n        {\r\n            \"name\": \"address\",\r\n            \"value\": \"0x487B6838e2043369a62Ff3995AEAb1F634691896\" //blockchain address\r\n        },\r\n                {\r\n            \"name\": \"type\",\r\n            \"value\": \"tokentx\" //txlist, tokentx\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/payment/toro/","urlObject":{"path":["api","payment","toro",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"31487f4f-b9ea-4948-89ab-aa0bf5432c15"},{"name":"get_latest_block","id":"43de6c64-a129-4ba2-9f12-f046d5b26398","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"adminpwd","value":"toronet","type":"text"},{"key":"admin","value":"0x6b03eea493cfeab887f40969e40b069bb334f632","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"op\": \"get_latest_block\",\r\n    \"params\": [\r\n        {\r\n            \"name\": \"address\",\r\n            \"value\": \"0x487B6838e2043369a62Ff3995AEAb1F634691896\" //blockchain address\r\n        },\r\n        {\r\n            \"name\": \"contractaddress\",\r\n            \"value\": \"0xdac17f958d2ee523a2206206994597c13d831ec7\" //blockchain address\r\n        },\r\n        {\r\n            \"name\": \"network\",\r\n            \"value\": \"eth\" //blockchain network - eth, bsc currently supported\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/payment/toro/","urlObject":{"path":["api","payment","toro",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"43de6c64-a129-4ba2-9f12-f046d5b26398"},{"name":"get_balance","id":"de563057-f391-4a78-afc7-461185c0539a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"adminpwd","value":"toronet","type":"text"},{"key":"admin","value":"0x6b03eea493cfeab887f40969e40b069bb334f632","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"op\": \"get_balance\",\r\n    \"params\": [\r\n        {\r\n            \"name\": \"address\",\r\n            \"value\": \"0x487B6838e2043369a62Ff3995AEAb1F634691896\" //blockchain address\r\n        },\r\n        {\r\n            \"name\": \"network\",\r\n            \"value\": \"eth\" //blockchain network - eth, bsc currently supported\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/payment/toro/","urlObject":{"path":["api","payment","toro",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"de563057-f391-4a78-afc7-461185c0539a"},{"name":"get_tokenbalance","id":"90faf03a-3099-4f0f-93bd-7a8a878ea367","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"adminpwd","value":"toronet","type":"text"},{"key":"admin","value":"0x6b03eea493cfeab887f40969e40b069bb334f632","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"op\": \"get_tokenbalance\",\r\n    \"params\": [\r\n        {\r\n            \"name\": \"address\",\r\n            \"value\": \"0x487B6838e2043369a62Ff3995AEAb1F634691896\" //blockchain address\r\n        },\r\n        {\r\n            \"name\": \"network\",\r\n            \"value\": \"eth\" //blockchain network - eth, bsc currently supported\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/payment/toro/","urlObject":{"path":["api","payment","toro",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"90faf03a-3099-4f0f-93bd-7a8a878ea367"},{"name":"transfer_gas_token","id":"7e0c2dd9-b4d0-4c41-900d-930607acf221","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"adminpwd","value":"toronet","type":"text"},{"key":"admin","value":"0x6b03eea493cfeab887f40969e40b069bb334f632","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"op\": \"transfer_gas_token\",\r\n    \"params\": [\r\n        {\r\n            \"name\": \"from\",\r\n            \"value\": \"0x0236c6eb3f6459f5c039a81ec980240e9538398e\" //blockchain address\r\n        },\r\n        {\r\n            \"name\": \"to\",\r\n            \"value\": \"0x487B6838e2043369a62Ff3995AEAb1F634691896\" //blockchain address\r\n        },\r\n        {\r\n            \"name\": \"network\",\r\n            \"value\": \"bsc\" //blockchain network - eth, bsc currently supported\r\n        },\r\n        {\r\n            \"name\": \"amount\",\r\n            \"value\": \"0.1\" //amount in its units\r\n        }\r\n\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/payment/toro/","urlObject":{"path":["api","payment","toro",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"7e0c2dd9-b4d0-4c41-900d-930607acf221"},{"name":"transfer_token","id":"66cab498-3280-4924-8788-120124570788","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"adminpwd","value":"toronet","type":"text"},{"key":"admin","value":"0x6b03eea493cfeab887f40969e40b069bb334f632","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"op\": \"transfer_token\",\r\n    \"params\": [\r\n        {\r\n            \"name\": \"from\",\r\n            \"value\": \"0xc6c4117a52a172ea631bf5a0f87a60d8a44ec3f0\" //blockchain address\r\n        },\r\n        {\r\n            \"name\": \"to\",\r\n            \"value\": \"0xa32afcc2f75746c5ce4d8998adaad4f0526f567a\" //blockchain address\r\n        },\r\n        {\r\n            \"name\": \"network\",\r\n            \"value\": \"bsc\" //blockchain network - eth, bsc currently supported\r\n        },\r\n        {\r\n            \"name\": \"contractaddress\",\r\n            \"value\": \"0x55d398326f99059ff775485246999027b3197955\" //USDT BSC contract address\r\n        },\r\n        {\r\n            \"name\": \"pwd\",\r\n            \"value\": \"toronet\" //optional, if not a virtual crypto wallet\r\n        },\r\n        {\r\n            \"name\": \"tokenname\",\r\n            \"value\": \"USDT\" //token symbol\r\n        },\r\n        {\r\n            \"name\": \"amount\",\r\n            \"value\": \"1\" //amount in its units\r\n        }\r\n\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/payment/toro/","urlObject":{"path":["api","payment","toro",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"66cab498-3280-4924-8788-120124570788"},{"name":"bridge_token","id":"8f414f62-a268-47f1-a441-722e03618a78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"adminpwd","value":"toronet","type":"text"},{"key":"admin","value":"0x6b03eea493cfeab887f40969e40b069bb334f632","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"op\": \"bridge_token\",\r\n    \"params\": [\r\n        {\r\n            \"name\": \"from\",\r\n            \"value\": \"0xc6c4117a52a172ea631bf5a0f87a60d8a44ec3f0\" //blockchain address\r\n        },\r\n        {\r\n            \"name\": \"pwd\",\r\n            \"value\": \"toronet\" //blockchain address\r\n        },\r\n        {\r\n            \"name\": \"network\",\r\n            \"value\": \"bsc\" //blockchain network - eth, bsc currently supported\r\n        },\r\n        {\r\n            \"name\": \"contractaddress\",\r\n            \"value\": \"0x55d398326f99059ff775485246999027b3197955\" //USDT BSC contract address\r\n        },\r\n        {\r\n            \"name\": \"pwd\",\r\n            \"value\": \"Toronet777\" //optional, if not a virtual crypto wallet\r\n        },\r\n        {\r\n            \"name\": \"tokenname\",\r\n            \"value\": \"USDT\" //token symbol\r\n        },\r\n        {\r\n            \"name\": \"amount\",\r\n            \"value\": \"1\" //amount in its units\r\n        }\r\n\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/payment/toro/","urlObject":{"path":["api","payment","toro",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"8f414f62-a268-47f1-a441-722e03618a78"},{"name":"bridge_gas_token","id":"30b72af6-2650-4676-9e29-99ff9ff3d8d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"adminpwd","value":"toronet","type":"text"},{"key":"admin","value":"0x6b03eea493cfeab887f40969e40b069bb334f632","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"op\": \"bridge_gas_token\",\r\n    \"params\": [\r\n        {\r\n            \"name\": \"from\",\r\n            \"value\": \"0x0236c6eb3f6459f5c039a81ec980240e9538398e\" //blockchain address\r\n        },\r\n        {\r\n            \"name\": \"network\",\r\n            \"value\": \"eth\" //blockchain network - eth, bsc currently supported\r\n        },\r\n        {\r\n            \"name\": \"amount\",\r\n            \"value\": \"0.1\" //amount in its units\r\n        }\r\n\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/payment/toro/","urlObject":{"path":["api","payment","toro",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"30b72af6-2650-4676-9e29-99ff9ff3d8d1"},{"name":"updateproject_bscreserve","id":"f25a07f6-3578-4f79-9cdd-11a22d6f36ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"adminpwd","value":"toronet","type":"text"},{"key":"admin","value":"0x6b03eea493cfeab887f40969e40b069bb334f632","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"op\": \"updateproject_bscreserve\",\r\n    \"params\": [\r\n        {\r\n            \"name\": \"bscaddress\",\r\n            \"value\": \"0x487B6838e2043369a62Ff3995AEAb1F634691896\" //blockchain address\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/payment/toro/","urlObject":{"path":["api","payment","toro",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"f25a07f6-3578-4f79-9cdd-11a22d6f36ad"},{"name":"updateproject_ethreserve","id":"aea64371-0b0b-4aae-8975-fcbcb19b6bac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"adminpwd","value":"toronet","type":"text"},{"key":"admin","value":"0x6b03eea493cfeab887f40969e40b069bb334f632","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"op\": \"updateproject_ethreserve\",\r\n    \"params\": [\r\n        {\r\n            \"name\": \"ethaddress\",\r\n            \"value\": \"0x487B6838e2043369a62Ff3995AEAb1F634691896\" //blockchain address\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/payment/toro/","urlObject":{"path":["api","payment","toro",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"aea64371-0b0b-4aae-8975-fcbcb19b6bac"},{"name":"updateproject_arbreserve","id":"0c30de40-a71b-4809-828e-73532d0aedcb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"adminpwd","value":"toronet","type":"text"},{"key":"admin","value":"0x6b03eea493cfeab887f40969e40b069bb334f632","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"op\": \"updateproject_arbreserve\",\r\n    \"params\": [\r\n        {\r\n            \"name\": \"arbaddress\",\r\n            \"value\": \"0x487B6838e2043369a62Ff3995AEAb1F634691896\" //blockchain address\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/payment/toro/","urlObject":{"path":["api","payment","toro",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"0c30de40-a71b-4809-828e-73532d0aedcb"},{"name":"updateproject_polyreserve","id":"5da20a1f-98db-474a-a581-fd91284e533b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"adminpwd","value":"toronet","type":"text"},{"key":"admin","value":"0x6b03eea493cfeab887f40969e40b069bb334f632","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"op\": \"updateproject_polyreserve\",\r\n    \"params\": [\r\n        {\r\n            \"name\": \"polyaddress\",\r\n            \"value\": \"0x487B6838e2043369a62Ff3995AEAb1F634691896\" //blockchain address\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/payment/toro/","urlObject":{"path":["api","payment","toro",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"5da20a1f-98db-474a-a581-fd91284e533b"},{"name":"updateproject_basereserve","id":"8ada4ae9-62d0-49fd-a9da-3d4c96e7908a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"adminpwd","value":"toronet","type":"text"},{"key":"admin","value":"0x6b03eea493cfeab887f40969e40b069bb334f632","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"op\": \"updateproject_basereserve\",\r\n    \"params\": [\r\n        {\r\n            \"name\": \"baseaddress\",\r\n            \"value\": \"0x487B6838e2043369a62Ff3995AEAb1F634691896\" //blockchain address\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/payment/toro/","urlObject":{"path":["api","payment","toro",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"8ada4ae9-62d0-49fd-a9da-3d4c96e7908a"},{"name":"updateproject_avaxreserve","id":"f382fbb9-56ab-4a18-933f-b336444f1737","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"adminpwd","value":"toronet","type":"text"},{"key":"admin","value":"0x6b03eea493cfeab887f40969e40b069bb334f632","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"op\": \"updateproject_avaxreserve\",\r\n    \"params\": [\r\n        {\r\n            \"name\": \"avaxaddress\",\r\n            \"value\": \"0x487B6838e2043369a62Ff3995AEAb1F634691896\" //blockchain address\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/payment/toro/","urlObject":{"path":["api","payment","toro",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"f382fbb9-56ab-4a18-933f-b336444f1737"},{"name":"updatemerchant_bscreserve","id":"7edc5b53-397a-4ffe-9065-c77e3c02665a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"adminpwd","value":"toronet","type":"text"},{"key":"admin","value":"0x6b03eea493cfeab887f40969e40b069bb334f632","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"op\": \"updatemerchant_bscreserve\",\r\n    \"params\": [\r\n        {\r\n            \"name\": \"bscaddress\",\r\n            \"value\": \"0x487B6838e2043369a62Ff3995AEAb1F634691896\" //blockchain address\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/payment/toro/","urlObject":{"path":["api","payment","toro",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"7edc5b53-397a-4ffe-9065-c77e3c02665a"},{"name":"updatemerchant_ethreserve","id":"29c58643-8193-47cb-8953-4487d353488e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"adminpwd","value":"toronet","type":"text"},{"key":"admin","value":"0x6b03eea493cfeab887f40969e40b069bb334f632","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"op\": \"updatemerchant_ethreserve\",\r\n    \"params\": [\r\n        {\r\n            \"name\": \"ethaddress\",\r\n            \"value\": \"0x487B6838e2043369a62Ff3995AEAb1F634691896\" //blockchain address\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/payment/toro/","urlObject":{"path":["api","payment","toro",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"29c58643-8193-47cb-8953-4487d353488e"},{"name":"updatemerchant_arbreserve","id":"d4138112-10b5-4881-a935-c2fbc7315e05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"adminpwd","value":"toronet","type":"text"},{"key":"admin","value":"0x6b03eea493cfeab887f40969e40b069bb334f632","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"op\": \"updatemerchant_arbreserve\",\r\n    \"params\": [\r\n        {\r\n            \"name\": \"arbaddress\",\r\n            \"value\": \"0x487B6838e2043369a62Ff3995AEAb1F634691896\" //blockchain address\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/payment/toro/","urlObject":{"path":["api","payment","toro",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"d4138112-10b5-4881-a935-c2fbc7315e05"},{"name":"updatemerchant_polyreserve","id":"065c9f5d-9ddd-444a-96d4-ffa5d8ed894a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"adminpwd","value":"toronet","type":"text"},{"key":"admin","value":"0x6b03eea493cfeab887f40969e40b069bb334f632","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"op\": \"updatemerchant_polyreserve\",\r\n    \"params\": [\r\n        {\r\n            \"name\": \"polyaddress\",\r\n            \"value\": \"0x487B6838e2043369a62Ff3995AEAb1F634691896\" //blockchain address\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/payment/toro/","urlObject":{"path":["api","payment","toro",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"065c9f5d-9ddd-444a-96d4-ffa5d8ed894a"},{"name":"updatemerchant_basereserve","id":"02433f77-decd-4286-96be-faffb8d594d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"adminpwd","value":"toronet","type":"text"},{"key":"admin","value":"0x6b03eea493cfeab887f40969e40b069bb334f632","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"op\": \"updatemerchant_basereserve\",\r\n    \"params\": [\r\n        {\r\n            \"name\": \"baseaddress\",\r\n            \"value\": \"0x487B6838e2043369a62Ff3995AEAb1F634691896\" //blockchain address\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/payment/toro/","urlObject":{"path":["api","payment","toro",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"02433f77-decd-4286-96be-faffb8d594d9"},{"name":"updatemerchant_avaxreserve","id":"c7f9e652-d338-40b4-9c8f-299a2f6c442a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"adminpwd","value":"toronet","type":"text"},{"key":"admin","value":"0x6b03eea493cfeab887f40969e40b069bb334f632","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"op\": \"updatemerchant_avaxreserve\",\r\n    \"params\": [\r\n        {\r\n            \"name\": \"avaxaddress\",\r\n            \"value\": \"0x487B6838e2043369a62Ff3995AEAb1F634691896\" //blockchain address\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/payment/toro/","urlObject":{"path":["api","payment","toro",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"c7f9e652-d338-40b4-9c8f-299a2f6c442a"},{"name":"generatevirtualwallet","id":"ae7eb06c-9b56-470a-a92a-224819eb138e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"adminpwd","value":"toronet","type":"text"},{"key":"admin","value":"0x6b03eea493cfeab887f40969e40b069bb334f632","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"op\": \"generatevirtualwallet\",\r\n    \"params\": [\r\n        {\r\n            \"name\": \"address\",\r\n            \"value\": \"0x3c4de81ff82d49389134263e8a6752a2d9556fe4\" //blockchain address\r\n        },\r\n        {\r\n            \"name\": \"payername\",\r\n            \"value\": \"Ken Alabi\" //name of the account holder\r\n        },        \r\n        {\r\n            \"name\": \"currency\",\r\n            \"value\": \"BSCUSDT\" //current options are USD, EUR, NGN - defaut\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/payment/toro/","urlObject":{"path":["api","payment","toro",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"ae7eb06c-9b56-470a-a92a-224819eb138e"},{"name":"gettrx_balance","id":"fb592413-fb85-4125-a8af-bb161938641c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"adminpwd","value":"toronet","type":"text"},{"key":"admin","value":"0x6b03eea493cfeab887f40969e40b069bb334f632","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"op\": \"gettrx_balance\",\r\n    \"params\": [\r\n        {\r\n            \"name\": \"address\",\r\n            \"value\": \"TBjkrvhLoh6v7KBuziZs5fL4NqpbCzgXdf\" //blockchain address\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://toronet.org/api/cryptoutils/","urlObject":{"protocol":"https","path":["api","cryptoutils",""],"host":["toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"fb592413-fb85-4125-a8af-bb161938641c"},{"name":"gettrx_balance_virtualaddress","id":"96ac945b-871f-4939-a36e-be6a5aa8e5f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"adminpwd","value":"toronet","type":"text"},{"key":"admin","value":"0x6b03eea493cfeab887f40969e40b069bb334f632","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"op\": \"gettrx_balance\",\r\n    \"params\": [\r\n        {\r\n            \"name\": \"address\",\r\n            \"value\": \"0x7d52b8e3513f25ab7d2d00dfab839f5ff15ab40d\" //blockchain address\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://toronet.org/api/cryptoutils/","urlObject":{"protocol":"https","path":["api","cryptoutils",""],"host":["toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"96ac945b-871f-4939-a36e-be6a5aa8e5f9"},{"name":"gettrx_token_balance","id":"d707f5f7-0709-4eb9-9269-e72d197593d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"adminpwd","value":"toronet","type":"text"},{"key":"admin","value":"0x6b03eea493cfeab887f40969e40b069bb334f632","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"op\": \"gettrx_token_balance\",\r\n    \"params\": [\r\n        {\r\n            \"name\": \"address\",\r\n            \"value\": \"TYKRzh8s4jrYs5CtaX5UV2BNHcUMgeHC1U\" //blockchain address\r\n        },\r\n        {\r\n            \"name\": \"contractaddress\",\r\n            \"value\": \"TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t\" //blockchain address\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://toronet.org/api/cryptoutils/","urlObject":{"protocol":"https","path":["api","cryptoutils",""],"host":["toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d707f5f7-0709-4eb9-9269-e72d197593d5"},{"name":"gettrx_token_balance_virtualaddress","id":"31fbe986-d19b-424a-bf94-d14e04295ced","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"adminpwd","value":"toronet","type":"text"},{"key":"admin","value":"0x6b03eea493cfeab887f40969e40b069bb334f632","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"op\": \"gettrx_token_balance\",\r\n    \"params\": [\r\n        {\r\n            \"name\": \"address\",\r\n            \"value\": \"0x7d52b8e3513f25ab7d2d00dfab839f5ff15ab40d\" //blockchain address\r\n        },\r\n        {\r\n            \"name\": \"contractaddress\",\r\n            \"value\": \"TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t\" //blockchain address\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://toronet.org/api/cryptoutils/","urlObject":{"protocol":"https","path":["api","cryptoutils",""],"host":["toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"31fbe986-d19b-424a-bf94-d14e04295ced"},{"name":"gettrx_latest_block","id":"4ee98d4f-d33f-4acc-92d8-fe7ea528193a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"adminpwd","value":"toronet","type":"text"},{"key":"admin","value":"0x6b03eea493cfeab887f40969e40b069bb334f632","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"op\": \"gettrx_latest_block\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://toronet.org/api/cryptoutils/","urlObject":{"protocol":"https","path":["api","cryptoutils",""],"host":["toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4ee98d4f-d33f-4acc-92d8-fe7ea528193a"},{"name":"gettrx_token_transactions","id":"b1cba207-b77b-44e5-a36b-b91d7b2e0674","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"adminpwd","value":"toronet","type":"text"},{"key":"admin","value":"0x6b03eea493cfeab887f40969e40b069bb334f632","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"op\": \"gettrx_token_transactions\",\r\n    \"params\": [\r\n        {\r\n            \"name\": \"address\",\r\n            \"value\": \"TY8TLVSpZs27SSrZibuSCwzRMcJShqYUL3\" //\"TUmZXVLb7NKYREX587fJeMer3ML8ptLvsm\" //blockchain address. can be the Toronet address or Tron address. If it is a Toronet, it will fetch its equivalent Tron address\r\n        },\r\n        {\r\n            \"name\": \"contractaddress\",\r\n            \"value\": \"TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t\" //blockchain address\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/cryptoutils/","urlObject":{"path":["api","cryptoutils",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"b1cba207-b77b-44e5-a36b-b91d7b2e0674"},{"name":"gettrx_transactions","id":"4e6b7bfe-c914-4206-b3e2-4ee58a03bd15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"adminpwd","value":"toronet","type":"text"},{"key":"admin","value":"0x6b03eea493cfeab887f40969e40b069bb334f632","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"op\": \"gettrx_transactions\",\r\n    \"params\": [\r\n        {\r\n            \"name\": \"address\",\r\n            \"value\": \"TYKRzh8s4jrYs5CtaX5UV2BNHcUMgeHC1U\" //blockchain address\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/cryptoutils/","urlObject":{"path":["api","cryptoutils",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"4e6b7bfe-c914-4206-b3e2-4ee58a03bd15"},{"name":"transfer_trx","id":"d79bd4b1-5987-481b-abb1-e4cf06d4a264","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"adminpwd","value":"toronet","type":"text"},{"key":"admin","value":"0x6b03eea493cfeab887f40969e40b069bb334f632","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"op\": \"transfer_trx\",\r\n    \"params\": [\r\n        {\r\n            \"name\": \"from\",\r\n            \"value\": \"TYKRzh8s4jrYs5CtaX5UV2BNHcUMgeHC1U\" //blockchain address\r\n        },\r\n        {\r\n            \"name\": \"to\",\r\n            \"value\": \"TMuWue6JJwivry8JmKmAz8wiZp6UaDRXii\" //blockchain address\r\n        },\r\n        {\r\n            \"name\": \"amount\",\r\n            \"value\": \"10\" //amount in its units\r\n        },\r\n        {\r\n            \"name\": \"pwd\",\r\n            \"value\":\"toronet\"  \r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://toronet.org/api/cryptoutils/","urlObject":{"protocol":"https","path":["api","cryptoutils",""],"host":["toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"d79bd4b1-5987-481b-abb1-e4cf06d4a264"},{"name":"transfer_trx_virtualaddress","id":"c0cad55c-93df-4dd7-a03b-205cbc7cdbd5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"adminpwd","value":"Toronet","type":"text"},{"key":"admin","value":"0x6b03eea493cfeab887f40969e40b069bb334f632","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"op\": \"transfer_trx\",\r\n    \"params\": [\r\n        {\r\n            \"name\": \"from\",\r\n            \"value\": \"0xa258a705ddc3cb7ce0fa2ef7c08614c9994e9b84\" //blockchain address\r\n        },\r\n        {\r\n            \"name\": \"to\",\r\n            \"value\": \"TYKRzh8s4jrYs5CtaX5UV2BNHcUMgeHC1U\" //blockchain address\r\n        },\r\n        {\r\n            \"name\": \"amount\",\r\n            \"value\": \"8\" //amount in its units\r\n        },\r\n        {\r\n            \"name\": \"pwd\",\r\n            \"value\":\"toronet\"  \r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://toronet.org/api/cryptoutils/","urlObject":{"protocol":"https","path":["api","cryptoutils",""],"host":["toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c0cad55c-93df-4dd7-a03b-205cbc7cdbd5"},{"name":"transfer_trx_token","id":"bfc19029-6c41-40f1-be6d-4241400a7416","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"adminpwd","value":"toronet","type":"text"},{"key":"admin","value":"0x6b03eea493cfeab887f40969e40b069bb334f632","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"op\": \"transfer_trx_token\",\r\n    \"params\": [\r\n        {\r\n            \"name\": \"from\",\r\n            \"value\": \"TAA3mY33gRmLp7T2pXxCnY3bne3UbPJEoH\" //blockchain address\r\n        },\r\n        {\r\n            \"name\": \"to\",\r\n            \"value\": \"TMuWue6JJwivry8JmKmAz8wiZp6UaDRXii\" //blockchain address\r\n        },\r\n        {\r\n            \"name\": \"amount\",\r\n            \"value\": \"2.5\" //amount in its units\r\n        },\r\n        {\r\n            \"name\": \"pwd\",\r\n            \"value\":\"toronet\"  \r\n        },\r\n        {\r\n            \"name\": \"contractaddress\",\r\n            \"value\": \"TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t\" //USDT BSC contract address\r\n        },\r\n        {\r\n            \"name\": \"tokenname\",\r\n            \"value\": \"USDT\" //USDT\r\n        },\r\n        {\r\n            \"name\": \"usetokenasfees\",\r\n            \"value\": \"true\" //take the fees out of the tokens if there is not enough gas\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://toronet.org/api/cryptoutils/","urlObject":{"protocol":"https","path":["api","cryptoutils",""],"host":["toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"bfc19029-6c41-40f1-be6d-4241400a7416"},{"name":"transfer_trx_token_virtualaddress","id":"3f8644b1-7d1d-4847-951d-d6cbe7f8ce6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"adminpwd","value":"toronet","type":"text"},{"key":"admin","value":"0x6b03eea493cfeab887f40969e40b069bb334f632","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"op\": \"transfer_trx_token\",\r\n    \"params\": [\r\n        {\r\n            \"name\": \"from\",\r\n            \"value\": \"0x543abcf84534278c632881f6611415d3e78b5666\" //blockchain address\r\n        },\r\n        {\r\n            \"name\": \"to\",\r\n            \"value\": \"TMuWue6JJwivry8JmKmAz8wiZp6UaDRXii\" //blockchain address\r\n        },\r\n        {\r\n            \"name\": \"amount\",\r\n            \"value\": \"2.5\" //amount in its units\r\n        },\r\n        {\r\n            \"name\": \"pwd\",\r\n            \"value\":\"toronet\"  \r\n        },\r\n        {\r\n            \"name\": \"contractaddress\",\r\n            \"value\": \"TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t\" //USDT BSC contract address\r\n        },\r\n        {\r\n            \"name\": \"tokenname\",\r\n            \"value\": \"USDT\" //USDT\r\n        },\r\n        {\r\n            \"name\": \"usetokenasfees\",\r\n            \"value\": \"true\" //take the fees out of the tokens if there is not enough gas\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://toronet.org/api/cryptoutils/","urlObject":{"protocol":"https","path":["api","cryptoutils",""],"host":["toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"3f8644b1-7d1d-4847-951d-d6cbe7f8ce6a"},{"name":"isValidTronAddress","id":"5c9b7416-30f6-42f7-8855-2b609e7cc3f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"adminpwd","value":"toronet","type":"text"},{"key":"admin","value":"0x6b03eea493cfeab887f40969e40b069bb334f632","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"op\": \"isValidTronAddress\",\r\n    \"params\": [\r\n        {\r\n            \"name\": \"address\",\r\n            \"value\": \"0x0236c6eb3f6459f5c039a81ec980240e9538398e\" //blockchain address\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://toronet.org/api/cryptoutils/","urlObject":{"protocol":"https","path":["api","cryptoutils",""],"host":["toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5c9b7416-30f6-42f7-8855-2b609e7cc3f6"},{"name":"verify_tron_virtualaddress","id":"ec9fe757-648a-4900-a2d0-15585346a4a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"adminpwd","value":"toronet","type":"text"},{"key":"admin","value":"0x6b03eea493cfeab887f40969e40b069bb334f632","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"op\": \"verify_tron_virtualaddress\",\r\n    \"params\": [\r\n        {\r\n            \"name\": \"from\",\r\n            \"value\": \"0x7d52b8e3513f25ab7d2d00dfab839f5ff15ab40d\" //blockchain address\r\n        },\r\n        {\r\n            \"name\": \"pwd\",\r\n            \"value\":\"toronet\"  \r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://toronet.org/api/cryptoutils/","urlObject":{"protocol":"https","path":["api","cryptoutils",""],"host":["toronet","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ec9fe757-648a-4900-a2d0-15585346a4a7"}],"id":"8f21d8ff-9314-4d4d-9753-c090b4da07ef","_postman_id":"8f21d8ff-9314-4d4d-9753-c090b4da07ef","description":""},{"name":"/auth","item":[{"name":"/","item":[{"name":"getname","id":"1829d401-3985-4c5b-9143-f05defd2b870","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getname\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"/api/auth/","urlObject":{"path":["api","auth",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"1829d401-3985-4c5b-9143-f05defd2b870"},{"name":"getbalance","id":"d773a643-635e-4232-9285-08234737c5ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getbalance\", \"params\":[{\"name\":\"addr\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}] }","options":{"raw":{"language":"json"}}},"url":"/api/auth/","urlObject":{"path":["api","auth",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"d773a643-635e-4232-9285-08234737c5ba"},{"name":"getsymbol","id":"23034e5e-51a7-4832-bd24-dee423e6df9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getsymbol\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"/api/auth/","urlObject":{"path":["api","auth",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"23034e5e-51a7-4832-bd24-dee423e6df9c"},{"name":"getdecimal","id":"2fd3f3ea-72f9-4fa2-9908-f5500089c17b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"getdecimal\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"/api/auth/","urlObject":{"path":["api","auth",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"2fd3f3ea-72f9-4fa2-9908-f5500089c17b"},{"name":"istransferon","id":"19b76735-b501-4ebc-bbbe-fbe33bfc7629","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"istransferon\", \"params\":[] }","options":{"raw":{"language":"json"}}},"url":"/api/auth/","urlObject":{"path":["api","auth",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"19b76735-b501-4ebc-bbbe-fbe33bfc7629"},{"name":"isauth","id":"ee669ec6-1755-4fbd-aa95-6129c1b999ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"isauth\", \"params\":[{\"name\":\"addr\", \"value\":\"0xd81f3d3ec6eedbc1e1d6245d1adfff5e492bb787\"}] }","options":{"raw":{"language":"json"}}},"url":"/api/auth/","urlObject":{"path":["api","auth",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"ee669ec6-1755-4fbd-aa95-6129c1b999ec"}],"id":"a23a7dd7-eb6e-48e7-a52b-51e209f6e9ee","_postman_id":"a23a7dd7-eb6e-48e7-a52b-51e209f6e9ee","description":""},{"name":"/cl","item":[{"name":"transfer","id":"30bec241-bbe4-46b6-9f38-024872ea7c34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"transfer\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"clientpwd\", \"value\":\"password\"}, {\"name\":\"to\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"/api/auth/cl","urlObject":{"path":["api","auth","cl"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"30bec241-bbe4-46b6-9f38-024872ea7c34"},{"name":"transfer Copy","id":"a25752d9-67d1-4044-b608-7a0b9d0e4641","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"transfer\", \"params\":[{\"name\":\"client\", \"value\":\"0xf3cdfc4a1dce2d98ff878971626b798279954c43\"}, {\"name\":\"clientpwd\", \"value\":\"password\"}, {\"name\":\"to\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"/api/auth/cl","urlObject":{"path":["api","auth","cl"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"a25752d9-67d1-4044-b608-7a0b9d0e4641"},{"name":"transfer","id":"d8f684f1-cec0-47cb-9119-f1ca04e9fd30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \"op\":\"transfer\", \"params\":[{\"name\":\"to\", \"value\":\"0x314ef41554dc423c88836dcdce55b3f61d1804b1\"}, {\"name\":\"val\", \"value\":\"2\"}] }","options":{"raw":{"language":"json"}}},"url":"/api/auth/cl","urlObject":{"path":["api","auth","cl"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"d8f684f1-cec0-47cb-9119-f1ca04e9fd30"}],"id":"52426266-6435-4abb-93d3-9b77af45fb79","_postman_id":"52426266-6435-4abb-93d3-9b77af45fb79","description":""}],"id":"4a8942ae-f326-438a-872f-e13e5a6cba12","_postman_id":"4a8942ae-f326-438a-872f-e13e5a6cba12","description":""}],"variable":[{"key":"baseURL","value":"","type":"default"}]}