Skip to content

Instantly share code, notes, and snippets.

@Falci
Created March 10, 2022 11:57
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Falci/5b3f1ba17268f0e62d5eadb39905790e to your computer and use it in GitHub Desktop.
Save Falci/5b3f1ba17268f0e62d5eadb39905790e to your computer and use it in GitHub Desktop.
{
"info": {
"_postman_id": "9076792a-6d59-4278-a33a-bad8baa90a43",
"name": "Handshake",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "Node",
"item": [
{
"name": "Coins",
"item": [
{
"name": "Get coin by Outpoint",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{nodeUrl}}/coin/:hash/:index",
"host": [
"{{nodeUrl}}"
],
"path": [
"coin",
":hash",
":index"
],
"variable": [
{
"key": "hash",
"value": "dcc32ad3fb69f4de467e80611b7875eda2f505c48aaac4dea2a0ffe2cdcc245e"
},
{
"key": "index",
"value": "0"
}
]
}
},
"response": []
},
{
"name": "Get coins by address",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{nodeUrl}}/coin/address/:address",
"host": [
"{{nodeUrl}}"
],
"path": [
"coin",
"address",
":address"
],
"variable": [
{
"key": "address",
"value": "hs1qqzlmrc6phwz2drwshstcr30vuhjacv5z0u2x9l"
}
]
}
},
"response": []
},
{
"name": "Get coins by addresses",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"addresses\": [\n \"hs1qqzlmrc6phwz2drwshstcr30vuhjacv5z0u2x9l\",\n \"hs1qyww5n2e8d4qgxq79tka0cpxavtcgh5gw9stckr\"\n ]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}/coin/address",
"host": [
"{{nodeUrl}}"
],
"path": [
"coin",
"address"
]
}
},
"response": []
}
]
},
{
"name": "Node",
"item": [
{
"name": "Get server info",
"request": {
"auth": {
"type": "basic",
"basic": [
{
"key": "password",
"value": "ba9138c8-e9de-44e5-abbf-0bfcc43ebfab",
"type": "string"
},
{
"key": "username",
"value": "x",
"type": "string"
}
]
},
"method": "GET",
"header": [
{
"key": "X-Datahub-Requestor",
"value": "test@adevinta.com",
"type": "text"
},
{
"key": "X-DataHub-Actor",
"value": "urn:li:corpuser:test@adevinta.com",
"type": "text"
}
],
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "Get mempool snapshot",
"request": {
"auth": {
"type": "noauth"
},
"method": "GET",
"header": [
{
"key": "X-Datahub-Requestor",
"value": "test@adevinta.com",
"type": "text"
},
{
"key": "X-DataHub-Actor",
"value": "urn:li:corpuser:test@adevinta.com",
"type": "text"
}
],
"url": {
"raw": "{{nodeUrl}}/mempool",
"host": [
"{{nodeUrl}}"
],
"path": [
"mempool"
]
}
},
"response": []
},
{
"name": "Get mempool rejects filter",
"request": {
"auth": {
"type": "noauth"
},
"method": "GET",
"header": [
{
"key": "X-Datahub-Requestor",
"value": "test@adevinta.com",
"type": "text"
},
{
"key": "X-DataHub-Actor",
"value": "urn:li:corpuser:test@adevinta.com",
"type": "text"
}
],
"url": {
"raw": "{{nodeUrl}}/mempool/invalid",
"host": [
"{{nodeUrl}}"
],
"path": [
"mempool",
"invalid"
]
}
},
"response": []
},
{
"name": "Test mempool rejects filter",
"request": {
"auth": {
"type": "noauth"
},
"method": "GET",
"header": [
{
"key": "X-Datahub-Requestor",
"value": "test@adevinta.com",
"type": "text"
},
{
"key": "X-DataHub-Actor",
"value": "urn:li:corpuser:test@adevinta.com",
"type": "text"
}
],
"url": {
"raw": "{{nodeUrl}}/mempool/invalid/:hash",
"host": [
"{{nodeUrl}}"
],
"path": [
"mempool",
"invalid",
":hash"
],
"variable": [
{
"key": "hash",
"value": null
}
]
}
},
"response": []
},
{
"name": "Get block by hash or height",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"auth": {
"type": "noauth"
},
"method": "GET",
"header": [
{
"key": "X-Datahub-Requestor",
"value": "test@adevinta.com",
"type": "text"
},
{
"key": "X-DataHub-Actor",
"value": "urn:li:corpuser:test@adevinta.com",
"type": "text"
}
],
"body": {
"mode": "graphql",
"graphql": {
"query": "",
"variables": ""
}
},
"url": {
"raw": "{{nodeUrl}}/block/:blockhashOrHeight",
"host": [
"{{nodeUrl}}"
],
"path": [
"block",
":blockhashOrHeight"
],
"variable": [
{
"key": "blockhashOrHeight",
"value": "100000"
}
]
}
},
"response": []
},
{
"name": "Get Header by hash or height",
"request": {
"auth": {
"type": "noauth"
},
"method": "GET",
"header": [
{
"key": "X-Datahub-Requestor",
"value": "test@adevinta.com",
"type": "text"
},
{
"key": "X-DataHub-Actor",
"value": "urn:li:corpuser:test@adevinta.com",
"type": "text"
}
],
"url": {
"raw": "{{nodeUrl}}/header/:blockhashOrHeight",
"host": [
"{{nodeUrl}}"
],
"path": [
"header",
":blockhashOrHeight"
],
"variable": [
{
"key": "blockhashOrHeight",
"value": ""
}
]
}
},
"response": []
},
{
"name": "Broadcast transaction",
"request": {
"auth": {
"type": "noauth"
},
"method": "POST",
"header": [
{
"key": "X-Datahub-Requestor",
"value": "test@adevinta.com",
"type": "text"
},
{
"key": "X-DataHub-Actor",
"value": "urn:li:corpuser:test@adevinta.com",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"tx\": \"010000000106b014e37704109fefe2c5c9f4227d68840c3497fc89a9832db8504df039a6c7000000006a47304402207dc8173fbd7d23c3950aaf91b1bc78c0ed9bf910d47a977b24a8478a91b28e69022024860f942a16bc67ec54884e338b5b87f4a9518a80f9402564061a3649019319012103cb25dc2929ea58675113e60f4c08d084904189ab44a9a142179684c6cdd8d46affffffff0280c3c901000000001976a91400ba915c3d18907b79e6cfcd8b9fdf69edc7a7db88acc41c3c28010000001976a91437f306a0154e1f0de4e54d6cf9d46e07722b722688ac00000000\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}/broadcast",
"host": [
"{{nodeUrl}}"
],
"path": [
"broadcast"
]
}
},
"response": []
},
{
"name": "Broadcast claim",
"request": {
"auth": {
"type": "noauth"
},
"method": "POST",
"header": [
{
"key": "X-Datahub-Requestor",
"value": "test@adevinta.com",
"type": "text"
},
{
"key": "X-DataHub-Actor",
"value": "urn:li:corpuser:test@adevinta.com",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"claim\": \"310d030300003000010002a30001080101030803010001acffb409bcc939f...\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}/claim",
"host": [
"{{nodeUrl}}"
],
"path": [
"claim"
]
}
},
"response": []
},
{
"name": "Estimate fee",
"request": {
"auth": {
"type": "noauth"
},
"method": "GET",
"header": [
{
"key": "X-Datahub-Requestor",
"value": "test@adevinta.com",
"type": "text"
},
{
"key": "X-DataHub-Actor",
"value": "urn:li:corpuser:test@adevinta.com",
"type": "text"
}
],
"url": {
"raw": "{{nodeUrl}}/fee?blocks=3",
"host": [
"{{nodeUrl}}"
],
"path": [
"fee"
],
"query": [
{
"key": "blocks",
"value": "3"
}
]
}
},
"response": []
},
{
"name": "Reset blockchain",
"request": {
"auth": {
"type": "noauth"
},
"method": "POST",
"header": [
{
"key": "X-Datahub-Requestor",
"value": "test@adevinta.com",
"type": "text"
},
{
"key": "X-DataHub-Actor",
"value": "urn:li:corpuser:test@adevinta.com",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"height\": 1000\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}/reset",
"host": [
"{{nodeUrl}}"
],
"path": [
"reset"
]
}
},
"response": []
}
]
},
{
"name": "Transactions",
"item": [
{
"name": "Get tx by txhash",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{nodeUrl}}/tx/:txhash",
"host": [
"{{nodeUrl}}"
],
"path": [
"tx",
":txhash"
],
"variable": [
{
"key": "txhash",
"value": "9cf554347855ae3a4652d921fea4411f2bcaea5e5a0966a61c2656c3d4bed35a"
}
]
}
},
"response": []
},
{
"name": "Get tx by address",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{nodeUrl}}/tx/address/:address",
"host": [
"{{nodeUrl}}"
],
"path": [
"tx",
"address",
":address"
],
"variable": [
{
"key": "address",
"value": "hs1q4m9p6mc4g6te3yzhty8q74fxxyu86fq7tqegaw"
}
]
}
},
"response": []
},
{
"name": "Get tx by addresses",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"addresses\": [\n \"hs1q4m9p6mc4g6te3yzhty8q74fxxyu86fq7tqegaw\",\n \"hs1qyww5n2e8d4qgxq79tka0cpxavtcgh5gw9stckr\"\n ]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}/tx/addresses",
"host": [
"{{nodeUrl}}"
],
"path": [
"tx",
"addresses"
]
}
},
"response": []
}
]
}
]
},
{
"name": "RPC Calls",
"item": [
{
"name": "Node",
"item": [
{
"name": "Stop",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"stop\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "Get info",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"getinfo\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "Get memory info",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"getmemoryinfo\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "Set log level",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"setloglevel\",\n \"params\": [ \"info\" ]\n }",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "Validate address",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"validateaddress\",\n \"params\": [ \"hs1qshuyulxra3pqpwr40303t8pn79232zztuk4qgz\" ]\n }",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "Create multisig",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"createmultisig\",\n \"params\": [\n 2,\n [\n \"02e3d6bb36b0261628101ee67abd89d678522dc1199912512f814e70803652f395\",\n \"03d7ded41bb871936bf4d411371b25d706c572f28ef8d2613b45392e9f9c4348a5\",\n \"034bc2280e68d3bdd0ef0664e0ad2949a467344d8e59e435fe2d9be81e39f70f76\"\n ]\n ]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "Sign message with private key",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"signmessagewithprivkey\",\n \"params\": [\n \"ENced8VD7YWkzPC8FTJ3gTTq4pQhF2PF79QS51mgZq7BgCfiEP5A\",\n \"hello\"\n ]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "Verify message",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"verifymessage\",\n \"params\": [\n \"hs1qwwe5hplghdc2rrfxdd2g85e85ckfa9vw79n2ce\",\n \"7PA4jXOskeIASQubG4Z9kfeJRKR9SC7TirnF6ngIvOlNsk7nH2xtlY/WctqSDPzI33XV8n3tIEAuzpNuRtaXXg==\",\n \"hello\"\n ]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "Verify message with name",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"verifymessagewithname\",\n \"params\": [\n \"xn--e28haaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\",\n \"7PA4jXOskeIASQubG4Z9kfeJRKR9SC7TirnF6ngIvOlNsk7nH2xtlY/WctqSDPzI33XV8n3tIEAuzpNuRtaXXg==\",\n \"hello\"\n ]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "Set mock time",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"setmocktime\",\n \"params\": [\n 1503058155\n ]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
}
]
},
{
"name": "Chain",
"item": [
{
"name": "Prune blockchain",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"pruneblockchain\",\n \"params\": []\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "Invalidate block",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"invalidateblock\",\n \"params\": [\n \"52d7beaf4c7f392bef2744167c7f4db4bb4113b2635496edcf2d1c94128696aa\"\n ]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "Reconsider block",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"reconsiderblock\",\n \"params\": [\n \"52d7beaf4c7f392bef2744167c7f4db4bb4113b2635496edcf2d1c94128696aa\"\n ]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
}
]
},
{
"name": "Block",
"item": [
{
"name": "Get blockchain info",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"getblockchaininfo\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "Get block hash",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"getbestblockhash\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "Get block count",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"getblockcount\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "Get block",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"getblock\",\n \"params\": [\n \"000000000000000136d7d3efa688072f40d9fdd71bd47bb961694c0f38950246\",\n 1,\n 0\n ]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "Get block by height",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"getblockbyheight\",\n \"params\": [\n 100000,\n 1,\n 0\n ]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "Get block hash",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"getblockhash\",\n \"params\": [\n 100000\n ]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "Get block header",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"getblockheader\",\n \"params\": [\n \"000000000000000136d7d3efa688072f40d9fdd71bd47bb961694c0f38950246\", 1\n ]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "Get chain tips",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"getchaintips\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "Get difficulty",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"getdifficulty\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
}
]
},
{
"name": "Mempool",
"item": [
{
"name": "Get mempool info",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"getmempoolinfo\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "Get mempool ancestors",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"getmempoolancestors\",\n \"params\": [\"d0ddb9ce928c8d5535b35a26f22842b2bef1dde8d4de23e418d7f1e5f9b40687\", 1]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "Get mempool descendants",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"getmempooldescendants\",\n \"params\": [\"d0ddb9ce928c8d5535b35a26f22842b2bef1dde8d4de23e418d7f1e5f9b40687\", 1]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "Get mempool entry",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"getmempoolentry\",\n \"params\": [\"d0ddb9ce928c8d5535b35a26f22842b2bef1dde8d4de23e418d7f1e5f9b40687\"]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "Get raw mempool",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"getrawmempool\",\n \"params\": [1]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "Prioritise transaction",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"prioritisetransaction\",\n \"params\": [\"d0ddb9ce928c8d5535b35a26f22842b2bef1dde8d4de23e418d7f1e5f9b40687\", 1000, 1000]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "Estimate fee",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"estimatefee\",\n \"params\": [10]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "Estimate priority",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"estimatepriority\",\n \"params\": [10]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "Estimate smart fee",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"estimatesmartfee\",\n \"params\": [10]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "Estimate smart priority",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"estimatesmartpriority\",\n \"params\": [10]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
}
]
},
{
"name": "Transactions",
"item": [
{
"name": "Get UTXO",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"gettxout\",\n \"params\": [\n \"9cf554347855ae3a4652d921fea4411f2bcaea5e5a0966a61c2656c3d4bed35a\",\n 0,\n 1\n ]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "gettxoutsetinfo",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"gettxoutsetinfo\",\n \"params\": []\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "Get raw transaction",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"getrawtransaction\",\n \"params\": [\n \"9cf554347855ae3a4652d921fea4411f2bcaea5e5a0966a61c2656c3d4bed35a\",\n 1\n ]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "Decode raw transaction",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"decoderawtransaction\",\n \"params\": [\n \"000000000103858fc9d1c73d5250f2526ef71e17cb37d542d0fd7c8ddd061ab5f42ac47c5900000000ffffffff0250690f000000000000206237ceaffc6f2960a97c82e5a0b1e40455ee34010b1dd9c3481877a0883459760000d01e267700000000001464ae86dbe6f80c1d50daf5eafade990a5e1bcbdb0000000000000241813478628bcca531d716e088a7efef90eb8155d1afa87156dd6996e12b68e1776121cfbb022de662ce32e2b4c005fbcb033dc4cd06bbd7b99ff64f2af7cb29fc0121021ecadaa8a5146e04aad0d05e7116eeb961f1457b3094b7030f362e31552c2ed0\"\n ]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "Decode script",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"decodescript\",\n \"params\": [\n \"76c014af92ad98c7f77559f96430dfef2a6805b87b24f888ac\"\n ]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "Send raw transaction",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"sendrawtransaction\",\n \"params\": [\n \"0100000001eaefefbd1f687ef4e861804aed59ef05e743ea85f432cc146f325d759a026ce6010000006a4730440220718954e28983c875858b5a0094df4607ce2e7c6e9ffea47f3876792b01755c1202205e2adc7c32ff64aaef6d26045f96181e8741e560b6f3a8ef2f4ffd2892add656012103142355370728640592109c3d2bf5592020a6b9226303c8bc98ab2ebcadf057abffffffff02005a6202000000001976a914fe7e0711287688b33b9a5c239336c4700db34e6388ac10ca0f24010000001976a914af92ad98c7f77559f96430dfef2a6805b87b24f888ac00000000\"\n ]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "Create raw transaction",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"createrawtransaction\",\n \"params\": [\n [\n {\n \"txid\": \"b724ff8521fd9e7b86afc29070d52e9709927a6c8023360ea86d906f8ea6dcb3\",\n \"vout\": 0\n }\n ],\n {\n \"rs1q7rvnwj3vaqxrwuv87j7xc6ye83tpevfkvhzsap\": 10,\n \"data\": \"deadbeef\"\n }\n ]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "Sign raw transaction",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"signrawtransaction\",\n \"params\": [\n \"0000000001b724ff8521fd9e7b86afc29070d52e9709927a6c8023360ea86d906f8ea6dcb300000000ffffffff0240420f00000000000014f0d9374a2ce80c377187f4bc6c68993c561cb136000000000000000000001f04deadbeef00000000000000\",\n [\n {\n \"txid\": \"b724ff8521fd9e7b86afc29070d52e9709927a6c8023360ea86d906f8ea6dcb3\",\n \"vout\": 0,\n \"address\": \"rs1q7qumafugfglg268djelwr7ps4l2uh2vsdpfnuc\",\n \"amount\": 1\n }\n ],\n [\n \"ENced8VD7YWkzPC8FTJ3gTTq4pQhF2PF79QS51mgZq7BgCfiEP5A\"\n ]\n ]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "Get UTXO proof",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"gettxoutproof\",\n \"params\": [\n [\"fd4ac0bea510eba1ed04ee847ada5c50a2237f555142b3ccf2bd813b04ed9083\"]\n ]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "Verify UTXO proof",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"verifytxoutproof\",\n \"params\": [\n \"199eb2db5dc4c761000000000000000000000002cc07500669656adacf0fa94de6685b43c5acb1b873abf01b11bc95fa048c55a4af9bd8d4a50c8e4564b03618f8729bfe582713ba3246fba680001dd6000000340000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008288167d80f26e29c7c1c63cf20fd34f3936a98cb02b2dedfe31452b40a7522de8a3b8b18e937eedd1414952e3ae2c96de69a2191366da0e39792545c0ed5055000000005dd002190000000000000000000000000000000000000000000000000000000000000000120100000ae96d119ac7a51ffa59b55cb17e632f738005078f3d0076a53a79fb026ebaa150fd4ac0bea510eba1ed04ee847ada5c50a2237f555142b3ccf2bd813b04ed9083357d6a7fca2bc8c8940d0c04f28b8ffd5f97b09365fba1ad4a172554889d3dd5f836cd796ff756335d65dd767946abcde5a591beea6a165aa229b949e4ab2c1e107d905bb11824675c7a99c04b47820fbfe7fba70a5ef2b0126335a95076b91cc7f8d13b4d3800e98c623f1129c0f3c3bc225661f65743cc7bd7eae5c55e53dfff62487b231a027000e66cc0b77b2c4490b5db2295170a017b914a66dd72c1555d3a0190aeb18f18cb0fb1fca26f57d4f7f1a413a9a02fd69101f19a09ac1e8bdd86f0b4a8a718ad0c4f22bc82f58e31a3b5bb31ad814f92a566cb4be857d7d4dcb90b05a4c23cb5a1e7386ff738c50d1f44b8b79fbc6fb3dbb040625473bec703ff0600\"\n ]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
}
]
},
{
"name": "Mining",
"item": [
{
"name": "Get network hash per second",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"getnetworkhashps\",\n \"params\": [\n 120, 1\n ]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "Get mining info",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"getmininginfo\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "Get work",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"getwork\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "Get work long pooling",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"getworklp\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "Get block template",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"getblocktemplate\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "Submit block",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"submitblock\",\n \"params\": [\n \"000000203f6397a1442eb6a9901998c4a4b432f8573c7a490b2d5e6d6f2ad0d0fca25e2c56940d79c8f81f3eb5e998bcf79dbf8c7d3b13b01adaac526cf9df8ee385ec0c1ac0055bffff7f20000000000101000000010000000000000000000000000000000000000000000000000000000000000000ffffffff1f01640e6d696e65642062792062636f696e046c62c046080000000000000000ffffffff0100f2052a010000001976a91473815900ee35f3815b3407af2eeb1b611cf533d788ac00000000\"\n ]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "Verify block",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"verifyblock\",\n \"params\": [\n \"000000203f6397a1442eb6a9901998c4a4b432f8573c7a490b2d5e6d6f2ad0d0fca25e2c56940d79c8f81f3eb5e998bcf79dbf8c7d3b13b01adaac526cf9df8ee385ec0c1ac0055bffff7f20000000000101000000010000000000000000000000000000000000000000000000000000000000000000ffffffff1f01640e6d696e65642062792062636f696e046c62c046080000000000000000ffffffff0100f2052a010000001976a91473815900ee35f3815b3407af2eeb1b611cf533d788ac00000000\"\n ]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "Set generate",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"setgenerate\",\n \"params\": [\n 1, 1\n ]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "Get generate",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"getgenerate\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "Generate",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"generate\",\n \"params\": [ 1 ]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "Generate to address",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"generatetoaddress\",\n \"params\": [ 1, \"hs1qshuyulxra3pqpwr40303t8pn79232zztuk4qgz\" ]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
}
]
},
{
"name": "Network",
"item": [
{
"name": "Get name info",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"getnameinfo\",\n \"params\": [\n \"iamfernando\"\n ]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "Get connection count",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"getconnectioncount\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "Ping",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"ping\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "Get peer info",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"getpeerinfo\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "Add node",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"addnode\",\n \"params\": [\n \"127.0.0.1:12038\", \"add\"\n ]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "Disconnect node",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"disconnectnode\",\n \"params\": [\n \"127.0.0.1:12038\"\n ]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "Get added node info",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"getaddednodeinfo\",\n \"params\": [\n \"127.0.0.1:12038\"\n ]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "Get net totals",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"getnettotals\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "Get network info",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"getnetworkinfo\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "Set ban",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"setban\",\n \"params\": [ \"127.0.0.1:12038\", \"add\" ]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "List banned",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"listbanned\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "Clear banned",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"clearbanned\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
}
]
},
{
"name": "Names",
"item": [
{
"name": "Get name info",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"getnameinfo\",\n \"params\": [\n \"iamfernando\"\n ]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "Get names",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"getnames\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "Get name by hash",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"getnamebyhash\",\n \"params\": [\n \"8b298c37887b7fc2dfb2d15763f0cb8d37cd13a3b57e7787819b7d2325acb75d\"\n ]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "Get name resource",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"getnameresource\",\n \"params\": [\n \"iamfernando\"\n ]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "Get name proof",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"getnameproof\",\n \"params\": [\n \"iamfernando\"\n ]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "Send raw claim",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"sendrawclaim\",\n \"params\": [\n \"AwEAAd334XDnsXiofaipnUTULW5CW4VZlWzNKXDzQKsaCyFQEd28I9Xx\"\n ]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "Get DNSSEC proof",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"getdnssecproof\",\n \"params\": [\n \"falci.me\"\n ]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "Send raw airdrop",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"sendrawairdrop\",\n \"params\": [\n \"6XzakHKLJGuK3kgyCOEfJ8XPT1IJtvZZL9zaTC5x6QxqQIqfhSnqy3guOtwuMWs\"\n ]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
},
{
"name": "Grind name",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"method\": \"grindname\",\n \"params\": [5]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{nodeUrl}}",
"host": [
"{{nodeUrl}}"
]
}
},
"response": []
}
]
}
]
},
{
"name": "Wallet",
"item": [
{
"name": "Admin Commands",
"item": [
{
"name": "Wallet Rescan",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"height\": 100000\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{walletUrl}}/rescan",
"host": [
"{{walletUrl}}"
],
"path": [
"rescan"
]
}
},
"response": []
},
{
"name": "Wallet Resend",
"request": {
"method": "POST",
"header": [],
"url": {
"raw": "{{walletUrl}}/resend",
"host": [
"{{walletUrl}}"
],
"path": [
"resend"
]
}
},
"response": []
},
{
"name": "Wallet Backup",
"request": {
"method": "POST",
"header": [],
"url": {
"raw": "{{walletUrl}}/backup?path=/home/user/walletdb-backup.ldb",
"host": [
"{{walletUrl}}"
],
"path": [
"backup"
],
"query": [
{
"key": "path",
"value": "/home/user/walletdb-backup.ldb"
}
]
}
},
"response": []
},
{
"name": "Wallet Master HD Private Key",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{walletUrl}}/wallet/:id/master",
"host": [
"{{walletUrl}}"
],
"path": [
"wallet",
":id",
"master"
],
"variable": [
{
"key": "id",
"value": "primary"
}
]
}
},
"response": []
},
{
"name": "List all Wallets",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{walletUrl}}/wallet",
"host": [
"{{walletUrl}}"
],
"path": [
"wallet"
]
}
},
"response": []
}
]
},
{
"name": "Accounts",
"item": [
{
"name": "Get Wallet Account List",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{walletUrl}}/wallet/:id/account",
"host": [
"{{walletUrl}}"
],
"path": [
"wallet",
":id",
"account"
],
"variable": [
{
"key": "id",
"value": "primary"
}
]
}
},
"response": []
},
{
"name": "Get Account Information",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{walletUrl}}/wallet/:id/account/:account",
"host": [
"{{walletUrl}}"
],
"path": [
"wallet",
":id",
"account",
":account"
],
"variable": [
{
"key": "id",
"value": "primary"
},
{
"key": "account",
"value": "default"
}
]
}
},
"response": []
},
{
"name": "Create new wallet account",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"type\": \"multisig\",\n \"m\": 2,\n \"n\": 3,\n \"passphrase\": \"secret123\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{walletUrl}}/wallet/:id/account/:name",
"host": [
"{{walletUrl}}"
],
"path": [
"wallet",
":id",
"account",
":name"
],
"variable": [
{
"key": "id",
"value": "primary"
},
{
"key": "name",
"value": "menace"
}
]
}
},
"response": []
}
]
},
{
"name": "Transactions",
"item": [
{
"name": "Get Wallet TX Details",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{walletUrl}}/wallet/:id/tx/:hash",
"host": [
"{{walletUrl}}"
],
"path": [
"wallet",
":id",
"tx",
":hash"
],
"variable": [
{
"key": "id",
"value": "primary"
},
{
"key": "hash",
"value": "580d7de114490f623fe6cc395540be80495e6cb5b0f5a176df89325465d789b9"
}
]
}
},
"response": []
},
{
"name": "Delete Transaction",
"request": {
"method": "DELETE",
"header": [],
"url": {
"raw": "{{walletUrl}}/wallet/:id/tx/:hash",
"host": [
"{{walletUrl}}"
],
"path": [
"wallet",
":id",
"tx",
":hash"
],
"variable": [
{
"key": "id",
"value": "primary"
},
{
"key": "hash",
"value": "580d7de114490f623fe6cc395540be80495e6cb5b0f5a176df89325465d789b9"
}
]
}
},
"response": []
},
{
"name": "Get Wallet TX History",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{walletUrl}}/wallet/:id/tx/history",
"host": [
"{{walletUrl}}"
],
"path": [
"wallet",
":id",
"tx",
"history"
],
"variable": [
{
"key": "id",
"value": "primary"
}
]
}
},
"response": []
},
{
"name": "Get Pending Transactions",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{walletUrl}}/wallet/:id/tx/unconfirmed",
"host": [
"{{walletUrl}}"
],
"path": [
"wallet",
":id",
"tx",
"unconfirmed"
],
"variable": [
{
"key": "id",
"value": "primary"
}
]
}
},
"response": []
},
{
"name": "Get Range of Transactions",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{walletUrl}}/wallet/:id/tx/range?account=default&start=1527184612&end=1527186612",
"host": [
"{{walletUrl}}"
],
"path": [
"wallet",
":id",
"tx",
"range"
],
"query": [
{
"key": "account",
"value": "default"
},
{
"key": "start",
"value": "1527184612"
},
{
"key": "end",
"value": "1527186612"
}
],
"variable": [
{
"key": "id",
"value": "primary"
}
]
}
},
"response": []
}
]
},
{
"name": "Auctions",
"item": [
{
"name": "Get Wallet Names",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{walletUrl}}/wallet/:id/name",
"host": [
"{{walletUrl}}"
],
"path": [
"wallet",
":id",
"name"
],
"variable": [
{
"key": "id",
"value": "primary"
}
]
}
},
"response": []
},
{
"name": "Get Wallet Name",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{walletUrl}}/wallet/:id/name/:name",
"host": [
"{{walletUrl}}"
],
"path": [
"wallet",
":id",
"name",
":name"
],
"variable": [
{
"key": "id",
"value": "primary"
},
{
"key": "name",
"value": "handshake"
}
]
}
},
"response": []
},
{
"name": "Get Wallet Auctions",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{walletUrl}}/wallet/:id/auction",
"host": [
"{{walletUrl}}"
],
"path": [
"wallet",
":id",
"auction"
],
"variable": [
{
"key": "id",
"value": "primary"
}
]
}
},
"response": []
},
{
"name": "Get Wallet Auctions by Name",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{walletUrl}}/wallet/:id/auction/:name",
"host": [
"{{walletUrl}}"
],
"path": [
"wallet",
":id",
"auction",
":name"
],
"variable": [
{
"key": "id",
"value": "primary"
},
{
"key": "name",
"value": "handshake"
}
]
}
},
"response": []
},
{
"name": "Get Wallet Bids",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{walletUrl}}/wallet/:id/bid",
"host": [
"{{walletUrl}}"
],
"path": [
"wallet",
":id",
"bid"
],
"variable": [
{
"key": "id",
"value": "primary"
}
]
}
},
"response": []
},
{
"name": "Get Wallet Bids by Name",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{walletUrl}}/wallet/:id/bid/:name?own=false",
"host": [
"{{walletUrl}}"
],
"path": [
"wallet",
":id",
"bid",
":name"
],
"query": [
{
"key": "own",
"value": "false"
}
],
"variable": [
{
"key": "id",
"value": "primary"
},
{
"key": "name",
"value": "handshake"
}
]
}
},
"response": []
},
{
"name": "Get Wallet Reveals",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{walletUrl}}/wallet/:id/reveal?own=false",
"host": [
"{{walletUrl}}"
],
"path": [
"wallet",
":id",
"reveal"
],
"query": [
{
"key": "own",
"value": "false"
}
],
"variable": [
{
"key": "id",
"value": "primary"
}
]
}
},
"response": []
},
{
"name": "Get Wallet Reveals by Name",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{walletUrl}}/wallet/:id/reveal/:name?own=false",
"host": [
"{{walletUrl}}"
],
"path": [
"wallet",
":id",
"reveal",
":name"
],
"query": [
{
"key": "own",
"value": "false"
}
],
"variable": [
{
"key": "id",
"value": "primary"
},
{
"key": "name",
"value": "handshake"
}
]
}
},
"response": []
},
{
"name": "Get Wallet Resource by Name",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{walletUrl}}/wallet/:id/resource/:name",
"host": [
"{{walletUrl}}"
],
"path": [
"wallet",
":id",
"resource",
":name"
],
"variable": [
{
"key": "id",
"value": "primary"
},
{
"key": "name",
"value": "handshake"
}
]
}
},
"response": []
},
{
"name": "Get Nonce for Bid",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{walletUrl}}/wallet/:id/nonce/:name?address=rs1q3qavv25ye6zsntszsj4awvq7gr4akq59k9y8hw&bid=2000000",
"host": [
"{{walletUrl}}"
],
"path": [
"wallet",
":id",
"nonce",
":name"
],
"query": [
{
"key": "address",
"value": "rs1q3qavv25ye6zsntszsj4awvq7gr4akq59k9y8hw"
},
{
"key": "bid",
"value": "2000000"
}
],
"variable": [
{
"key": "id",
"value": "primary"
},
{
"key": "name",
"value": "handshake"
}
]
}
},
"response": []
},
{
"name": "Send OPEN",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"passphrase\": \"secret123\",\n \"name\": \"bread\",\n \"broadcast\":true,\n \"sign\": true\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{walletUrl}}/wallet/:id/open",
"host": [
"{{walletUrl}}"
],
"path": [
"wallet",
":id",
"open"
],
"variable": [
{
"key": "id",
"value": "primary"
}
]
}
},
"response": []
},
{
"name": "Send BID",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"passphrase\": \"secret123\",\n \"name\": \"bread\",\n \"broadcast\":true,\n \"sign\": true,\n \"bid\":1234000,\n \"lockup\":4567000\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{walletUrl}}/wallet/:id/open",
"host": [
"{{walletUrl}}"
],
"path": [
"wallet",
":id",
"open"
],
"variable": [
{
"key": "id",
"value": "primary"
}
]
}
},
"response": []
},
{
"name": "Send REVEAL",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"passphrase\": \"secret123\",\n \"name\": \"bread\",\n \"broadcast\":true,\n \"sign\": true\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{walletUrl}}/wallet/:id/reveal",
"host": [
"{{walletUrl}}"
],
"path": [
"wallet",
":id",
"reveal"
],
"variable": [
{
"key": "id",
"value": "primary"
}
]
}
},
"response": []
},
{
"name": "Send REDEEM",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"passphrase\": \"secret123\",\n \"name\": \"bread\",\n \"broadcast\":true,\n \"sign\": true\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{walletUrl}}/wallet/:id/redeem",
"host": [
"{{walletUrl}}"
],
"path": [
"wallet",
":id",
"redeem"
],
"variable": [
{
"key": "id",
"value": "primary"
}
]
}
},
"response": []
},
{
"name": "Send UPDATE",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"passphrase\": \"secret123\",\n \"name\": \"bread\",\n \"broadcast\": true,\n \"sign\": true,\n \"data\": {\n \"records\": [\n {\n \"type\": \"TXT\",\n \"txt\": [\n \"Bread is a delicious food.\"\n ]\n }\n ]\n }\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{walletUrl}}/wallet/:id/update",
"host": [
"{{walletUrl}}"
],
"path": [
"wallet",
":id",
"update"
],
"variable": [
{
"key": "id",
"value": "primary"
}
]
}
},
"response": []
},
{
"name": "Send RENEW",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"passphrase\": \"secret123\",\n \"name\": \"bread\",\n \"broadcast\":true,\n \"sign\": true\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{walletUrl}}/wallet/:id/renew",
"host": [
"{{walletUrl}}"
],
"path": [
"wallet",
":id",
"renew"
],
"variable": [
{
"key": "id",
"value": "primary"
}
]
}
},
"response": []
},
{
"name": "Send TRANSFER",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"passphrase\": \"secret123\",\n \"name\": \"bread\",\n \"broadcast\":true,\n \"sign\": true,\n \"address\": \"rs1qe4tnr7zhx95uvfw220k7eh9ke0rtducpp3hgjc\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{walletUrl}}/wallet/:id/renew",
"host": [
"{{walletUrl}}"
],
"path": [
"wallet",
":id",
"renew"
],
"variable": [
{
"key": "id",
"value": "primary"
}
]
}
},
"response": []
},
{
"name": "Cancel TRANSFER",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"passphrase\": \"secret123\",\n \"name\": \"bread\",\n \"broadcast\":true,\n \"sign\": true\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{walletUrl}}/wallet/:id/cancel",
"host": [
"{{walletUrl}}"
],
"path": [
"wallet",
":id",
"cancel"
],
"variable": [
{
"key": "id",
"value": "primary"
}
]
}
},
"response": []
},
{
"name": "Send FINALIZE",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"passphrase\": \"secret123\",\n \"name\": \"bread\",\n \"broadcast\":true,\n \"sign\": true\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{walletUrl}}/wallet/:id/finalize",
"host": [
"{{walletUrl}}"
],
"path": [
"wallet",
":id",
"finalize"
],
"variable": [
{
"key": "id",
"value": "primary"
}
]
}
},
"response": []
},
{
"name": "Send REVOKE",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"passphrase\": \"secret123\",\n \"name\": \"bread\",\n \"broadcast\":true,\n \"sign\": true\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{walletUrl}}/wallet/:id/revoke",
"host": [
"{{walletUrl}}"
],
"path": [
"wallet",
":id",
"revoke"
],
"variable": [
{
"key": "id",
"value": "primary"
}
]
}
},
"response": []
}
]
},
{
"name": "Create a wallet",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"passphrase\": \"secret456\",\n \"watchOnly\": true,\n \"accountKey\": \"rpubKBAoFrCN1HzSEDye7jcQaycA8L7MjFGmJD1uuvUZ21d9srAmAxmB7o1tCZRyXmTRuy5ZDQDV6uxtcxfHAadNFtdK7J6RV9QTcHTCEoY5FtQD\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{walletUrl}}/wallet/:id",
"host": [
"{{walletUrl}}"
],
"path": [
"wallet",
":id"
],
"variable": [
{
"key": "id",
"value": "newWallet"
}
]
}
},
"response": []
},
{
"name": "Reset Authentication Token",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"passphrase\": \"secret123\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{walletUrl}}/wallet/:id/retoken",
"host": [
"{{walletUrl}}"
],
"path": [
"wallet",
":id",
"retoken"
],
"variable": [
{
"key": "id",
"value": "primary"
}
]
}
},
"response": []
},
{
"name": "Get Wallet Info",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{walletUrl}}/wallet/:id",
"host": [
"{{walletUrl}}"
],
"path": [
"wallet",
":id"
],
"variable": [
{
"key": "id",
"value": "primary"
}
]
}
},
"response": []
},
{
"name": "Get Master HD Key",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{walletUrl}}/wallet/:id/master",
"host": [
"{{walletUrl}}"
],
"path": [
"wallet",
":id",
"master"
],
"variable": [
{
"key": "id",
"value": "primary"
}
]
}
},
"response": []
},
{
"name": "Change Passphrase",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"old\": \"secret123\",\n \"passphrase\": \"123secret\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{walletUrl}}/wallet/:id/passphrase",
"host": [
"{{walletUrl}}"
],
"path": [
"wallet",
":id",
"passphrase"
],
"variable": [
{
"key": "id",
"value": "primary"
}
]
}
},
"response": []
},
{
"name": "Send a transaction",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"passphrase\":\"secret123\",\n \"rate\": 500,\n \"outputs\":[\n {\"address\":\"rs1q7rvnwj3vaqxrwuv87j7xc6ye83tpevfkvhzsap\", \"value\":1000}\n ]\n }",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{walletUrl}}/wallet/:id/send",
"host": [
"{{walletUrl}}"
],
"path": [
"wallet",
":id",
"send"
],
"variable": [
{
"key": "id",
"value": "primary"
}
]
}
},
"response": []
},
{
"name": "Create a transaction",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"passphrase\":\"secret123\",\n \"rate\": 500,\n \"outputs\":[\n {\"address\":\"rs1q7rvnwj3vaqxrwuv87j7xc6ye83tpevfkvhzsap\", \"value\":1000}\n ]\n }",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{walletUrl}}/wallet/:id/create",
"host": [
"{{walletUrl}}"
],
"path": [
"wallet",
":id",
"create"
],
"variable": [
{
"key": "id",
"value": "primary"
}
]
}
},
"response": []
},
{
"name": "Sign Transaction",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"tx\": \"0100000001be4330126fc108092daffca823d9b5d8bf0ee86ed727d19880e5a03977d8eb3100000000920000473044022064ac064f8b0e224413cf7e7c3aa2758013dd0cff6b421a273fb6f870894b200f022064da80d0ea08110b1c18817a66b1e576f945f73256407175b0fcc9936644b3320147522102fac079263a41252f1602406313cc26caf76029135fda4f2423b997b6c89ce78f210304ea9eddb0c0fe241c89ceb2ee8b15870ede2757dfbd42fee60ba9f63d91290652aeffffffff02b0304c000000000017a9144ff1a73bf41d28a8a60e057a5c4bb0a38c0bbaf887404b4c00000000001976a9149e6a64a9dfdf49bfa72e1402663ac40aa5e30a7188ac00000000\",\n \"passphrase\": \"multisecret456\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{walletUrl}}/wallet/:id/sign",
"host": [
"{{walletUrl}}"
],
"path": [
"wallet",
":id",
"sign"
],
"variable": [
{
"key": "id",
"value": "primary"
}
]
}
},
"response": []
},
{
"name": "Zap Transactions",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"account\": \"default\",\n \"age\": 259200\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{walletUrl}}/wallet/:id/zap",
"host": [
"{{walletUrl}}"
],
"path": [
"wallet",
":id",
"zap"
],
"variable": [
{
"key": "id",
"value": "primary"
}
]
}
},
"response": []
},
{
"name": "Unlock Wallet",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"passphrase\": \"secret123\",\n \"timeout\": 60\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{walletUrl}}/wallet/:id/unlock",
"host": [
"{{walletUrl}}"
],
"path": [
"wallet",
":id",
"unlock"
],
"variable": [
{
"key": "id",
"value": "primary"
}
]
}
},
"response": []
},
{
"name": "Lock Wallet",
"request": {
"method": "POST",
"header": [],
"url": {
"raw": "{{walletUrl}}/wallet/:id/lock",
"host": [
"{{walletUrl}}"
],
"path": [
"wallet",
":id",
"lock"
],
"variable": [
{
"key": "id",
"value": "primary"
}
]
}
},
"response": []
},
{
"name": "Import private key",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"account\": \"default\",\n \"privateKey\": \"EMdDCvF1ZjsCnimTnTQfjw6x8CQmVidtJxKBegCVzPw3g6yRoDkK\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{walletUrl}}/wallet/:id/import",
"host": [
"{{walletUrl}}"
],
"path": [
"wallet",
":id",
"import"
],
"variable": [
{
"key": "id",
"value": "primary"
}
]
}
},
"response": []
},
{
"name": "Import public key",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"account\": \"default\",\n \"publicKey\": \"0215a9110e2a9b293c332c28d69f88081aa2a949fde67e35a13fbe19410994ffd9\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{walletUrl}}/wallet/:id/import",
"host": [
"{{walletUrl}}"
],
"path": [
"wallet",
":id",
"import"
],
"variable": [
{
"key": "id",
"value": "primary"
}
]
}
},
"response": []
},
{
"name": "Import address",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"account\": \"default\",\n \"address\": \"rs1q7rvnwj3vaqxrwuv87j7xc6ye83tpevfkvhzsap\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{walletUrl}}/wallet/:id/import",
"host": [
"{{walletUrl}}"
],
"path": [
"wallet",
":id",
"import"
],
"variable": [
{
"key": "id",
"value": "primary"
}
]
}
},
"response": []
},
{
"name": "Get Blocks with Wallet Txs",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{walletUrl}}/wallet/:id/block",
"host": [
"{{walletUrl}}"
],
"path": [
"wallet",
":id",
"block"
],
"variable": [
{
"key": "id",
"value": "primary"
}
]
}
},
"response": []
},
{
"name": "Get Wallet Block by Height",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{walletUrl}}/wallet/:id/block/:height",
"host": [
"{{walletUrl}}"
],
"path": [
"wallet",
":id",
"block",
":height"
],
"variable": [
{
"key": "id",
"value": "primary"
},
{
"key": "height",
"value": null
}
]
}
},
"response": []
},
{
"name": "Add xpubkey (Multisig)",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"accountKey\": \"rpubKBBGCWqgVn4RRVpJTDUvTJnFHYiQuoUNy7s6W57U36KJ3r5inJp7iVRJZHvkFjbgfaGVs9fkvcCQS5ZMmc7BYFCrkADgmGKDCsjYK1vGmoFw\",\n \"account\": \"default\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{walletUrl}}/wallet/:id/shared-key",
"host": [
"{{walletUrl}}"
],
"path": [
"wallet",
":id",
"shared-key"
],
"variable": [
{
"key": "id",
"value": "primary"
}
]
}
},
"response": []
},
{
"name": "Remove xpubkey (Multisig)",
"request": {
"method": "DELETE",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"accountKey\": \"rpubKBBGCWqgVn4RRVpJTDUvTJnFHYiQuoUNy7s6W57U36KJ3r5inJp7iVRJZHvkFjbgfaGVs9fkvcCQS5ZMmc7BYFCrkADgmGKDCsjYK1vGmoFw\",\n \"account\": \"default\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{walletUrl}}/wallet/:id/shared-key",
"host": [
"{{walletUrl}}"
],
"path": [
"wallet",
":id",
"shared-key"
],
"variable": [
{
"key": "id",
"value": "primary"
}
]
}
},
"response": []
},
{
"name": "Get Public Key By Address",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{walletUrl}}/wallet/:id/key/:address",
"host": [
"{{walletUrl}}"
],
"path": [
"wallet",
":id",
"key",
":address"
],
"variable": [
{
"key": "id",
"value": "primary"
},
{
"key": "address",
"value": "rs1q7rvnwj3vaqxrwuv87j7xc6ye83tpevfkvhzsap"
}
]
}
},
"response": []
},
{
"name": "Get Private Key By Address",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{walletUrl}}/wallet/:id/wif/:address?passphrase=secret123",
"host": [
"{{walletUrl}}"
],
"path": [
"wallet",
":id",
"wif",
":address"
],
"query": [
{
"key": "passphrase",
"value": "secret123"
}
],
"variable": [
{
"key": "id",
"value": "primary"
},
{
"key": "address",
"value": "rs1q7rvnwj3vaqxrwuv87j7xc6ye83tpevfkvhzsap"
}
]
}
},
"response": []
},
{
"name": "Generate Receiving Address",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"account\": \"default\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{walletUrl}}/wallet/:id/address",
"host": [
"{{walletUrl}}"
],
"path": [
"wallet",
":id",
"address"
],
"variable": [
{
"key": "id",
"value": "primary"
}
]
}
},
"response": []
},
{
"name": "Generate Change Address",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"account\": \"default\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{walletUrl}}/wallet/:id/change",
"host": [
"{{walletUrl}}"
],
"path": [
"wallet",
":id",
"change"
],
"variable": [
{
"key": "id",
"value": "primary"
}
]
}
},
"response": []
},
{
"name": "Get Balance",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{walletUrl}}/wallet/:id/balance?account=default",
"host": [
"{{walletUrl}}"
],
"path": [
"wallet",
":id",
"balance"
],
"query": [
{
"key": "account",
"value": "default"
}
],
"variable": [
{
"key": "id",
"value": "primary"
}
]
}
},
"response": []
},
{
"name": "List all Coins",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{walletUrl}}/wallet/:id/coin",
"host": [
"{{walletUrl}}"
],
"path": [
"wallet",
":id",
"coin"
],
"variable": [
{
"key": "id",
"value": "primary"
}
]
}
},
"response": []
},
{
"name": "Lock Coin/Outpoints",
"request": {
"method": "PUT",
"header": [],
"url": {
"raw": "{{walletUrl}}/wallet/:id/locked/:hash/:index",
"host": [
"{{walletUrl}}"
],
"path": [
"wallet",
":id",
"locked",
":hash",
":index"
],
"variable": [
{
"key": "id",
"value": "primary"
},
{
"key": "hash",
"value": "52ada542512ea95be425087ee4b891842d81eb6f9a4e0350f14d0285b5fd40c1"
},
{
"key": "index",
"value": "0"
}
]
}
},
"response": []
},
{
"name": "Unlock Outpoint",
"request": {
"method": "DELETE",
"header": [],
"url": {
"raw": "{{walletUrl}}/wallet/:id/locked/:hash/:index",
"host": [
"{{walletUrl}}"
],
"path": [
"wallet",
":id",
"locked",
":hash",
":index"
],
"variable": [
{
"key": "id",
"value": "primary"
},
{
"key": "hash",
"value": "52ada542512ea95be425087ee4b891842d81eb6f9a4e0350f14d0285b5fd40c1"
},
{
"key": "index",
"value": "0"
}
]
}
},
"response": []
},
{
"name": "Get Locked Outpoints",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{walletUrl}}/wallet/:id/locked",
"host": [
"{{walletUrl}}"
],
"path": [
"wallet",
":id",
"locked"
],
"variable": [
{
"key": "id",
"value": "primary"
}
]
}
},
"response": []
},
{
"name": "Get Wallet Coin",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{walletUrl}}/wallet/:id/coin/:hash/:index",
"host": [
"{{walletUrl}}"
],
"path": [
"wallet",
":id",
"coin",
":hash",
":index"
],
"variable": [
{
"key": "id",
"value": "primary"
},
{
"key": "hash",
"value": "52ada542512ea95be425087ee4b891842d81eb6f9a4e0350f14d0285b5fd40c1"
},
{
"key": "index",
"value": "0"
}
]
}
},
"response": []
}
]
}
]
}
{
"id": "b71e729d-9f32-4815-bc1c-ac2e173d6ae9",
"name": "localhost",
"values": [
{
"key": "nodeUrl",
"value": "{{proto}}://x:{{apiKey}}@{{host}}:{{port}}",
"enabled": true
},
{
"key": "walletUrl",
"value": "{{walletProto}}://x:{{walletApiKey}}@{{walletHost}}:{{walletPort}}",
"enabled": true
},
{
"key": "proto",
"value": "http",
"enabled": true
},
{
"key": "walletProto",
"value": "http",
"enabled": true
},
{
"key": "apiKey",
"value": "api-key",
"enabled": true
},
{
"key": "walletApiKey",
"value": "api-key",
"enabled": true
},
{
"key": "host",
"value": "localhost",
"enabled": true
},
{
"key": "walletHost",
"value": "localhost",
"enabled": true
},
{
"key": "port",
"value": "14037",
"enabled": true
},
{
"key": "walletPort",
"value": "14039",
"enabled": true
}
],
"_postman_variable_scope": "environment",
"_postman_exported_at": "2022-03-10T11:55:00.889Z",
"_postman_exported_using": "Postman/8.12.4"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment