{"info":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","description":"<html><head></head><body><p>Bitpowr Cloud is a blockchain development platform that provides developers the tools and services to easily build and scale blockchain applications seamlessly.</p>\n<p>With Bitpowr Cloud, you can:</p>\n<ol>\n<li>Generate Wallet</li>\n<li>Derive up to 2^31 addresses</li>\n<li>Monitor address activities and transactions</li>\n<li>Sign and broadcast transactions</li>\n<li>Get Blockchain data: blocks, transactions, addresses, UTXOs</li>\n</ol>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"4679966","collectionId":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","publishedId":"2s9Xy3sB2g","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-08-19T21:29:12.000Z"},"item":[{"name":"Waas","item":[{"name":"Generate Wallet","event":[{"listen":"test","script":{"id":"a1300665-5e25-4055-bc92-7b16d5b75eb1","exec":["const responseDataSchema = {","    \"type\": \"object\",","    \"properties\": {","        \"mnemonic\": {","            \"type\": \"string\"","        },","        \"xpub\": {","            \"type\": \"string\"","        },","        \"path\": {","            \"type\": \"string\"","        },","        \"network\": {","            \"type\": \"string\"","        },","        \"chain\": {","            \"type\": \"string\"","        },","        \"testTotrip\": {","            \"type\": \"string\"","        }","    },","    \"required\": [\"mnemonic\", \"xpub\", \"path\", \"network\", \"chain\", \"testTotrip\"],","    \"additionalProperties\": false","}","","const responseSchema = {","    \"type\" : \"object\", ","    \"properties\" : {","        \"data\" : {","            \"type\" : \"object\", ","            \"properties\" : {","                \"mnemonic\" : {\"type\": \"string\"},","                \"xpub\" : {\"type\" : \"string\"},","                \"path\" : {\"type\" : \"string\"},","                \"network\" :{\"type\" : \"string\"},","                \"chain\" : {\"type\" : \"string\"}","            }, ","            \"required\" : [\"mnemonic\", \"xpub\", \"path\", \"network\", \"chain\"], ","            \"additionalProperties\" : false","        }, ","        \"status\" : {","            \"type\" : \"string\"","        }","    }, ","    \"required\" : [\"data\", \"status\"],","    \"additionalProperties\" : false","}","","pm.test(\"response data is okay\", function () {","    pm.response.to.have.jsonSchema(responseSchema)","});",""],"type":"text/javascript"}}],"id":"179a7fe0-72a6-4a01-aa1f-08ccdbc51466","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the x-api-key header generated by Postman.","key":"x-api-key","value":"{{x-api-key}}","type":"text"},{"key":"network","value":"testnet","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chain\": \"BITCOIN\",\n    \"network\" : \"TESTNET\"\n}","options":{"raw":{"language":"json"}}},"url":"https://developers.bitpowrcloud.com/waas/generate-wallet","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}},"urlObject":{"path":["waas","generate-wallet"],"host":["https://developers.bitpowrcloud.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"179a7fe0-72a6-4a01-aa1f-08ccdbc51466"},{"name":"Generate Address","event":[{"listen":"test","script":{"id":"2b7bda74-53bd-4464-bad1-c7f5eca4b06c","exec":["","","const responseSchema = {","    \"type\": \"object\",","    \"properties\": {","        \"data\": {","            \"type\": \"object\",","            \"properties\": {","                \"address\": {","                    \"type\": \"string\"","                },","                \"network\": {","                    \"type\": \"string\"","                },","                \"chain\": {","                    \"type\": \"string\"","                },","                \"derivationIndex\": {","                    \"type\": \"integer\"","                },","                \"accountIndex\": {","                    \"type\": \"integer\"","                }","            },","            \"required\": [\"address\", \"network\", \"chain\", \"derivationIndex\", \"accountIndex\"],","            \"additionalProperties\": false","        },","        \"status\": {","            \"type\": \"string\"","        }","    },","    \"required\": [\"data\", \"status\"],","    \"additionalProperties\": false","}","","pm.test(\"response data is okay\", function () {","    pm.response.to.have.jsonSchema(responseSchema)","});",""],"type":"text/javascript"}}],"id":"08438753-eaf9-4265-8124-bfa65b212c83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the x-api-key header generated by Postman.","key":"x-api-key","value":"{{x-api-key}}","type":"text"},{"key":"network","value":"mainnet","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chain\" : \"BITCOIN\",\n    \"network\": \"MAINNET\",\n    \"mnemonic\" :\"north deer sadness shaft unusual bamboo wage island chronic sadness mystery cross defense sand obvious busy suspect odor brave coach clarify tongue cluster scene\",\n    \"derivationIndex\" : 3,\n    \"accountIndex\" : 8,\n    \"withPrivateKey\": true,\n    \"addressType\": \"segwit\"\n}","options":{"raw":{"language":"json"}}},"url":"https://developers.bitpowrcloud.com/waas/generate-address","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}},"urlObject":{"path":["waas","generate-address"],"host":["https://developers.bitpowrcloud.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"08438753-eaf9-4265-8124-bfa65b212c83"}],"id":"d4a579bf-4e44-4723-80ca-3d0ff38635b0","event":[{"listen":"prerequest","script":{"id":"434aeef2-ed17-47c0-a7a7-b23268320c01","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0c6a9942-b90e-49b2-88d3-aaae0bb34df4","type":"text/javascript","exec":[""]}}],"_postman_id":"d4a579bf-4e44-4723-80ca-3d0ff38635b0","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}}},{"name":"Monitoring","item":[{"name":"Monitor Address","id":"e0b9c301-7109-4547-a10a-39fd928f6be6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{x-api-key}}","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"address\": \"0xFD0876A0AE8F678A390c96e5DF94e74523EfFA98\",\n    \"chain\" : \"ETHEREUM\",\n    \"network\" :\"TESTNET\",\n    \"events\": \"ALL\",\n    \"webhook_url\": \"https://webhook.site/7144e092-68e6-498f-b1cf-cf76a301f5a9\"\n}","options":{"raw":{"language":"json"}}},"url":"https://developers.bitpowrcloud.com/addresses/monitor","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}},"urlObject":{"path":["addresses","monitor"],"host":["https://developers.bitpowrcloud.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e0b9c301-7109-4547-a10a-39fd928f6be6"},{"name":"Enable address sync","id":"2b6ff13a-9931-4079-8c0b-e9644772520c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"x-api-key","value":"{{x-api-key}}","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"ADDRESS_TRANSACTION\",\n  \"attr\": {\n    \"address\": \"0xf10a5f7d6f97406c6e851c14fa0c85ceb0378549\",\n    \"chain\": \"ETH\",\n    \"url\": \"https://webhook.site/76dd3858-5a48-4305-b312-41f7a34fae0d\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://developers.bitpowrcloud.com/addresses/enable-sync/e3627868-271a-4f6f-af63-a47caf1a6232","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}},"urlObject":{"path":["addresses","enable-sync","e3627868-271a-4f6f-af63-a47caf1a6232"],"host":["https://developers.bitpowrcloud.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2b6ff13a-9931-4079-8c0b-e9644772520c"},{"name":"Update Address events","id":"2f5a9216-29e2-4dd1-9fe0-65e509d3b5a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"x-api-key","value":"{{x-api-key}}","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"address_id\" : \"e3627868-271a-4f6f-af63-a47caf1a6232\",\n    \"events\": \"FAILED,FUNCTION,INCOMING,OUTGOING\", \n    \"organization_id\": \"c6549526-cf0e-4dc0-a2a5-9763ff5f27ad\"\n}","options":{"raw":{"language":"json"}}},"url":"https://developers.bitpowrcloud.com/addresses/e3627868-271a-4f6f-af63-a47caf1a6232","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}},"urlObject":{"path":["addresses","e3627868-271a-4f6f-af63-a47caf1a6232"],"host":["https://developers.bitpowrcloud.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2f5a9216-29e2-4dd1-9fe0-65e509d3b5a1"},{"name":"Deactivate address","id":"3495f701-ac8d-4dfd-97a3-e69675219cae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"x-api-key","value":"{{x-api-key}}","type":"default"}],"url":"https://developers.bitpowrcloud.com/addresses/deactivate/e3627868-271a-4f6f-af63-a47caf1a6232","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}},"urlObject":{"path":["addresses","deactivate","e3627868-271a-4f6f-af63-a47caf1a6232"],"host":["https://developers.bitpowrcloud.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3495f701-ac8d-4dfd-97a3-e69675219cae"},{"name":"Activate address","id":"6009f1b9-6339-4ac3-8799-c3cad68bf5d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"x-api-key","value":"{{x-api-key}}","type":"default"}],"url":"https://developers.bitpowrcloud.com/addresses/activate/e3627868-271a-4f6f-af63-a47caf1a6232","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}},"urlObject":{"path":["addresses","activate","e3627868-271a-4f6f-af63-a47caf1a6232"],"host":["https://developers.bitpowrcloud.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6009f1b9-6339-4ac3-8799-c3cad68bf5d4"},{"name":"Disable address sync ","id":"1d5f5420-1806-4a10-86b9-329087d0c5b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"x-api-key","value":"{{x-api-key}}","type":"default"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://developers.bitpowrcloud.com/addresses/disable-sync/e3627868-271a-4f6f-af63-a47caf1a6232","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}},"urlObject":{"path":["addresses","disable-sync","e3627868-271a-4f6f-af63-a47caf1a6232"],"host":["https://developers.bitpowrcloud.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1d5f5420-1806-4a10-86b9-329087d0c5b5"},{"name":"Get addresses","id":"ea36758f-bacf-4d3b-8bc4-5b244e4a2108","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{x-api-key}}","type":"default"}],"url":"https://developers.bitpowrcloud.com/addresses","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}},"urlObject":{"path":["addresses"],"host":["https://developers.bitpowrcloud.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ea36758f-bacf-4d3b-8bc4-5b244e4a2108"}],"id":"4c862053-b39c-479b-9369-8aa4a8d011c7","description":"<p>Monitor wallet address across multiple supported chains.</p>\n<p>Types of Events:</p>\n<ol>\n<li>INCOMING</li>\n<li>OUTGOING</li>\n<li>CONTRACT_INTERACTIONS</li>\n<li>FAILED</li>\n</ol>\n","_postman_id":"4c862053-b39c-479b-9369-8aa4a8d011c7","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}}},{"name":"Stellar","item":[{"name":"Send Native Transaction","event":[{"listen":"test","script":{"id":"7ac357ca-d516-4f61-a0c9-f9179cfaf12d","exec":["const responseSchema = {","    \"type\" : \"object\", ","    \"properties\" : {","        \"data\" : {","            \"type\" : \"object\", ","            \"properties\" : {","                \"txId\" : {\"type\": \"string\"}","            }, ","            \"required\" : [\"txId\"], ","            \"additionalProperties\" : false","        }, ","        \"status\" : {","            \"type\" : \"string\"","        },","        \"message\" :{","            \"type\" : \"string\"","        }","    }, ","    \"required\" : [\"data\", \"status\", \"message\"],","    \"additionalProperties\" : false","}","","pm.test(\"response data is okay\", function () {","    pm.response.to.have.jsonSchema(responseSchema)","});",""],"type":"text/javascript"}}],"id":"4ff97828-bad1-4c7e-abff-1d9c508d6a1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{x-api-key}}","type":"default"},{"key":"network","value":"testnet","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"fromSecret\" : \"SCDLLM5N5CDR5GCQ3CVWUKHSX6LMAFL7YCQADVDXFSTSHNWGFKC6EMZ3\",\n    \"amount\" : \"10\",\n    \"operation\": \"payment\", //initialize, add_trust, change_trust\n    \"message\" : \"1\",\n    \"to\":\"GDOQVAVDDXZC5HOTSZR3FZM27HS66HE2T3YP4JISAGHA4LWAJ2S6HAJ6\"\n}","options":{"raw":{"language":"json"}}},"url":"https://developers.bitpowrcloud.com/blockchain/stellar/transaction","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}},"urlObject":{"path":["blockchain","stellar","transaction"],"host":["https://developers.bitpowrcloud.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4ff97828-bad1-4c7e-abff-1d9c508d6a1e"},{"name":"Address Balance","id":"163402df-2d5e-4944-a6ee-143e1a2bdeb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{x-api-key}}","type":"default"},{"key":"network","value":"mainnet","type":"text"}],"url":"https://developers.bitpowrcloud.com/blockchain/stellar/GCCC3GUFERITNE473X2J6VYF2IFBHEM55KPVLZLO7SPVUCUYVRP6SVNK/balance","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}},"urlObject":{"path":["blockchain","stellar","GCCC3GUFERITNE473X2J6VYF2IFBHEM55KPVLZLO7SPVUCUYVRP6SVNK","balance"],"host":["https://developers.bitpowrcloud.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"163402df-2d5e-4944-a6ee-143e1a2bdeb3"},{"name":"Get Current Block","id":"6697641d-16be-4245-b73a-0409e313c86a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{x-api-key}}","type":"default"},{"key":"network","value":"testnet","type":"text"}],"url":"https://developers.bitpowrcloud.com/blockchain/stellar/block","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}},"urlObject":{"path":["blockchain","stellar","block"],"host":["https://developers.bitpowrcloud.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6697641d-16be-4245-b73a-0409e313c86a"},{"name":"Get Address Transaction","id":"e2fcfecc-4dc4-4a3f-9c7b-2996fc0e086a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{x-api-key}}","type":"default"},{"key":"network","value":"mainnet","type":"text"}],"url":"https://developers.bitpowrcloud.com/blockchain/stellar/GCQ7MS3FTIYW3VLQFAIPWMQGG4QXNF6BSIF2YVMV23XO7JNGPTH3ZY25/transactions?skip=10&limit=20","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}},"urlObject":{"path":["blockchain","stellar","GCQ7MS3FTIYW3VLQFAIPWMQGG4QXNF6BSIF2YVMV23XO7JNGPTH3ZY25","transactions"],"host":["https://developers.bitpowrcloud.com"],"query":[{"key":"skip","value":"10"},{"key":"limit","value":"20"}],"variable":[]}},"response":[],"_postman_id":"e2fcfecc-4dc4-4a3f-9c7b-2996fc0e086a"},{"name":"Get Transaction details","event":[{"listen":"test","script":{"id":"04d20864-d3dc-4055-bfd0-19e881581240","exec":["const responseSchema = {","    \"type\": \"object\",","    \"properties\": {","        \"data\": {","            \"type\": \"object\"","        },","        \"status\": {","            \"type\": \"string\"","        },","        \"message\": {","            \"type\": \"string\"","        }","    },","    \"required\": [\"data\", \"status\", \"message\"],","    \"additionalProperties\": false","}","","pm.test(\"response data is okay\", function () {","    pm.response.to.have.jsonSchema(responseSchema)","","    // const data = pm.response.json()","","    // console.log('data ', data.data)","","    // pm.expect(data.data).to.have.all.keys(","    //     \"id\", \"hash\", \"ledger\", \"created_at\", \"source_account\", \"source_account_sequence\", \"fee_account\", \"fee_charged\", \"max_fee\"","    // )","});",""],"type":"text/javascript"}}],"id":"b5d61f95-e36f-4404-9425-c4eb38f62338","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the x-api-key header generated by Postman.","key":"x-api-key","value":"{{x-api-key}}","type":"text"},{"key":"network","value":"mainnet","type":"text"}],"url":"https://developers.bitpowrcloud.com/blockchain/stellar/transaction/92fe895e1c765476b51ae7fc2afa72f089400c8d57df7cd45681396bf94e7b19","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}},"urlObject":{"path":["blockchain","stellar","transaction","92fe895e1c765476b51ae7fc2afa72f089400c8d57df7cd45681396bf94e7b19"],"host":["https://developers.bitpowrcloud.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b5d61f95-e36f-4404-9425-c4eb38f62338"}],"id":"953b7f48-b960-45f7-bb89-b48bacd94e3c","_postman_id":"953b7f48-b960-45f7-bb89-b48bacd94e3c","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}}},{"name":"Ethereum","item":[{"name":"Send Custom Transfer Transaction","id":"75e19074-4fbf-4781-b7e3-423abb431d5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{x-api-key}}","type":"default"},{"key":"network","value":"testnet","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"from\": \"0x8F77cde00f222537ec9f1E423D30941ee4CC8703\", \n    \"to\" : \"0x2372bC40BbEf62D7c4FABe0d63f571Fe20707A53\",\n    \"amount\" :\"0.001\",\n    \"privateKey\" : \"4182919ba67eeb739c0da9180dce595b861fe1664039aed9deb76a370a8d627b\",\n    \"contractAddress\" : \"0x2372bC40BbEf62D7c4FABe0d63f571Fe20707A53\",\n    \"operation\" : \"TRANSFER\"\n}","options":{"raw":{"language":"json"}}},"url":"https://developers.bitpowrcloud.com/blockchain/ethereum/transaction","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}},"urlObject":{"path":["blockchain","ethereum","transaction"],"host":["https://developers.bitpowrcloud.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"75e19074-4fbf-4781-b7e3-423abb431d5b"},{"name":"Send custom Approval Transaction","id":"fd901aca-6a60-4e2f-b2ad-446e00a4f942","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{x-api-key}}","type":"default"},{"key":"network","value":"testnet","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"from\": \"0x8F77cde00f222537ec9f1E423D30941ee4CC8703\", \n    \"spender\" : \"0x52A794Cb667A569f22d67906b08363699f62545C\",\n    \"amount\" :\"1000000000\",\n    \"privateKey\" : \"4182919ba67eeb739c0da9180dce595b861fe1664039aed9deb76a370a8d627b\",\n    \"contractAddress\" : \"0x2372bC40BbEf62D7c4FABe0d63f571Fe20707A53\",\n    \"operation\" : \"APPROVAL\"\n}","options":{"raw":{"language":"json"}}},"url":"https://developers.bitpowrcloud.com/blockchain/ethereum/transaction","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}},"urlObject":{"path":["blockchain","ethereum","transaction"],"host":["https://developers.bitpowrcloud.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"fd901aca-6a60-4e2f-b2ad-446e00a4f942"},{"name":"Send Custom TransferFrom Transaction","id":"f0eecd7b-1a7c-4608-817f-9148b3cadaee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{x-api-key}}","type":"default"},{"key":"network","value":"testnet","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"fromAddress\": \"0x8F77cde00f222537ec9f1E423D30941ee4CC8703\", \n    \"from\" : \"0x52A794Cb667A569f22d67906b08363699f62545C\",\n    \"to\" : \"0x560c6067b94048F92Bd89e44D205c3597A4fe82E\",\n    \"amount\" :\"0.01\",\n    \"privateKey\" : \"da5aabe70411feaaa1c29f73116e8ff06f959d275b3ee9d58f3e8260574e9f39\",\n    \"contractAddress\" : \"0x2372bC40BbEf62D7c4FABe0d63f571Fe20707A53\",\n    \"operation\" : \"TRANSFERFROM\"\n}","options":{"raw":{"language":"json"}}},"url":"https://developers.bitpowrcloud.com/blockchain/ethereum/transaction","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}},"urlObject":{"path":["blockchain","ethereum","transaction"],"host":["https://developers.bitpowrcloud.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f0eecd7b-1a7c-4608-817f-9148b3cadaee"},{"name":"Address Balance","id":"afd61caa-61a0-4f72-8b37-2436d9c398e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the x-api-key header generated by Postman.","key":"x-api-key","value":"{{x-api-key}}","type":"text"},{"key":"network","value":"mainnet","type":"text"}],"url":"https://developers.bitpowrcloud.com/blockchain/ethereum/0xcF7Be1E98DbEC52F5C61b5a95e33171ABDA91D43/balance","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}},"urlObject":{"path":["blockchain","ethereum","0xcF7Be1E98DbEC52F5C61b5a95e33171ABDA91D43","balance"],"host":["https://developers.bitpowrcloud.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"afd61caa-61a0-4f72-8b37-2436d9c398e5"},{"name":"Get current block","id":"af22fece-b81e-4c36-8d35-0240bbb203c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{x-api-key}}","type":"default"},{"key":"network","value":"mainnet","type":"text"}],"url":"https://developers.bitpowrcloud.com/blockchain/ethereum/block","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}},"urlObject":{"path":["blockchain","ethereum","block"],"host":["https://developers.bitpowrcloud.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"af22fece-b81e-4c36-8d35-0240bbb203c5"},{"name":"Get address transactions","id":"2ebd90fd-a106-468f-bd5a-53dfb386c1a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the x-api-key header generated by Postman.","key":"x-api-key","value":"{{x-api-key}}","type":"text"},{"key":"network","value":"mainnet","type":"text"}],"url":"https://developers.bitpowrcloud.com/blockchain/ethereum/0xfd0876a0ae8f678a390c96e5df94e74523effa98/transactions?offset=2&pageSize=2","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}},"urlObject":{"path":["blockchain","ethereum","0xfd0876a0ae8f678a390c96e5df94e74523effa98","transactions"],"host":["https://developers.bitpowrcloud.com"],"query":[{"key":"offset","value":"2"},{"key":"pageSize","value":"2"}],"variable":[]}},"response":[],"_postman_id":"2ebd90fd-a106-468f-bd5a-53dfb386c1a1"},{"name":"Get Address Nfts","id":"ed757cd6-f143-45c8-ab8e-faf3f5669a99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the x-api-key header generated by Postman.","key":"x-api-key","value":"{{x-api-key}}","type":"text"},{"key":"network","value":"testnet","type":"text"}],"url":"https://developers.bitpowrcloud.com/blockchain/ethereum/0x9b0e1F6d1A25C86ad68487d49Ea5D07Ec3783116/nfts","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}},"urlObject":{"path":["blockchain","ethereum","0x9b0e1F6d1A25C86ad68487d49Ea5D07Ec3783116","nfts"],"host":["https://developers.bitpowrcloud.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ed757cd6-f143-45c8-ab8e-faf3f5669a99"}],"id":"ef57ce1f-8c17-49b8-a7a2-476a21163449","_postman_id":"ef57ce1f-8c17-49b8-a7a2-476a21163449","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}}},{"name":"Polygon","item":[{"name":"Send Custom Transfer Transaction","id":"aa2fd590-4f64-4360-aafc-7adb6a88370b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{x-api-key}}","type":"default"},{"key":"network","value":"testnet","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"from\": \"0x8F77cde00f222537ec9f1E423D30941ee4CC8703\", \n    \"to\" : \"0x2372bC40BbEf62D7c4FABe0d63f571Fe20707A53\",\n    \"amount\" :\"0.001\",\n    \"privateKey\" : \"4182919ba67eeb739c0da9180dce595b861fe1664039aed9deb76a370a8d627b\",\n    \"contractAddress\" : \"0x2372bC40BbEf62D7c4FABe0d63f571Fe20707A53\",\n    \"operation\" : \"TRANSFER\"\n}","options":{"raw":{"language":"json"}}},"url":"https://developers.bitpowrcloud.com/blockchain/polygon/transaction","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}},"urlObject":{"path":["blockchain","polygon","transaction"],"host":["https://developers.bitpowrcloud.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"aa2fd590-4f64-4360-aafc-7adb6a88370b"},{"name":"Send custom Approval Transaction","id":"6778a493-aad6-44c7-8964-93630c2b14b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{x-api-key}}","type":"default"},{"key":"network","value":"testnet","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"from\": \"0x8F77cde00f222537ec9f1E423D30941ee4CC8703\", \n    \"spender\" : \"0x52A794Cb667A569f22d67906b08363699f62545C\",\n    \"amount\" :\"1000000000\",\n    \"privateKey\" : \"4182919ba67eeb739c0da9180dce595b861fe1664039aed9deb76a370a8d627b\",\n    \"contractAddress\" : \"0x2372bC40BbEf62D7c4FABe0d63f571Fe20707A53\",\n    \"operation\" : \"APPROVAL\"\n}","options":{"raw":{"language":"json"}}},"url":"https://developers.bitpowrcloud.com/blockchain/polygon/transaction","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}},"urlObject":{"path":["blockchain","polygon","transaction"],"host":["https://developers.bitpowrcloud.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6778a493-aad6-44c7-8964-93630c2b14b0"},{"name":"Send Custom TransferFrom Transaction","id":"71842db2-ff95-4b44-abe5-cf1909dfa210","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{x-api-key}}","type":"default"},{"key":"network","value":"testnett","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"fromAddress\": \"0x8F77cde00f222537ec9f1E423D30941ee4CC8703\", \n    \"from\" : \"0x52A794Cb667A569f22d67906b08363699f62545C\",\n    \"to\" : \"0x560c6067b94048F92Bd89e44D205c3597A4fe82E\",\n    \"amount\" :\"0.01\",\n    \"privateKey\" : \"da5aabe70411feaaa1c29f73116e8ff06f959d275b3ee9d58f3e8260574e9f39\",\n    \"contractAddress\" : \"0x2372bC40BbEf62D7c4FABe0d63f571Fe20707A53\",\n    \"operation\" : \"TRANSFERFROM\"\n}","options":{"raw":{"language":"json"}}},"url":"https://developers.bitpowrcloud.com/blockchain/polygon/transaction","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}},"urlObject":{"path":["blockchain","polygon","transaction"],"host":["https://developers.bitpowrcloud.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"71842db2-ff95-4b44-abe5-cf1909dfa210"},{"name":"Address Balance","id":"c8a0843b-2769-43ad-8d56-7f62ffd19b47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{x-api-key}}","type":"default"},{"key":"network","value":"mainnet","type":"text"}],"url":"https://developers.bitpowrcloud.com/blockchain/polygon/0x8F77cde00f222537ec9f1E423D30941ee4CC8703/balance","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}},"urlObject":{"path":["blockchain","polygon","0x8F77cde00f222537ec9f1E423D30941ee4CC8703","balance"],"host":["https://developers.bitpowrcloud.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c8a0843b-2769-43ad-8d56-7f62ffd19b47"},{"name":"Get current block","id":"65f3baec-3d0d-47e5-b36c-b268b21daaa1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{x-api-key}}","type":"default"},{"key":"network","value":"mainnet","type":"text"}],"url":"https://developers.bitpowrcloud.com/blockchain/polygon/block","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}},"urlObject":{"path":["blockchain","polygon","block"],"host":["https://developers.bitpowrcloud.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"65f3baec-3d0d-47e5-b36c-b268b21daaa1"},{"name":"Get address transactions","id":"cdadb445-ed09-4c05-836c-01cfcb05141b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{x-api-key}}","type":"default"},{"key":"network","value":"testnet","type":"text"}],"url":"https://developers.bitpowrcloud.com/blockchain/polygon/0xb3cdeb84adb6280be99b5849afe1e5bb841e45d8/transactions","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}},"urlObject":{"path":["blockchain","polygon","0xb3cdeb84adb6280be99b5849afe1e5bb841e45d8","transactions"],"host":["https://developers.bitpowrcloud.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"cdadb445-ed09-4c05-836c-01cfcb05141b"},{"name":"Get Address Nfts","id":"c67bcf68-cda4-4fbe-b449-3c70e129e756","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the x-api-key header generated by Postman.","key":"x-api-key","value":"{{x-api-key}}","type":"text"},{"key":"network","value":"testnet","type":"text"}],"url":"https://developers.bitpowrcloud.com/blockchain/polygon/0xbd153dc8c659cf11604e3215a9e96b34bba0b699/nfts","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}},"urlObject":{"path":["blockchain","polygon","0xbd153dc8c659cf11604e3215a9e96b34bba0b699","nfts"],"host":["https://developers.bitpowrcloud.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c67bcf68-cda4-4fbe-b449-3c70e129e756"}],"id":"3de4de19-7490-413b-8a6d-b6ec536b0178","_postman_id":"3de4de19-7490-413b-8a6d-b6ec536b0178","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}}},{"name":"Bsc","item":[{"name":"Send Custom Transfer Transaction","id":"d7e13f33-d1b0-424f-bc94-4264d3851051","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{x-api-key}}","type":"default"},{"key":"network","value":"testnet","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"from\": \"0x8F77cde00f222537ec9f1E423D30941ee4CC8703\", \n    \"to\" : \"0x2372bC40BbEf62D7c4FABe0d63f571Fe20707A53\",\n    \"amount\" :\"0.001\",\n    \"privateKey\" : \"4182919ba67eeb739c0da9180dce595b861fe1664039aed9deb76a370a8d627b\",\n    \"contractAddress\" : \"0x2372bC40BbEf62D7c4FABe0d63f571Fe20707A53\",\n    \"operation\" : \"TRANSFER\"\n}","options":{"raw":{"language":"json"}}},"url":"https://developers.bitpowrcloud.com/blockchain/bsc/transaction","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}},"urlObject":{"path":["blockchain","bsc","transaction"],"host":["https://developers.bitpowrcloud.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d7e13f33-d1b0-424f-bc94-4264d3851051"},{"name":"Send Custom Approcal Transaction","id":"6b0204c3-ad5f-4103-b4ea-91c43a147942","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{x-api-key}}","type":"default"},{"key":"network","value":"testnet","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"from\": \"0x8F77cde00f222537ec9f1E423D30941ee4CC8703\", \n    \"spender\" : \"0x52A794Cb667A569f22d67906b08363699f62545C\",\n    \"amount\" :\"1000000000\",\n    \"privateKey\" : \"4182919ba67eeb739c0da9180dce595b861fe1664039aed9deb76a370a8d627b\",\n    \"contractAddress\" : \"0x2372bC40BbEf62D7c4FABe0d63f571Fe20707A53\",\n    \"operation\" : \"APPROVAL\"\n}","options":{"raw":{"language":"json"}}},"url":"https://developers.bitpowrcloud.com/blockchain/bsc/transaction","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}},"urlObject":{"path":["blockchain","bsc","transaction"],"host":["https://developers.bitpowrcloud.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6b0204c3-ad5f-4103-b4ea-91c43a147942"},{"name":"Send Custom TransferFrom Transaction","id":"ef380b0d-8eed-4b2b-971a-64b9a43c5ccb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{x-api-key}}","type":"default"},{"key":"network","value":"testnet","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"fromAddress\": \"0x8F77cde00f222537ec9f1E423D30941ee4CC8703\", \n    \"from\" : \"0x52A794Cb667A569f22d67906b08363699f62545C\",\n    \"to\" : \"0x560c6067b94048F92Bd89e44D205c3597A4fe82E\",\n    \"amount\" :\"0.01\",\n    \"privateKey\" : \"da5aabe70411feaaa1c29f73116e8ff06f959d275b3ee9d58f3e8260574e9f39\",\n    \"contractAddress\" : \"0x2372bC40BbEf62D7c4FABe0d63f571Fe20707A53\",\n    \"operation\" : \"TRANSFERFROM\"\n}","options":{"raw":{"language":"json"}}},"url":"https://developers.bitpowrcloud.com/blockchain/bsc/transaction","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}},"urlObject":{"path":["blockchain","bsc","transaction"],"host":["https://developers.bitpowrcloud.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ef380b0d-8eed-4b2b-971a-64b9a43c5ccb"},{"name":"Address Balance","id":"7c27f0ac-d380-4cde-b2b3-00abcebefa7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{x-api-key}}","type":"default"},{"key":"network","value":"testnet","type":"text"}],"url":"https://developers.bitpowrcloud.com/blockchain/bsc/0x8F77cde00f222537ec9f1E423D30941ee4CC8703/balance","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}},"urlObject":{"path":["blockchain","bsc","0x8F77cde00f222537ec9f1E423D30941ee4CC8703","balance"],"host":["https://developers.bitpowrcloud.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7c27f0ac-d380-4cde-b2b3-00abcebefa7e"},{"name":"Get Current Block","id":"fd97b9b4-e6d6-48af-a01d-a39f55f6ccc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{x-api-key}}","type":"default"},{"key":"network","value":"testnet","type":"text"}],"url":"https://developers.bitpowrcloud.com/blockchain/bsc/block","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}},"urlObject":{"path":["blockchain","bsc","block"],"host":["https://developers.bitpowrcloud.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"fd97b9b4-e6d6-48af-a01d-a39f55f6ccc8"},{"name":"Get Address Transactions","id":"6dbebe00-ef2b-41d5-b543-af8b368aa1a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{x-api-key}}","type":"default"},{"key":"network","value":"testnet","type":"text"}],"url":"https://developers.bitpowrcloud.com/blockchain/bsc/0x8F77cde00f222537ec9f1E423D30941ee4CC8703/transactions","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}},"urlObject":{"path":["blockchain","bsc","0x8F77cde00f222537ec9f1E423D30941ee4CC8703","transactions"],"host":["https://developers.bitpowrcloud.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6dbebe00-ef2b-41d5-b543-af8b368aa1a3"},{"name":"Get Address Nfts","id":"962500f1-b35b-4cad-ba8b-223dc5b8a4a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the x-api-key header generated by Postman.","key":"x-api-key","value":"{{x-api-key}}","type":"text"},{"key":"network","value":"mainnet","type":"text"}],"url":"https://developers.bitpowrcloud.com/blockchain/bsc/0xEACe80643C4B53d61D4aDd07A31E5F628A5Cf2c4/nfts","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}},"urlObject":{"path":["blockchain","bsc","0xEACe80643C4B53d61D4aDd07A31E5F628A5Cf2c4","nfts"],"host":["https://developers.bitpowrcloud.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"962500f1-b35b-4cad-ba8b-223dc5b8a4a8"}],"id":"f5ec1598-b11d-463d-bd40-309a70b11839","_postman_id":"f5ec1598-b11d-463d-bd40-309a70b11839","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}}},{"name":"Celo","item":[{"name":"Send Custom Transfer Transaction","id":"b07d946f-5783-4653-b611-7940c2e7a1f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{x-api-key}}","type":"default"},{"key":"network","value":"testnet","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"from\": \"0x8F77cde00f222537ec9f1E423D30941ee4CC8703\", \n    \"to\" : \"0x2372bC40BbEf62D7c4FABe0d63f571Fe20707A53\",\n    \"amount\" :\"0.001\",\n    \"privateKey\" : \"4182919ba67eeb739c0da9180dce595b861fe1664039aed9deb76a370a8d627b\",\n    \"contractAddress\" : \"0x2372bC40BbEf62D7c4FABe0d63f571Fe20707A53\",\n    \"operation\" : \"TRANSFER\"\n}","options":{"raw":{"language":"json"}}},"url":"https://developers.bitpowrcloud.com/blockchain/celo/transaction","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}},"urlObject":{"path":["blockchain","celo","transaction"],"host":["https://developers.bitpowrcloud.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b07d946f-5783-4653-b611-7940c2e7a1f4"},{"name":"Send Custom Approval Transaction","id":"092301fe-9ee6-413b-a87b-b0383eb1e1e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{x-api-key}}","type":"default"},{"key":"network","value":"testnet","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"from\": \"0x8F77cde00f222537ec9f1E423D30941ee4CC8703\", \n    \"spender\" : \"0x52A794Cb667A569f22d67906b08363699f62545C\",\n    \"amount\" :\"1000000000\",\n    \"privateKey\" : \"4182919ba67eeb739c0da9180dce595b861fe1664039aed9deb76a370a8d627b\",\n    \"contractAddress\" : \"0x2372bC40BbEf62D7c4FABe0d63f571Fe20707A53\",\n    \"operation\" : \"APPROVAL\"\n}","options":{"raw":{"language":"json"}}},"url":"https://developers.bitpowrcloud.com/blockchain/celo/transaction","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}},"urlObject":{"path":["blockchain","celo","transaction"],"host":["https://developers.bitpowrcloud.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"092301fe-9ee6-413b-a87b-b0383eb1e1e6"},{"name":"Send Custom TransferFrom Transaction","id":"dbfba0aa-6918-4cf1-b525-c699a8d320b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{x-api-key}}","type":"default"},{"key":"network","value":"testnet","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"fromAddress\": \"0x8F77cde00f222537ec9f1E423D30941ee4CC8703\", \n    \"from\" : \"0x52A794Cb667A569f22d67906b08363699f62545C\",\n    \"to\" : \"0x560c6067b94048F92Bd89e44D205c3597A4fe82E\",\n    \"amount\" :\"0.01\",\n    \"privateKey\" : \"da5aabe70411feaaa1c29f73116e8ff06f959d275b3ee9d58f3e8260574e9f39\",\n    \"contractAddress\" : \"0x2372bC40BbEf62D7c4FABe0d63f571Fe20707A53\",\n    \"operation\" : \"TRANSFERFROM\"\n}","options":{"raw":{"language":"json"}}},"url":"https://developers.bitpowrcloud.com/blockchain/celo/transaction","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}},"urlObject":{"path":["blockchain","celo","transaction"],"host":["https://developers.bitpowrcloud.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"dbfba0aa-6918-4cf1-b525-c699a8d320b7"},{"name":"Address Balance","id":"400a6940-005d-4fb1-ac9e-0914ecc57d0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{x-api-key}}","type":"default"},{"key":"network","value":"mainnet","type":"text"}],"url":"https://developers.bitpowrcloud.com/blockchain/celo/0x8F77cde00f222537ec9f1E423D30941ee4CC8703/balance","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}},"urlObject":{"path":["blockchain","celo","0x8F77cde00f222537ec9f1E423D30941ee4CC8703","balance"],"host":["https://developers.bitpowrcloud.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"400a6940-005d-4fb1-ac9e-0914ecc57d0a"},{"name":"Get Current Block","id":"8156440f-640f-4ecc-a528-ac85cb5aac62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{x-api-key}}","type":"default"},{"key":"network","value":"mainnet","type":"text"}],"url":"https://developers.bitpowrcloud.com/blockchain/celo/block","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}},"urlObject":{"path":["blockchain","celo","block"],"host":["https://developers.bitpowrcloud.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8156440f-640f-4ecc-a528-ac85cb5aac62"},{"name":"Get Address Transactions","id":"110ab11e-89f2-49ee-ada8-e60f8ebea612","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{x-api-key}}","type":"default"},{"key":"network","value":"mainnet","type":"text"}],"url":"https://developers.bitpowrcloud.com/blockchain/celo/0x480993BF5cae93C466f2d81E1eBEC60245F766eF/transactions","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}},"urlObject":{"path":["blockchain","celo","0x480993BF5cae93C466f2d81E1eBEC60245F766eF","transactions"],"host":["https://developers.bitpowrcloud.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"110ab11e-89f2-49ee-ada8-e60f8ebea612"},{"name":"Get Address Nfts","id":"53291f42-c9f0-4e96-966e-54283757a597","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the x-api-key header generated by Postman.","key":"x-api-key","value":"{{x-api-key}}","type":"text"},{"key":"network","value":"mainnet","type":"text"}],"url":"https://developers.bitpowrcloud.com/blockchain/celo/0xe33519c400b8f040e73aeda2f45dfdd4634a7ca0/nfts","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}},"urlObject":{"path":["blockchain","celo","0xe33519c400b8f040e73aeda2f45dfdd4634a7ca0","nfts"],"host":["https://developers.bitpowrcloud.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"53291f42-c9f0-4e96-966e-54283757a597"}],"id":"614b9bb5-9c8d-40dd-bbdb-d711d36fa9a7","_postman_id":"614b9bb5-9c8d-40dd-bbdb-d711d36fa9a7","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}}},{"name":"Tron","item":[{"name":"Send Native Transfer Transaction","id":"1a3a4fca-9427-49fa-98a8-8674f62479ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{x-api-key}}","type":"default"},{"key":"network","value":"testnet","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"fromPrivateKey\" : \"842E09EB40D8175979EFB0071B28163E11AED0F14BDD84090A4CEFB936EF5701\",\n    \"amount\" : \"0.000001\",\n    \"to\" : \"TVAEYCmc15awaDRAjUZ1kvcHwQQaoPw2CW\"\n}","options":{"raw":{"language":"json"}}},"url":"https://developers.bitpowrcloud.com/blockchain/tron/transaction","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}},"urlObject":{"path":["blockchain","tron","transaction"],"host":["https://developers.bitpowrcloud.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1a3a4fca-9427-49fa-98a8-8674f62479ac"},{"name":"Address Balance","id":"d0868e8a-b8b2-43fe-acaf-c50ceab8febc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{x-api-key}}","type":"default"},{"key":"network","value":"testnet","type":"text"}],"url":"https://developers.bitpowrcloud.com/blockchain/tron/TVAEYCmc15awaDRAjUZ1kvcHwQQaoPw2CW/balance","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}},"urlObject":{"path":["blockchain","tron","TVAEYCmc15awaDRAjUZ1kvcHwQQaoPw2CW","balance"],"host":["https://developers.bitpowrcloud.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d0868e8a-b8b2-43fe-acaf-c50ceab8febc"},{"name":"Get Current Block","id":"cea42621-b770-43bd-9c22-62d40693ecf5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{x-api-key}}","type":"default"},{"key":"network","value":"mainnet","type":"text"}],"url":"https://developers.bitpowrcloud.com/blockchain/tron/block","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}},"urlObject":{"path":["blockchain","tron","block"],"host":["https://developers.bitpowrcloud.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"cea42621-b770-43bd-9c22-62d40693ecf5"},{"name":"Get Address Transactions","id":"d8aa0609-8afb-411b-8464-e4cd9357e87e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{x-api-key}}","type":"default"},{"key":"network","value":"mainnet","type":"text"}],"url":"https://developers.bitpowrcloud.com/blockchain/tron/TYMwiDu22V6XG3yk6W9cTVBz48okKLRczh/transactions","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}},"urlObject":{"path":["blockchain","tron","TYMwiDu22V6XG3yk6W9cTVBz48okKLRczh","transactions"],"host":["https://developers.bitpowrcloud.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d8aa0609-8afb-411b-8464-e4cd9357e87e"},{"name":"Send Trc20 Transacton","id":"3dfbe0c4-c281-403f-a098-e33de2d14d28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{x-api-key}}","type":"default"},{"key":"network","value":"testnet","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"fromPrivateKey\" : \"842E09EB40D8175979EFB0071B28163E11AED0F14BDD84090A4CEFB936EF5701\",\n    \"amount\" : \"1\",\n    \"to\" : \"TYMwiDu22V6XG3yk6W9cTVBz48okKLRczh\",\n    \"isContract\" :  true,\n    \"tokenAddress\" : \"TWgHeettKLgq1hCdEUPaZNCM6hPg8JkG2X\",\n    \"feeLimit\" : 100\n}","options":{"raw":{"language":"json"}}},"url":"https://developers.bitpowrcloud.com/blockchain/tron/transaction","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}},"urlObject":{"path":["blockchain","tron","transaction"],"host":["https://developers.bitpowrcloud.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3dfbe0c4-c281-403f-a098-e33de2d14d28"}],"id":"11e0894c-966d-42c1-a34d-0964068cdb31","_postman_id":"11e0894c-966d-42c1-a34d-0964068cdb31","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}}},{"name":"Bch","item":[{"name":"Send Native Transaction","id":"48cb5f49-5abb-4bb9-86ec-a2968ac9d80a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{x-api-key}}","type":"default"},{"key":"network","value":"testnet","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"testnet\": true,\n    \"fromUTXO\" : [{\n            \"txHash\": \"6376496662dc94c55b0a482cbc893ca7ba640551bdf7b00179634494be5e89f3\",\n            \"index\": 1,\n            \"value\": \"0.37867280\",\n            \"privateKey\": \"cVX7YtgL5muLTPncHFhP95oitV1mqUUA5VeSn8HeCRJbPqipzobf\"\n        }],\n    \"to\" : [{\n            \"address\": \"mjJotvHmzEuyXZJGJXXknS6N3PWQnw6jf5\",\n            \"value\": 0.3769944\n        }],\n    \"changeAddress\" : \"mjJotvHmzEuyXZJGJXXknS6N3PWQnw6jf5\",\n    \"fee\" : \"0.0001\"\n}","options":{"raw":{"language":"json"}}},"url":"https://developers.bitpowrcloud.com/blockchain/bch/transaction","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}},"urlObject":{"path":["blockchain","bch","transaction"],"host":["https://developers.bitpowrcloud.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"48cb5f49-5abb-4bb9-86ec-a2968ac9d80a"},{"name":"Address Balance","id":"2e66e4f0-aae8-48ad-9f9f-df5568ef222e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{x-api-key}}","type":"default"},{"key":"network","value":"testnet","type":"text"}],"url":"https://developers.bitpowrcloud.com/blockchain/bch/mjJotvHmzEuyXZJGJXXknS6N3PWQnw6jf5/balance","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}},"urlObject":{"path":["blockchain","bch","mjJotvHmzEuyXZJGJXXknS6N3PWQnw6jf5","balance"],"host":["https://developers.bitpowrcloud.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2e66e4f0-aae8-48ad-9f9f-df5568ef222e"},{"name":"Get Current Block","id":"f0181c83-14ae-46b8-a9f6-20de88448a0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{x-api-key}}","type":"default"},{"key":"network","value":"mainnet","type":"text"}],"url":"https://developers.bitpowrcloud.com/blockchain/bch/block","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}},"urlObject":{"path":["blockchain","bch","block"],"host":["https://developers.bitpowrcloud.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f0181c83-14ae-46b8-a9f6-20de88448a0d"},{"name":"Get Address Transactions","id":"93af5a1d-4bd2-4bcb-95f9-fcf00b3c1bd5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{x-api-key}}","type":"default"},{"key":"network","value":"mainnet","type":"text"}],"url":"https://developers.bitpowrcloud.com/blockchain/bch/qrcuqadqrzp2uztjl9wn5sthepkg22majyxw4gmv6p/transactions","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}},"urlObject":{"path":["blockchain","bch","qrcuqadqrzp2uztjl9wn5sthepkg22majyxw4gmv6p","transactions"],"host":["https://developers.bitpowrcloud.com"],"query":[{"disabled":true,"key":"skip","value":"1"}],"variable":[]}},"response":[],"_postman_id":"93af5a1d-4bd2-4bcb-95f9-fcf00b3c1bd5"}],"id":"6f21337e-d761-43c5-8045-2fd4a407211f","_postman_id":"6f21337e-d761-43c5-8045-2fd4a407211f","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}}},{"name":"Bitcoin","item":[{"name":"Send Native Transaction","id":"a165e742-548b-4e15-b3aa-54f90800b26e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{x-api-key}}","type":"default"},{"key":"network","value":"testnet","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"fromAddress\": [{\n      \"address\": \"ms3rbc81RAzczbSCP7xy75LKBPFA14PUe6\",\n      \"privateKey\": \"cPieDvpcmzfs19E3irbote8sT22ZoGV4pQrkGDDutAVoHrhMGfBj\"\n    }],\n    \"to\" : [{\n        \"address\" : \"tb1q9x2gqftyxterwt0k6ehzrm2gkzthjly677ucyr\",\n        \"value\" : 0.001\n    }],\n    \"changeAddress\" : \"tb1q9x2gqftyxterwt0k6ehzrm2gkzthjly677ucyr\",\n    \"fee\" : \"0.00001\",\n    \"testnet\" : true\n}","options":{"raw":{"language":"json"}}},"url":"https://developers.bitpowrcloud.com/blockchain/bitcoin/transaction","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}},"urlObject":{"path":["blockchain","bitcoin","transaction"],"host":["https://developers.bitpowrcloud.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a165e742-548b-4e15-b3aa-54f90800b26e"},{"name":"Address Balance","id":"79134ce6-fa30-4643-86cc-ff3ad480bc81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{x-api-key}}","type":"default"},{"key":"network","value":"mainnet","type":"text"}],"url":"https://developers.bitpowrcloud.com/blockchain/bitcoin/bc1qzes26t5h05zpaan9rjcu8zhdvyfedu6927r9jv/balance","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}},"urlObject":{"path":["blockchain","bitcoin","bc1qzes26t5h05zpaan9rjcu8zhdvyfedu6927r9jv","balance"],"host":["https://developers.bitpowrcloud.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"79134ce6-fa30-4643-86cc-ff3ad480bc81"},{"name":"Get Current Block","id":"6f0b2b32-5991-45ff-b779-06c4900ba715","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{x-api-key}}","type":"default"},{"key":"network","value":"testnet","type":"text"}],"url":"https://developers.bitpowrcloud.com/blockchain/bitcoin/block","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}},"urlObject":{"path":["blockchain","bitcoin","block"],"host":["https://developers.bitpowrcloud.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6f0b2b32-5991-45ff-b779-06c4900ba715"},{"name":"Get Address Transactions","id":"36a16e34-4e8f-4d78-add3-0236f67aea60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{x-api-key}}","type":"default"},{"key":"network","value":"mainnet","type":"text"}],"url":"https://developers.bitpowrcloud.com/blockchain/bitcoin/bc1qzes26t5h05zpaan9rjcu8zhdvyfedu6927r9jv/transactions","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}},"urlObject":{"path":["blockchain","bitcoin","bc1qzes26t5h05zpaan9rjcu8zhdvyfedu6927r9jv","transactions"],"host":["https://developers.bitpowrcloud.com"],"query":[{"disabled":true,"key":"skip","value":"1"}],"variable":[]}},"response":[],"_postman_id":"36a16e34-4e8f-4d78-add3-0236f67aea60"}],"id":"ef112e87-e10b-4f39-b377-ad779d8fa3b6","_postman_id":"ef112e87-e10b-4f39-b377-ad779d8fa3b6","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}}},{"name":"Litecoin","item":[{"name":"Send Native Transaction","id":"3848d4a5-c291-411e-98c0-a01c1c1cf3c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{x-api-key}}","type":"default"},{"key":"network","value":"testnet","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"fromAddress\": [{\n      \"address\": \"mughVnfkhragbKci2cR7DJeddzrZVBruQ5\",\n      \"privateKey\": \"cVX7YtgL5muLTPncHFhP95oitV1mqUUA5VeSn8HeCRJbPqipzobf\"\n    }],\n    \"to\" : [{\n        \"address\" : \"n1wLCQTNYJZGgLbsehQ76HLYomFfnpxXwp\",\n        \"value\" : \"0.0000001\"\n    }],\n    \"changeAddress\" : \"mughVnfkhragbKci2cR7DJeddzrZVBruQ5\",\n    \"fee\" : \"0.00001\"\n}","options":{"raw":{"language":"json"}}},"url":"https://developers.bitpowrcloud.com/blockchain/litecoin/transaction","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}},"urlObject":{"path":["blockchain","litecoin","transaction"],"host":["https://developers.bitpowrcloud.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3848d4a5-c291-411e-98c0-a01c1c1cf3c5"},{"name":"Address Balance","id":"5012ecaf-5ff7-4aa7-8526-8e267d980e56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{x-api-key}}","type":"default"},{"key":"network","value":"mainnet","type":"text"}],"url":"https://developers.bitpowrcloud.com/blockchain/litecoin/LTCPodmy8cJB4uSaZEirLRqY5yhYLwvwwr/balance","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}},"urlObject":{"path":["blockchain","litecoin","LTCPodmy8cJB4uSaZEirLRqY5yhYLwvwwr","balance"],"host":["https://developers.bitpowrcloud.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5012ecaf-5ff7-4aa7-8526-8e267d980e56"},{"name":"Get Current Block","id":"430b23ae-c82a-47a8-be85-13b5e43d9e3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{x-api-key}}","type":"default"},{"key":"network","value":"mainnet","type":"text"}],"url":"https://developers.bitpowrcloud.com/blockchain/litecoin/block","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}},"urlObject":{"path":["blockchain","litecoin","block"],"host":["https://developers.bitpowrcloud.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"430b23ae-c82a-47a8-be85-13b5e43d9e3a"},{"name":"Get Address Transactions","id":"2c735024-f8d7-4117-9b36-7ef6cd327112","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{x-api-key}}","type":"default"},{"key":"network","value":"mainnet","type":"text"}],"url":"https://developers.bitpowrcloud.com/blockchain/litecoin/LTCPodmy8cJB4uSaZEirLRqY5yhYLwvwwr/transactions","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}},"urlObject":{"path":["blockchain","litecoin","LTCPodmy8cJB4uSaZEirLRqY5yhYLwvwwr","transactions"],"host":["https://developers.bitpowrcloud.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2c735024-f8d7-4117-9b36-7ef6cd327112"}],"id":"f886903f-9df3-498a-82a6-403cce01c2e0","_postman_id":"f886903f-9df3-498a-82a6-403cce01c2e0","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}}},{"name":"Solana","item":[{"name":"Send Native Transaction","id":"0b979f85-2be9-414d-a18a-49f6cbf3a676","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{x-api-key}}","type":"default"},{"key":"network","value":"testnet","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"from\" : \"AjxRSyPEB5Z1xbQARmHt6QS1PkbhmGVBqr8n5jLG6PTX\",\n    \"fromPrivateKey\" : \"2cA9NiDx968aCsf4CtfkNJY9AjNJ9V5AAzipyVdSEFzFtRCbsY6gU2Dhq5BQrHHkfUejRJghAQiquy9TYy1J83FP\",\n    \"to\" : \"4ETf86tK7b4W72f27kNLJLgRWi9UfJjgH4koHGUXMFtn\",\n    \"amount\" : \"0.001\"\n}","options":{"raw":{"language":"json"}}},"url":"https://developers.bitpowrcloud.com/blockchain/solana/transaction","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}},"urlObject":{"path":["blockchain","solana","transaction"],"host":["https://developers.bitpowrcloud.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0b979f85-2be9-414d-a18a-49f6cbf3a676"},{"name":"Address Balance","id":"abd8aa15-7604-4b60-9521-21f505a56ee6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{x-api-key}}","type":"default"},{"key":"network","value":"testnet","type":"text"}],"url":"https://developers.bitpowrcloud.com/blockchain/solana/AjxRSyPEB5Z1xbQARmHt6QS1PkbhmGVBqr8n5jLG6PTX/balance","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}},"urlObject":{"path":["blockchain","solana","AjxRSyPEB5Z1xbQARmHt6QS1PkbhmGVBqr8n5jLG6PTX","balance"],"host":["https://developers.bitpowrcloud.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"abd8aa15-7604-4b60-9521-21f505a56ee6"},{"name":"Get Current Block","id":"3fe154f6-8a0e-4f7a-935f-4f231d93d71d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{x-api-key}}","type":"default"},{"key":"network","value":"testnet","type":"text"}],"url":"https://developers.bitpowrcloud.com/blockchain/solana/block","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}},"urlObject":{"path":["blockchain","solana","block"],"host":["https://developers.bitpowrcloud.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3fe154f6-8a0e-4f7a-935f-4f231d93d71d"},{"name":"Get Address Transactions","id":"85ad3af3-675a-43e7-975b-475a993a4fa3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{x-api-key}}","type":"default"},{"key":"network","value":"testnet","type":"text"}],"url":"https://developers.bitpowrcloud.com/blockchain/solana/AjxRSyPEB5Z1xbQARmHt6QS1PkbhmGVBqr8n5jLG6PTX/transactions?skip=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}},"urlObject":{"path":["blockchain","solana","AjxRSyPEB5Z1xbQARmHt6QS1PkbhmGVBqr8n5jLG6PTX","transactions"],"host":["https://developers.bitpowrcloud.com"],"query":[{"key":"skip","value":"1"}],"variable":[]}},"response":[],"_postman_id":"85ad3af3-675a-43e7-975b-475a993a4fa3"}],"id":"28c9b8d1-34ca-42d7-a50d-f4d0af03b66a","_postman_id":"28c9b8d1-34ca-42d7-a50d-f4d0af03b66a","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}}},{"name":"NFT","item":[{"name":"Get Address Nfts","id":"2c9ced20-149b-4e19-9af5-65d9bc8b5179","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{x-api-key}}","type":"default"},{"key":"network","value":"testnet","type":"text"}],"url":"https://developers.bitpowrcloud.com/blockchain/ethereum/nfts/0x107B34007aea13Eed48cbDBB0d0a9888575126Bc","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}},"urlObject":{"path":["blockchain","ethereum","nfts","0x107B34007aea13Eed48cbDBB0d0a9888575126Bc"],"host":["https://developers.bitpowrcloud.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2c9ced20-149b-4e19-9af5-65d9bc8b5179"},{"name":"Get NFT Metadata","id":"6a020eff-da9b-4c14-bb5f-626ab8f846a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{x-api-key}}","type":"default"},{"key":"network","value":"testnet","type":"text"}],"url":"https://developers.bitpowrcloud.com/nfts/ethereum/metadata/0x07764a737CEc0B9CF733400082B5c8A9DFeB3B5a/23","description":"<h4 id=\"params\">Params</h4>\n<p>Chain - ethereum</p>\n<p>Contract Address - 0x07764a737CEc0B9CF733400082B5c8A9DFeB3B5a</p>\n<p>Token Id - 23</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}},"urlObject":{"path":["nfts","ethereum","metadata","0x07764a737CEc0B9CF733400082B5c8A9DFeB3B5a","23"],"host":["https://developers.bitpowrcloud.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6a020eff-da9b-4c14-bb5f-626ab8f846a8"}],"id":"d4573402-a961-46d3-ad1c-103245604909","description":"<ol>\n<li>Gets a list of NFTs (ERC721) that belongs to the specified address.</li>\n<li>Gets NFT metadata</li>\n</ol>\n","_postman_id":"d4573402-a961-46d3-ad1c-103245604909","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","id":"15e42d89-bbb4-4fc2-99c8-f2b9e110ab4a","name":"Bitpowr Cloud Developer API","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]}},"event":[{"listen":"prerequest","script":{"id":"183761c5-151f-4e3a-97ac-1b78caa821b4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8d89159b-0432-4f87-9a5c-ba3f9a61a7d4","type":"text/javascript","exec":[""]}}],"variable":[{"key":"baseUrl","value":"https://developers.bitpowrcloud.com","type":"string"},{"key":"chain","value":"ethereum","type":"string"}]}